@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');
@font-face {
    font-family: myFont;
    src: url(font.otf);
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
  height: 100%;
  width: 100%;
  /* overflow: hidden; */
}
.main{
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    justify-content: space-between;
    margin-top: 5vh;
    font-family: 'Montserrat', sans-serif;
}
.navbar a {
    margin: 0 3rem;
    text-decoration: none;
    color: rgb(0, 0, 0); 
    font-size: 1.1vw;
    font-weight: 500; 
    transition: color 0.3s ease;
    text-transform:uppercase;

}
.theekum{
  height: 150px;
  width: 250px;
}

/* responsive nav bar start */
.nav-mob{
    /* margin-top: 2vh; */
    display: none;
  }
  nav{
    display: flex;
    width: 100%;
    height: 14vh;
    background: transparent;
    align-items: center;
    justify-content: space-between;
    padding: 0 4vw;
    flex-wrap: wrap;
  }
  nav .logo{
    font-size: 25px;
    font-weight: 600;
  }
  nav ul{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
  }
  nav ul li{
    margin: 0 5px;
  }
  nav ul li a{
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 15px;
    border-radius: 5px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
  }
  nav ul li a.active,
  nav ul li a:hover{
    color: #000000;
    background: #000000;
  }
  nav .menu-btn i{
    color: #000000;
    font-size: 22px;
    cursor: pointer;
    display: none;
  }
  input[type="checkbox"]{
    display: none;
  }
  .no-scroll {
    overflow: hidden;
    height: 100%;
  }
  .nav-bg{
    
    background-color: #102020;
  }
  .nav-col{
    color: rgb(255, 255, 255);
  }
  /* responsive nav bar end */
  .behind{
    position: absolute;
    z-index: -1;
    left: 26vw;
    top: -35vh;
    width: 32vw;
  }
  .hero-main{
    margin-top: 35vh;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    gap: 10vw;
    margin-left: 8vw;
    height: 100vh;
    position: relative;
  }
  .hero-img{
    height: 130vh;
  }
  .post1{
    font-size: 1.5rem;
    padding-left: 0 !important;
   
  }
  .post2{
    font-size: 1.8rem;
    
  }
  .hero-mob{
    display: none;
  }
  .name{
    height: 100vh;  
    width: 14%; 
    line-height: 1.5;
    font-size: 1.5rem;
  }
  .name1{
    display: flex;
    margin-right: 5vw;
    padding-right: 1px;
  }
  .name2{
    display: flex;
    align-items: end;
    margin-top: 10vh;
  }
  .name1 span{
    padding-left: 8vw;
  }
  .name h1{
    letter-spacing: 2px;
    
  }
  .name2 span{
    padding-left: 4vw;
  }
  .hero h2{
    margin: 25vh 7vw;
    text-align: center;
    line-height: 2.5;
    font-size: 1.64rem;
  }
