body {
    

    font-family: Poppins;
    margin: 0;
}


.nav-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin:0px 305px ;
}

.land {
    height: 700px;
    background: radial-gradient(circle, #feffe7, #ffd5b6);
    margin-top: 0;
}

.logo-img {
    height: 40px;
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu {
    margin: 18px;
}

.menu-with-dropdown {
    display: flex;
    align-items: center;
}

.nav-icon-dropdown {
    width: 10px;
    /* or whatever size you want */
    height: auto;
    /* keeps aspect ratio */
    margin-left: 4px;
    /* optional spacing from the text */
    vertical-align: middle;
    /* aligns with text if needed */
}

.menu-icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}



.nav-icon {
    width: 20px;
}

.language-menu-icon {
    align-items: center;
}

.buy-now {
    background-color: rgb(0, 0, 0);
    color: white;
    border: 0;
    border-radius: 10px;
    height: 40px;
    width: 100px;
    font-weight: 400;
}

.buy-now:hover {
    background-color: white;
    color: black;
    transition: all 0.5s;
}


.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
    z-index: 1001;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background-color: black;
    border-radius: 2px;
}


.mobile-menu {
    display: none;
    flex-direction: column;
    background-color: white;
    position: absolute;
    top: 80px;
    /* below nav-bar */
    left: 0;
    width: 100%;
    padding: 20px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}




.container {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}



.main-product h1 {
    background-color: rgba(255, 255, 255, 0.778);
    padding: 15px 25px;
    display: inline;
    font-size: 60px;
    border-radius: 10px;
    border: solid white 2px;
}

.sub-heading {
    font-size: 40px;
    font-weight: 500;
    margin: 0;
    margin-top: 40px;
}

.other-content {
    font-size: 20px;
    width: 600px;
    margin: 0;
    margin-top: 20px;
}

.button {
    margin-top: 20px;

}

.free {
    padding: 20px 30px;
    margin-right: 10px;
    background-color: rgb(255, 174, 0);
    border-radius: 10px;
    border: 0;
    color: white;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
}

.buy-now-2 {
    padding: 20px 30px;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    border: 0;
    color: rgb(255, 174, 0);
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
}

.free:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(255, 174, 0);
    transition: all 0.4s;
    cursor: pointer;
}

.buy-now-2:hover {
    background-color: rgb(255, 174, 0);
    color: white;
    transition: all 0.4s;
}

.landing-img {
    width: 800px;
    height: auto;
    float: right;
    margin: 0;
    position: relative;
    z-index: 10;
}

.container-2 {
    
   margin-left: 305px;
   margin-right: 305px;
    background-color: white;
    height: 230px;
    
}

.container-2-section-1 {
    margin-top: 130px;
   
}

.section-title{
    font-size: 45px;
    font-weight: 600;
    text-align: center;
    margin: 0;
}


.customer-ratings{
    display: flex;
    margin-top: 90px;
    justify-content: space-between;
   
}

.rating-box{
    text-align: center;
   
}

.rating-box p{
    color: grey;
    font-weight: 400;
    font-size: 20px;
}

.other-customers{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    
}
.other-customer-img{
    height:60px;
}

.container-2-section-2{
    margin-top: 120px;
}

.services-overview{
    display: flex;
    justify-content: space-between;
}

.services-overview-box{
    width: 250px;
}

.services-overview p{
    font-size: 17px;
    font-weight: 600;
}

.container-2-section-3{
    margin-top: 100px;
    text-align: center;
}

.section-subtitle{
    font-size: 18px;
  margin: 10;
}

.services-description{
    
    display: flex;
    justify-content: center;
    margin-top: 100px;
    justify-content: space-evenly;
    padding: 20px;
}

.services-description-grid-1{
    background-color: white;
    height: 1320px;
    width: 500px;
    
    display: grid;
    align-items: baseline;
    justify-content:space-evenly;
    
}



.services-description-grid-2{
    background-color: white;
    height: 1320px;
    width: 500px;
    
    display: grid;
    align-items: end;
    justify-content: center;
}

