@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lobster+Two:ital,wght@0,400;0,700;1,400;1,700&display=swap");

/* global styles */

*::-webkit-scrollbar {
  width: 3px;
}

*::-webkit-scrollbar-track {
  background: #f9f8f8;
  border-radius: 0px;
}

*::-webkit-scrollbar-thumb {
  background: #fb1311;
  border-radius: 0px;
  border:0px solid #555777;
}
              

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  scroll-behavior: smooth;
}

body {
  background-color: #EEEEEE;
  overflow-x: hidden;
 
}

.loader-container{
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  background-color: white;
  z-index: 9999999999;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  h4{
    margin-top: 150px;
    font-weight: 600;
    font-size: 1vw;
    font-family: "Poppins", sans-serif;
    
   }
   gap: 5px;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  overflow: hidden;
  height: 80px;
  width: 80px;
  border: 1px solid transparent;
  box-shadow: 0 0 0 2px red;
  border-radius: 50%;


}

.waves {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: red;
  box-shadow: inset 0 0 50px rgb(0,0,0,.3);
}

.waves::before,
.waves::after {
  content: '';
  position: absolute;
  width: 200%;
  height: 200%;
  top: 0;
  left: 50%;
  transform: translate(-50%, -75%);
  background: #000;
}

.waves::before {
  border-radius: 45%;
  background: rgb(248, 248, 248);
  animation: wave91234 5s linear infinite;
}

.waves::after {
  border-radius: 40%;
  background: rgb(255,255,255,.5);
  animation: wave91234 10s linear infinite;
}

@keyframes wave91234 {
  0% {
    transform: translate(-50%, -75%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -75%) rotate(360deg);
  }
}

.main {
  background-color: #EEEEEE;
  display: flex;
  flex-direction: column;
  
}

#custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  pointer-events: none;
  transition: width 0.2s, height 0.2s, background-color 0.2s;
  z-index: 999;
  mix-blend-mode: difference;



}



body {
  scroll-behavior: smooth;
}

.container {
 width: 100%;
 height: 100px;
 overflow: hidden;
 /* background-color: #5e060d; */
 position: absolute;
 top: 30px;

}

.navbar{
  position: fixed;
  z-index: 150;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0em 1em;
  /* top: px; */
}

.site-logo a img{
  height:50px ;
}

.header{
  position: fixed;
  width: 100%;
  z-index: 199;
  /* top: -80px; */
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  
  
}

.menu-toggle{
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #5e060d;
}


.menu-toggle-btn{
  margin-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  width: 20px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 200;

}

.menu-icon{
  height: 2px;
  background-color: white;
  width: 24px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transition: all 0.3s;
  mix-blend-mode: difference;
}

.menu-icon::before{
  content: " ";
  position: absolute;
  display: inline-block;
  height: 2px;
  background: white;
  transform: translateY(-4px);
  left: 0;
  width: 24px;
  transition: all o.3s;
  top: -2px;
}

.active .menu-icon{
  transform: rotate(45deg);
  background: white;
}

.active .menu-icon::before{
  top: unset ;
  transform: rotate(-90deg);
  background: white;
}

.active:hover .menu-icon::before{
  top: unset;

}

.nav-container{
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: black;
  color: white;
  transition: all 0.3s;
  display: flex;
  justify-content: space-around;
  align-items: center;
  visibility: hidden;
}

.nav{
  width: 50%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;

}
.nav-socials{
  display: flex;
  flex-direction: column;
  font-size: 20px;
  align-items: flex-start;
  margin-top: 80px;
  gap: 15px;
}

.nav-socials a{
  color: white;
  font-weight: 200;
}

.nav-socials a:hover{
  color: red;
}


