@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Urbanist:wght@100;200;300;400;500;600;700&display=swap');
/* font-family: 'Oswald', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* font-family: 'Montserrat', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&family=Urbanist:wght@100;200;300;400;500;600;700&display=swap');
/* font-family: 'Play', sans-serif; */

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.header-head {
    background-color: black;
    width: 100%;
}

.header {
    width: 100%;
    max-width: 1600px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 84px;
    padding: 10px 10px;
}

.enlarge-btn {
    font-family: 'Play', sans-serif;
    font-size: 18px;
    color: white;
    padding: 19px 33px;
    display: inline-flex; 
    align-items: center; 
    justify-content: center;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    background-color: #9FC522;
    color: white;
    border-radius: 9px;
    transition: transform 0.3s ease-out;
    cursor: pointer;
    border: 2px solid #565656;
}
  
.enlarge-btn ion-icon {
    margin-right: 11px;
    width: 20.25px;
    height: 18px;
}
  
.enlarge-btn:hover {
    transform: scale(1.1);
}

.enlarge-btn i {
    margin-right: 8px;
}

.enlarge-btn:hover {
    transform: scale(1.1);
}


.mediaIcons {
    display: inline-flex;
    gap: 23px;
    padding-right: 27px;
}

.mediaIconLinks {
    font-size: 26px;
    color: white;
    display: flex;
    align-items: center;
}

.mediaIconLinks:hover {
    color: rgb(235, 229, 229);
}

.navbar {
    width: 100%;
    max-width: 1600px;
    margin: auto;
    display: flex;
    align-items: end;
    justify-content: space-between;
    padding: 35px 10px;
}

.logoImage {
    width: 147.5px;
    height: 40.95px;
}

.navList {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    line-height: 20px;
    gap: 40px;
    list-style: none;
    text-transform: uppercase;
}

.navLink a {
    text-decoration: none;
    height: 36px;
    color: #7A7A7A;
    transition: .2s;
}

.navList .active {
    color: #9fc522;
}

.navList .active a {
    color: #9fc522;
    border-bottom: 3px solid #9fc522;
}

.navLink a:hover {
    color: #9fc522;
    border-bottom: 3px solid #9fc522;
}

.menuIcon {
    display: none;@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
    font-family: 30px;
    cursor: pointer;
}

.menuIcon ion-icon {
   font-size: 42px;
   color: black;
   padding: 3px 6px;
   background-color: rgb(247, 247, 247);
   border-radius: 4px;
}

.menuIcon ion-icon:hover {
    color: white;
    background-color: rgb(20, 20, 20);
    transition: .1s;
}

.containerOne {
    width: 100%;
    max-width: 1600px;
    margin: auto;
    padding-inline: 10px;
    margin-top: 58px;
}

.challangeRetailers {
    font-size: 40px;
    font-family: 'Montserrat';
    font-weight: 900;
    color: #4990E2;
    letter-spacing: 2px;
    line-height: 40px;
    text-transform: uppercase;
    font-style: italic;
}

.paraOne {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    color: #4990E2;
    line-height:31.2px;
    margin-top:20px;
}

.containerTwo {
    width: 100%;
    max-width: 1600px;
    margin: auto;
    padding-inline: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
    margin-bottom: 30px;
}

.leftSide {
    width: 50%;
    height: 800px;
    border-right: 1px solid #e4e4e4;
    position: relative;
    padding: 10px;
}

.leftSide img {
    width: 100%;
    max-width: 524.25px;
    height: 737.92px;
}

.leftPara {
    width: 483.02px;
    font-size: 23px;
    font-style: italic;
    color: #4990E2;
    font-family: 'Montserrat', sans-serif;
    line-height:32.2px;
    font-weight: 700;
    padding: 20px;
    background:#FFFFFFCF;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 167px;
}

.sinkFaucet {
    width: 329px;
    height: 329px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(./images/sink-faucet.svg);
    position: absolute;
    top: 0;
    right: 0;
    top: 1px;
    right: -58px;
}

