/* Reset some default styles */
html ,body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.fp-is-overflow .fp-overflow.fp-auto-height,
.fp-is-overflow .fp-overflow.fp-auto-height-responsive,
.fp-is-overflow>.fp-overflow {
  height: 100vh !important;
  overflow-y: hidden;
}
*{
  font-family: "Montserrat", sans-serif;
}

body {
  /* font-family: Arial, sans-serif; */
  font-family: "Montserrat", sans-serif;
}

/* Style the main section */
.main-section {
  position: relative;
}

.float {
  position: fixed;
  top: 83.5%;
  margin: 15px;
  width: 60px;
  height: 60px;
  bottom: 40px;
  left: 0;
  background-color: #25d366;
  color: #ffffff !important;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}
.my-float {
  margin-top: 16px;
} .quick-link {
  position: fixed;
  top: 88%;
  right: -10px;
  transform: translateY(-50%);
  color: #d81f32;
  border-radius: 62%;
  padding: 18px;
  cursor: pointer;
  z-index: 1000;
  transition: transform 0.3s ease-in-out;
}
.quick-link:hover {
  animation: rotate360 0.5s ease-in-out forwards;
}

@keyframes rotate360 {
  0% {
      transform: translateY(-50%) rotate(0deg);
  }
  100% {
      transform: translateY(-50%) rotate(360deg);
  }
}

.options {
  position: absolute;
  bottom: 100%;
  right: 0;
  background-color: #d81f30;
  border-radius: 5px;
  overflow: hidden;
  transform-origin: 0 0;
  transform: scaleY(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}

.quick-link:hover .options {
  transform: scaleY(1);
  opacity: 1;
  animation: fadeIn 1.5s ease-in-out;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.options a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #d81f30;
  transition: background-color 0.3s;
}

.options a:hover {
  background-color: #faec20;
}
.quick-link.hidden {
  transform: translateY(-50%) rotate(360deg);
  opacity: 0;
  pointer-events: none; /* Disable clicks on hidden menu */
}

.quick-link a:link {
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  font-size: 11px !important; 
}
.quick-link a:hover {
  text-transform: uppercase;
  text-decoration: none;
  color: #d81f30;
  font-size: 11px !important;
  font-weight: 600; 

}
.quick-link a:visited {
  text-transform: uppercase;
  text-decoration: none;
  /* color: #d81f30; */
  font-size: 11px !important; 
}
/* CSS code */
.open {
  transform: translateY(-50%) rotate(360deg);
}
.quick-link img {
  width: 67px;
  opacity: 0.5; 
  transition: opacity 0.3s ease-in-out;
}
.quick-link:hover img {
  opacity: 1; 
}

.image-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 104px;
}

.image-container img {
 
  max-width: 190px;
  height: auto;
  margin: 0 3px;
}

/* Style the logo container */
.logo-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

/* Style the main text */
.main-text img {
  max-width: 200px;

  display: block;
  align-items: top left;
 
}
.main-text{
width: 421px;
height: auto;
margin-top: -95px
}
.main-text{
  font-weight: bold;
    font-size: 80px;
    color: #ffffff;
    letter-spacing: 8px;
    animation: FadeIn 0.5s linear;
    animation-delay: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.primary-text {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

/* Style the animated letters */
.centered-span {
  margin-bottom: 20px;
}

.letter {
  font-size: 40px;
  color: #fff;
  animation: bounce 0.8s infinite alternate;
}

@keyframes bounce {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10px);
  }
}

/* Style the line */
.line {
  width: 100px;
  height: 2px;
  background-color: #fff;
  margin: 0 auto;
}

/* Style the secondary text */
.secondary-text {
  margin-top: 22px;
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 400;
  color: #ffffff;
  width: 100%;
  text-align: center;
  font-size: 26px;
  letter-spacing: 1px;
}

.column1 h2 {
  padding-top: 10px;
  width: 100%;
  margin: auto;
  border-bottom: 1px solid;
  text-transform: uppercase;
  font-weight: bold;
  color: #d7c080;
  font-size: 36px;
  letter-spacing: 6px;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.column1 p {
  font-size: 17px;
    line-height: 28px;
    color: #2c3563;
    letter-spacing: 1.1px;
    margin-top: 5px;
    font-weight: 300;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.column1 {
  float: left;
  width: 50%;
  margin-left: 650px;
  margin-top: 100px;
}
.section-about {
  display: flex;
  background-image: url(../resources/img/garage/part/2.webp);
  background-size: cover;
  overflow: hidden;
  background-position-x: -135px;
  background-repeat: no-repeat;
  background-color: #ffffff;
}
  .section-customer {
     display: flex;
     background-image: url(../resources/img/garage/part/3.webp);
     background-size: cover;
     overflow: hidden;
     position: relative;
}

.customer {
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0%;
  right: 0%;
}
.customer h2 {
  /* padding-left: 124px; */
  padding-top: 10px;
  max-width: 600px;
  border-bottom: 1px solid;
  text-transform: uppercase;
  font-weight: bold;
  color: #d7c080;
  font-size: 36px;
  letter-spacing: 6px;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  /* margin-left: 80px; */
}
  .section-customer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 20px;
}

.section-customer ul li {
  font-size: 1.8rem;
  color: #2c3563;
  padding: 6px 10px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  /* list-style-type: disc; */
  list-style-type: square;

}

/* Bullet point color */
.section-customer ul li::before {
    color: #d7c080; 
}



.swiper-container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 80%; 
  margin: 0 auto;
}

.swiper-slide {
  text-align: center;

}



.card1 {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center

}

.card1-img {
  display: flex;
  justify-content: center;
}

.card1-img img {
  max-width: 100%;
  height: auto;
}

.section-coverage{
    background-image: url(../resources/img/uae-map2.webp);
    background-size: contain ;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #181818;
}



.coverage h2{
  padding-top: 10px;
  width: 100%;
  max-width: 400px;
  margin: auto;
  border-bottom: 1px solid;
  text-transform: uppercase; 
  font-weight: bold;
  color: #d7c080;
  font-size: 36px;
  letter-spacing: 6px;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);

}
.column-world h2 {
  text-align: center;
  /* width: 26%; */
  max-width: 455px;
  margin: auto;
  position: center;
  top: 25px;
  border-bottom: 1px solid;
  text-transform: uppercase;
  font-weight: bold;
  color: #d7c080;
  font-size: 46px;
  letter-spacing: 10px;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.column-world p {
width: 100%;
line-height: 24px;
font-weight: 300;
margin-top: 15px; 
width: 100%;
max-width: 873px;
margin: auto;
text-align: center;
position: relative;
line-height: 25px;
font-size: 20px;
line-height: 28px;
color: #2c3563;
letter-spacing: 1.5px;
font-weight: 400;
transition-duration: 1s;
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);

}


