/* Reset some default styles */
html ,body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 62.6%;
    overflow-x: hidden;
}

*{
  font-family: "Montserrat", sans-serif;
      -webkit-box-sizing: border-box;
        box-sizing: border-box;
        outline: none;
        border: none;
}

body {
  /* font-family: Arial, sans-serif; */
  font-family: "Montserrat", sans-serif;
}

/* Style the main section */
.main-section {
  position: relative;
}
.row1{
  display: flex;
  flex-direction: row;
  align-content: space-between;
  justify-content: center;
  }


  .card1-body{
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
  
.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;
  }.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; 
  }
  
.container-close-to-heart{
  
  display: flex;
  flex-direction: row-reverse;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;

}


/* 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%;
  max-width: 1000px;
  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%;
    }
    .section-about {
      display: flex; 
      background-image: url("../resources/img/about-us.png");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      overflow: hidden;
  }
    
   
.section-mission::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
    
.section-blog {
      display: flex; 
      align-items:center;
      background-color: white; 
  }
  #blog {
      margin-top:50px;
  }
  #blog .column1 .animate-heading{
      font-weight: bolder;
  }
 #blog .column1 {
      padding-top: 100px;
      height: 100%;
      width: 50%;
      margin-left: 0px;
    } 
#blog .animate-paragraph{
    padding:30px 90px 30px 90px;
}

.new_blog_form form {
    position: fixed;
    top:280px;
    bottom: 20px;
    right: 150px;
    max-width: 500px;
    margin: 0;
    padding: 10px;
    padding-top:10px;
    padding-right:20px;
    padding-left:20px;
    background-color: white;
    border-radius:30px;
    border-top: 20px solid white;
    border-bottom: 20px solid white;
        }

.new_blog_form label {
            display: block;
            margin-bottom: 8px;
        }

.new_blog_form input {
            width: 350px;
            padding: 10px;
            margin-bottom: 15px;
            border: none;
            border-bottom: 1px solid grey;
            outline: none;
        }
     #genset .truck_blog_img{
          height: 55vh;
     } 
     .truck_mobile_png{
         display:none;
     }
     
@media (max-width:760px){
      img.mobile-view-img {
    height: 100vh;
}
    .new_blog_form form{
        border:1px solid black;
        position:fixed;
        width:fit-content;
        top: 370px;
        z-index:10;
        right:50px;
    }
    .new_blog_form input{
        width: 250px;
    }
    .truck_blog_img{
        display: none;
    }

}
@media (max-width:730px){
        .truck_mobile_png{
    display:block;
    margin-top:130px;
     height:100px; 
}
}


.new_blog_form input[type="submit"] {
            border-radius:30px;
            background-color: #da1f32;
            color: white;
            cursor: pointer;
        }

.new_blog_form input[type="submit"]:hover {
            background-color: #f6ed1f;
        }

.genset_offer_para{
    padding-bottom:80px;
    font-size:30px;
    background-color:yellow;
}
.genset_offer_para p{
    padding: 10px 50px 10px 50px;
    font-weight:600;
    text-align:center;
    margin-top:80px;
}
#genset .overlay-list{
    font-size:35px;
    position: absolute;
    top: 50%;
    left: 80px;
    transform: translate(0, -50%);
    padding: 15px;
    border-radius: 10px;
    text-align: left;
}
#genset .overlay-list li{
    color: white;
     margin-bottom: 10px;
}
#genset.overlay-list a {
    color: white; /* Adjust the color as needed */
}
#blog_banner_img{
    display:none;
}
@media (max-width:760px){
    #old_blog_banner_img{
        display:none;
    }
   #blog_banner_img{
       display:block;
   }
    #genset .overlay-list{
    position: relative;
    top: 300px;
    left: 20px;
    width: max-content;
    background-color: #da1f32;
    margin-top: -35px;
    padding: 100px 40px 100px 40px;
    }
    
     #blog .column1{
         width: 80%;
     }
    #blog .animate-paragraph {
        line-height:20px;
        font-size:15px;
        width: 300px; 
        max-width: 350px; 
        padding: 2px;
        text-align: left; 
    }
 
}

#blog .row{
    margin-top:30px;
    margin-left: 100px;
}
@media (max-width: 800px) {
    /* Apply styles only for screens up to 768px wide */
    #blog .row {
        margin-top: 0px;
        margin-left: 0px; /* Adjust the left margin as needed for smaller screens */
    }
}
#blog .card{
    width: 29rem;
}
.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 {
  width: 70%;
  align-items: center;
}
.swiper-container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin: 0 auto;
}
.card1-img img {
  max-width: 80%;
  height: auto;

}

    .column1 {
      float: left;
      padding-top: 100px;
      height: 100%;
      width: 50%;
      margin-left: 700px;
    }  
  .ceo-message-2{
    width: 0%;
  }

.ceo-message {
  padding-top: 50px;
  width: 50%;
  padding-left: 100px;
}
    .ceo-message 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);
  }
  .ceo-message p {
    font-size: 17px;
    line-height: 28px;
    color: #ffffff;
    letter-spacing: 1.1px;
    margin-top: 5px;
    font-weight: 300;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
  .column-world h2 {
    /* padding-top: 40px; */
    width: 100%;
    max-width: 414px;
    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);
}


