/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.m-0 {
  margin: 0px;
}

.m-3 {
  margin: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.flex-grow {
  flex-grow: 1;
}

.border-collapse {
  border-collapse: collapse;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.resize {
  resize: both;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.flex-wrap {
  flex-wrap: wrap;
}

.content-center {
  align-content: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-items-center {
  justify-items: center;
}

.border {
  border-width: 1px;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.text-center {
  text-align: center;
}

.align-baseline {
  vertical-align: baseline;
}

.align-middle {
  vertical-align: middle;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.outline {
  outline-style: solid;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@font-face {
  font-family: "Vazir";

  src:url("../fonts/fonts/webfonts/Vazirmatn-Thin.woff2") format("woff2");

  font-weight: 100;
}

@font-face {
  font-family: "Vazir";

  src:url("../fonts/fonts/webfonts/Vazirmatn-ExtraLight.woff2") format("woff2");

  font-weight: 200;
}

@font-face {
  font-family: "Vazir";

  src:url("../fonts/fonts/webfonts/Vazirmatn-Light.woff2") format("woff2");

  font-weight: 300;
}

@font-face {
  font-family: "Vazir";

  src:url("../fonts/fonts/webfonts/Vazirmatn-Regular.woff2") format("woff2");

  font-weight: 400;
}

@font-face {
  font-family: "Vazir";

  src:url("../fonts/fonts/webfonts/Vazirmatn-Medium.woff2") format("woff2");

  font-weight: 500;
}

@font-face {
  font-family: "Vazir";

  src:url("../fonts/fonts/webfonts/Vazirmatn-SemiBold.woff2") format("woff2");

  font-weight: 600;
}

@font-face {
  font-family: "Vazir";

  src:url("../fonts/fonts/webfonts/Vazirmatn-Bold.woff2") format("woff2");

  font-weight: 700;
}

@font-face {
  font-family: "Vazir";

  src:url("../fonts/fonts/webfonts/Vazirmatn-ExtraBold.woff2") format("woff2");

  font-weight: 800;
}

@font-face {
  font-family: "Vazir";

  src:url("../fonts/fonts/webfonts/Vazirmatn-Black.woff2") format("woff2");

  font-weight: 900;
}

html{
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body{
  overflow-x: hidden;
}

*{
  font-family: "Vazir";
  direction: rtl;
}

.fa-icons{
  font-size: 1rem;
  color: #fff;
}

.fa-icons:hover{
  color: #DDA43D;
}

.top-header{
  width: 100%;
  background-color: #153448;
}

.top-header-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 11px;
  padding-bottom: 11px;
}

.top-header-welcome-container{
  display: flex;
  align-items: center;
  gap: 45px;
}

.top-header-date-container{
  display: flex;
  align-items: center;
  gap: 18px;
  color: #fff;
}

.top-header-social-container{
  display: flex;
  gap: 23px;
  align-items: center;
}

.top-header-welcome-text{
  font-size: .8rem;
  font-weight: 600;
  color: #fff;
}

.top-header-date-value{
  font-size: .8rem;
  font-weight: 600;
  color: #fff;
}

.header{
  height: 550px;
  width: 100%;
  position: relative;
}

.header-back-video{
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}

.header-video-layer{
  position: absolute;
  background: rgba(21,24,26,.5);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.header-navbar a.active{
  color: #DDA43D;
}

.nav-hover {
  transition: 0.2s ease;
  border-bottom: 3px solid transparent;
}

.nav-hover:hover {
  border-bottom: 3px solid #DDA43D;
}

.header-nav{
  width: 100%;
  background: rgba(27, 75, 106, .9);
  height: 80px;
  display: flex;
  justify-content: space-around;
}

.header-nav-section{
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: space-between;
}

.header-navbar{
  list-style-type: none;
  overflow: hidden;
}

.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  justify-content: center;
  background-color: rgba(21, 52, 72, 0.9);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: center;
}

.dropdown-content a:hover {
  background-color:rgba(221, 164, 61, 0.9);
}

.dropdown:hover .dropdown-content {
  display: block;
}

.header-logo{
  width: 150px;
  height: auto;
  display: block;
}

.mobile-right{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.header-nav-container{
  flex-grow: .9;
  display: flex;
  justify-content: space-between;
}

.header-nav-icons-container{
  display: flex;
  padding-right: 90px;
  padding-left: 135px;
  gap: 10px;
}

.header-navbar{
  display: flex;
  flex-grow: 1;
  justify-content: space-around;
}

.header-navbar a{
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
}

/* start search bar */

/* end search bar */

.header-first-title{
  position: relative;
  justify-content: center;
  display: block;
  color: #fff;
  margin-top: 90px;
}

.header-h1{
  font-size:3.5rem;
  font-weight: 900;
  align-items: center;
}

.header-h3{
  font-size: 1.6rem;
  font-weight: 700;
  align-items: center;
}

.button {
  border: none;
  border-radius: 30px 0px 30px 30px;
  background-color: #DDA43D;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  font-size: 1rem;
  margin-top: 15px;
  cursor: pointer;
}

.button:hover{
  background-color:#153448;
}

/* start our services */

.services-section{
  position: relative;
  display: flex;
  justify-content: center;
  gap: 40px;
  top:-110px;
}

.our-services {
  width: 358px;
  height: 249px;
  display: inline-block;
  justify-content: center;
  border-radius: 40px 0px 40px 40px;
  background-color:rgba(21, 52, 72, 0.9);
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.our-services:hover{
  background-color:rgba(221, 164, 61, 0.9);
}

.title-h4{
  padding-top: 10px;
  font-size:1.4rem;
  font-weight:600;
  color: #fff;
  align-items: center;
}

.text-services{
  font-size:1rem;
  font-weight:300;
  color: #fff;
  padding: 10px;
  align-items: center;
}

/* end our services */

/* start  about us */

.about-us-section{
  margin-top: 20px;
}

.bg-img-about{
  position: absolute;
  z-index: -1;
  width: 448px;
  height: 500px;
  right: 50% ;
  transform: translateX(50%);
  border-radius: 40px 0px 40px 40px;
  background-color:#153448;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.img-about{
  position: relative;
  width: 448px;
  height: 500px;
  border-radius: 40px 0px 40px 40px;
  border:4px solid #fff ;
  top: -25px;
  right: calc(50% - 25px);
  transform: translateX(50%);
}

.video-about-container{
  position: relative;
  width: 300px;
  height: 200px;
  top: -125px;
  left: calc(50% - 454px);
  transform: translateX(-50%);
}

.video-about{
  border-radius: 40px 0px 40px 40px;
  border:4px solid #fff ;
}

.svg-video-link{
  position: absolute;
  z-index: 2;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about-us-title-h5{
  font-size: 1.1rem;
  font-weight: 700;
  color: #DDA43D;
  transform: translateX(-10%);
}

.about-us-title-h4{
  font-size: 2rem;
  font-weight: 900;
  color: #15181A;
  transform: translateX(-10%);
}

.text-about-us{
  font-size:1rem;
  padding: 15px 0 10px 10px;
  font-weight:500;
  color: #15181A;
  transform: translateX(-10%);
}

.text-h5{
  display: flex;
  flex-grow: 1.2;
  justify-content: space-around;
  font-size: 1.1rem;
  font-weight: 900;
  color: #15181A;
  transform: translateX(-10%);
}

.color-of-titles{
  color: #DDA43D;
  font-size: 2.2rem;
  transform: translateX(-10%);
}

.custom-btn2 {
  color: #fff;
  float: left;
  border-radius: 30px 0px 30px 30px;
  padding: 15px 32px;
  margin: 30px 0 0 30px;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
  transform: translateX(-45%);
}

.btn-2 {
  background-color: #f1b74b;
  background-image: linear-gradient(315deg, #f1b74b 0%, #d19422 74%);
  border: none;
  z-index: 1;
}

.btn-2:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 30px 0px 30px 30px;
  background-color: #DDA43D;
  background-image: linear-gradient(315deg, #DDA43D 0%, #e0af52 74%);
  box-shadow:
   -7px -7px 20px 0px #fff9,
   -4px -4px 5px 0px #fff9,
   7px 7px 20px 0px #0002,
   4px 4px 5px 0px #0001;
  transition: all 0.3s ease;
}

.btn-2:hover {
  color: #fff;
}

.btn-2:hover:after {
  top: 0;
  height: 100%;
}

.btn-2:active {
  top: 2px;
}

/* end  about us */

/* start  news */

.news-section{
  position: relative;
}

.news-items-wrapper{
  background: url("../images/news-bg.jpg"), rgba(21, 52, 72, .8y);
  background-size: cover;
  background-blend-mode: overlay;
  background-repeat: no-repeat;
  background-position: center;
  height: 450px;
  width: 100%;
}

.news-items-container{
  display: flex;
  justify-content: space-between;
  padding-top: 100px;
}

.news-item-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.news-item-img{
  position: relative;
  background: rgba(221, 164, 61, 0.80);
  border-radius: 100px;
  padding: 15px;
  margin-bottom: 15px;
  width: 80px;
  height: 80px;
  z-index: 0;
}

.news-item-img svg{
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@keyframes example {
  0% {
    transform: scale(.8);
  }

  50% {
    transform: scale(1);
  }

  100%{
    transform: scale(.8);
  }
}

.news-item-img:hover:after{
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  background: rgba(221, 164, 61, 0.50);
  top: -10px;
  left: -10px;
  border-radius: 100px;
  z-index: -1;
  animation-name: example;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

.news-item-count{
  color: #FFF;
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
}

.news-item-title{
  color: #FFF;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 30px;
}

.top-news-section{
  width: 100%;
  height: 600px;
  margin-top: -140px;
  justify-content: center;
  border-radius: 40px 40px 40px 40px;
  background-color:#fff;
  box-shadow: rgba(0, 0, 0, 0.22) 0px 1px 3px, rgba(0, 0, 0, 0.34) 0px 1px 2px;
}

.news-title-h5{
  font-size: 1.1rem;
  font-weight: 700;
  color: #DDA43D;
  padding-top: 30px;
}

.news-title-h4{
  font-size: 2rem;
  font-weight: 900;
  color: #15181A;
}

.news-items{
  position: relative;
  display: flex;
  justify-content: center;
  gap:35px;
  margin-top: 30px;
}

.news-box{
  width: 220px;
  height:400px;
  border: #153448 solid 2px;
  border-radius: 40px 0px 40px 40px;
  background-color:#fff;
  transition: all 0.3s ease;
  justify-content: space-around;
  padding: 5px;
}

.news-box:hover{
  border: #DDA43D solid 2px;
}

.img-new-items{
  position: relative;
  width: 215px;
  height:200px;
  border-radius: 40px 0px 40px 40px;
}

.date-news-h5{
  font-size: .9rem;
  font-weight: 700;
  color: #153448;
  padding-top: 10px;
}

.text-news{
  font-size:1rem;
  padding: 5px;
  font-weight:400;
  color: #15181A;
}

.button3 {
  border: none;
  border-radius: 30px 0px 30px 30px;
  background-color: #153448;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  color: white;
  margin-top: 15px;
  padding: 10px 65px;
  transition: all 0.3s ease;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: .80rem;
  cursor: pointer;
}

.button3:hover{
  background-color:#DDA43D;
}

/* end  news */

/* start   projects section */

.projects-section{
  padding-top: 100px;
  justify-content: center;
}

.project-title-h5{
  font-size: 1.1rem;
  font-weight: 700;
  color: #DDA43D;
}

.project-title-h4{
  font-size: 2rem;
  font-weight: 900;
  color: #15181A;
}

.projects-items{
  margin-top: 30px;
}

.project-box{
  width: 300px;
  height:380px;
  border-left: rgba(255, 255, 255, 0.6) solid 2px;
  background-color:#fff;
}

.project-img{
  display: block;
  width: 100%;
  height: 100%;
}

.wrapper {
  text-align: center;
}

.button4 {
  position: relative;
  margin-top: 50px;
  border: none;
  border-radius: 30px 0px 30px 30px;
  background-color: #153448;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  color: white;
  padding: 10px 65px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: .9rem;
  cursor: pointer;
}

.button4:hover{
  background-color:#DDA43D;
}

/* end   projects section */

.second-footer{
  background-color: #153448;
  gap: 30px;
  padding:30px;
  z-index: -2;
}

.footer-title-h5{
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  border-bottom: #DDA43D solid 3px;
  padding: 15px;
}

.footer-text-h5 {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  padding-top: 20px;
  padding-right: 15px;
}

.ul-shape {
  list-style-type: circle;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  padding-top: 20px;
  padding-right: 25px;
  line-height: 30px;
}

.ul-shape a:hover{
  color: #DDA43D;
}

.simple-ul{
  padding-top: 20px;
}

.footer-li-text {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  line-height: 30px;
  padding-right: 15px;
}

.footer-li-text a:hover{
  color: #DDA43D;
}

.footer-li-text {
  color: #fff;
}

.fa-icons-footer{
  font-size: 1.5rem;
  color: #fff;
}

.fa-icons-footer:hover{
  color: #DDA43D;
}

.copyright{
  height: 40px;
  width: 100%;
  background-color: #1b4b6a;
  padding: 10px;
  bottom: 0;
}

/* .auth-main {
  width: 720px;
  height: 541px;
  display: grid;
  grid-template-columns: 60% 40%;
}
.search {
  --background: #fff;
  --text-color: #414856;
  --primary-color: #4f29f0;
  --border-radius: 10px;
  --width: 190px;
  --height: 55px;
  background: var(--background);
  width: auto;
  height: var(--height);
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius);
  box-shadow: 0 10px 30px rgba(65, 72, 86, .05);
  display: flex;
  justify-content: center;
  align-items: center;
}
.search input[type="text"] {
  position: relative;
  width: var(--height);
  height: var(--height);
  font: 400 16px 'Varela Round', sans-serif;
  color: var(--text-color);
  border: 0;
  box-sizing: border-box;
  outline: none;
  padding: 0 0 0 40px;
  transition: width 0.6s ease;
  z-index: 10;
  opacity: 0;
  cursor: pointer;
}
.search input[type="text"]:focus {
  z-index: 0;
  opacity: 1;
  width: var(--width);
}
.search input[type="text"]:focus ~ .symbol::before {
  width: 0%;
}
.search input[type="text"]:focus ~ .symbol:after {
  clip-path: inset(0% 0% 0% 100%);
  transition: clip-path 0.04s linear 0.105s;
}
.search input[type="text"]:focus ~ .symbol .cloud {
  top: -30px;
  left: -30px;
  transform: translate(0, 0);
  transition: all 0.6s ease;
}
.search input[type="text"]:focus ~ .symbol .lens {
  top: 20px;
  left: 15px;
  transform: translate(0, 0);
  fill: var(--primary-color);
  transition: top 0.5s ease 0.1s, left 0.5s ease 0.1s, fill 0.3s ease;
}
.search .symbol {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search .symbol:before {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  z-index: -1;
  transition: width 0.6s ease;
}
.search .symbol:after {
  content: "";
  position: absolute;
  top: 21px;
  left: 21px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--primary-color);
  z-index: 1;
  clip-path: inset(0% 0% 0% 0%);
  transition: clip-path 0.04s linear 0.225s;
}
.search .symbol .cloud, .search .symbol .lens {
  position: absolute;
  fill: #fff;
  stroke: none;
  top: 50%;
  left: 50%;
}
.search .symbol .cloud {
  width: 35px;
  height: 32px;
  transform: translate(-50%, -60%);
  transition: all 0.6s ease;
}
.search .symbol .lens {
  fill: #fff;
  width: 16px;
  height: 16px;
  z-index: 2;
  top: 24px;
  left: 24px;
  transition: top 0.3s ease, left 0.3s ease, fill 0.2s ease 0.2s;
} */

.mobile-menu-icon{
  display: none;
}

.ui.left.sidebar {
  right: auto;
  right: 0;
  transform: translate3d(100%,0,0);
}

.side-mobile-menu{
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #153448;
  padding: 30px;
  gap: 1rem;
}

.side-mobile-menu-item{
  color: #fff;
}

@media screen and (max-width : 640px){
  .top-header-social-container{
    display: none;
  }

  .top-header-welcome-container {
    gap: 15px;
    justify-content: space-between;
    width: 100%;
    padding: 1rem;
  }

  .header-nav {
    width: 100%;
    background: rgba(27, 75, 106, .9);
    height: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .mobile-right{
    display: flex;
  }

  .mobile-menu-icon{
    display: block;
    width: 30px;
    height: 30px;
  }

  .header-nav-section {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: space-between;
    padding-bottom: 0;
    padding: 0 10px;
  }

  .header-logo{
    width: 120px;
    height: auto;
    display: block;
  }

  .services-section {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 32px;
    flex-wrap: wrap;
    top: auto;
  }

  .our-services {
    height: 220px;
  }

  .img-about {
    position: relative;
    width: 320px;
    height: 250px;
    border-radius: 40px 0px 40px 40px;
    border: 4px solid #fff;
    top: -25px;
    right: calc(50% - 25px);
    transform: translateX(50%);
    -o-object-fit: cover;
       object-fit: cover;
  }

  .bg-img-about {
    position: absolute;
    z-index: -1;
    width: 320px;
    height: 250px;
    right: 50%;
    transform: translateX(50%);
    border-radius: 40px 0px 40px 40px;
    background-color: #153448;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  }

  .custom-btn2{
    display: none;
  }

  .about-us-title-h4 {
    transform: unset;
  }

  .text-about-us {
    transform: unset;
  }

  .about-us-title-h5 {
    transform: unset;
  }

  .text-h5 {
    transform: unset;
  }

  .video-about-container{
    display: none;
  }

  .copyright {
    height: auto;
  }
}

@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}