.slider-container {
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.slider {
  display: flex;
  transition: transform 0.3s ease-in-out;
}

.slider img {
  width: 100%;
  height: auto;
}
.slider span{
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;}

.slider_p{
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  padding-bottom: 10px;
  padding-top: 16px;
  letter-spacing: 0px;
  line-height: 19px;

}
.slider{
  color: #ffffff;
    text-align: center;
    letter-spacing: 0.5px;
    /* width: 245px; */
    margin: auto;
    position: relative;
    width: 100%;
}

.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}


.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding: inherit;
}
.section-our-world{
  background-image: url("../resources/img/background2.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.row1{
display: flex;
flex-direction: row;
align-content: space-between;
justify-content: center;
}
.section-footer {
  background-image: url("../resources/img/sunset-sea.webp");
  background-repeat: no-repeat;
  background-size: cover;
  /* position: relative;  */
  height: 100vh;
  z-index: -1;
}
 

.section-footer::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  background-color: #d7c0809a;
  z-index: -1;
}

.image-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.container-our-world {
  height: 100%;
    justify-content: space-evenly;
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
  overflow: hidden;
  height: 100%;
  justify-content: space-evenly;
}

.row-sections {
  display: flex;
}
.column h2{
  width: 100%;
  max-width: 900px;
  margin: auto;
  position: center;
  top: 25px;
  border-bottom: 1px solid;
  text-transform: uppercase;
  font-weight: bold;
  color: #d7c080;
  font-size: 46px;
  letter-spacing: 10px;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.column-text {
  flex: 1;
  padding: 10px;
}
.card1-body h5{
  font-size: 30px;
}


.card1-body h4{
  font-size: 20px;
}

.column-text p {
    color: #ffffff;
    font-weight: normal!important;
    font-size: 16px;
    text-transform: uppercase;
    width: 100%!important;
    margin-top: 26px;
    line-height: 2.5;
}
.column-text h2 {
  line-height: 100px;
  color: #d7c080;
  width: 100%;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 6px;
  margin-top: 9px;
  border-bottom: 1px solid;
  padding-bottom: 12px;
}

.column-text:not(:last-child) {
  margin-right: 10px; 
}
/* 
.side_text {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 60px;
  font-weight: bold;
  color: #e7f2fe;
  position: absolute;
  overflow: hidden;
  right: 0px;
  height: 56px;
  top: 120px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -moz-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  line-height: 1.1em;

} */

/* Your other styles below... */
.ft {
  height: 100%;
}

.column-world {
  flex: 1;
  height: 100%;
  position: relative;
}

.row-wrld {
  display: flex;
}
/* Additional styles for better spacing and alignment */
.column-world:not(:last-child) {
  margin-right: 10px; /* Add some space between columns */
}



/* Add styles for the Reach Us table */
.reach-us-table {
  width: 100%;
}

.reach-us-table th, .reach-us-table td {
  padding: 10px;
}

.contact-col {
  width: 50%;
  text-align: center ;
}
.contact-col h3 {
  color: #d7c080;
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 4px;
}
  
.location-col h3{
  color:#d7c080;
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.contact-col a{
  color: #ffffff;
  font-size: 18px;

}
.location-col a{
  color: #ffffff;
  font-size: 18px;
}
.contact-col p{
  color: #ffffff;
  font-size: 18px;
}

.location-col p{
  color: #ffffff;
  font-size: 18px;}



.location-col {
  width: 50%;
  text-align: center ;
}



a{
  color: #2c3563 ;
}
a:link, a:visited {
  text-decoration: none;
}
.contact-col a {
  color: #ffffff !important;
}

footer {
  height: 100%;
}

.bottom_footer {
  /* position: absolute; */
  width: 100%;
  /* height: 60px; */
  background-color: rgb(0 0 0 / 95%);
  /* bottom: 0; */
  display: flex;
  justify-content: space-between;
  vertical-align: middle;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 9px;
  /* left: 0; */
  transform: none;
}

.bottom_footer div {
  color: #d7c080;
  font-size: 14px;
}

.bottom_footer .rights {
  text-align: center;
  padding-top: 0.5rem;
}

.icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

a.icon-style {
  /* color: white !important; */
  /* padding: 7px!important; */
  padding: 1rem;
}

a.icon-style i {
  font-size: 2.5rem;
}
footer h2{
  border-bottom: 1px solid;
  text-transform: uppercase;
    font-weight: bold;
    color: #d7c080;
    font-size: 46px;
    letter-spacing: 10px;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.reach_line{
    height: 1px;
    background-color: #d7c080;
    margin-top: 8px;
    -webkit-animation-play-state: paused !important;
    animation-play-state: paused !important;
    animation: lineLeft2 1.5s linear forwards;
}

.about_line {
  height: 1px;
  background-color: #d7c080;
  /* margin-top: 10px; */
  /* -webkit-animation-play-state: paused !important; */
  /* animation-play-state: paused !important; */
  animation: lineLeft 1.5s ease-in-out forwards;
}
.container-mission {
  height: 100vh;
  padding-top: 50px;
  padding-bottom: 50px;
}
.row-sections{
  padding-top: 30px;
}
  
.container-mission p{
  font-weight: 700;
  text-align: center;

}





.icon-style {
  margin-right: 10px;
  color: #fff;
  text-decoration: none;
}

.icon-style i {
  transition: color 0.3s ease;
}

.icon-style i:hover {
  color: #f00; /* Change this to the desired color on hover */
}

.index_body {
  padding-top: 52.1875vw;
  overflow: hidden;
}

.index_body {
  padding-top: 52.1875vw;
}
a:link, a:visited {
  text-decoration: none;
  color: #d7c080;
}

img {
  max-width: 100%;
  width: 100%;
}
.header_right {
  position: absolute;
  top: 40px;
  right: 40px;
  display: flex;
  flex-direction: row;
  z-index: 101;
}
.menu .left_menu {
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(44, 53, 99, 0.35);
  width: 100%;
  height: 0;
  z-index: 100;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
  transition-delay: 1s;
}
.menu .menu_logo {
  position: absolute;
  width: 192px;
  height: 129px;
  left: 18px;
  top: 37px;
  z-index: 101;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu {
  position: absolute;
  left: 0;
  top: 0;
  /* overflow-y: scroll; */
  width: 100vw;
  height: 100vh;
  z-index: 15;
  height: 0px;
  transition: all 0.5s ease-in;
  transition-delay: 1s;
}



.main-section .logo-container .main-text img {
  display: none;
  width: 82px;
  height: 81px;
}
.logo-container.parallax-text {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(44, 53, 99, 0.45);
}
.header_right {
  position: absolute;
  top: 40px;
  right: 40px;
  display: flex;
  flex-direction: row;
  z-index: 101;
}

.header_right .explore {
  text-transform: uppercase;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 3px;
  line-height: 10px;
  margin-top: 8px;
  transition: transform 0.3s;
}

.header_right .arrow {
  transition: transform 0.3s;
}

.header_right img {
  margin-left: 9px;
  margin-top: 4px;
  width: 24px;
  height: 19px;
}
.mobilemenu {
  margin-top: 12px;
  margin-left: 20px;
}

.mobilemenu span:before {
  margin-top: -8px;
}

.mobilemenu span:after {
  margin-top: 8px;
}

.mobilemenu span:before,
.mobilemenu span:after {
  position: absolute;
  content: "";
}

.mobilemenu span,
.mobilemenu span:before,
.mobilemenu span:after {
  width: 40px;
  height: 4px;
  background-color: #fff;
  display: block;
}

.mobilemenu span:before {
  width: 30px;
  margin-left: 10px;
}
.arrow-down {
  width: 100%;
  height: auto;
  margin-top: 40px;
  background-repeat: no-repeat;
  text-align: center;
  z-index: 100;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}

.floating {
  -webkit-animation-name: Floatingx;
  animation-name: Floatingx;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
  margin-left: -20px;
  position: absolute;
}

.arrow-down a img {
  width: 20px;
  height: 29px;
}

.arrow-down a {
  cursor: pointer;
}

.arrow-down a p {
  font-size: 15px;
  color: #ffffff;
}
.menu.menu_open {
  height: 100%;
  transition: all 0.5s ease-in;
}

.menu .left_menu {
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(44, 53, 99, 0.35);
  width: 100%;
  height: 0;
  z-index: 100;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
  transition-delay: 1s;
}

.menu .left_menu_open {
  height: 100%;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/*
.icon-logo {
    color: #ffffff;
    font-size: 190px;
    line-height: 136px;
    transition: color .4s ease-in;
    transition-delay: 1s;    
}

.main_menu_logo { font-size: 210px; }

#logo.colored {
    color: #d7c080;
    transition: color .4s ease-in;
    visibility: visible;
    transition-delay: .3s;
}
*/
.menu .left_menu .main_nav {
  width: 100%;
  height: 100%;
  padding-left: 20%;
  padding-top: 33vh;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.menu .left_menu .menu_line {
  position: absolute;
  top: 90%;
  left: 0;
  right: 0;
  height: 4px;
  overflow: hidden;
}

.menu .left_menu .menu_line:before {
  -webkit-transform: translate3d(-102%, 0, 0);
  transform: translate3d(-102%, 0, 0);
  opacity: 0;
}

.menu .left_menu .menu_line:after {
  transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translate3d(102%, 0, 0);
  transform: translate3d(102%, 0, 0);
  opacity: 1;
}

.menu .left_menu .menu_line:after,
.menu .left_menu .menu_line:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #d7c080;
}

.menu .left_menu ul li a:hover .menu_line:before {
  transition: -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}

.menu .left_menu ul li a:hover .menu_line:after {
  transition: none;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.menu .left_menu ul li a {
  position: relative;
  color: #ffffff !important;
  /* font-size: 45px;
  line-height: 80px; */
  font-size: 40px;
  line-height: 60px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: bold;
  text-decoration: none !important;
}

.menu .left_menu ul li {
  transform: translate(-800px, 0);
  transform: translate(-900px, 0);
}

#navigation li:first-child {
  transform: translate(-800px, 0);
  transition: all 0.5s ease-in;
  transition-delay: 0.5s;
  opacity: 0;
}

#navigation.opened li:first-child {
  transform: translate(0, 0);
  transition: all 0.5s ease-in;
  transition-delay: 0.5s;
  opacity: 1;
}

#navigation li:nth-child(2) {
  transform: translate(-800px, 0);
  transition: all 0.5s ease-in;
  transition-delay: 0.4s;
  opacity: 0;
}

#navigation.opened li:nth-child(2) {
  transform: translate(0, 0);
  transition: all 0.5s ease-in;
  transition-delay: 0.6s;
  opacity: 1;
}

#navigation li:nth-child(3) {
  transform: translate(-800px, 0);
  transition: all 0.5s ease-in;
  transition-delay: 0.3s;
  opacity: 0;
}

#navigation.opened li:nth-child(3) {
  transform: translate(0, 0);
  transition: all 0.5s ease-in;
  transition-delay: 0.7s;
  opacity: 1;
}

