@media(max-width: 1440px){
    header{
        width: 100%;
        height: 50px;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .menu{
        font-size: 30px;
        cursor: pointer;
    }

    .cont1{
        width: 100%;
        height: 92vh;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        background-image: url('https://www.thesouthafrican.com/wp-content/uploads/2024/07/44f8e5bf-60e9-4e6b-9090-f002402744e7.webp');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .text-cont1{
        color: rgb(255, 255, 255);
        text-shadow: 11px 5px 9px #000000;
    }

    .text-cont1 h1{
        font-size: 60px;
    }

    .text-cont1 h2{
        font-size: 30px;
        margin-top: -30px;
    }

    .text-cont1 button{
        width: 150px;
        height: 50px;
        background: rgb(86, 86, 86);
        text-shadow: 11px 5px 9px #000000;
        color: aliceblue;
        border: 0;
        font-size: 13px;
        border-radius: 25px;
        cursor: pointer;
    }



    .cont2{
        width: 100%;
        height: 65vh;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .cont2 h1{
        font-size: 30px;
        text-shadow: 11px 5px 9px #000000;
    }

    .klor-div{
        width: 100%;
        height: 40%;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
        gap: 100px;
        margin-top: 100px;
    }

    .salad img{
        width: 200px;
        height: 200px;
        border-radius: 50%;
        object-fit: cover;
    }

    .salad h1{
        font-size: 25px;
        text-shadow: 11px 5px 9px #000000;
    }


    .cont3{
        width: 100%;
        height: 95vh;
        background: rgb(224, 244, 195);
        display: flex;
        gap: 50px;
    }

    .cont-3-box1{
        width: 50%;
        height: 100%;
        margin-left: 0;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .cont-3-box1 h1{
        margin-top: 100px;
        font-size: 50px;
        text-shadow: 7px 3px 20px #000000;
    }

    .cont-3-box1 p{
        max-width: 600px;
        margin-left: 50px;
        margin-top: 20px;
        font-size: 13px;
        text-align: center;
        line-height: 1.2;
        overflow-wrap: anywhere;
        word-spacing: 4px;
        padding: 10px;
        text-shadow: 11px 5px 13px #000000;

    }

    .cont-3-box1 button{
        width: 150px;
        height: 45px;
        background: rgb(92, 92, 92);
        text-shadow: 11px 5px 9px #000000;
        color: aliceblue;
        margin-top: 20px;
        border: 0;
        font-size: 13px;
        border-radius: 25px;
        cursor: pointer;
    }

    .cont3-img img{
        width: 400px;
        height: 400px;
        border-radius: 50%;
        margin-top: 20%;
        object-fit: cover;
        margin-left: 25%;
    }

    .cont4{
        width: 100%;
        height: 95vh;
        display: flex;
        gap: 50px;
    }

    .cont-4-box1{
        width: 50%;
        height: 100%;
        margin-left: 17%;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .cont-4-box1 h1{
        margin-top: 100px;
        font-size: 50px;
        text-shadow: 7px 3px 20px #000000;
    }

    .cont-4-box1 p{
        max-width: 600px;
        margin-left: 50px;
        margin-top: 20px;
        font-size: 13px;
        text-align: center;
        line-height: 1.2;
        overflow-wrap: anywhere;
        word-spacing: 4px;
        padding: 10px;
        text-shadow: 11px 5px 13px #000000;

    }

    .cont-4-box1 button{
        width: 150px;
        height: 45px;
        background: rgb(92, 92, 92);
        text-shadow: 11px 5px 9px #000000;
        color: aliceblue;
        margin-top: 20px;
        border: 0;
        font-size: 13px;
        border-radius: 25px;
        cursor: pointer;
    }

    .cont4-img img{
        width: 400px;
        height: 400px;
        border-radius: 50%;
        margin-top: 20%;
        object-fit: cover;
        margin-left: 40%;
    }


    .cont5{
        width: 100%;
        height: 55vh;
        background-image: url('https://wallpapercave.com/wp/wp6866008.jpg');
        background-size: cover;
        background-position: center;
        margin-top: 50px;
        margin-bottom: 50px;
        display: flex;
        justify-content: space-around;
        gap: 400px;
        align-items: center;
        justify-content: center;
        text-align: center;
        box-shadow: 11px 5px 119px #000000;
    }

    .cont5 i{
        width: 40px;
        height: 40px;
        border-radius: 50%;
        font-size: 40px;
        background: rgb(66, 164, 66);
        padding: 20px;
        color: rgb(255, 255, 255);
        text-shadow: 11px 5px 9px #000000;
        box-shadow: 11px 5px 9px #000000;
    }

    .cont6{
        width: 100%;
        height: 95vh;
        text-align: center;
    }

    .cnt6-icons{
        width: 100%;
        height: 80%;
        display: flex;
        flex-wrap: wrap;
        gap: 50px;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .cnt6-icn{
        color: rgb(75, 75, 75);
        text-shadow: 5px 5px 20px #000000;
    }

    .cnt6-icn h1{
        font-size: 25px;
    }

    .cont7{
        width: 100%;
        height: 90vh;
        background: rgb(224, 244, 195);
        text-align: center;
        box-shadow: 11px 5px 119px #000000;
    }

    .cnt7-txt h1{
        padding-top: 30px;
        font-size: 35px;
        text-shadow: 5px 5px 9px #000000;
    }

    .cnt7-boxes{
        width: 100%;
        height: 80%;
        display: flex;
        gap: 180px;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .cnt7-box{
        width: 35%;
        height: 43vh;
        background: #e7e7e7;
        box-shadow: 11px 5px 119px #000000;
        margin-top: 20px;
        border-radius: 5px;
        text-align: center;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .cnt7-box img{
        width: 130px;
        height: 130px;
        border-radius: 50%;
        background: #000000;
        object-fit: cover;
        position: absolute;
        top: -65px;
        left: 38%;
        box-shadow: 11px 5px 119px #000000;
        object-position: top;
    }

    .cnt7-box p{
        margin-top: 120px;
        font-size: 16px;
        text-shadow: 5px 5px 9px #000000;
    }

    .cnt7-box h1{
        font-size: 25px;
        text-shadow: 5px 5px 9px #000000;
    }

    .cont8{
        width: 100%;
        height: 80vh;
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
    }

    .cont8 img{
        width: 30%;
        height: 40%;
        object-fit: cover;
        border-radius: 5px;
        margin-bottom: 10px;
    }

    .cont9{
        width: 100%;
        height: 100vh;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .cont9 h1{
        margin-top: 50px;
        font-size: 50px;
        text-shadow: 5px 5px 9px #000000;
    }

    .cnt9-content{
        width: 100%;
        height: 70%;
        display: flex;
        flex-wrap: wrap;
        gap: 50px;
        margin-top: 50px;
    }

    .cnt9-box1{
        width: 50%;
        height: 100%;
        margin-left: 20px;
    }

    .cnt9-box1 img{
        width: 300px;
        height: 300px;
        border-radius: 50%;
        object-fit: cover;
        box-shadow: 11px 5px 119px #000000;
        margin-left: -30%;
        margin-bottom: 20px;
    }

    .cnt9-box1 p{
        max-width: 750px;
        text-align: start;
        margin-left: 12%;
        text-shadow: 5px 5px 9px #000000;
    }

    .cnt9-box2{
        width: 40%;
        height: 100%;
        margin-right: 20px;
    }

    .cnt9-box2 h1{
        font-size: 30px;
    }

    .cnt9-box2 p{
        text-align: start;
        margin-left: 50px;
        line-height: 20px;
    }

    .cnt9-box2-inp{
        display: flex;
        margin-left: 50px;
    }

    .cnt9-box2-inp input{
        width: 60%;
        height: 30px;
        padding-left: 20px;
        border-radius: 2px;
        background: #e7e7e7;
        border: 0;
        gap: 0;
    }

    .cnt9-box2-inp button{
        width: 150px;
        height: 32px;
        color: #fff;
        background: rgb(78, 243, 78);
        text-shadow: 1px 20px 19px #000000;
        cursor: pointer;
        border: 0;
        gap: 0;
    }

    .footer{
        width: 100%;
        height: 100px;
        background: #3d3d3d;
        display: flex;
        text-align: center;
        text-shadow: 1px 20px 19px #000000;
        align-items: center;
        justify-content: center;
        color: #fff;
    }

}



@media(max-width: 1024px){
    header{
        width: 100%;
        height: 50px;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .menu{
        font-size: 25px;
        cursor: pointer;
    }

    .cont1{
        width: 100%;
        height: 92vh;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        background-image: url('https://www.thesouthafrican.com/wp-content/uploads/2024/07/44f8e5bf-60e9-4e6b-9090-f002402744e7.webp');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .text-cont1{
        color: rgb(255, 255, 255);
        text-shadow: 11px 5px 9px #000000;
    }

    .text-cont1 h1{
        font-size: 60px;
    }

    .text-cont1 h2{
        font-size: 30px;
        margin-top: -30px;
    }

    .text-cont1 button{
        width: 150px;
        height: 50px;
        background: rgb(111, 111, 111);
        text-shadow: 11px 5px 9px #000000;
        color: aliceblue;
        border: 0;
        font-size: 13px;
        border-radius: 25px;
        cursor: pointer;
    }



    .cont2{
        width: 100%;
        height: 60vh;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .cont2 h1{
        font-size: 30px;
        text-shadow: 11px 5px 9px #000000;
    }

    .klor-div{
        width: 100%;
        height: 40%;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
        gap: 70px;
        margin-top: 100px;
    }

    .salad img{
        width: 170px;
        height: 170px;
        border-radius: 50%;
        object-fit: cover;
    }

    .salad h1{
        font-size: 25px;
        text-shadow: 11px 5px 9px #000000;
    }


    .cont3{
        width: 100%;
        height: 90vh;
        background: rgb(224, 244, 195);
        display: flex;
        gap: 50px;
    }

    .cont-3-box1{
        width: 50%;
        height: 100%;
        margin-left: 0;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .cont-3-box1 h1{
        margin-top: 100px;
        font-size: 40px;
        text-shadow: 7px 3px 20px #000000;
    }

    .cont-3-box1 p{
        max-width: 500px;
        margin-left: 10px;
        margin-top: -10px;
        font-size: 13px;
        text-align: center;
        line-height: 1.2;
        overflow-wrap: anywhere;
        word-spacing: 4px;
        padding: 10px;
        text-shadow: 11px 5px 13px #000000;

    }

    .cont-3-box1 button{
        width: 150px;
        height: 45px;
        background: rgb(92, 92, 92);
        text-shadow: 11px 5px 9px #000000;
        color: aliceblue;
        margin-top: 10px;
        border: 0;
        font-size: 13px;
        border-radius: 25px;
        cursor: pointer;
    }

    .cont3-img img{
        width: 330px;
        height: 330px;
        border-radius: 50%;
        margin-top: 30%;
        object-fit: cover;
        margin-left: 10%;
    }

    .cont4{
        width: 100%;
        height: 90vh;
        display: flex;
        gap: 50px;
    }

    .cont-4-box1{
        width: 50%;
        height: 100%;
        margin-left: 10%;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .cont-4-box1 h1{
        margin-top: 100px;
        font-size: 40px;
        text-shadow: 7px 3px 20px #000000;
    }

    .cont-4-box1 p{
        max-width: 500px;
        margin-left: 10px;
        margin-top: 10px;
        font-size: 13px;
        text-align: center;
        line-height: 1.2;
        overflow-wrap: anywhere;
        word-spacing: 4px;
        padding: 10px;
        text-shadow: 11px 5px 13px #000000;

    }

    .cont-4-box1 button{
        width: 150px;
        height: 45px;
        background: rgb(92, 92, 92);
        text-shadow: 11px 5px 9px #000000;
        color: aliceblue;
        margin-top: 10px;
        border: 0;
        font-size: 13px;
        border-radius: 25px;
        cursor: pointer;
    }

    .cont4-img img{
        width: 330px;
        height: 330px;
        border-radius: 50%;
        margin-top: 30%;
        object-fit: cover;
        margin-left: 27%;
    }


     .cont5{
        width: 100%;
        height: 55vh;
        background-image: url('https://wallpapercave.com/wp/wp6866008.jpg');
        background-size: cover;
        background-position: center;
        margin-top: 50px;
        margin-bottom: 50px;
        display: flex;
        justify-content: space-around;
        gap: 230px;
        align-items: center;
        justify-content: center;
        text-align: center;
        box-shadow: 11px 5px 119px #000000;
    }

    .cont5 i{
        width: 30px;
        height: 30px;
        border-radius: 50%;
        font-size: 30px;
        background: rgb(66, 164, 66);
        padding: 20px;
        color: rgb(255, 255, 255);
        text-shadow: 11px 5px 9px #000000;
        box-shadow: 11px 5px 9px #000000;
    }

    .cont6{
        width: 100%;
        height: 105vh;
        text-align: center;
    }


    .cnt6-icons{
        width: 100%;
        height: 80%;
        display: flex;
        flex-wrap: wrap;
        gap: 50px;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .cnt6-icn{
        color: rgb(75, 75, 75);
        text-shadow: 5px 5px 20px #000000;
    }

    .cnt6-icn h1{
        font-size: 20px;
    }

    .cnt6-icn p{
        font-size: 12px;
    }

    .cont7{
        width: 100%;
        height: 80vh;
        background: rgb(224, 244, 195);
        text-align: center;
        box-shadow: 11px 5px 119px #000000;
    }

    .cnt7-txt h1{
        padding-top: 30px;
        font-size: 25px;
        text-shadow: 5px 5px 9px #000000;
    }

    .cnt7-boxes{
        width: 100%;
        height: 80%;
        display: flex;
        gap: 180px;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .cnt7-box{
        width: 35%;
        height: 40vh;
        background: #e7e7e7;
        box-shadow: 11px 5px 119px #000000;
        margin-top: 20px;
        border-radius: 5px;
        text-align: center;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .cnt7-box img{
        width: 110px;
        height: 110px;
        border-radius: 50%;
        background: #000000;
        object-fit: cover;
        position: absolute;
        top: -65px;
        left: 36%;
        box-shadow: 11px 5px 119px #000000;
        object-position: top;
    }

    .cnt7-box p{
        margin-top: 100px;
        font-size: 13px;
        text-shadow: 5px 5px 9px #000000;
    }

    .cnt7-box h1{
        font-size: 20px;
        text-shadow: 5px 5px 9px #000000;
    }

    .cont8{
        width: 100%;
        height: 80vh;
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
    }

    .cont8 img{
        width: 30%;
        height: 40%;
        object-fit: cover;
        border-radius: 5px;
        margin-bottom: 10px;
    }

    .cont9{
        width: 100%;
        height: 90vh;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .cont9 h1{
        margin-top: 40px;
        font-size: 30px;
        text-shadow: 5px 5px 9px #000000;
    }

    .cnt9-content{
        width: 100%;
        height: 70%;
        display: flex;
        flex-wrap: wrap;
        gap: 50px;
        margin-top: 30px;
    }

    .cnt9-box1{
        width: 50%;
        height: 100%;
        margin-left: 20px;
    }

    .cnt9-box1 img{
        width: 240px;
        height: 240px;
        border-radius: 50%;
        object-fit: cover;
        margin-top: 30px;
        box-shadow: 11px 5px 119px #000000;
        margin-left: -30%;
        margin-bottom: 20px;
    }

    .cnt9-box1 p{
        max-width: 750px;
        text-align: start;
        font-size: 13px;
        margin-left: 12%;
        text-shadow: 5px 5px 9px #000000;
    }

    .cnt9-box2{
        width: 40%;
        height: 100%;
        margin-right: 20px;
    }

    .cnt9-box2 h1{
        font-size: 20px;
    }

    .cnt9-box2 p{
        text-align: start;
        margin-left: 50px;
        line-height: 20px;
        font-size: 13px;
    }

    .cnt9-box2-inp{
        display: flex;
        margin-left: 50px;
    }

    .cnt9-box2-inp input{
        width: 60%;
        height: 25px;
        padding-left: 20px;
        border-radius: 2px;
        background: #e7e7e7;
        border: 0;
        gap: 0;
    }

    .cnt9-box2-inp button{
        width: 150px;
        height: 27px;
        color: #fff;
        background: rgb(78, 243, 78);
        text-shadow: 1px 20px 19px #000000;
        cursor: pointer;
        border: 0;
        gap: 0;
    }

    .footer{
        width: 100%;
        height: 100px;
        background: #3d3d3d;
        display: flex;
        text-align: center;
        text-shadow: 1px 20px 19px #000000;
        align-items: center;
        justify-content: center;
        color: #fff;
    }

    .footer p{
        font-size: 13px;
    }

}

@media(max-width: 768px){
     header{
        width: 100%;
        height: 40px;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .menu{
        font-size: 25px;
        cursor: pointer;
    }

    .cont1{
        width: 100%;
        height: 75vh;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        background-image: url('https://www.thesouthafrican.com/wp-content/uploads/2024/07/44f8e5bf-60e9-4e6b-9090-f002402744e7.webp');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .text-cont1{
        color: rgb(255, 255, 255);
        text-shadow: 11px 5px 9px #000000;
    }

    .text-cont1 h1{
        font-size: 40px;
    }

    .text-cont1 h2{
        font-size: 20px;
        margin-top: -20px;
    }

    .text-cont1 button{
        width: 100px;
        height: 30px;
        background: rgb(107, 107, 107);
        text-shadow: 11px 5px 9px #000000;
        color: aliceblue;
        border: 0;
        font-size: 10px;
        border-radius: 25px;
        cursor: pointer;
    }

    
    
    
    .cont2{
        width: 100%;
        height: 55vh;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .cont2 h1{
        font-size: 25px;
        text-shadow: 11px 5px 9px #000000;
    }

    .klor-div{
        width: 100%;
        height: 40%;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
        gap: 50px;
        margin-top: 80px;
    }

    .salad img{
        width: 130px;
        height: 130px;
        border-radius: 50%;
        object-fit: cover;
    }

    .salad h1{
        font-size: 20px;
        text-shadow: 11px 5px 9px #000000;
    }


    .cont3{
        width: 100%;
        height: 80vh;
        background: rgb(224, 244, 195);
        display: flex;
        gap: 50px;
    }

    .cont-3-box1{
        width: 50%;
        height: 100%;
        margin-left: 0;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .cont-3-box1 h1{
        margin-top: 50px;
        font-size: 40px;
        text-shadow: 7px 3px 20px #000000;
    }

    .cont-3-box1 p{
        max-width: 400px;
        margin-left: 10px;
        margin-top: -10px;
        font-size: 12px;
        text-align: center;
        line-height: 1.2;
        overflow-wrap: anywhere;
        word-spacing: 4px;
        padding: 10px;
        text-shadow: 11px 5px 13px #000000;

    }

    .cont-3-box1 button{
        width: 130px;
        height: 40px;
        background: rgb(92, 92, 92);
        text-shadow: 11px 5px 9px #000000;
        color: aliceblue;
        margin-top: 10px;
        border: 0;
        font-size: 12px;
        border-radius: 25px;
        cursor: pointer;
    }

    .cont3-img img{
        width: 270px;
        height: 270px;
        border-radius: 50%;
        margin-top: 40%;
        object-fit: cover;
        margin-left: 10%;
    }

    .cont4{
        width: 100%;
        height: 90vh;
        display: flex;
        gap: 50px;
    }

    .cont-4-box1{
        width: 50%;
        height: 100%;
        margin-left: 10%;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .cont-4-box1 h1{
        margin-top: 50px;
        font-size: 40px;
        text-shadow: 7px 3px 20px #000000;
    }

    .cont-4-box1 p{
        max-width: 500px;
        margin-left: 0px;
        margin-top: 10px;
        font-size: 12px;
        text-align: center;
        line-height: 1.2;
        overflow-wrap: anywhere;
        word-spacing: 4px;
        padding: 10px;
        text-shadow: 11px 5px 13px #000000;

    }

    .cont-4-box1 button{
        width: 130px;
        height: 40px;
        background: rgb(92, 92, 92);
        text-shadow: 11px 5px 9px #000000;
        color: aliceblue;
        margin-top: 10px;
        border: 0;
        font-size: 12px;
        border-radius: 25px;
        cursor: pointer;
    }

    .cont4-img img{
        width: 270px;
        height: 270px;
        border-radius: 50%;
        margin-top: 40%;
        object-fit: cover;
        margin-left: 24%;
    }

    .cont5{
        width: 100%;
        height: 35vh;
        background-image: url('https://wallpapercave.com/wp/wp6866008.jpg');
        background-size: cover;
        background-position: center;
        margin-top: 50px;
        margin-bottom: 50px;
        display: flex;
        justify-content: space-around;
        gap: 230px;
        align-items: center;
        justify-content: center;
        text-align: center;
        box-shadow: 11px 5px 119px #000000;
    }

    .cont5 i{
        width: 20px;
        height: 20px;
        border-radius: 50%;
        font-size: 20px;
        background: rgb(66, 164, 66);
        padding: 20px;
        color: rgb(255, 255, 255);
        text-shadow: 11px 5px 9px #000000;
        box-shadow: 11px 5px 9px #000000;
    }

    .cont6{
        width: 100%;
        height: 100vh;
        text-align: center;
    }

    .cont6 h1{
        font-size: 25px;
    }

    .cnt6-icons{
        width: 100%;
        height: 80%;
        display: flex;
        flex-wrap: wrap;
        gap: 50px;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .cnt6-icn{
        color: rgb(75, 75, 75);
        text-shadow: 5px 5px 20px #000000;
    }

    .cnt6-icn h1{
        font-size: 20px;
    }

    .cnt6-icn p{
        font-size: 9px;
    }

    .cont7{
        width: 100%;
        height: 60vh;
        background: rgb(224, 244, 195);
        text-align: center;
        box-shadow: 11px 5px 119px #000000;
    }

    .cnt7-txt h1{
        padding-top: 30px;
        font-size: 20px;
        text-shadow: 5px 5px 9px #000000;
    }

    .cnt7-boxes{
        width: 100%;
        height: 70%;
        display: flex;
        gap: 100px;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .cnt7-box{
        width: 35%;
        height: 30vh;
        background: #e7e7e7;
        box-shadow: 11px 5px 119px #000000;
        margin-top: 30px;
        border-radius: 5px;
        text-align: center;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .cnt7-box img{
        width: 90px;
        height: 90px;
        border-radius: 50%;
        background: #000000;
        object-fit: cover;
        position: absolute;
        top: -45px;
        left: 32%;
        box-shadow: 11px 5px 119px #000000;
        object-position: top;
    }

    .cnt7-box p{
        margin-top: 100px;
        font-size: 11px;
        text-shadow: 5px 5px 9px #000000;
    }

    .cnt7-box h1{
        font-size: 17px;
        text-shadow: 5px 5px 9px #000000;
    }

    .cont8{
        width: 100%;
        height: 80vh;
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
    }

    .cont8 img{
        width: 30%;
        height: 40%;
        object-fit: cover;
        border-radius: 5px;
        margin-bottom: 10px;
    }

    .cont9{
        width: 100%;
        height: 70vh;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .cont9 h1{
        margin-top: 30px;
        font-size: 20px;
        text-shadow: 5px 5px 9px #000000;
    }

    .cnt9-content{
        width: 100%;
        height: 70%;
        display: flex;
        flex-wrap: wrap;
        gap: 50px;
        margin-top: 20px;
    }

    .cnt9-box1{
        width: 40%;
        height: 100%;
        margin-left: 20px;
    }

    .cnt9-box1 img{
        width: 170px;
        height: 170px;
        border-radius: 50%;
        object-fit: cover;
        margin-top: 30px;
        box-shadow: 11px 5px 119px #000000;
        margin-left: -30%;
        margin-bottom: 20px;
    }

    .cnt9-box1 p{
        max-width: 750px;
        text-align: start;
        font-size: 10px;
        margin-left: 12%;
        text-shadow: 5px 5px 9px #000000;
    }

    .cnt9-box2{
        width: 40%;
        height: 100%;
        margin-right: 20px;
    }

    .cnt9-box2 h1{
        font-size: 15px;
        margin-left: 30px;
    }

    .cnt9-box2 p{
        text-align: start;
        margin-left: 50px;
        line-height: 20px;
        font-size: 10px;
    }

    .cnt9-box2-inp{
        display: flex;
        margin-left: 50px;
    }

    .cnt9-box2-inp input{
        width: 60%;
        height: 25px;
        font-size: 10px;
        padding-left: 20px;
        border-radius: 2px;
        background: #e7e7e7;
        border: 0;
        gap: 0;
    }

    .cnt9-box2-inp button{
        width: 100px;
        height: 27px;
        font-size: 12px;
        color: #fff;
        background: rgb(78, 243, 78);
        text-shadow: 1px 20px 19px #000000;
        cursor: pointer;
        border: 0;
        gap: 0;
    }

    .footer{
        width: 100%;
        height: 80px;
        background: #3d3d3d;
        display: flex;
        text-align: center;
        text-shadow: 1px 20px 19px #000000;
        align-items: center;
        justify-content: center;
        color: #fff;
    }

    .footer p{
        font-size: 12px;
    }
}

@media(max-width: 426px){
     header{
        width: 100%;
        height: 30px;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .menu{
        font-size: 15px;
        cursor: pointer;
    }

    .cont1{
        width: 100%;
        height: 55vh;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        background-image: url('https://www.thesouthafrican.com/wp-content/uploads/2024/07/44f8e5bf-60e9-4e6b-9090-f002402744e7.webp');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .text-cont1{
        color: rgb(255, 255, 255);
        text-shadow: 11px 5px 9px #000000;
    }

    .text-cont1 h1{
        font-size: 35px;
    }

    .text-cont1 h2{
        font-size: 15px;
        margin-top: -10px;
    }

    .text-cont1 button{
        width: 100px;
        height: 30px;
        background: rgb(112, 112, 112);
        text-shadow: 11px 5px 9px #000000;
        color: aliceblue;
        border: 0;
        font-size: 10px;
        border-radius: 25px;
        cursor: pointer;
    }

     .cont2{
        width: 100%;
        height: 75vh;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .cont2 h1{
        font-size: 15px;
        text-shadow: 11px 5px 9px #000000;
    }

    .klor-div{
        width: 100%;
        height: 40%;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 50px;
        margin-top: 0px;
    }

    .salad img{
        width: 110px;
        height: 110px;
        border-radius: 50%;
        object-fit: cover;
    }

    .salad h1{
        font-size: 20px;
        text-shadow: 11px 5px 9px #000000;
    }


    .cont3{
        width: 100%;
        height: 50vh;
        background: rgb(224, 244, 195);
        display: flex;
        gap: 50px;
    }

    .cont-3-box1{
        width: 50%;
        height: 100%;
        margin-left: 0;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .cont-3-box1 h1{
        margin-top: 20px;
        font-size: 25px;
        text-shadow: 7px 3px 20px #000000;
    }

    .cont-3-box1 p{
        max-width: 300px;
        margin-left: 10px;
        margin-top: -10px;
        font-size: 7px;
        text-align: center;
        line-height: 1.2;
        overflow-wrap: anywhere;
        word-spacing: 4px;
        padding: 10px;
        text-shadow: 11px 5px 13px #000000;

    }

    .cont-3-box1 button{
        width: 70px;
        height: 20px;
        background: rgb(92, 92, 92);
        text-shadow: 11px 5px 9px #000000;
        color: aliceblue;
        margin-top: 0px;
        border: 0;
        font-size: 8px;
        border-radius: 25px;
        cursor: pointer;
    }

    .cont3-img img{
        width: 140px;
        height: 140px;
        border-radius: 50%;
        margin-top: 50%;
        object-fit: cover;
        margin-left: 1%;
    }

    .cont4{
        width: 100%;
        height: 52vh;
        display: flex;
        gap: 50px;
    }

    .cont-4-box1{
        width: 50%;
        height: 100%;
        margin-left: 10%;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .cont-4-box1 h1{
        margin-top: 20px;
        font-size: 25px;
        text-shadow: 7px 3px 20px #000000;
    }

    .cont-4-box1 p{
        max-width: 300px;
        margin-left: 0px;
        margin-top: 10px;
        font-size: 7px;
        text-align: center;
        line-height: 1.2;
        overflow-wrap: anywhere;
        word-spacing: 4px;
        padding: 10px;
        text-shadow: 11px 5px 13px #000000;

    }

    .cont-4-box1 button{
        width: 70px;
        height: 20px;
        background: rgb(92, 92, 92);
        text-shadow: 11px 5px 9px #000000;
        color: aliceblue;
        margin-top: 0px;
        border: 0;
        font-size: 8px;
        border-radius: 25px;
        cursor: pointer;
    }

    .cont4-img img{
        width: 140px;
        height: 140px;
        border-radius: 50%;
        margin-top: 50%;
        object-fit: cover;
        margin-left: 24%;
    }

    .cont5{
        width: 100%;
        height: 30vh;
        background-image: url('https://wallpapercave.com/wp/wp6866008.jpg');
        background-size: cover;
        background-position: center;
        margin-top: 50px;
        margin-bottom: 50px;
        display: flex;
        justify-content: space-around;
        gap: 80px;
        align-items: center;
        justify-content: center;
        text-align: center;
        box-shadow: 11px 5px 119px #000000;
    }

    .cont5 i{
        width: 10px;
        height: 10px;
        border-radius: 50%;
        font-size: 30px;
        background: rgb(66, 164, 66);
        text-align: center;
        align-items: center;
        justify-content: center;
        display: flex;
        padding: 20px;
        color: rgb(255, 255, 255);
        text-shadow: 11px 5px 9px #000000;
        box-shadow: 11px 5px 9px #000000;
    }

    .cont6{
        width: 100%;
        height: 90vh;
        text-align: center;
    }

    .cont6 h1{
        font-size: 22px;
        margin-top: -20px;
    }

    .cnt6-icons{
        width: 100%;
        height: 40%;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .cnt6-icn{
        color: rgb(75, 75, 75);
        text-shadow: 5px 5px 20px #000000;
    }

    .cnt6-icn h1{
        margin-top: 15px;
        font-size: 15px;
    }

    .cnt6-icn p{
        font-size: 8px;
    }

    .cont7{
        width: 100%;
        height: 40vh;
        background: rgb(224, 244, 195);
        text-align: center;
        box-shadow: 11px 5px 119px #000000;
    }

    .cnt7-txt h1{
        padding-top: 30px;
        font-size: 18px;
        text-shadow: 5px 5px 9px #000000;
    }

    .cnt7-boxes{
        width: 100%;
        height: 70%;
        display: flex;
        gap: 50px;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .cnt7-box{
        width: 35%;
        height: 15vh;
        background: #e7e7e7;
        box-shadow: 11px 5px 119px #000000;
        margin-top: 30px;
        border-radius: 5px;
        text-align: center;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .cnt7-box img{
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: #000000;
        object-fit: cover;
        position: absolute;
        top: -30px;
        left: 30%;
        box-shadow: 11px 5px 119px #000000;
        object-position: top;
    }

    .cnt7-box p{
        margin-top: 35px;
        font-size: 6px;
        text-shadow: 5px 5px 9px #000000;
    }

    .cnt7-box h1{
        font-size: 10px;
        text-shadow: 5px 5px 9px #000000;
    }

    .cont8{
        width: 100%;
        height: 50vh;
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

    .cont8 img{
        width: 30%;
        height: 30%;
        object-fit: cover;
        border-radius: 5px;
        margin-bottom: 10px;
    }

    .cont9{
        width: 100%;
        height: 46vh;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .cont9 h1{
        margin-top: 10px;
        font-size: 15px;
        text-shadow: 5px 5px 9px #000000;
    }

    .cnt9-content{
        width: 100%;
        height: 70%;
        display: flex;
        flex-wrap: wrap;
        gap: 50px;
        margin-top: 15px;
    }

    .cnt9-box1{
        width: 35%;
        height: 100%;
        margin-left: 25px;
    }

    .cnt9-box1 img{
        width: 100px;
        height: 100px;
        border-radius: 50%;
        object-fit: cover;
        margin-top: 20px;
        box-shadow: 11px 5px 119px #000000;
        margin-left: -30%;
        margin-bottom: 0px;
    }

    .cnt9-box1 p{
        max-width: 350px;
        text-align: start;
        font-size: 6px;
        margin-left: 5%;
        text-shadow: 5px 5px 9px #000000;
    }

    .cnt9-box2{
        width: 40%;
        height: 100%;
        margin-right: 20px;
        margin-top: 30px;
    }

    .cnt9-box2 h1{
        font-size: 9px;
        margin-left: 20px;
    }

    .cnt9-box2 p{
        text-align: start;
        margin-left: 25px;
        line-height: 20px;
        font-size: 8px;
    }

    .cnt9-box2-inp{
        display: flex;
        margin-left: 50px;
    }

    .cnt9-box2-inp input{
        width: 90%;
        height: 15px;
        font-size: 8px;
        padding-left: 20px;
        border-radius: 2px;
        margin-left: -25px;
        background: #e7e7e7;
        border: 0;
        gap: 0;
    }

    .cnt9-box2-inp button{
        width: 50px;
        height: 17px;
        font-size: 8px;
        color: #fff;
        background: rgb(78, 243, 78);
        text-shadow: 1px 20px 19px #000000;
        cursor: pointer;
        border: 0;
        gap: 0;
    }

    .footer{
        width: 100%;
        height: 50px;
        background: #3d3d3d;
        display: flex;
        text-align: center;
        text-shadow: 1px 20px 19px #000000;
        align-items: center;
        justify-content: center;
        color: #fff;
    }

    .footer p{
        font-size: 7px;
    }
}

@media(max-width: 376px){
    header{
        width: 100%;
        height: 30px;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .menu{
        font-size: 20px;
        cursor: pointer;
    }

    .cont1{
        width: 100%;
        height: 55vh;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        background-image: url('https://www.thesouthafrican.com/wp-content/uploads/2024/07/44f8e5bf-60e9-4e6b-9090-f002402744e7.webp');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .text-cont1{
        color: rgb(255, 255, 255);
        text-shadow: 11px 5px 9px #000000;
    }

    .text-cont1 h1{
        font-size: 25px;
    }

    .text-cont1 h2{
        font-size: 13px;
        margin-top: -10px;
    }

    .text-cont1 button{
        width: 90px;
        height: 25px;
        background: rgb(111, 111, 111);
        text-shadow: 11px 5px 9px #000000;
        color: aliceblue;
        border: 0;
        font-size: 9px;
        border-radius: 25px;
        cursor: pointer;
    }

     .cont2{
        width: 100%;
        height: 30vh;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .cont2 h1{
        font-size: 15px;
        text-shadow: 11px 5px 9px #000000;
    }

    .klor-div{
        width: 100%;
        height: 40%;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 20px;
    }

    .salad img{
        width: 80px;
        height: 80px;
        border-radius: 50%;
        object-fit: cover;
    }

    .salad h1{
        font-size: 15px;
        text-shadow: 11px 5px 9px #000000;
    }


    .cont3{
        width: 100%;
        height: 44vh;
        background: rgb(224, 244, 195);
        display: flex;
        gap: 50px;
    }

    .cont-3-box1{
        width: 50%;
        height: 100%;
        margin-left: 0;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .cont-3-box1 h1{
        margin-top: 20px;
        font-size: 20px;
        text-shadow: 7px 3px 20px #000000;
    }

    .cont-3-box1 p{
        max-width: 300px;
        margin-left: 10px;
        margin-top: -10px;
        font-size: 6px;
        text-align: center;
        line-height: 1.2;
        overflow-wrap: anywhere;
        word-spacing: 4px;
        padding: 10px;
        text-shadow: 11px 5px 13px #000000;

    }

    .cont-3-box1 button{
        width: 70px;
        height: 20px;
        background: rgb(92, 92, 92);
        text-shadow: 11px 5px 9px #000000;
        color: aliceblue;
        margin-top: 0px;
        border: 0;
        font-size: 8px;
        border-radius: 25px;
        cursor: pointer;
    }

    .cont3-img img{
        width: 130px;
        height: 130px;
        border-radius: 50%;
        margin-top: 50%;
        object-fit: cover;
        margin-left: -17%;
    }

    .cont4{
        width: 100%;
        height: 44vh;
        display: flex;
        gap: 50px;
    }

    .cont-4-box1{
        width: 50%;
        height: 100%;
        margin-left: 0%;
        text-align: center;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

    .cont-4-box1 h1{
        margin-top: 20px;
        font-size: 20px;
        text-shadow: 7px 3px 20px #000000;
    }

    .cont-4-box1 p{
        max-width: 400px;
        margin-left: 0px;
        margin-top: 10px;
        font-size: 6px;
        text-align: center;
        line-height: 1.2;
        overflow-wrap: anywhere;
        word-spacing: 4px;
        padding: 10px;
        text-shadow: 11px 5px 13px #000000;

    }

    .cont-4-box1 button{
        width: 70px;
        height: 20px;
        background: rgb(92, 92, 92);
        text-shadow: 11px 5px 9px #000000;
        color: aliceblue;
        margin-top: 0px;
        border: 0;
        font-size: 8px;
        border-radius: 25px;
        cursor: pointer;
    }

    .cont4-img img{
        width: 130px;
        height: 130px;
        border-radius: 50%;
        margin-top: 60%;
        object-fit: cover;
        margin-left: 20%;
    }

     .cont5{
        width: 100%;
        height: 30vh;
        background-image: url('https://wallpapercave.com/wp/wp6866008.jpg');
        background-size: cover;
        background-position: center;
        margin-top: 50px;
        margin-bottom: 50px;
        display: flex;
        justify-content: space-around;
        gap: 70px;
        align-items: center;
        justify-content: center;
        text-align: center;
        box-shadow: 11px 5px 119px #000000;
    }

    .cont5 i{
        width: 5px;
        height: 5px;
        border-radius: 50%;
        font-size: 20px;
        background: rgb(66, 164, 66);
        text-align: center;
        align-items: center;
        justify-content: center;
        display: flex;
        padding: 20px;
        color: rgb(255, 255, 255);
        text-shadow: 11px 5px 9px #000000;
        box-shadow: 11px 5px 9px #000000;
    }

    .cont6{
        width: 100%;
        height: 90vh;
        text-align: center;
    }

    .cont6 h1{
        font-size: 20px;
        margin-top: -20px;
    }

    .cnt6-icons{
        width: 100%;
        height: 40%;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .cnt6-icn{
        color: rgb(75, 75, 75);
        text-shadow: 5px 5px 20px #000000;
    }

    .cnt6-icn h1{
        margin-top: 15px;
        font-size: 13px;
    }

    .cnt6-icn p{
        font-size: 7px;
    }

    .cont7{
        width: 100%;
        height: 40vh;
        background: rgb(224, 244, 195);
        text-align: center;
        box-shadow: 11px 5px 119px #000000;
    }

    .cnt7-txt h1{
        padding-top: 30px;
        font-size: 18px;
        text-shadow: 5px 5px 9px #000000;
    }

    .cnt7-boxes{
        width: 100%;
        height: 70%;
        display: flex;
        gap: 50px;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .cnt7-box{
        width: 35%;
        height: 15vh;
        background: #e7e7e7;
        box-shadow: 11px 5px 119px #000000;
        margin-top: 30px;
        border-radius: 5px;
        text-align: center;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .cnt7-box img{
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #000000;
        object-fit: cover;
        position: absolute;
        top: -25px;
        left: 30%;
        box-shadow: 11px 5px 119px #000000;
        object-position: top;
    }

    .cnt7-box p{
        margin-top: 35px;
        font-size: 5px;
        text-shadow: 5px 5px 9px #000000;
    }

    .cnt7-box h1{
        font-size: 9px;
        text-shadow: 5px 5px 9px #000000;
    }

    .cont8{
        width: 100%;
        height: 50vh;
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

    .cont8 img{
        width: 30%;
        height: 30%;
        object-fit: cover;
        border-radius: 5px;
        margin-bottom: 10px;
    }

    .cont9{
        width: 100%;
        height: 45vh;
        text-align: center;
        justify-content: center;
        align-items: center;
        margin-top: -20px;
    }

    .cont9 h1{
        margin-top: 0px;
        font-size: 15px;
        text-shadow: 5px 5px 9px #000000;
    }

    .cnt9-content{
        width: 100%;
        height: 70%;
        display: flex;
        flex-wrap: wrap;
        gap: 50px;
        margin-top: 15px;
    }

    .cnt9-box1{
        width: 30%;
        height: 100%;
        margin-left: 25px;
    }

    .cnt9-box1 img{
        width: 100px;
        height: 100px;
        border-radius: 50%;
        object-fit: cover;
        margin-top: 20px;
        box-shadow: 11px 5px 119px #000000;
        margin-left: -15%;
        margin-bottom: 0px;
    }

    .cnt9-box1 p{
        max-width: 400px;
        text-align: start;
        font-size: 5.5px;
        margin-left: 5%;
        text-shadow: 5px 5px 9px #000000;
    }

    .cnt9-box2{
        width: 43%;
        height: 100%;
        margin-right: 20px;
        margin-top: 30px;
    }

    .cnt9-box2 h1{
        font-size: 8px;
        margin-left: 10px;
    }

    .cnt9-box2 p{
        text-align: start;
        margin-left: 25px;
        line-height: 20px;
        font-size: 6px;
    }

    .cnt9-box2-inp{
        display: flex;
        margin-left: 50px;
    }

    .cnt9-box2-inp input{
        width: 90%;
        height: 10px;
        font-size: 7px;
        padding-left: 20px;
        border-radius: 2px;
        margin-left: -25px;
        background: #e7e7e7;
        border: 0;
        gap: 0;
    }

    .cnt9-box2-inp button{
        width: 50px;
        height: 12px;
        font-size: 7px;
        color: #fff;
        background: rgb(78, 243, 78);
        text-shadow: 1px 20px 19px #000000;
        cursor: pointer;
        border: 0;
        gap: 0;
    }

    .footer{
        width: 100%;
        height: 40px;
        background: #3d3d3d;
        display: flex;
        text-align: center;
        text-shadow: 1px 20px 19px #000000;
        align-items: center;
        justify-content: center;
        color: #fff;
    }

    .footer p{
        font-size: 6px;
    }
}

@media(max-width: 321px){
    header{
        width: 100%;
        height: 20px;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .menu{
        font-size: 13px;
        cursor: pointer;
    }

    .cont1{
        width: 100%;
        height: 55vh;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        background-image: url('https://www.thesouthafrican.com/wp-content/uploads/2024/07/44f8e5bf-60e9-4e6b-9090-f002402744e7.webp');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .text-cont1{
        color: rgb(255, 255, 255);
        text-shadow: 11px 5px 9px #000000;
    }

    .text-cont1 h1{
        font-size: 20px;
    }

    .text-cont1 h2{
        font-size: 12px;
        margin-top: -10px;
    }

    .text-cont1 button{
        width: 70px;
        height: 20px;
        background: rgb(123, 123, 123);
        text-shadow: 11px 5px 9px #000000;
        color: aliceblue;
        border: 0;
        font-size: 7px;
        border-radius: 25px;
        cursor: pointer;
    }


     .cont2{
        width: 100%;
        height: 29vh;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .cont2 h1{
        font-size: 12px;
        text-shadow: 11px 5px 9px #000000;
    }

    .klor-div{
        width: 100%;
        height: 40%;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 20px;
    }

    .salad img{
        width: 70px;
        height: 70px;
        border-radius: 50%;
        object-fit: cover;
    }

    .salad h1{
        font-size: 15px;
        text-shadow: 11px 5px 9px #000000;
    }


    .cont3{
        width: 100%;
        height: 37vh;
        background: rgb(224, 244, 195);
        display: flex;
        gap: 50px;
    }

    .cont-3-box1{
        width: 50%;
        height: 100%;
        margin-left: 0;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .cont-3-box1 h1{
        margin-top: 10px;
        font-size: 15px;
        text-shadow: 7px 3px 20px #000000;
    }

    .cont-3-box1 p{
        max-width: 200px;
        margin-left: 0px;
        margin-top: -10px;
        font-size: 5.2px;
        text-align: center;
        line-height: 1.1;
        overflow-wrap: anywhere;
        word-spacing: 4px;
        padding: 10px;
        text-shadow: 11px 5px 13px #000000;

    }

    .cont-3-box1 button{
        width: 50px;
        height: 15px;
        background: rgb(92, 92, 92);
        text-shadow: 11px 5px 9px #000000;
        color: aliceblue;
        margin-top: 0px;
        border: 0;
        font-size: 6px;
        border-radius: 25px;
        cursor: pointer;
    }

    .cont3-img img{
        width: 120px;
        height: 120px;
        border-radius: 50%;
        margin-top: 40%;
        object-fit: cover;
        margin-left: -20%;
    }

    .cont4{
        width: 100%;
        height: 35vh;
        display: flex;
        gap: 50px;
    }

    .cont-4-box1{
        width: 50%;
        height: 100%;
        margin-left: -5%;
        text-align: center;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

    .cont-4-box1 h1{
        margin-top: 20px;
        font-size: 15px;
        text-shadow: 7px 3px 20px #000000;
    }

    .cont-4-box1 p{
        max-width: 200px;
        margin-left: 0px;
        margin-top: -10px;
        font-size: 5.2px;
        text-align: center;
        line-height: 1.1;
        overflow-wrap: anywhere;
        word-spacing: 4px;
        padding: 5px;
        text-shadow: 11px 5px 13px #000000;

    }

    .cont-4-box1 button{
        width: 50px;
        height: 18px;
        background: rgb(92, 92, 92);
        text-shadow: 11px 5px 9px #000000;
        color: aliceblue;
        margin-top: -20px;
        border: 0;
        font-size: 6px;
        border-radius: 25px;
        cursor: pointer;
    }

    .cont4-img img{
        width: 120px;
        height: 120px;
        border-radius: 50%;
        margin-top: 40%;
        object-fit: cover;
        margin-left: 15%;
    }


    .cont5{
        width: 100%;
        height: 20vh;
        background-image: url('https://wallpapercave.com/wp/wp6866008.jpg');
        background-size: cover;
        background-position: center;
        margin-top: 50px;
        margin-bottom: 50px;
        display: flex;
        justify-content: space-around;
        gap: 50px;
        align-items: center;
        justify-content: center;
        text-align: center;
        box-shadow: 11px 5px 119px #000000;
    }

    .cont5 i{
        width: 3px;
        height: 3px;
        border-radius: 50%;
        font-size: 20px;
        background: rgb(66, 164, 66);
        text-align: center;
        align-items: center;
        justify-content: center;
        display: flex;
        padding: 18px;
        color: rgb(255, 255, 255);
        text-shadow: 11px 5px 9px #000000;
        box-shadow: 11px 5px 9px #000000;
    }

    .cont6{
        width: 100%;
        height: 90vh;
        text-align: center;
    }

    .cont6 h1{
        font-size: 15px;
        margin-top: -20px;
    }

    .cnt6-icons{
        width: 100%;
        height: 40%;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .cnt6-icn{
        color: rgb(75, 75, 75);
        text-shadow: 5px 5px 20px #000000;
    }

    .cnt6-icn h1{
        margin-top: 15px;
        font-size: 11px;
    }

    .cnt6-icn p{
        font-size: 6px;
    }

    .cont7{
        width: 100%;
        height: 40vh;
        background: rgb(224, 244, 195);
        text-align: center;
        box-shadow: 11px 5px 119px #000000;
    }

    .cnt7-txt h1{
        padding-top: 20px;
        font-size: 15px;
        text-shadow: 5px 5px 9px #000000;
    }

    .cnt7-boxes{
        width: 100%;
        height: 70%;
        display: flex;
        gap: 50px;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .cnt7-box{
        width: 35%;
        height: 15vh;
        background: #e7e7e7;
        box-shadow: 11px 5px 119px #000000;
        margin-top: 15px;
        border-radius: 5px;
        text-align: center;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .cnt7-box img{
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #000000;
        object-fit: cover;
        position: absolute;
        top: -20px;
        left: 30%;
        box-shadow: 11px 5px 119px #000000;
        object-position: top;
    }

    .cnt7-box p{
        margin-top: 35px;
        font-size: 4.7px;
        text-shadow: 5px 5px 9px #000000;
    }

    .cnt7-box h1{
        font-size: 7px;
        text-shadow: 5px 5px 9px #000000;
    }

    .cont8{
        width: 100%;
        height: 50vh;
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

    .cont8 img{
        width: 30%;
        height: 30%;
        object-fit: cover;
        border-radius: 5px;
        margin-bottom: 10px;
    }

    .cont9{
        width: 100%;
        height: 45vh;
        text-align: center;
        justify-content: center;
        align-items: center;
        margin-top: -20px;
    }

    .cont9 h1{
        margin-top: -20px;
        font-size: 13px;
        text-shadow: 5px 5px 9px #000000;
    }

    .cnt9-content{
        width: 100%;
        height: 70%;
        display: flex;
        flex-wrap: wrap;
        gap: 50px;
        margin-top: 15px;
    }

    .cnt9-box1{
        width: 30%;
        height: 100%;
        margin-left: 25px;
    }

    .cnt9-box1 img{
        width: 100px;
        height: 100px;
        border-radius: 50%;
        object-fit: cover;
        margin-top: 20px;
        box-shadow: 11px 5px 119px #000000;
        margin-left: -15%;
        margin-bottom: 0px;
    }

    .cnt9-box1 p{
        max-width: 400px;
        text-align: start;
        font-size: 5.5px;
        margin-left: 5%;
        text-shadow: 5px 5px 9px #000000;
    }

    .cnt9-box2{
        width: 35%;
        height: 100%;
        margin-right: 20px;
        margin-top: 50px;
    }

    .cnt9-box2 h1{
        font-size: 6.7px;
        margin-left: 5px;
    }

    .cnt9-box2 p{
        text-align: start;
        margin-left: 5.5px;
        line-height: 20px;
        font-size: 6px;
    }

    .cnt9-box2-inp{
        display: flex;
        margin-left: 50px;
    }

    .cnt9-box2-inp input{
        width: 95%;
        height: 10px;
        font-size: 6px;
        padding-left: 20px;
        border-radius: 2px;
        margin-left: -45px;
        background: #e7e7e7;
        border: 0;
        gap: 0;
    }

    .cnt9-box2-inp button{
        width: 40px;
        height: 12px;
        font-size: 7px;
        color: #fff;
        background: rgb(78, 243, 78);
        text-shadow: 1px 20px 19px #000000;
        cursor: pointer;
        border: 0;
        gap: 0;
        margin-left: -3px;
    }

    .footer{
        width: 100%;
        height: 40px;
        background: #3d3d3d;
        display: flex;
        text-align: center;
        text-shadow: 1px 20px 19px #000000;
        align-items: center;
        justify-content: center;
        color: #fff;
    }

    .footer p{
        font-size: 5px;
    }
}