/* BREAKS (HEADINGS) */
.underline{
  display: none;
}
  .break1 {
    margin-top: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 5vw;
  }

  .break1::before,
  .break1::after {
    content: '';
    flex: 1;
    height: 4px;
    background: black;
  }

  .break1-text {
    margin: 0 20px;
    white-space: nowrap;
    font-weight: bold;
    font-size: 64px;
  }
  .break2 {
    margin-top: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 9vw;
    margin-bottom: 10vh;
  }

  .break2::before {
    content: '';
    flex: 2;
    height: 3px;
    background: #000000;
  }

  .break2-text {
    color: #666464;
    margin: 0 40px;
    white-space: nowrap;
    font-weight: bold;
    font-size: 100px; 
  }
  .break3 {
    margin-top: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-left: 6vw;
    padding-right: 30vw;
  }

  .break3::after {
    content: '';
    flex: 1;
    height: 2.5px;
    background: black;
  }

  .break3-text {
    color: #666464;
    margin: 0 40px;
    white-space: nowrap;
    font-weight: bold;
    font-size: 100px; 
  }
  .break4 {
    margin-top: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-left: 2vw;
    padding-right: 2vw;
    margin-bottom: 10vh;
  }

  .break4::before {
    content: '';
    flex: 2;
    height: 2.5px;
    background: #000000;
  }

  .break4-text {
    color: #666464;
    margin: 0 60px;
    white-space: nowrap;
    font-weight: bold;
    font-size: 100px; 
  }

  .break5{
    margin-top: 20vh;
    width: 100%;
    
  }
  .break5 img{
    width: 100%;
    height: 800px;
    
  }
  
  /* BREAKS END */
  .foundation{
    margin-top: 10vh;
    width: 100%;
    height: 100%;
    position: relative;
    margin-bottom: 100vh;
  }
  .per{
    display: flex;
    padding: 0 3vw;
    gap: 2vw;
    background: transparent;
  }
  .per p{
    font-size: 1.5rem;
    line-height: 2.5;
  }
  .per img{
    height: 400px;
    width: 350px;
    border-radius: 5px;
  }
  .per1{
    width: 95%;
  }
  .per2{
    position: absolute;
    justify-content: end;
    display: flex;
    align-items: end;
    bottom: -75%;
  }
  .per2 p{
    width: 65%;
  }
  .info{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40vh;
    text-align: center;
    position: relative;
  }
  .info p{
    font-size: 1.7rem;
    line-height: 2.5;
  }
  .info img{
    position: absolute;
  }
  .ql{
    left: 10%;
    top: -20%;
  }
  .qr{
    right: 10%;
    bottom: -20%;
  }
  .ytu-mob, .leg-mob{
    display: none;
  }
  .legacy{
    margin-top: 20vh;
    position: relative;
  }

  .leg-info{
    display: flex;
    padding-left: 6vw;
  }
  .leg-info p{
    font-size: 1.5rem;
    line-height: 2.5;
    width: 66%;
  }
  .leg-info img{
    border-radius: 5px;
    position: absolute;
    right: 1vw;
    bottom: 2vh;
    height: 100vh;
  }
  .ytu{
    margin-top: 20vh;
    position: relative;
  }

  .ytu-info{
    display: flex;
    padding-right: 5vw;
    justify-content: end;
  }
  .ytu-info p{
    font-size: 1.5rem;
    line-height: 2.5;
    width: 66%;
  }
  .ytu-info img{
    border-radius: 5px;
    position: absolute;
    left: 2vw;
    bottom: 5vh;
    height: 90vh;
  }

  .last-sec{
    display: flex;
    margin-top: 20vh;
    padding: 0 5vw;
    align-items: center;
    text-align: center;
    font-size: 1.3rem ;
    gap: 3vw;
    line-height: 1.8;
  }
  .hide{
    width: 40vw;
  }
  .footer{
    margin-top: 20vh;
    background-color: #545e44;
    display: flex;
    color: #fff;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    margin-bottom: .5vh;
  }
  
  .foot-icon{
    
    font-size: 1.5rem;
    display: flex;
    gap: 4vh;
  }
  .footer p{
   font-size: 0.8rem;
  }
  
  .foot-in{
    display: flex;
    gap: 60px;
  }

  /* all hover effects */
  
  .navitems a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000000; 
    overflow: hidden;
  }
  
  .navitems a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px; 
    bottom: 0;
    left: 0;
    background-color: #000000; 
    transition: width 0.3s ease-in-out;
  }
  
  .navitems a:hover::after,
  .navitems a:focus::after {
    width: 100%;
  }

  @media (max-width: 768px) {
    .navbar {
      display: none;
    }
    .nav-mob{
      display: block;
    }
    nav .menu-btn i{
      display: block;
      color: #102020; 
      font-size: 2rem;
    }
    #click:checked ~ .menu-btn i:before{
      content: "\f00d";
      color: #ffffff;
      font-size: 2rem;
    }
    .menu-btn i{
      color: #102020; 
      font-size: 2rem;
    }
    nav ul{
      position: fixed;
      top: 110px;
      left: -170%;
      background: #102020;
      height: 100vh;
      width: 130%;
      text-align: center;
      display: block;
      transition: all 0.3s ease;
      z-index: 999;
    }
    #click:checked ~ ul{
      left: 0;
    }
    nav ul li{
      width: 100%;
      margin: 40px 0;
    }
    nav ul li a{
      width:75%;
      margin-left: -100%;
      display: block;
      font-size: 16px;
      transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }
    #click:checked ~ ul li a{
      margin-left: 0px;
    }
    nav ul li a.active,
    nav ul li a:hover{
      background: none;
      color: cyan;
    }
    .theekum{
      width: 170px;
      height: 120px;
      margin-top: 1vh;
    }
    .behind{
      top: 5vh;
      left: 20vw;
      width: 55vw;
    }
      .hero-main{
          margin-top: 2vh;
          flex-direction: column;
          justify-content: start;
          margin-top: 10vh;
          gap: 0vw;
          padding-right: 0vh;  
          height: 70vh;
          position: relative;
        }
        .hero-img{
          display: none;   
        }
        .hero-mob{
          display: block;
          width: 30vh;
        }
        .post{
          font-size: .6rem;
        }
        .name{
          height: auto;  
          width: 100%; 
          line-height: 1.8;
        }
        .name1 {
          display: flex;
          padding-right: 90vw;
          justify-content: end;
        }
        .name2{
          margin-top: 5vh;
          display: flex;
          justify-content: start;
          padding-left: 54vw;
        }
        .name1 span{
          padding-left: 8vw;
        }
        .name h1{
          letter-spacing: 2px;
          font-size: 1rem;
          width: 14%;
        }
        .name2 span{
          padding-left: 6vw;
        }
        .hero h2{
          margin: 4vh 0;
          text-align: center;
          line-height: 2.5;
          font-size: 1rem;
        }
        .sec1{
          display: none;
        }
        /* breaks start*/
        .break1 {
          padding: 0;
          margin-bottom: 5vh;
        }
        .break1::before,
        .break1::after {
          content: '';
          height: 2px;
          background: black;
        }
        .break1-text {
          margin: 5px;
          font-size:1.8rem;
        }
        .break2 {
          padding: 0;
          margin-bottom: 5vh;
        }
      
        .break2::before {
          content: '';
          height: 2px;
          background: black;
        }
      
        .break2-text {
          margin: 5px;
          font-size:2.2rem;
        }
        /* breaks end*/
        .foundation{
          margin-top: 10vh;
          width: 100%;
          height: 100%;
          position: relative;
          margin-bottom: 10vh;
        }
        .per{
          display: flex;
          padding: 1vh 5vw;
          gap: 2vw;
          background: transparent;
        }
        .per p{
          font-size: 1rem;
          line-height: 2;
          text-align: justify;
          width: 100%;
        }
        .per img{
          height: 250px;
          width: 100%;
          border-radius: 5px;
          object-fit: contain;
        }
        .per1{
          display: flex;
          flex-direction: column;
          width: 100%;
          margin-bottom: 10vh;
        }
        .per2{
          flex-direction: column-reverse;
          position: relative;
          justify-content: start;
          display: flex;
          align-items: start;
        }
        .info{
          display: flex;
          justify-content: center;
          align-items: center;
          padding: 0 5vh;
          text-align: center;
          position: relative;
        }
        .info p{
          font-size: 1rem;
          line-height: 2.2;
        }
        .info img{
          position: absolute;
          height: 6vh;
        }
        .ql{
          left: 0%;
          top: -10%;
        }
        .qr{
          right: 0%;
          bottom: -10%;
        }
        .ytu-mob, .leg-mob{
          display: block;
        }
        .ytum, .leg{
          display: none;
        }
        .leg-info img {
          top: -12vh;
          height: 250px;
          width: 385px;
          object-fit: cover;
        }
        .break3-text{
          margin-top: 20vh;
          font-size: 55px; 
        }
        .break4-text{
          margin-top: 27vh;
          font-size: 40px; 
          margin-left: 50vw;
        }
        .break4{
          width: 20%;
          margin-left: 22vw;
          margin-bottom: 0.4vh;
        }
        .break3 {
          margin-top: 25vh;
          flex-direction: column;
          padding-left: 0;
          padding: 0;
        }
        .break3::after {
          content: '';
          flex: 0;
          width: 100;
          height: 2.5px;
          background: black;
        }
        .leg-info p, .ytu-info p {
          font-size: 1.1rem;
          line-height: 2;
          width: 100%;
        }
        .leg-info {
          display: flex;
          padding: 0 3vh;
          text-align: justify;
        }
        .ytu-info {
          display: block;
          padding: 0;
          margin: 0 3vh;
          text-align: justify;
        }  
        .ytu-info img{
          border-radius: 5px;
          position: absolute;
          left: 1vw;
          top: -12vh;
          height: 300px;
          width: 385px;
          object-fit: cover;
        }
       .underline{
        display: block;
        width: 82%;
        margin-left: 8vw;
        background-color: #000;
        height: 4px;
        border-radius: 10px;
        margin-bottom: 4vh;
        }
        .break5 img {
          width: 100%;
          height: 300px;
        }
        .last-sec {
          font-size: .6rem;
          margin-top: 10vh;
        }
        .hide{
          display: none;
        }
        .footer{
          margin-top: 10vh;
          padding: 10px 5px;
        }
        .foot-icon{
          font-size: 0.6rem;
          gap: 2vh;
        }
        .footer p{
        font-size: 0.4rem;
        }
      
        .foot-in{
          gap: 10px;
        }
  }
  
  @media screen and (max-width: 992px) {
    .blog-slider {
      max-width: 680px;
      height: 400px;
   }
  }
  @media screen and (max-width: 768px) {
    .sec1-mob{
      height: 100vh;
    }
    .blog-slider {
      display: block;
      min-height: 500px;
      height: auto;
      margin: 180px auto;
    }
    .blog-slider__item {
      flex-direction: column;
    }
    .blog-slider__img {
      transform: translateY(-50%);
      width: 90%;
    }
    .blog-slider__content {
      margin-top: -80px;
      text-align: center;
      padding: 0 30px;
    }
    .blog-slider__pagination {
      transform: translateX(-50%);
      left: 50% !important;
      top: 205px;
      width: 100% !important;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 0 5px;
    }
    .blog-slider__pagination .swiper-pagination-bullet-active {
      height: 11px;
      width: 30px;
    }
  }
  @media screen and (max-height: 500px) and (min-width: 992px) {
    .blog-slider {
      height: 350px;
    }
    .blog-slider__img {
      height: 270px;
    }
  }
  @media screen and (max-width: 576px) {
    .blog-slider__img {
      width: 95%;
    }
    .blog-slider__content {
      padding: 0;
    }
    .blog-slider__button {
      width: 100%;
    }
  }