.flex{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.nav-video{
  height: 30%;
  width: 95%;
  position: relative;
  top: 40px;


}

.nav-video video{
  height: 100%;
  width: 100%;
  border-radius: 20px;

}



.nav-link{
  position: relative;
}

.nav-link a{
  position: relative;
  top: 30px;
  text-decoration: none;
  color: #fff;
  font-size: 60px;
  font-weight: lighter;
  transition: all 0.3s ease-in-out;
}

.nav-link a:hover{
  font-size: 70px;
}

.nav-item-wrapper::after{
  content: "";
  position: absolute;
  top: 60px;
  left: 0;
  width: 500px;
  height: 60px;
  background: black;
  margin: 0 auto;
  transition: 1s;

}

















/*-----------------------section1-------------------- */
.section1 {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  z-index: 56;
  background-color: #5e060d;
}

.text {
  display: flex;
}
.clastxt {
  width: calc(100% / 8);
  height: 100%;
  /* background-color: grey; */

  span {
    height: 100vh;
    display: inline-block;
    width: 100%;
    color: white;
    font-size: 500px;
    top: -20%;
    position: relative;
    overflow: hidden;
    font-family: "Oswald", sans-serif;
    transition: 0.5s ease;
  }
}

.coca-cola-section {
  height: 100vh;

  display: flex;
  justify-content: center;
  align-items: center;
}

.coca-cola-text {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 120px;
}

.coca-cola-model {
  position: absolute;
  top: 93.2%;
  left: 50%;
  transform: translate(-50%, -50%) rotateY(30deg);
  /* width: 50%; */
  height: 1550px;
  background-color: transparent;
  /* z-index: -2; */
  overflow: hidden;
  transition: transform 0.6s;
}

/* -----------------section2---------------- */

.section2 {
  height:1600px;
  width: 100%;
  background-color: #5e060d;
  overflow-x: hidden;
  padding-top: 120px;
  position: relative;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
}

.section2::before {
  background-color: #676766;
  content: "";
  height: 0.0625rem;
  left: 5%;
  position: absolute;
  top: 0;
  width: 90%;
}

.heading {
  color: #fff;
  font-size: 80px;
  display: flex;
  justify-content: center;
  height: 80px;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-weight: 200;

}

.brand-container {
  height: 60%;
  /* background-color:green ; */
}

.brand-box {
  margin-top: 30px;
  /* background-color: rgb(100, 22, 22); */
  height: 86%;
  display: flex;
  flex-direction: column;
  /* justify-content: space-around; */
  align-items: center;
  position: relative;
  width: 100%;
}

.bx {
  position: relative;
  font-size: 50px;
  font-family: "Poppins", sans-serif;
  color: rgb(165, 94, 94);
  transition: all 0.3s ease;
  display: flex;
  width: 100%;
  padding-left: 70px;
  cursor: pointer;
}

.bx h1 {
  font-weight: 100;
}

.bx::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0.2rem;
  background-color: rgb(165, 94, 94);
  transition: width 0.3s;
}

.bx:hover::after {
  width: 80%;
}

.brand-video {
  position: absolute;
  top: 98%;
  left: 70%;
  transform: translateY(-50%);
  width: 500px;
  height: 500px;
  border-radius: 50%;
  overflow: hidden;
  object-position: center;
  opacity: 0;
  pointer-events: none;

  video {
    height: 100%;
    /* opacity: 0; */
  }
}

.btn-area {
  height: 15%;
  display: flex;
  /* background-color: antiquewhite; */
  /* margin-top: 50px; */
  align-items: center;
  justify-content: center;
  padding: 50px;
  position: relative;
top: 230px;
  .button {
    height: 80%;
    width: 70%;
    background-color: transparent;
    outline: none;
    border: 0.1rem solid rgb(165, 94, 94);
    border-radius: 60px;
    color: rgb(177, 117, 117);
    font-family: "Poppins", sans-serif;
    font-size: 1.5rem;
    letter-spacing: 3.9px;
    font-weight: 200;
    cursor: pointer;
    position: relative;
    left: 0;
    /* margin-right: 324px; */
    transition: all 0.3s;
  }
}

.button:hover {
  color: white;
  border: none;
  border-bottom: #eeeeee;
}

/* ----------------section3--------------- */
.section3{
  background-color: #EEEEEE;
}