.box-1{
    height: 500px;
    width: 350px;
    background-color: rgb(255, 255, 255);
    text-align: right;
    padding: 20px 50px 70px 50px;
    border-radius: 20px;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.213);
}

.box-2{
    height: 500px;
    width: 350px;
    background-color: rgb(255, 255, 255);
    text-align: right;
    padding: 20px 50px 70px 50px;
    border-radius: 20px;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.213);
}

.box-3{
    height: 520px;
    width: 350px;
    background-color: rgb(255, 255, 255);
    text-align: left;
    padding: 20px 50px 70px 50px;
    border-radius: 20px;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.213);
}

.box-4{
    height: 480px;
    width: 350px;
    background-color: rgb(255, 255, 255);
    text-align: left;
    padding: 20px 50px 70px 50px;
    border-radius: 20px;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.213);
}

.box-num-box-left{
    text-align: left;
}

.box-num-left{
    text-align: left;
    
    background-color: rgb(98, 122, 188);
    display:inline-block;
    padding: 13px 24px;
    border-radius: 60px;
    color: white;
    font-size: 18px;
    font-weight: 600;
}

.box-num-box-right{
    text-align: right;
}

.box-num-right{
    text-align: right;
    
    background-color: rgb(98, 122, 188);
    display:inline-block;
    padding: 13px 24px;
    border-radius: 60px;
    color: white;
    font-size: 18px;
    font-weight: 600;
}

.box-title{
    font-weight: 600;
    font-size: 25px;
}

.box-description-right{
    
    display: block;
    text-align: right;
}

.box-description-left{
    
    display: block;
    text-align: left;
}

.container-2-section-4{
    margin-top: 100px;
    text-align: center;
    background: linear-gradient(180deg, #ffffff, #dde4ff81);
    margin-left: -305px;
    margin-right: -305px;
}


.section-title-medium{
    font-size: 40px;
    font-weight: 550;
    text-align: center;
    
    width: 800px;
    margin: auto;
}

.start-now-button{
    background-color: rgb(255, 82, 82);
    padding: 17px 28px;
    color: white;
    border: 0;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    font-family: poppins;
    margin-top: 60px;
    margin-bottom: 15px;
}

.container-2-section-5{
    margin-top: 120px;
    text-align: center;
}

.container-2-section-5-subsection{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 150px;
}

.container-2-section-5-subsection-left{
    text-align: left;
    max-width: 500px;
}

.subsection-link{
    display: flex;
    align-items: center;
    gap: 10px;
}



.container-2-section-6-subsection{
    display: flex;
    justify-content: space-between;
}
.container-2-section-6-subsection-right{
    max-width: 550px;
}

.container-2-section-6-subsection-left{
    max-width: 550px;
}


@media screen and (min-width: 426px) {
    .container-left {
        margin-right: 60px;
        margin-left: 305px;
    }
}

@media screen and (max-width: 425px) {
    .container-right {
        display: none;
    }

    .container-2 {
        display: none;
    }

    .container-2 {
        display: none;
    }

    .logo-img {
        height: 40px;
    }

    .nav-bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 30px 20px;
    }

    .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        margin-top: 100px;
        text-align: center;
        padding: 0 20px;
    }

    .container-left {
        margin: 0;
        padding: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .other-content {
        font-size: 18px;
        width: 100%;
        max-width: 320px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .button {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
        align-items: center;
    }

    .free,
    .buy-now-2 {
        width: 100%;
        max-width: 300px;
        margin: 0;
    }

    .main-product h1 {
        font-size: 30px;

    }

    .sub-heading {
        font-size: 30px;
        margin-top: 60px;
    }

    .nav {
        display: none;
    }

    .hamburger {
        display: flex;
    }

    .mobile-menu.show {
        display: flex;
    }

    .menu-icons {
        display: none;
    }

    .buy-now {
        margin-left: 20px;
    }
}

@media screen and (max-width: 320px) {
    .buy-now {
        display: none;
    }
}