#navigation li:nth-child(4) {
  transform: translate(-800px, 0);
  transition: all 0.5s ease-in;
  transition-delay: 0.2s;
  opacity: 0;
}

#navigation.opened li:nth-child(4) {
  transform: translate(0, 0);
  transition: all 0.5s ease-in;
  transition-delay: 0.8s;
  opacity: 1;
}

#navigation li:nth-child(5) {
  transform: translate(-800px, 0);
  transition: all 0.5s ease-in;
  transition-delay: 0.1s;
  opacity: 0;
}

#navigation.opened li:nth-child(5) {
  transform: translate(0, 0);
  transition: all 0.5s ease-in;
  transition-delay: 0.9s;
  opacity: 1;
}

#navigation li:nth-child(6) {
  transform: translate(-800px, 0);
  transition: all 0.5s ease-in;
  opacity: 0;
}


#navigation.opened li:nth-child(6) {
  transform: translate(0, 0);
  transition: all 0.5s ease-in;
  transition-delay: 1s;
  opacity: 1;
}

.c-btn-nav {
  position: relative;
  -webkit-transition: padding 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: padding 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  cursor: pointer;
  z-index: 2;
  background: none;
  pointer-events: auto;
}

.c-btn-nav {
  margin-left: 20px;
  width: 40px;
  height: 28px;
}