.section-our-world{
  background-image: url("../resources/img/background2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.container-our-world {
  display: flex;
  flex-direction: column;
  padding-bottom: 100px;
  /* padding-bottom: 50px; */
  height: 100vh;
  overflow: hidden;
  justify-content: space-evenly;
}
.column h2 {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  position: center;
  top: 25px;
  border-bottom: 1px solid;
  text-transform: uppercase;
  font-weight: bold;
  color: #d7c080;
  font-size: 55px;
  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 h5 a{
  color:black;
  text-decoration:none;
}


.card1-body h4{
  font-size: 20px;
}

.column-text p {
  color: #ffffff;
  font-weight: normal!important;
  font-size: 19px;
  text-transform: capitalize;
  width: 100%!important;
  margin-top: 16px;
  line-height: 1.5;
}
.column-text h2 {
  line-height: 75px;
  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; */
}
/* Additional styles for better spacing and alignment */
.column-text:not(:last-child) {
  /* margin-right: 10px;  */
}



/* Your other styles below... */
.column-world {
  flex: 1;
  /* padding: 10px; */
}
.row-wrld {
  display: flex;
}
/* Additional styles for better spacing and alignment */
.column-world:not(:last-child) {
  margin-right: 10px; /* Add some space between columns */
}
.section-heart{
  background-image: url(../resources/img/heart.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
 
}
/* .container-close-to-heart {
  display: flex;
    background-image: url(../resources/img/heart.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    justify-content: flex-end;
    align-items: center;
    padding-right: 10rem;
} */

.left-column {
  width: 40%;
}
.heart-column {
  margin-top: 0px;
  width: 50%;
  /* padding-right: 150px; */
  margin-left: 720px;
}
.heart-column h2 {
  padding-top: 40px;
  width: 100%;
  max-width: 1000px;
  /* margin: auto; */
  position: center;
  /* top: 25px; */
  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);
}
.heart-column p{
  font-size: 17px;
    line-height: 28px;
    color: #ffffff;
    letter-spacing: 1.5px;
    margin-top: 21px;
    font-weight: 300;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

footer {
  background-color: #000000;
  text-align: center;
}

/* 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 ;
}


footer {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  /* padding-top: 100px; */
}
a{
  color: #2c3563 ;
}
a:link, a:visited {
  text-decoration: none;
}
.contact-col a {
  color: #ffffff !important;
}
.bottom_footer {
  position: absolute;
  width: 100%;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.95);
  bottom: 0;
  display: flex;
  justify-content: space-between;
  vertical-align: middle;
  align-items: center;
  padding: 0 40px;
}
.bottom_footer div {
  color: #d7c080;
  font-size: 14px;
}
a.icon-style {
  padding: 7px!important;
}
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 {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  /* padding-top: 1rem; */
  height: 100vh;
  overflow: hidden;
  padding: 15rem;
}
.row-sections{
  display: flex;
  /* gap: 1rem; */
  /* padding: 0px 10px; */
  /* padding-top: 30px; */
}
  
.container-mission p{
  font-weight: 700;
  text-align: center;

}

/* Target only the video element inside the footer */
footer video.footer-video {
  position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
footer h2 {
  padding-top: 16px;
  font-size: 40px;
  margin: 20px 0;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
}

.reach_line {
  width: 250px;
  height: 2px;
  margin: 0 auto 20px;
  position: absolute;
  top:180px;
  left: 50%;
  transform: translateX(-50%);
}

.reach-us-table {
  
  width: 80%;
  margin: 0 auto;
  border-collapse: collapse;
  position: absolute;
  top: 200px;
  left: 50%;
  padding-right: 24px;
  transform: translateX(-50%);
  /* margin-left: 164px; */

}

/* Restyle the table rows and cells */
.reach-us-table th,
.reach-us-table td {
  padding: 10px;

}

.contact-col a {
  text-decoration: none;
}

.location-col {
  text-align: center;
  color: #ffffff;
  
}

/* Bottom footer styles */
.bottom_footer {
  margin-top: 40px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}



.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;
}
a.blog_detail {
  color: blue; /* Change this to your desired color code */
}
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;
}
.section-heart{
  background-color: #000000;
}
.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);
}

.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: 40px;
  line-height:60px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: bold;
  text-decoration: none !important;
}

.menu .left_menu ul li {
  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;
}
a.close_to_heart{
    position:relative;
    left:900px;
}
/*
.menu .right_menu {
    position: fixed;
    left: 49.6vw;
    left: 50%;
    top: 0;
    background-color: rgba(44, 53, 99, 0.65);
    width: 50%;
    height: 0;
    z-index: 100;
    display: flex;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 1.5s;
}

.menu .right_menu_open {
    left: 50%;
    height: 100%;
    visibility: visible;
    opacity: 1;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.menu .right_menu .footer_text { 
    padding-top: 35vh; 
    opacity: 0;
    transition: opacity .4s ease-in-out;
}

.menu .right_menu_open .footer_text { 
    opacity: 1;
    transition: opacity .4s ease-in-out;
    transition-delay: 1.8s;
}

.menu .right_menu .footer_text div { color: #afcceb; }
*/
.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;
}
#wavevideo {
  width: 100%;
  height: auto;
} 

#wavevideo {

    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -3;
}




.main_1 {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

#aegisvideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  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;
}

.blog_header {
    font-family: 'Dahlia Regictik';
    position: relative;
    text-align: center;
    width: 40%;
    margin: 130px auto; /* Center horizontally */

    /* Responsive styles for smaller screens */
    @media (max-width: 768px) {
        font-size:15px;
         margin: 30px auto;
        width: 50%; /* Adjust the width for smaller screens */
    }
}

.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 ;
}

.section-ceo{
  
  background-image: url(../resources/img/ceo-0.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position-x: right;

}


  .contact-col p{

    color: #ffffff;
    
  }
.contact-col span{
  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;        */
    }
  }
  
  .icons1{
    display: none;
  }
  /* You may need to adjust the font-size and other properties based on your design */
  