/* Reset */


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
  /* Global Styles */
  body {
    font-family: Lexend, sans-serif;
    line-height: 1.6;
    background-color: #051A30;
    background-image: url('../asset/background-desktop.png');
    background-size: cover;
    background-position: center;
  }
  .noscroll {
    overflow: hidden;
}
  main{
    /* background-image: url("asset/backgroundPattern.png"); */
    z-index: 1;
  }

  button{
    cursor: pointer;
  }
  
  .container {
    width: 90%;
    margin: 0 auto;
  }
  
  header{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0);
  }


  nav{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 57px 5%;
    background-color: transparent;
  }
 
  nav ul li{
    list-style: none;
    display: inline-block;
    margin: 10px 20px;
    font-weight: 500;
    cursor: pointer;
  }

  nav ul li a{
    text-decoration: none;
    color: #BFBFBF;
    font-size: 16px;
    font-weight: bold;
  }

  nav ul li a:hover{
    font-size: 17px;
    color: white;
   
  }
  .nav-btn{
    display: flex;
    align-items: center;
    background-color: #092744;
    color: white;
    font-size: 16px;
    border: none;
    padding: 12px 20px;
    border-radius: 7px;
}

.nav-btn img{
    margin-left: 8px;
}


  .nav-list{
display: flex;
align-items: center;
  }
  .menu_icon{
    display: none;
      transition: transform 1s ease; /* Add a transition effect for rotation */
      z-index: 99999;
  
  }
  .close_icon{
    display: none;
  }

  .sidebar {
    opacity: 0;
/* Add transition for opacity and transform */
    position: fixed;
    top: 0;
    left: -300px; /* Initially position the sidebar off-screen */
    width: 300px; /* Set the width of the sidebar */
    height: 100%; /* Set the height to cover the entire viewport */
    background-color: #fff; /* Set a background color for the sidebar */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Add a box shadow for depth */
    z-index: 999; /* Ensure the sidebar is above other content */
  }
  .show {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #071123;
    width: 100%;
    min-height: 100vh;
    color: white;
    z-index: 9999;
    opacity: 1;
    transform: translateX(0); 
   
  }
  
  
  .sidebar-content{
    position: absolute;
    width: 90%;
    overflow: hidden;
    height: 90%;
    margin: 5%;
    
  }
  
  .sidebar-container{
    background-color: #071123;
    width: 100%;
    height: 90%;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: auto;
    margin-top: 100px;
  }
  
  .sidebar ul li a{
    color: white;
    text-decoration: none;
  }
  
  .selected{
    display: flex;
    align-items: center;
    line-height: 40px;
    font-size: 15px;
    padding: 10px;
    
  }
  .selected img{
    padding-right: 15.5px;
  }
  
  .sidebar-list{
    list-style: none;
    font-size: 34px;
    margin-bottom: 84px;
    line-height: 80px;
    font-family: "Lexend", sans-serif;
  }
  
  .sidebar-btn{
    background-color: #208886;
    border: 0;
    border-radius: 7px;
    padding: 20px 0px;
    color: white;
    font-size: 26.25px;
    font-weight: bold;
    margin-bottom: 50px;
  }
  
  .selected-list h2{
    font-size: 22px;
    font-weight: bold;
  
  }
  .selected-list{
  margin-bottom: 148px;
  }
  
/* sectiom1 */

#section1 {
    position: relative;
  }

  .video-container{
    position: relative;
  }
  
  .video-container video {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(3, 29, 56, 0.5); /* Translucent blue color */ 
  }

  .overlay {
    position: relative;
  }
  
  .overlay .content {
    position: absolute;
    top: 20px; /* Adjust the top position as needed */
    left: 20px; /* Adjust the left position as needed */
    display: flex;
    align-items: center;
    color: white;
  }
  
  .overlay .content h2 {
    margin-right: 10px; /* Adjust the spacing between h2 and link text */
  }

  
  .text-container-group {
    display: flex;
      justify-content: space-between;
      position: absolute;
      top: 60%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      padding: 0px 5%;
      font-family: 'Lexend', sans-serif;
  }
  
  .text-container {
    text-align: center;
    color: white;
  }
  
  .text-container h1 {
    font-size: 5.25rem;
    text-align: left;
    line-height: 1;
  }
  
  .text-container#text2 {
    display: flex;
    align-items: center;
  }
  
  .playButton {
    width: 15px; /* Adjust the size as needed */
    margin-right: 10px; /* Adjust the spacing as needed */
  }
  
  .text-container h1 span {
    color: #79D0C6;
  }