.c-btn-nav_burger {
  position: relative;
  overflow: hidden;
}

.c-btn-nav_burger {
  width: 36px;
  height: 18px;
}

.c-btn-nav_burger span {
  position: absolute;
  display: inline-block;
  width: 100%;
  background: #000000;
  left: 0;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-btn-nav:hover .c-btn-nav_burger span {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
}

.c-btn-nav:hover .c-btn-nav_burger span.c-burger_top {
  width: 18px;
  left: 24px;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-btn-nav:hover .c-btn-nav_burger span.c-burger_middle {
  width: 27px;
  left: 13px;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.header_right.hovered .explore {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
  transition: transform 0.3s;
}

.header_right.hovered .arrow {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
  transition: transform 0.3s;
}

.has-nav-open .c-btn-nav_burger span, .has-category-open .c-btn-nav_burger span {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.has-nav-open .c-btn-nav:hover .c-btn-nav_burger span, .has-category-open .c-btn-nav:hover .c-btn-nav_burger span {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.is-changing-page .c-btn-nav_burger span {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important;
}

.c-btn-nav_burger span {
  height: 2px;
}

.c-btn-nav_burger span::before {
  -webkit-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  transform: translateX(-200%);
  width: 100%;
  display: inline-block;
  height: 100%;
  content: "";
  background: #ffffff;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  top: 0;
  left: 0;
}

.c-btn-nav_burger span::after {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  width: 100%;
  display: inline-block;
  height: 100%;
  content: "";
  background: #ffffff;
  -webkit-transition: opacity 6s 2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 6s 2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 6s 2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 6s 2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  top: 0;
  left: 0;
}

.dom-is-loaded .c-btn-nav_burger span::after {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
}

.c-btn-nav_burger span.c-burger_top {
  top: 0;
  left: 10px;
  width: 30px;
}

.c-btn-nav_burger span.c-burger_top::after {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.c-btn-nav_burger span.c-burger_middle {
  top: 50%;
  margin-top: -1.5px;
}

.c-btn-nav_burger span.c-burger_middle::after {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.c-btn-nav_burger span.c-burger_bottom {
  bottom: 0;
  -webkit-transition: margin 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s 0s cubic-bezier(0.4, 0, 0.2, 1);
  transition: margin 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s 0s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s 0s cubic-bezier(0.4, 0, 0.2, 1), margin 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s 0s cubic-bezier(0.4, 0, 0.2, 1), margin 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s 0s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-btn-nav_burger span.c-burger_bottom::after {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.dom-is-loaded .c-btn-nav_burger span.c-burger_bottom::after {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
}

.locked_hover .c-btn-nav_burger span {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
}

.locked_hover .c-btn-nav_burger span.c-burger_top {
  width: 18px;
  left: 24px;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.locked_hover .c-btn-nav_burger span.c-burger_middle {
  width: 27px;
  left: 13px;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
section{
  width: 100%;
  height: 100vh;
}


.fp-watermark {
  display: none;
}
.section-our-world{
  height: 100vh;
}




.main_1 {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#aegisvideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
}
.main_1 .logo_cont {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(44, 53, 99, 0.45);
  z-index: -1;
}
.main_1 .logo_cont .main_text {
  width: 421px;
  height: auto;
  margin-top: -95px;
}
.main_1 .logo_cont .main_text img {
  display: none;
  width: 82px;
  height: 81px;
}

img {
  max-width: 100%;
  width: 100%;
}
.main_1 .logo_cont .main_text .p1 {
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
  letter-spacing: 4px;
}
.main_1 .logo_cont .main_text .centered_span {
  /* width: 319px; */
  width: fit-content;
  width: -moz-fit-content;
  margin: 0 auto;
  padding-left: 8px;
  margin-top: -5px;
}
.main_1 .logo_cont .main_text .centered_span span {
  font-weight: bold;
  font-size: 80px;
  color: #ffffff;
  letter-spacing: 8px;
  animation: FadeIn 0.5s linear;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.main_1 .logo_cont .main_text .centered_span span {
  font-weight: bold;
  font-size: 80px;
  color: #ffffff;
  letter-spacing: 8px;
  animation: FadeIn 0.5s linear;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.main_1 .logo_cont .main_text .centered_span span {
  font-weight: bold;
  font-size: 80px;
  color: #ffffff;
  letter-spacing: 8px;
  animation: FadeIn 0.5s linear;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.main_1 .logo_cont .main_text .centered_span span {
  font-weight: bold;
  font-size: 80px;
  color: #ffffff;
  letter-spacing: 8px;
  animation: FadeIn 0.5s linear;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.main_1 .logo_cont .main_text .line {
  width: 40px;
  height: 1px;
  background-color: #ffffff;
  margin: 0 auto;
  margin-top: 10px;
}
.main_1 .logo_cont .main_text .p2 {
  margin-top: 22px;
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 400;
  color: #ffffff;
  width: 100%;
  text-align: center;
  font-size: 26px;
  letter-spacing: 1px;
}
.index_body {
  padding-top: 52.1875vw !important;
  overflow: hidden;
} 
.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border: 1px solid #ccc;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 8px;
  z-index: 1;
  width: 100%;
  max-width: 900px;
}

.popup-content {
text-align: center;
}

.popup2 {
display: none;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: #ffffff;
border: 1px solid #ccc;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
padding: 20px;
border-radius: 8px;
z-index: 9999;
}

.popup-content2 {
text-align: center;
}

.close {
position: absolute;
top: 10px;
right: 10px;
font-size: 20px;
cursor: pointer;


}

.products{
  max-width: 100%;
  width: 100%;
}
a.text, a.text:visited {
  text-decoration: none;
}

.slider_p, .slide_p:visited{
  text-decoration: none;

}

.c-btn-nav_burger {
  position: relative;
  overflow: hidden;
}

.c-btn-nav_burger {
  width: 36px;
  height: 18px;
}


.c-btn-nav_burger span {
  position: absolute;
  display: inline-block;
  width: 100%;
  background: #000000;
  left: 0;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-btn-nav:hover .c-btn-nav_burger span {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
}

.c-btn-nav:hover .c-btn-nav_burger span.c-burger_top {
  width: 18px;
  left: 24px;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-btn-nav:hover .c-btn-nav_burger span.c-burger_middle {
  width: 27px;
  left: 13px;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.header_right.hovered .explore {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
  transition: transform 0.3s;
}

.header_right.hovered .arrow {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
  transition: transform 0.3s;
}

.has-nav-open .c-btn-nav_burger span, .has-category-open .c-btn-nav_burger span {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.has-nav-open .c-btn-nav:hover .c-btn-nav_burger span, .has-category-open .c-btn-nav:hover .c-btn-nav_burger span {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.is-changing-page .c-btn-nav_burger span {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important;
}

.c-btn-nav_burger span {
  height: 2px;
}

.c-btn-nav_burger span::before {
  -webkit-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  transform: translateX(-200%);
  width: 100%;
  display: inline-block;
  height: 100%;
  content: "";
  background: #ffffff;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  top: 0;
  left: 0;
}

.c-btn-nav_burger span::after {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  width: 100%;
  display: inline-block;
  height: 100%;
  content: "";
  background: #ffffff;
  -webkit-transition: opacity 6s 2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 6s 2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 6s 2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 6s 2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  top: 0;
  left: 0;
}

.dom-is-loaded .c-btn-nav_burger span::after {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
}

.c-btn-nav_burger span.c-burger_top {
  top: 0;
  left: 10px;
  width: 30px;
}

.c-btn-nav_burger span.c-burger_top::after {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.c-btn-nav_burger span.c-burger_middle {
  top: 50%;
  margin-top: -1.5px;
}

.c-btn-nav_burger span.c-burger_middle::after {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.c-btn-nav_burger span.c-burger_bottom {
  bottom: 0;
  -webkit-transition: margin 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s 0s cubic-bezier(0.4, 0, 0.2, 1);
  transition: margin 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s 0s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s 0s cubic-bezier(0.4, 0, 0.2, 1), margin 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s 0s cubic-bezier(0.4, 0, 0.2, 1), margin 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s 0s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-btn-nav_burger span.c-burger_bottom::after {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.dom-is-loaded .c-btn-nav_burger span.c-burger_bottom::after {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
}

.locked_hover .c-btn-nav_burger span {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
}

.locked_hover .c-btn-nav_burger span.c-burger_top {
  width: 18px;
  left: 24px;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.locked_hover .c-btn-nav_burger span.c-burger_middle {
  width: 27px;
  left: 13px;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.card1-img{
  width: 70%;
  align-items: center;
}
/* Add this CSS to your stylesheet */
.swiper-button-next,
.swiper-button-prev {
    color: #d7c080!important; 
    background-image: none !important ;
}



  .contact-col p{

    color: #ffffff;
    
  }


  .main_nav a{
    color:#d7c080;
  } 
  
  @-webkit-keyframes lineLeft {
    0% {
      margin-left: -1300px;
      width: 0;
    }
    50% {
      margin-left: -1300px;
      width: 200vw;
    }
    100% {
      width: 1037px;
      margin-left: -15px;
    }
  }
  @-webkit-keyframes lineRight {
    0% {
      margin-left: 70.0521vw;
      width: 100vw;
    }
    50% {
      margin-left: -29.0625vw;
      width: 100vw;
    }
    100% {
      margin-left: -29.0625vw;
      width: 43.8021vw;
    }
  }
  @-webkit-keyframes lineRightFig {
    0% {
      margin-left: 70.0521vw;
      width: 100vw;
    }
    50% {
      margin-left: -29.0625vw;
      width: 100vw;
    }
    100% {
      margin-left: -29.0625vw;
      width: 43.8021vw;
    }
  }
  @-webkit-keyframes lineLeft2 {
    0% {
      margin-left: -3100px;
      width: 100vw;
    }
    50% {
      margin-left: -1160px;
      width: 100vw;
    }
    100% {
      margin-left: 6px;
      width: 754px;
    }
  }
  @-webkit-keyframes lineRight2 {
    0% {
      margin-left: 1345px;
      width: 100vw;
    }
    50% {
      margin-left: -558px;
      width: 100vw;
    }
    100% {
      margin-left: -558px;
      width: 816px;
    }
  }
  @-webkit-keyframes lineLeft3 {
    0% {
      margin-left: -175vw;
      width: 100vw;
    }
    50% {
      margin-left: -75.4688vw;
      width: 100vw;
    }
    100% {
      margin-left: 0px;
      width: 24.4792vw;
    }
  }
  @-webkit-keyframes lineLeft4 {
    0% {
      margin-left: -3212px;
      width: 100vw;
    }
    50% {
      margin-left: -1309px;
      width: 100vw;
    }
    100% {
      margin-left: 0px;
      width: 611px;
    }
  }
  @-webkit-keyframes Floatingx {
    0% {
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transform: translate(0, 5px);
      transform: translate(0, 5px);
    }
    25% {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: translate(0, 5px);
      transform: translate(0, 5px);
    }
    75% {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: translate(0, 0px);
      transform: translate(0, 0px);
    }
    100% {
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transform: translate(0, 0px);
      transform: translate(0, 0px);
    }
  }
  @keyframes Floatingx {
    0% {
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transform: translate(0, 5px);
      transform: translate(0, 5px);
    }
    25% {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: translate(0, 5px);
      transform: translate(0, 5px);
    }
    75% {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: translate(0, 0px);
      transform: translate(0, 0px);
    }
    100% {
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transform: translate(0, 0px);
      transform: translate(0, 0px);
    }
  }
  @keyframes svgPathAnimation {
    0% {
      stroke-dashoffset: 0;
    }
    100% {
      stroke-dashoffset: 16;
    }
  }
  @keyframes FadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes lineAbout {
    0% {
      margin-left: 70.0521vw;
      width: 100vw;
    }
    50% {
      margin-left: -26.0417vw;
      width: 100vw;
    }
    100% {
      margin-left: -26.0417vw;
      width: 30.7292vw;
    }
  }
  @-webkit-keyframes lineAboutInv {
    0% {
      margin-left: -150vw;
      width: 100vw;
    }
    50% {
      margin-left: 790px;
      width: 200vw;
    }
    100% {
      margin-left: 790px;
      width: 630px;
      /*        width: 51.9292vw;        */
    }
  }


    .try-head {
      position: relative;
    }



    #fullpage {
      position: relative;

    }

    .bottom_footer {
      position: absolute;
      bottom: 0%;
    }

        section#contact_us {
          position: relative !important;
          overflow: hidden;
          z-index: 999999;
        }




.icons1{
  display:none;
}