.sticky_parent {
  height: 500vh;
  background-color: #eeeeee;
}
.sticky {
  overflow: hidden;
  position: sticky;
  top: 100px;
  height: 100vh;
}
.scroll_section {
  position: absolute;
  top: 0;
  height: 100%;
  width: 500vw;
  will-change: transform;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5vw;

  span {
    position: absolute;
  }
}

.history1 {
  height: 300px;
  width: 300px;
  position: relative;
  top: -200px;
  left: -1000px;
  border-radius: 10px;
}

.history2 {
  height: 300px;
  position: relative;
  top: -290px;
  border-radius: 20px;
  left: 300;
}

.history3 {
  height: 300px;
  position: relative;
  z-index: -5;
  animation: flip 8s infinite;
  border-radius: 50px;
  left: 80%;
  top: -350px;
}

@keyframes flip {
  0% {
    transform: scaleX(1) rotate(-20deg);
  }
  50% {
    transform: scaleX(-1) rotate(-20deg);
  }
  100% {
    transform: scaleX(1) rotate(-20deg);
  }
}

.history4 {
  height: 300px;
  position: relative;
  top: 160px;
  left: 99%;
  z-index: -5;
  animation: appear 5s forwards infinite;
  border-radius: 20px;
}

@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.history5 {
  height: 500px;
  position: relative;
  z-index: -5;
 
  animation: levitate 3s ease-out forwards infinite;
  left: 300%;
  border-radius: 10%;
}

@keyframes levitate {
  0%, 100% {
    transform: translateY(0);
}
50% {
    transform: translateY(-40px); 
}
}

.hist {
  position: relative;
  z-index: -10;
  opacity: 0;
}


/* ----------section3 end---------- */




/* ----------------section4-------------- */
.section4{
  height: 100vh;
  width: 100vw;
  /* background-color: #ee; */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  margin-top: 200px;
}

.s4-container{
position: absolute;
justify-content: center;
display: flex;
}


.s4-img{
  height: 750px;
  width: 710px;
 border-radius: 50px;
  position: relative;
  top: 50px;
  box-shadow: 0 14px 18px rgba(0, 0, 0, .6);
  left: 7px;
}



.s4-desc{
  position: relative;
  height: 750px;
  width: 700px;
  background-color: #f7f7f3;
  border-radius: 50px;
  top: 10px;
  right: 170px;
  box-shadow: 0 14px 18px rgba(0, 0, 0, .6);
  display: flex;
  flex-direction: column;
  padding: 50px;
}

.s4-desc h1{
  font-size: 3rem;
}

.s4-desc p{
  font-size: 1.2rem;
  margin-top: 80px;
}

.s4-btn{
  margin-top: 200px;
  height: 50px;
  border-radius: 50px;
  font-size: 1.2rem;
  cursor: pointer;
  border: 0.5px solid black;
  transition: all 0.5s ease-out;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.s4-btn:hover{
background-color: #d1cccc ;
border: none;
}


.background{
  height: 100%;
  width: 100%;
  

}
.circle-container {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 70px;

}
.circle {
  width: 120px;
  height: 110px;
  background-color: #74AB42;
  border-radius: 50%;
  margin-top: 30px;
}

/* section5 */

.section5{
  /* margin-top: 100px; */
  height: 100vh;
  width: 100vw;
background-color: #EEEEEE;
border-radius: 60px;
}




.section5 .sec5-h1{
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 140px;
  font-size: 5rem;
  font-weight: 200;
}

.s5-cards{
  display: flex;
  height: 95%;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 130px;
}

.cd{
  height: 86%;
  width: 27%;
  border-radius: 50px;
  overflow: hidden;
}

.cd img{
  position: relative;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease;
}

.cd img:hover{
  transform: scale(1.1);
}

.about1, .about2{
  position: relative;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.295);
    top: -42.5%;
  padding: 30px;
    height:43%;


    h1{
      font-size: 2rem;
    }

    p{
      font-size: 1rem;
      /* margin-top: 30px; */
    }
}