.text-container p{
  text-align: left;
    color: #79D0C6;
    font-size: 3rem;
        font-weight: bold;}
  
  .text-container a {
    text-decoration: none; /* Remove underline from the link */
    color: white; /* Set link color to white */
    display: flex;
    align-items: center;
    
  }

  /* popo up video */

  .reel{
    position: fixed;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    z-index: 10000;
    background: rgba(0,0,0,0.95);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;

}

.reel.active
{
    visibility: visible;
    opacity: 1;
}

.reel video
{
    
    max-width: 1100px;
    outline:none;
}
.popup
{
    position: relative;
}
.reel img
{
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    max-width: 20px;
}

.section1_mobile{
    display: none;
}


.container1{
    padding: 0 10%;
}

/* section 2 */

  /* Style for Section 2 */

h1 {
    font-size: 50px;
  }
  
  #typewriter {
    font-weight: bold;
    white-space: nowrap; /* Prevent line breaks */
  }
  
  #cursor {
    animation: blink 1s step-end infinite; /* Change linear to step-end */
  }
  
  @keyframes blink {
    50% {
      opacity: 0%;
    }
  }
  
  #section2 h1 {
    font-size: 4.5rem;
  }
  
  #section2 p{
    font-size: 1.875rem;
  }
  #section2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 155px;
    color: white;
    padding-bottom: 193px;
  }
  
 
  /* section3 */

 /* For desktop */
 .grid-container {
  display: grid;
  grid-row-gap: 0; /* Remove gap between rows */
  gap: 75px 50px;
  justify-content: center;
  align-items: start;
}

.grid-item {
  display: flex;
  flex-direction: column;
}

.grid-item1 h2 {
font-size: 30px;
font-family: 'Lexend', sans-serif;
color: white;
margin-bottom: 10px;
}


