@media(max-width: 700px) {
    .logo {
        width: 70%;
    }
    .logo img {
        width: 30%;
    }
    .mobile-navicon {
        width: 30%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mobile-navicon span {
        height: 2px;
        width: 40px;
        background-color: #000;
        display: block;
        margin: 0.5rem;
    
    }
    .mobile-navicon div {
       
    }
    .menu {
        /*display: none;*/
        position: fixed;
        left: -110%;
        width: 100%;
        top: 0;
        padding: 2rem;
        background-color: #000;
        z-index: 1000;
        height: 100vh;
        transition: all 0.4s cubic-bezier(.25,.75,.86,.11);
    }
    .menu.active {
        left: 0;
    }
    .collections-nav-container ul {
        justify-content: flex-start;
        gap: 0 1rem;
    }
     .menu ul {
         flex-direction: column;
         gap: 1rem 0;
         align-items: flex-start;
     }
     .menu-close {
         position: absolute;
         top: 5%;
         right: 8%;
         display: block;
         
     }
     .menu-close i {
         color: var(--gold-color);
         font-size: 2rem;
     }
     .menu ul li a {
         color: var(--gold-color);
         font-size: 1.5rem;
         
     }
    .hero-right-content {
        margin-left: 0;
        padding: 3rem 1rem;
    }
    .hero-right h1 {
        letter-spacing: 0;
    }
    .hero-right h1:nth-child(2) {
        margin-left: 0;
    }
    .hero-right h1:nth-child(3) {
        margin-left: 0;
    }
    .hero-right p {
        margin-left: 0;
        width: 100%;
    }
    .hero-right a {
        margin-left: 0;
    }
    .highlights-box {
        width: 100%;
        padding: 1rem;
        justify-content: left;
    }
    .hero-container {
        flex-direction: column;
    }
    .about-left img {
        padding-bottom: 2rem;
        width: 50%;
    }
    .hero-left {
        width: 100%;
    }
    .hero-right {
        width: 100%;
    }
    .highlights-container {
        flex-direction: column;
    }
    .about-main-wrapper {
        flex-direction: column;
    }
    .home-collections h3 {
        font-size: 7rem;
        margin-bottom: 3rem;
        text-wrap: nowrap;
    }
    .about-main {
        padding-bottom: 9rem;
    }
    .home-collections p {
        width: 95%;
    }
    .about-left, .about-right {
      width: 100%;
    }
    .home-collection-box {
        min-width: 75%;
    }
    .founder-container {
        flex-direction: column;
    }
    .founder-left, .founder-right {
        width: 100%;
    }
    .founder-right {
        padding: 4rem 1rem;
    }
    .home-collections {
        overflow: hidden;
    }
    .founder-right b {
        display: block;
        margin: 1rem 0;
    }
    .founder-right a {
        margin-left: 0;
    }
    .found-main {
        margin: 0;
        padding: 0;
    }
    .footer-cta {
        flex-direction: column;
    }
    .footer-cta-left {
        width: 100%;
    }
    .footer-cta-btn {
        width: 100%;
        padding: 3rem 0;
    }
    .reviews-container {
        flex-direction: column;
    }
    .reviews-left p {
        width: 100%;
    }
    .review-right-wrapper {
        padding: 0rem 1rem;
        padding-right: 0;
    }
    /*collection */
        .collection-hero-desk {
        display: none;
    }
    .collection-hero-mobile {
        display: block;
    }
    .collection-hero-content-overlay {
        width: 100%;
        background-color: rgb(0 0 0 / 54%);
    }
    .collections-hero-content-wrapper {
        width: 100%;
        padding-left: 0;
    }
    .collections-hero-content h1 {
        letter-spacing: 0;
        margin: 1rem 0;
        font-size: 1.6rem;
        border-left: 6px solid var(--gold-color);
    }
    .collections-hero-content p {
        font-size: 1rem;
    }
    .collections-hero-content span {
        font-size: 1.2rem;
    }
    .collection-box {
        min-width: 70%;
    }
    .collection-listbox h4 {
        font-size: 1.5rem;
        font-weight: 550;
    }
    /*footer*/
    .contact-form-main {
        width: 95%;
        border: 1px solid grey;
    }
    .contact-right .contact-form button, .contact-main button {
        font-size: 1.1rem;
    }
    .contact-form-main {
        padding: 2rem;
    }
    .contact-right .contact-form input, .contact-main input {
        width: 100%;
        margin: 0.6rem 0;
    }
    .footer-menu-container {
        flex-direction: column;
    }
    .footer-menubox {
        width: 100% !important;
    }
    .collection-menu ul li {
        width: 100%;
    }
    
    /*contact */
    .contact-container {
        flex-direction: column;
    }
    .contact-left, .contact-right{
        width: 100%;
    }
    .contact-right {
        padding: 0;
    }
    .contact-right .contact-form {
        margin-top: 5rem;
    }
    .contact-left img {
        top: 130%;
    }
    .footer-cta-left h1 {
        font-size: 1.8rem;
    }
    .userdetails, .category-selection {
        flex-direction: column;
    }
    .measurement-main input {
        width: 100%;
    }
    .category-selection select {
        width: 100%;
    }
    .measurement-main form {
        width: 95%;
    }
    #measurementForm h2 {
        font-size: 1.6rem;
    }
    .input-wrapper {
        width: 100%;
    }
    #measurementContainer h3 {
        font-size: 1.2rem;
    }
    /*closed */
}