*{
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}
html {
    cursor: none;
  }
  #cursor {
    height: 20px;
    width: 20px;
    border-radius: 20px;
    background-color: transparent;
    border: 1px solid gray;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: absolute;
    z-index: 99999999999999;
  }
  ::-webkit-scrollbar {
    width: 5px;
    height: 15px;
    background-color:gray;
  }
  ::-webkit-scrollbar-track {
    border-radius: 10px;
  }
  
  /*style the thumb of your scrollbar*/
  ::-webkit-scrollbar-thumb {
    background: #001e48; 
    border-radius: 10px;
    box-shadow: 0px 0px 15px #001e48; 
  
  }
  
  @keyframes cursorAnim {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(.7);
    }
  }
  
  @keyframes cursorAnim2 {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(.4);
    }
  }
  
  @keyframes cursorAnim3 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(3);
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
  }
@font-face {
    font-family: "ARP";
    src: url("fonts/ARP-150.ttf");
    }
    .side-menu{
        display: none;
      }
    .hero-banner{
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom center;
        width: 100%;
        padding-bottom: 40px;
    }
    nav{

        padding: 20px 30px;
        background-color: #FFF;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
  nav .logo{
      cursor: pointer;
  }
  nav .logo img{
      width: 200px;
  }
  nav ul{
      display: flex;
      gap: 35px;
  }
  nav ul li{
      list-style: none;
  
  }
  nav ul li a{
      cursor: pointer !important;
      color: #0D1929;
      font-size: 16px;
      font-weight: 600;
      text-decoration: none;
  }
  nav ul li.dropdown:hover .dropdown-menu {
    display: block;
}

nav ul li.dropdown {
    position: relative;
}

nav ul li .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #E4F3FC;
    width: 200px;
    text-align: left;
    z-index: 3;
    transition: 0.3s;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
nav ul li .dropdown-menu li:hover{
  background-color: #001e48;
  color: #E4F3FC;
}
nav ul li .dropdown-menu li:hover a {
  color: #E4F3FC;
}
nav ul li .dropdown-menu li {
  transition: .5s;
  border-bottom: .5px solid #001e48;
    display: block;
    padding: 20px;
}
nav ul li .dropdown-menu li a{
  color: #001e48;
  font-size: 14px;
}
.dropdown-menu-mobile{
display: none;
}
    .hero-banner-content{
        margin-top: 10vh;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 9vw;
        margin-bottom: 80px;
    }
    .hero-banner-content .col-one{
        width: 30vw;
    }
    .hero-banner.tranquil h1{
        color: #77753A !important;
    }
    .hero-banner.saanjh h1{
        color: #B96E41 !important;
    }
    h1{
        font-family: ARP;
        font-size: 32px;
        color: #861C1F;
    }
    .hero-banner p{
        width: 40vw;
        line-height: 150%;
        font-size: 16px;
    }
    .hero-banner.tranquil h4{
        color: #77753A !important;
    }
    .hero-banner.saanjh h4{
        color: #B96E41 !important;
    }
    .hero-banner-content h4{
        font-weight: 500;
        margin-top: 5px;
        font-size: 20px;
        color: #861C1F;
    }
    .hero-banner-content .col-two{
        width: 40vw;
    }
    .hero-banner.tranquil .col-two h5{
        color: #77753A !important;
    }
    .hero-banner.saanjh .col-two h5{
        color: #B96E41 !important;
    }
    .hero-banner-content .col-two h5{
        font-weight: 500;
        font-family: 'ARP';
        margin-top: 5px;
        font-size: 21px;
        color: #861C1F;
        margin-bottom: 5px;
    }
    .second-row-content {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
        gap: 9vw;
    }
    .second-row-content img{
        object-fit: cover;
        width: 30vw;
    }
    .hero-banner.tranquil .second-row-content h5{
        color: #77753A !important;
    }
    .hero-banner.saanjh .second-row-content h5{
        color: #B96E41 !important;
    }
    .mobile-hr{
        display: none;
    }
    .second-row-content h5{
        font-weight: 500;
        font-family: 'ARP';
        margin-top: 5px;
        font-size: 21px;
        color: #861C1F;
        margin-bottom: 5px;
    }

    img.cutting {
        padding: 0px !important;
        margin: 0px !important;
        width: 100%;
        height: 50px;
    }
    .crafting-logo-content{
        margin-top: 10vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .crafing-logo h2{
        font-weight: 500;
        font-family: 'ARP';
        margin-top: 5px;
        font-size: 21px;
        color: #0D1929;
        text-align: center;
        margin-bottom: 15px;
    }
    .crafing-logo p{
        text-align: center;
        width: 70vw;
        line-height: 150%;
        font-size: 18px;
    }
    .crafing-logo img{
        margin-top: 45px;
        margin-bottom: 10px;
        width: 350px;
    }
    .project-photos{
        margin-right: 0 !important;
        padding: 10px !important;
        margin-bottom: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .project-photos .full-width{
        margin-bottom: 4px;
        width: 100%;
        object-fit: cover;
        height: 75vh;
    }
    .img-row{
        width: 100%;
        display: flex;
        justify-content: space-between;
        gap: 5px;
        margin-bottom: 5px;
    }
    .img-row img{
        height: 50vh;
        object-fit: cover;
        width: 50%;
        padding: 0 !important;
        margin: 0 !important;
    }
    .img-row-split {
        width: 100%;
    }
    .img-row-split img{
        padding: 0 !important;
        margin: 0 !important;
    }
    .img-row-split.one .small{
        object-fit: cover;
        width: 40%;
        height: 65vh;
    }
    .img-row-split.one .large{
        object-fit: cover;
        width: 59.5%;
        height: 65vh;
    }
    .img-row-split.two{
        margin: 0;
        padding: 0;
    }
    .img-row-split.two .small{
        object-fit: cover;
        width: 55.5%;
        height: 65vh;
    }
    .img-row-split.two .large{
        object-fit: cover;
        width: 44%;
        height: 65vh;
    }




.project-photos {
    position: relative;
    margin: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
   
}

.full-width, .img-row, .img-row-split {
    transition: transform 0.5s ease;
}

.full-width.slide-left, .img-row.slide-left, .img-row-split.slide-right {
    transform: translateX(0);
}



.img-row-split.two {
    transform: translateX(0px);
}

  

  .img-row-split.two {
    transform: translateX(0px);
  }
  
  .full-width.slide-left, .img-row.slide-left, .img-row-split.slide-right {
    transform: translateX(0);
  }
  












    .contact-us{
        background-color: #E4F3FC;
        padding: 75px;
      }
      .contact-content{
        align-items: center;
        display: flex;
        justify-content: space-between;
      }
      .contact-content .first-col h2{
        color: #001e48;
        text-align: left;
      }
      .contact-content .first-col p{
        margin-top: 10px;
        width: 90%;
        font-size: 18px;
        line-height: 150%;
        color: #0D1929;
      }
      .second-col{
        background-color: #0D1929;
      }
      .second-col form{
        padding: 50px 50px 30px 50px;
        display: flex;
        box-shadow: #0D1929 0px 8px 24px;
        flex-direction: column;
      }
      .second-col form input{
        background-color: transparent;
        width: 550px;
        margin-bottom: 45px;
        outline: 0;
        border-width: 0 0 1px;
        border-color: #E4F3FC;
        color: #E4F3FC;
        font-size: 15px;
        line-height: 150%;
      }
      ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #E4F3FC;
        opacity: 1; /* Firefox */
      }
      
      .second-col form button{
        margin-top: 15px;
        border: 1px solid #0D1929;
        border-radius: 5px;
        padding: 10px 25px;
        background-color: #E4F3FC;
        font-size: 16px;
        text-decoration: none;
        transition: .5s;
        color: #0D1929;
        width: fit-content;
        font-weight: 600;
      }
      .contact-us hr{
        margin: 50px 0px;
        border: .5px solid #0D1929;
      }
      .contact-content .first-col h2,
  .contact-content .first-col p,
  .contact-content .second-col {
    opacity: 0;
    transform: translateY(10px);
    transition: transform 0.5s ease, opacity 0.65s ease 0.15s;
  }
  
  .contact-content .second-col {
    transition-delay: 0.6s;
  }
      footer{
        display: flex;
        align-items: center;
        justify-content: space-between;
      }
      footer img{
        width: 300px;
      }
      footer ul{
        gap: 40px;
        display: flex;
        align-items: center;
      }
      footer ul li{
        list-style: none;
      }
      footer ul li a{
          cursor: none !important;
        text-decoration: none;
        color: #0D1929;
        font-size: 18px;
      }
      #thankYouMessage{
        font-size: 18px;
        line-height: 150%;
        
    
      }
        /* newline added */
  footer .footer-img{
    width: 30px;
  }
  .mobile-footer{
  display: none !important;
}
  /* newline added */
  footer ul ul {
    gap: 15px;
  }
  
  
      @media (min-width: 691px) and (max-width: 1072px){
        nav{
            padding: 15px 20px;
        }
        nav .logo img{
            width: 170px;
        }
        nav ul{
            gap: 25px;
        } 
        nav ul li a{
            font-size: 16px;
        }
      
        .hero-banner-content{
            margin-top: 10vh;
            gap: 9vw;
            margin-bottom: 80px;
        }
        .hero-banner-content .col-one{
            width: 30vw;
        }
        h1{
            font-size: 24px;
        }
        .hero-banner p{
            width: 50vw;
            font-size: 15px;
        }
        .hero-banner-content h4{
            margin-top: 5px;
            font-size: 18px;
        }
        .hero-banner-content .col-two h5{
            margin-top: 5px;
            font-size: 18px;
            margin-bottom: 5px;
        }
        .second-row-content {
            margin-top: 20px;
            gap: 9vw;
        }
        .second-row-content img{
            object-fit: cover;
            width: 30vw;
        }
        .second-row-content h5{
            margin-top: 5px;
            font-size: 18px;
            margin-bottom: 5px;
        }
    
        img.cutting {
            width: 100%;
            height: 50px;
        }
        .crafting-logo-content{
            margin-top: 10vh;
          
        }
        .crafing-logo h2{
            margin-top: 5px;
            font-size: 20px;
            margin-bottom: 5px;
        }
        .crafing-logo p{
            width: 80vw;
            font-size: 16px;
        }
        .crafing-logo img{
            margin-top: 20px;
            margin-bottom: 40px;
            width: 300px;
        }
        .project-photos{
            margin: 5px;
            margin-bottom: 50px;
        }
        .project-photos .full-width{
            height: 75vh;
        }
        .img-row{

            gap: 5px;
            margin-bottom: 5px;
        }
        .img-row img{
            height: 50vh;
            width: 50%;
        }
        .img-row-split img{
        }
        .img-row-split.one .small{

            width: 39%;
            height: 65vh;
        }
        .img-row-split.one .large{
            width: 59.5%;
            height: 65vh;
        }

        .img-row-split.two .small{
            width: 55.5%;
            height: 65vh;
        }
        .img-row-split.two .large{
            width: 43%;
            height: 65vh;
        }


      .contact-us{
        background-color: #E4F3FC;
        padding: 60px;
      }
      .contact-content .first-col h2{
        font-size: 20px;
      }
      .contact-content .first-col p{
        margin-top: 10px;
        width: 90%;
        font-size: 15px;
      }
      
      .second-col form{
        padding: 30px 30px 20px 30px;
      }
      .second-col form input{
        width: 350px;
        margin-bottom: 45px;
        font-size: 15px;
      }
      
      .second-col form button{
        margin-top: 10px;
        padding: 8px 20px;
        font-size: 14px;
      }
      .contact-us hr{
        margin: 50px 0px;
        border: .5px solid #0D1929;
      }
      footer img{
        width: 200px;
      }
      footer ul{
        gap: 40px;
      }
      footer ul li a{
        font-size: 15px;
      }
      #thankYouMessage{
        font-size: 15px;
        line-height: 150%;

      }
      }


      @media (min-width: 300px) and (max-width: 690px){
        #cursor {
          display: none;
      }
        nav{
          width: 100%;
          padding: 0px;
          padding-top: 20px;
          }
          nav .logo{
            padding-left: 10px;
             width: 150px;
          }
      nav .side-menu{
          padding-right: 20px;
      }
      .nav-links{
          position: absolute;
          background: #E4F3FC;
          width: 200px;
          height: 100vh;
          top: 0;
          right: -200px;
          text-align: left;
          align-items: center;
          z-index: 2;
          transition: 1s;
          display: none;
      
      }
      .nav-links ul li{
          display: block;
          padding-top: 20px;
          margin-bottom: 20px;
          align-items: center;
       
      }
      nav .side-menu{
          width: 20px;
          display: block;
          color: #000;
          margin: 10px;
          font-size: 22px;
          cursor: pointer;
          
      }
      .nav-links ul li{
        padding-right: 0px;
      }
      .nav-links ul{ 
          padding: 10px 40px;
          flex-direction: column;
          text-align: left;
          justify-content: center;
          gap: 10px;
          
      }
      .nav-links ul li a{
        font-size: 14px;
        line-height: 21px;
        color: #001e48;
      }
      .dropdown-menu{
        display: none !important;
      }
      .dropdown-menu-mobile {
        display: none;
        opacity: 0;
        transform: translateY(-10px);
        transition: opacity 0.3s ease, transform 0.3s ease;
        text-align: left !important;
        padding:0px 20px !important;
        margin: 0 !important;
    }
    .nav-links ul li{
      margin-bottom: 0px !important;
    }
    
    .dropdown-menu-mobile li a{
      font-size: 12px !important;
  text-align: left !important;
    }
    /* Show the mobile menu with animation */
    .dropdown-menu-mobile.active {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }
        .hero-banner-content{
            flex-direction: column;
           gap: 15px;
            
        }
        .hero-banner-content .col-one{
            width: 90vw;
        }
        h1{
            text-align: center;
            font-size: 24px;
        }
        .hero-banner p{
            text-align: center;
            width: 90vw;
            margin-top: 20px;
            font-size: 14px;
        }
        .hero-banner-content h4{
            text-align: center;
            font-size: 16px;
        }
        .hero-banner-content .col-two h5{
            text-align: center;
            font-size: 18px;
        }
        .mobile-hr{
            display: block;
            text-align: center;
            margin-top: 50px;
            width: 70vw;
        }
        .second-row-content {
            flex-direction: column;
        }
        .second-row-content img{
            width: 70vw;
        }
        .second-row-content h5{
            text-align: center;
            font-size: 18px;
        }
        .crafting-logo-content{
            margin-top: 5vh;
            gap: 5px;
        }
        .hero-banner-content .col-two {
            width: 100vw;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
        }
        .crafing-logo h2{
            font-size: 18px;
        }
        .crafing-logo p{
            width: 90vw;
            font-size: 14px;
        }
        .crafing-logo img{
            margin-top: 30px;
            margin-bottom: 20px;
            width: 200px;
        }
        .project-photos{
            margin: 5px;
            margin-bottom: 30px;
        }

        .img-row{
            flex-direction: column;
            gap: 5px;
            margin-bottom: 5px;
        }
        .contact-us{
            background-color: #E4F3FC;
            padding: 30px 20px;
          }
          .contact-content {
            flex-direction: column;
            gap: 0px;
          }
          .contact-content .first-col h2{
            text-align: center;
            font-size: 18px;
          }
          .contact-content .first-col p{
            margin-top: 10px;
            width: 100%;
            font-size: 14px;
            text-align: center;
          }
          
          .second-col form{
            padding: 20px;
          }
          .second-col form input{
            width: 320px;
            margin-bottom: 35px;
            font-size: 13px;
          }
          
          .second-col form button{
            margin-top: 8px;
            padding: 8px 15px;
            font-size: 13px;
          }
          .contact-us hr{
            display: none;
          }
          footer{
            display: none;
          }
          footer img{
            width: 200px;
          }
          footer ul{
            gap: 40px;
          }
          footer ul li a{
            font-size: 15px;
          }
          #thankYouMessage{
            margin-top: 20px;
            font-size: 13px;
            line-height: 150%;
            text-align: center;
          }
          .mobile-footer{
  margin-top: 40px;
  list-style: none;
  display: flex !important;
  justify-content: center;
  gap: 15px;
}
.mobile-footer .footer-img{
  width: 20px;
}
      }
      @media (min-width: 300px) and (max-width: 450px){
        .project-photos .full-width,.img-row-split.two .large,.img-row img, .img-row-split.one .small,  .img-row-split.one .large,  .img-row-split.two .small{
            width: 100%;
            height: 220px;
        }
        .img-row-split.one .small{
            height: 400px;
        }
      }
      @media (min-width: 451px) and (max-width: 690px){
        .project-photos .full-width,.img-row-split.two .large,.img-row img, .img-row-split.one .small,  .img-row-split.one .large,  .img-row-split.two .small{
            width: 100%;
            height: 320px;
        }
        .img-row-split.one .small{
            height: 400px;
        }
      }
      @media (min-width: 300px) and (max-width: 400px){
        .second-col form input{
          width: 280px;
        }
      }
      @media (min-width: 401px) and (max-width: 690px){
        .second-col form input{
          width: 320px;
        }
      }