.grid-item img {
  max-width: 100%; /* Set image width to fit its container */
  height: auto; /* Maintain aspect ratio */
  display: block;
  margin: auto; /* Centers the images */
}

  .view-more{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    color: white;
  }

  .view-more img{
    margin-left: 20px;
    max-width: 40px;
    max-height: 40px;
  }

  .view-more a{
    text-decoration: none;
    color: white;
    display: flex;
    align-items: center;
  }
  
  /* section4 */


  .section4{
    text-align: center;
    color:white;
    margin-top:200px;
  }

  .section4 h2{
    font-size: 72px;
  }
  .section4 h3{
    font-size: 48px;
  }
  .section4 p{
    font-size: 30px;
    margin-top:46px;
    margin-bottom: 72px;
  }




  /* section5 */

  .section5{
    color: white;
    margin-top:185px;
    padding-bottom: 160px;
  }

  .section5-heading h4{
    font-size: 1.875rem;
  }

  .section5-heading h2{
    font-size: 3rem;
    padding-right: 10%;
  }
  .project-model-list{
    display: flex;
    padding-left: 10%;
    padding-top: 80px;
  }
  .project-model-text{
    padding-left:5% ;  
  }
  .project-model-text h5{
    font-size: 30px;
    font-weight: bolder;
  }
  .project-model-text p{
    font-size: 24px;
    
  }


  /* section6 */

  .section6
  {
    color: white;
    font-size: 48px;
  }
  .img-carousel-heading h4{
      font-size:1.875rem;
  }
  .img-carousel-heading{
    margin-bottom: 20px;
  }

  .brands{
    display: flex;
        justify-content: space-between;
        gap: 2%;
        overflow-x: auto;
        white-space: nowrap;
        user-select: none;
  margin: auto;
  width: 90%;
  scroll-behavior: smooth;
    }

    .brands::-webkit-scrollbar {
      display: none; 
    }


  .frame-div,
  .frame-div1,.frame-div3,.frame-div4,
  .input-filter1,
  .input-filter2,
  .input-filter3,
  .input-filter4 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
  .frame-div,
  .frame-div1,.frame-div3,.frame-div4 {
    display: none;
    flex: 1;
    border-radius: 7px;
    background: linear-gradient(177.31deg, rgba(255, 255, 255, 0), #80c5fc 90.4%);
    align-items: flex-start;
    padding: 53px 22.2px 24.8px;
    z-index: 2;
  }
  .input-filter2,
  .input-filter1,
  .input-filter3,
  .input-filter4 {
    height: 366px;
    align-items: flex-end;
    padding: 0 0.1px 0 0.3px;
    box-sizing: border-box;
    position: relative;
    min-width: 296px;
  }

  .mask-group-icon8,
  .mask-group-icon1,
  .mask-group-icon3,
  .mask-group-icon4 {
    height: 100%;
    width: 100%;
    position: absolute;
    margin: 0 !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
    object-fit: cover;
    z-index: 1;
    border-radius: 7px;
  }

  .rectangle-div,
  .rectangle-div1,
  .rectangle-div3,
  .rectangle-div4 {
    height: 114px;
    width: 296px;
    position: relative;
    border-radius: 16.05px;
    background: linear-gradient(177.31deg, rgba(255, 255, 255, 0), #80c5fc 90.4%);
    display: none;
  }
  .group-icon,
  .group-icon1,
  .group-icon3,
  .group-icon4 {
    height: 36.2px;
    width: 111.6px;
    position: relative;
    object-fit: contain;
    z-index: 3;
  }

  .vision-text{
    color: white;
    font-size: 48px;
    text-align: center;
    margin-top: 197px;
    padding-bottom: 60px;
  }
  .img-carousel-heading h2{
    font-size: 48px;
  }
  


.brands:active {
    cursor: grabbing; /* Change cursor when dragging */
}



.input-filter1:last-child,
.input-filter2:last-child,
.input-filter3:last-child,
.input-filter4:last-child {
    margin-right: 0;
}



  /* footer */
.footer {
  background-color: #071123;
  color: white;
  padding: 119.36px 102px 67px 99px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.column {
  max-width: 50%;
}

.logo-footer  img {
  max-width: 183px;
  margin-bottom: 40.7px;
}

.image img {
  max-width: 196px;
  margin-bottom: 37px;
}

.text p {
  margin: 10px 0;
  margin-bottom: 20px;
  font-size: 16px;
}

.social-icons img {
  width: 30px; /* Adjust size as needed */
  margin-right: 30px; /* Add some spacing between icons */
}

.buttons {
  display: flex;
  gap: 10%;
  margin-bottom: 61.65px;
}

.buttons button {
  flex: 1;
  font-size: 19.29px;
  padding: 15.67px 0px;
  border-radius: 7px;
  border: none;
  font-weight: bold;
}

.second-button {
  background-color: #208886;
  color: white;
}

.column1 {
  max-width: 40%;
}

.column1 h4 {
  font-size: 16.14px;
  color: #74cdc5;
  font-weight: bold;
}

.column-links {
  display: flex;
  justify-content: space-between;
}

.column {
  flex: 1;
}

#column2 {
  max-width: 562px;
}

.column1 h4 {
  margin-bottom: 10px; /* Add some spacing between heading and links */
}

.column1 ul {
  list-style-type: none;
  padding: 0;
}

.column1 ul li {
  margin-bottom: 5px;
  font-size: 16.14px;
  font-weight: bold;
}

.column1 img {
  width: 30px;
}


.column1 ul li a {
  text-decoration: none;
  color: white;
}

.Get-social-mobile {
  display: none;
}

.policy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.copywright-container {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  opacity: 0.6;
}

.contact-icon-mobile {
    display: flex;
    gap: 21px;
  }


/* hiding elements */

.nav-list ul,.view-more{
  display: none;
}



  /* Responsive Styles */
  @media screen and (max-width: 768px) {

    body{
        background-color: #051A30;
        background-image: url('../asset/background-mobile.png');
    background-size: cover;
    background-position: center;
        
    }
    
    .container {
      width: 100%;
      padding: 0 20px;
    }

    .menu_icon{
        display: block;
      }

    #hide-menu-list{
        display: none;
    }

    /* header */

.display-contents{
    display: contents;
}
.logo img {
max-width: 100px;
}
    /* section1 */
.section1{
    display: none;
}


.section1_mobile{
    display: block;
}

.text-container{
    margin-top: 56px;
}

.video-mobile{
    margin-top: 4.625rem;
}
#video-container-mobile {
    position: relative;
    width: 100%;
}
#mute-icon {
    position: absolute;
    bottom: 10px;
    left: 10px;
    cursor: pointer;
}
.text-container h1 {
    font-size: 2.125rem;
}