.card1-btn{
  margin-top: 80px;
  font-size: 1.5rem;
  border:none;
  background-color: transparent;
  position: relative;
  transition: all 0.5s ease;
}

.card1-btn:hover, .card2-btn:hover{
  cursor: pointer;
  color: #74AB42;
  border-bottom: 1px solid #74AB42;
}

.card2-btn{
  margin-top: 35px;
  font-size: 1.5rem;
  border:none;
  background-color: transparent;
  position: relative;
  transition: all 0.5s ease;
}


/* section6 */


.section6{
  height: 120vh;
  width: 100vw;
margin-top: 100px;
/* background-color: #74AB42; */


}

.img-1{
  height: 600px;
  width: 600px;
  position: relative;
  left: 60%;
top: 5%;
  display: flex;
  overflow: hidden;
  border-radius: 48px;
}

.img-1 img{
  height: 100%;
  width: 100%;
}

.img-2{
  height: 600px;
  width: 600px;
  position: relative;
  left: 10%;
top: 2%;
  display: flex;
  overflow: hidden;
  border-radius: 48px;
  
}

.img-2 img{
  height: 100%;
  width: 100%;
}
.contact-form{
  left: 28%;
  margin-top: -20%;
  z-index: 55;
  position: absolute;
  height: 800px;
  width: 800px;
  background: rgba(168, 103, 103, 0);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(14.5px);
  -webkit-backdrop-filter: blur(14.5px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50px;


  form{
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    padding: 60px;
  }
}

form h1{
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 2rem;
  margin: 30px;

}

.name{
  height: 200px;
 margin-top: 20px;
 border-radius: 60px;
 outline: none;
 border: none;
 border: 0.5px solid grey;
 background-color: #d1cccc3f;
 font-size: 1rem;
 padding:0 35px ;
}

.email{
  height: 200px;
  margin-top: 20px;
  border-radius: 60px;
  outline: none;
  border: none;
  border: 0.5px solid grey;
  background-color: #d1cccc3f;
  font-size: 1rem;
  padding:0 35px ;
}

.message{
  margin-top: 20px;
  height:550px;
  border-radius: 60px;
 outline: none;
 border: none;
 border: 0.5px solid grey;
 background-color: #d1cccc3f;
 font-size: 1rem;
 padding:26px 35px ;
}

textarea{
  resize: none;
}

.submit{
  position: relative;
  margin-top: 120px;
  height: 180px;
  width: 30%;
  left: 36%;
  border-radius: 60px;
  outline: none;
  border: none;
  border: 0.5px solid grey;
  background-color: #d1cccc3f;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s ease;

}

.submit:hover{
  color: white;
  background-color: rgba(255, 29, 29, 0.753);
  border: none;
}




/* footer section */


footer{
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  margin-top: 300px;
  height: 600px;
  width: 100vw;
  background-color: black;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-content{
  height: 100%;
  width: 90%;
  color: white;
  /* background-color: #7f7f7f; */
  padding: 60px 0;
}

.top-footer{
  height: 4%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;

  img{
    /* background-color: white; */
    height: 120px;
    width: 120px;
    
  }

  img:hover{
    cursor: pointer;
  }
}

.top-footer button {
  position: relative;
  overflow: hidden;
  height: 3rem;
  padding: 0 2rem;
  border-radius: 20px;
  background: #3d3a4e;
  background-size: 400%;
  color: #fff;
  border: none;
  cursor: pointer;
}

.top-footer button:hover::before {
  transform: scaleX(1);
}

.button-content {
  position: relative;
  z-index: 1;
}

.top-footer button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  width: 100%;
  height: inherit;
  border-radius: inherit;
  background: linear-gradient(
    82.3deg,
    rgb(158, 60, 4) 10.8%,
    rgb(156, 33, 3) 94.3%
  );
  transition: all 0.475s;
}



.middle-footer::before{
  background-color: #676766;
  content: "";
  height: 0.0625rem;
  left: 5%;
  position: absolute;
  width: 90%;
}

.middle-footer{
  height: 97%;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 40px;

}

.about-us{
  display: flex;
  flex-direction: column;
  width: calc(100%/4);
  margin-top: 40px;
h2{
  font-size: 2rem;
  font-weight: 200;
}
}
.about-us a{
  color: white;
  font-size: 1rem;
  margin-top: 20px;
  transition: 0.3s ease;
}

.about-us a:hover{
  color: red;
}

.need-help{
  display: flex;
  flex-direction: column;
  width: calc(100%/4);
  margin-top: 40px;
  h2{
    font-size: 2rem;
    font-weight: 200;
  }

}

.need-help a{
  color: white;
  font-size: 1rem;
  margin-top: 20px;
  transition: 0.3s ease;
}

.need-help a:hover{
  color: red;
}

.extra-sec{
  display: flex;
  flex-direction: column;
  width: calc(100%/4);
  margin-top: 30px;

}

.extra-sec a{
  color: white;
  font-size: 1rem;
  margin-top: 20px;
  transition: 0.3s ease;
}

.extra-sec a:hover{
  color: red;
}

.end-footer{
top: 20px;
  display: flex;
  position: relative;
 
  /* align-items: center; */
  justify-content: flex-end;

  p{
    font-size: 0.95rem;
  }
}










/* -----------------responsive--------------------- */


@media only screen and (max-width: 900px) {

.nav{
  flex-direction: column-reverse;

}

.nav-logo{
  display: none;
}

.nav-socials{
 flex-direction: row;
 margin-top: 4em;
}

.nav-socials a{
  padding: 0 0.4em;
}

.nav-container{
  display: flex;
  flex-direction: column;
}

.nav-video {
 height: 600px;
 width: 600px;
 position: relative;
 left: -90px;
}

.coca-cola-text{
  display: none;
}



.section1{
  display: flex;
  justify-content: center;
}

.coca-cola-model{
  top: 60%;
  position: relative;
  transform: scale(2.8);
}

.mobile-text-1{
  color: white;
  position: absolute;
  display: flex;
  font-size: 15em;
  z-index: 50;
  font-family: "Poppins", sans-serif;
  top: 700px;
  left: 0;
  font-weight: 400;

}
.mobile-text-2{
  color: white;
  position: absolute;
  top: 970px;
  left: 15%;
  display: flex;
  font-size: 15em;
  z-index: 50;
  font-family: "Poppins", sans-serif;
  font-weight: 400;

}

.brand-container{
  position: relative;
  top: 80px;
}

.brand-box{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 70px;
}

.brand-box .bx{
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
 
left: -50px;
 
  h1{
    color: white;
    position: relative;
   
    /* width: 754px; */
    display: flex;
    justify-content: center;
  }
}

.brand-video{
  position: absolute;
  left: 20%;
  z-index: -10;
 
  video{
    opacity: 30%;
  }
}

.section-3-o{
  height: 100vh;
  width: 100vw;
  }

  .sec-3-o-para{
    height: 50%;
    /* width: 100%; */
    display: flex;
    

    p{
      height: 100%;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 3.5rem;
      padding: 0.5em;
    }
  }

  .history-wall{
    height: 50%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
   }
   .hist1{
    height: 300px;
    width: 300px;
    background-color: #fb1311;
    border-radius: 50px
   }

   .hist2{
    height: 600px;
    width: 400px;
    background-color: green;
    border-radius: 50px
   }

   .hist3{
    height: 500px;
    width: 300px;
    background-color: pink;
    position: relative;
    top: -300px;
    border-radius: 50px
    
   }

   .hist4{
    width: 400px;
    height: 200px;
    position: relative;
    background-color: blue;
    bottom: 0;
    left: 6px;
    border-radius: 50px;
    object-fit: cover;
    
   }

 .background{
    display: none;
   }

   .s4-container{
    display: flex;
    flex-direction: column;
   }

   .s4-desc{
    position: relative;
    left: 60px;
   }


   .section5{
    margin-top: 300px;
   }



   .s5-cards{
    display: flex;
    flex-direction: column;
    position: relative;
    top: 50px;
   }

   .cd{
    width: 550px;
    height: 800px;
   }

   .about1, .about2{
    height: 50%;
    top: -50%;
   }


   .section6{
    margin-top: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    width: 100vw;
   }


   .img-1, .img-2{
    height: 400px;
    width: 400px;
   }

   .img-1{
    left: 39%;
   }

   .img-2{
    /* top: 25%; */
    left: 40px;
   }


    .contact-form{
      position: relative;
      top: 10%;
        left: 2%;
      height: 800px;
      width: 700px;
    }



    footer{
      height: 50%;
    
    }
}


@media only screen and (min-width:901px) and (max-width:1200px){
  

.section1{
  display: flex;
  justify-content: center;
}

.coca-cola-section{
  overflow: hidden;
  position: relative;
}

.coca-cola-model{
  top: 105px;
position: absolute;
  transform: scale(1);
  left: 15%;
}

.coca-cola-text{
  opacity: 0;
}




.mobile-text-1{
  color: white;
  position: absolute;
  display: flex;
  font-size: 19em;
  z-index: 50;
  font-family: "Poppins", sans-serif;
  top: 100px;
  left: 30px;
  font-weight: 400;
  z-index: -10;
}
.mobile-text-2{
  color: white;
  position: absolute;
  /* top: 970px; */
  top: 500px;
  left: 15%;
  display: flex;
  font-size: 16em;
  z-index: 50;
  font-family: "Poppins", sans-serif;
  font-weight: 400;

}

.brand-container{
  position: relative;
  top: 80px;
}

.brand-box{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 70px;
}

.brand-box .bx{
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
 
left: -50px;
 
  h1{
    color: white;
    position: relative;
   
    /* width: 754px; */
    display: flex;
    justify-content: center;
  }
}

.brand-video{
  position: absolute;
  left: 29%;
  z-index: -10;
 
  video{
    opacity: 30%;
  }
}

.section-3-o{
  height: 130vh;
  width: 100vw;

  }

  .sec-3-o-para{
    position: relative;
    /* top: 30px; */
    height: 50%;
    /* width: 100%; */
    display: flex;
    

    p{
      height: 100%;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 3.5rem;
      padding: 0.9em;
    }
  }
  .history-wall{
    position: relative;
    height: 50%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
   }
   .hist1{
    height: 220px;
    width: 100px;
    background-color: #fb1311;
    border-radius: 10px
   }

   .hist2{
    height: 220px;
    width: 600px;
    background-color: green;
    border-radius: 10px
   }

   .hist3{
    height: 200px;
    width: 300px;
    background-color: pink;
    position: relative;
    top: -90px;
    border-radius: 10px
    
   }

   .hist4{
    width: 390px;
    height: 200px;
    position: relative;
    background-color: blue;
    bottom: 0;
    left: 6px;
    border-radius: 10px;
    object-fit: cover;
    top: -90px;
    
   }

 .background{
    display: none;
   }

   .s4-container{
    display: flex;
    flex-direction: column;
   }

   .s4-desc{
    position: relative;
    left: 60px;
   }


   .section5{
    position: relative;
    height: 160vh;
   top: 280px;
   }



   .s5-cards{
    display: flex;
    flex-direction: column;
    position: relative;
    top: 90px;
   }

   .cd{
    width: 450px;
    height: 800px;
   }

.card1-btn, .card2-btn{
  top: -20px;
}

   .about1, .about2{
    height: 50%;
    top: -50%;
   }


   .section6{
    position: relative;
top:200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 150vh;
    width: 100vw;
   }


   .img-1, .img-2{
    height: 200px;
    width: 200px;
   }

   .img-1{
    left: 75%;
   }

   .img-2{
    /* top: 25%; */
    left: 40px;
   }


    .contact-form{
      position: relative;
      top: 10%;
        left: 15%;
      height: 800px;
      width: 700px;
    }



    footer{
      height: 500px;
   
    
    }

}