.righSide {
    width: 50%;
    height: 800px;
    padding: 50px;
    font-family: "Montserrat", Sans-serif;
}

.righSide h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    color: #4990E2;
    font-size: 26px;
}

.solPara {
    margin-top: 20px;
    font-size: 21px;
    color: #4990E2;
    line-height:31.5px;
    font-weight: 500;
}

.rightSideImageContainer {
    margin-top: 51px;
}

.rightSideImageContainer img {
    width: 100%;
    height: auto; 
}

.horRow {
    margin: 15px 30px;
    border: 0.3px solid #e7e5e5;
}

/* <!-- More Retailer Challenges section --> */
.containerThree {
    width: 100%;
    max-width: 1600px;
    margin: auto;
    padding-inline: 10px;
    margin-top: 80px;
}

.MoreRetailerChallenges {
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    color: #4990E2;
    letter-spacing: 2px;
    line-height: 40px;
    text-transform: uppercase;
    text-align: left;
    font-style: italic;
}
.ContTreePara {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    color: #4990E2;
    line-height:31.2px;
    margin-top:18px;
}

.MoreRetailerBox {
    margin-top: 47px;
    margin-bottom: 120px;
    display: flex;
    justify-content: space-between;
}

.MoreRetailerLeftBox {
    max-width: 919.18px;
}

.MoreRetailerLeftBox img{
    width: 100%;
    height: auto;
}

.MoreRetailerRightBox {
    font-family: 'Montserrat', sans-serif;
    color: #4990E2;
    width: 35%;
}

.MoreRetailerRightBox h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 26px;
}

.MoreRetailerRightBox p {
    font-family: "Montserrat", Sans-serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.5em;   
    margin-top: 12px;
}