.text-container p{
    font-size: 1.375rem;
}

.container1{
    padding: 0 5%;
}


 /* section2 */


 .title-container h2{
  color: white;
  font-size: 12px;
}

 #section2{
    padding-top: 86px;
    padding-bottom: 75px;
 }
 #section2 h1 {
    font-size: 28px;
  }
  
  #section2 p{
    font-size: 15px;
  }

  /* section3 */

  .grid-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 13px;
  }

  .grid-item1 h2 {
    font-size: 11px;}
  .view-more{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
  }

  .mobile-hidden-img{
    display: none;
  }

  .view-more img{
    margin-left: 10px;
    max-width: 24px;
    max-height: 24px;
  }

  /* section4 */

  .section4{
    margin-top: 47px;
  }
  
  .section4 h2{
    font-size: 28px;
  }
  .section4 h3{
    font-size: 18px;
  }
  .section4 p{
    font-size: 12px;
    margin-top:14px;
    margin-bottom: 20px;
  }


  /* section5 */

  .section5{
    margin-top:60px;
   padding-bottom: 0px;
  }

  .section5-heading h4{
    font-size: 12px;
  }

  .section5-heading h2{
    font-size: 18px;
    padding-right: 10%;
  }
  .project-model-list{
    display: flex;
    padding-left: 10%;
    padding-top: 25px;
  }
  .project-model-text{
    padding-left:5% ;  
  }
  .project-model-text h5{
    font-size: 15px;
    font-weight: bolder;
  }
  .project-model-text p{
    font-size: 11px;
    
  }
  .project-model-icon img{
    max-width: 40px;
    max-height: 40px;
  }



  /* section6 */

  .section6
  {
  font-size: 22px;
  margin-top: 67px;
  margin-bottom: 73px;
  }

  .img-carousel-heading{
    margin-bottom: 73px;
  }

  .img-carousel-heading h2 {
    font-size: 22px;
}
.img-carousel-heading h4{
    font-size:12px;
}

  .vision-text{
    margin-top: 47px;
    padding-bottom: 30px;
    font-size: 22px;
  }


  /* footer */
  .footer {
    padding: 53px 28px;
  }
  .footer-container {
    display: flex;
    justify-content: center;
    background-color: #071123;
    color: white;
  }

  #logo-column {
    display: none;
  }

  .column1 {
    padding-bottom: 42.32px;
  }

  #column2 {
    max-width: 100%;
  }

  .column-links {
    display: flex;
    justify-content: normal;
    flex-wrap: wrap;
    gap: 30%;
    margin-bottom: 6px;
  }

  .Get-social-mobile {
    display: block;
  }

  .contact-flex {
    display: flex;
    gap: 40%;
  }

  .contact-icon-mobile {
    display: flex;
    gap: 21px;
  }

  .buttons {
    margin-bottom: 52px;
  }

  .buttons button {
    padding: 11px 0px;
    font-size: 16px;
  }

  .Get-social-mobile h2 {
    font-size: 18px;
    font-weight: bold;
    color: #74cdc5;
    margin-bottom: 20px;
  }

  .image-line {
    margin-top: 52px;
    max-width: 292px;
  }

  .copywright-container {
    display: grid;
  }
  .copywright {
    margin-bottom: 14px;
    opacity: 1;
  }
  .column1 img {
    margin-right:0px;
  }
    
}


/* \hidden */
.nav-list ul,.view-more{
  display: none;
}

@media (min-width: 768px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}