.assist {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.talkToExpert {
    font-family: "Montserrat", Sans-serif;
    color: #4990e2;
    text-align: center;
    line-height: 1;
    margin-top: 10px;
    padding-inline: 10px;
}

.talkToExpert h2 {
    font-family: "Montserrat", Sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-style: italic;
    font-size: 33px;
}

.talkToExpert h2 span {
    font-weight: 800;
}

.talkToExpert p {
    font-size: 58px;
    font-weight: 800;
    text-transform: uppercase;
    font-style: italic;
    margin-top: 1px
}

.btnSchedule {
    background-color: #9FC522;
    padding-inline: 26px;
    padding-block: 18px;
    font-family: "Play", Sans-serif;
    font-size: 20px;
    font-weight: 900;
    border: none;
    color: white;
    margin-top: 25px;
    border-radius: 2px;
    cursor: pointer;
}

.footerHead {
    margin-top: 80px;
    background-color: #E4EDF8;
}

.footer {
    width: 100%;
    max-width: 1600px;
    margin: auto;
    padding-inline: 30px;
    padding-block: 50px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.footerNav {
    font-size: 14px;
    font-family: 'Play', sans-serif;
    line-height: 20px;
    list-style: none;
    padding-left: 23px;
}

.footerNav a {
    text-decoration: none;
    color: #7092A5;
}

.footerNav a:hover {
    color: #A0C2D5;
}

.footerMenuSection h3 {
    color: #4990E2;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: 3px;
}

.fNavLinks{
    padding-block: 1px;
    line-height: 20px;
}

.companyDetails h3{
    color: #4990E2;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: 2px;
}
.companyAddress, .companyCellNo{
    color: #7092A5;
    font-family: "Play", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-top: 6px;
}
.companyCellNo{
    margin-top: 6px;
    padding-bottom: 100px;
    cursor: pointer;
}
.companyCellNo:hover{
    opacity: 50%;
}

.footerLogo img{
    max-width: 240px;
    margin-top: 107px;
}

.footerHLine{
    color: #7092A5;;
}

.privacyPolicy{
    display:flex;
    flex-direction: column;
    font-family: 'Play', sans-serif;
    font-size: 14px;
    margin-top: 36px;
    gap: 6px;
}
.privacyPolicy a{
    text-decoration: none;
    color: #7092A5;
}

.privacyPolicy a:hover{
    color: #A0C2D5;
}

.fMaxScreen{
    width: 100%;
    max-width: 1600px;
    margin: auto;
}

.bottom{
    background-color: #4990E2;
    color: white;
    text-align: center;
    padding-block: 14px;
    line-height: 28.8px;
    font-size: 16px;
    font-family: 'Play', sans-serif;
    position: relative;
}



/* MediaQueries */


@media only screen and (max-width: 500px){
    .header{
        gap: 10px;
        padding: 10px 0px;
    }
    .mediaIcons{
        display: inline-flex;
        gap: 8px;
        padding-right: 6px;
    }
  
    .navbar {
        padding: 35px 12px;
    }
   
   
    
}
@media only screen and (max-width: 768px){
    .containerOne{
        padding: 0px 12px;
        margin-top: 10px;
    }
    .challangeRetailers{
        font-size: 26px;
        line-height: 26px;
    }
    .paraOne{
        font-size: 18px;
        font-family: 'Montserrat', sans-serif;
        color: #4990E2;
        line-height:20.8px;
        margin-top:20px;
        margin-bottom: 24px;
    }

    .containerTwo {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-top: 24px;
    }
    .enlarge-btn {
        font-family: Play, sans-serif;
        padding: 12px 20px;
    }

    .leftSide img {
        width: 81%;
        max-width: 400px;
        height: auto;
    }
   
    .leftSide {
        width: 100%;
        height: auto;
        border-right: none;
        padding: 0px;
    }
    .sinkFaucet {
        width: 133px;
        height: 133px;
        top: -14px;
        right: -4px;
    }
    .leftPara {
        width: 100%;
        font-size: 18px;
        line-height: 25.2px;
        font-weight: 700;
        padding: 20px;
        margin-right: 0px;
        margin-bottom: 0px;
        bottom: -58px;
    }
    .righSide {
        width: 100%;
        height: auto;
        padding: 40px 12px 12px 0px;
        margin-top: 65px;
    }
    .solPara {
        margin-top: 20px;
        font-size: 15px;
        line-height: 24.5px;
        padding: 0px 10px;
    }
    .rightSideImageContainer {
    margin-top: 20px; 
    }
    .horRow{
        margin: 15px 12px;
    }
    .MoreRetailerChallenges {
        font-size: 26px;
        line-height: 27px;
    }
    .containerThree {
        padding: 0px 12px;
        margin-top: 40px;
    }
    .ContTreePara {
        font-size: 16px;
        line-height: 26.2px;
        margin-top: 24px;
    }
    .MoreRetailerBox {
        flex-direction: column;
        width: 100%;
        height: auto;
    }
    .MoreRetailerLeftBox {
        width: 100%;
        max-width: auto;
        height: auto;
    }
    .MoreRetailerRightBox {
        width: 100%;
        margin-top: 30px;
    }
    .MoreRetailerRightBox p {
        font-family: "Montserrat", Sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.5em;
        margin-top: 12px;
        font-weight: 500;
    }
    .MoreRetailerRightBox h2 {
        font-size: 22px;
    }
   
    .talkToExpert h2 {
        font-size: 23px;
    }
    .talkToExpert p {
        font-size: 41px;
    }
    .footer{
        padding-inline: 10px;
    }
    .footerMenuSection{
        margin-top: 20px;
    }
    .companyDetails{
        margin-top: 20px;
    }
    .companyDetails p{
            max-width: 300px;
    }
    .footerLogo img{
        margin-top: 20px;
    }
    .leftSide img {
        width: 81%;
        max-width: auto;
        height: auto;
    }
    .righSide h2{
        font-size: 22px;
    }
    .footer{
        flex-direction: column;
    }
    .companyCellNo {
        margin-top: 4px;
        padding-bottom: 29px;
    }
}
@media only screen and (min-width: 769px) and (max-width: 930px)  {
    .companyDetails p{
        max-width: 150px;
}
}
@media only screen and (min-width: 769px) and (max-width: 1024px)  {
    .leftSide img {
        width: 74%;
        max-width: auto;
        height: auto;
    }
    .sinkFaucet {
        width: 213px;
        height: 213px;
        top: -62px;
        right: -25px;
    }
    .leftPara {
        width: 381.02px;
        font-size: 18px;
        line-height: 29.2px;
        font-weight: 700;
        padding: 10px;
        margin-right: 0px;
        margin-bottom: 313px;
    }
    .righSide {
        padding: 20px;
        height: fit-content;
    }
    .leftSide{
        height: fit-content;
    }
    .leftPara {
        width: 381.02px;
        font-size: 18px;
        line-height: 29.2px;
        font-weight: 700;
        padding: 10px;
        margin-right: 0px;
        margin-bottom: 2px;
        width: 90%;
    }
    .solPara {
        font-size: 20px;
        color: #4990E2;
        line-height: 25px;
    }
    .rightSideImageContainer {
        margin-top: 15px;
    }
    .solPara {
        margin-top: 15.5px;
    }
    .MoreRetailerBox {
        flex-direction: column;
        width: 100%;
        height: auto;
    }
    .MoreRetailerLeftBox {
        width: 100%;
        max-width: auto;
        height: auto;
    }
    .MoreRetailerRightBox {
        width: 100%;
        margin-top: 30px;
    }
    .MoreRetailerRightBox p {
        font-family: "Montserrat", Sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.5em;
        margin-top: 12px;
    }
    .MoreRetailerRightBox h2 {
        font-size: 22px;
    }
    
}
@media only screen and (min-width: 1024px) and (max-width: 1360px)  {
    .logoImage {
        width: 130px;
        height: 45.75px;
    }

    .navList {
        font-size: 14px;
        gap: 20px;
    }

    .leftPara {
        margin-right: 15px;
        margin-bottom: 91px;
    }
    .sinkFaucet {
        width: 210px;
        height: 210px;
        top: -9px;
        right: -58px;
    }
    .MoreRetailerLeftBox {
        width: 55%;
        max-width: auto;
        height: auto;
    }
    .MoreRetailerRightBox {
        width: 45%;
    }
    .MoreRetailerRightBox p {
        font-size: 16px;
    }
    .MoreRetailerBox {
        width: 100%;
        height: auto;
        padding-bottom: 12px;
    }
    .paraOne {
        font-size: 18px;
    }
    .solPara {
        font-size: 15px;
    }
    .sinkFaucet {
        right: -26px;
    }
    .ContTreePara {
        font-size: 18px;
    }
}
@media only screen and (max-width: 1023px){
    .navList {
        display: none;
    }
    .menuIcon{
        display: block;
    }
}
@media only screen and (min-width:500px) and (max-width:768px){
    .sinkFaucet {
        width: 212px;
        height: 216px;
        top: -34px;
        right: -14px;
    }
}
@media only screen and (min-width:1400px){
    .footerLogo img{
        max-width: 411.13px;
        height: 100.91px;
    }
   
    .logoImage {
        width: 164.27px;
        height: 45.75px;
    }
    .sinkFaucet {
        right: -45px;
        width: 350px;
        height: 350px;
        top: -43px;
    }
    .leftPara {
        width: 618.02px;
        font-size: 23px;  
        font-weight: 700;
        padding: 37px;
        margin-right: 30px;
        margin-bottom: 137px;
    }
    .leftSide img {
        max-width: 540.52px;
        height: 760.81px;
    }
    .horRow{
        margin-block: 37px;
        border: 0.3px solid #e7e5e5;
       
    }
    .mediaIcons {
        padding-right: 0px;
    }
}

@media only screen and (min-width:1600px){
    .sinkFaucet {
        right: -45px;
        width: 442px;
        height: 442px;
        top: -42px;
    }
    
    .assist {
        margin-top: 44px;
    }
    
    .MoreRetailerRightBox p {
        margin-top: 30px;
    }
}
