*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /* border: 1px solid red; */
    font-family: gentonamedium;
}
.main-container{
    width: 100%;
    height: auto;
}
.navbar{
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
    position: fixed;
    z-index: 100;

}
.navleft img:hover{
    cursor: pointer;
}
.navleft{
    width: 50%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navleft ul a{
    color: white;
    text-decoration: none;
    
}
.navleft ul a:hover{
    color: rebeccapurple;
}
.navleft ul{
    width: 60%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    list-style: none;
}
.navleft img{
    width: 50px;
}
.navright{
    width: 50%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: start;
}
.navright ul{
    width: 80%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: end;
    list-style: none;
}
.navright ul :first-child:hover{
    background-color: white;
    color: black;
    cursor: pointer;
    border: none;
}
.navright ul :nth-child(2):hover button{
    cursor: pointer;
    color: white;
    background-color: #2B2B2B;
}
.navright ul li button{
    width: 150px;
    height: 40px;

}
.navright i:hover{
    cursor: pointer;
}
.navright i{
    font-size: 30px;
    color: white;
    text-align: center;
}
.navright ul :first-child button{
    background-color: #2B2B2B;
    color: white;
    border: 1px solid black;
}
.navright ul :last-child button{
    border: 1px solid white;
}
.navright ul li{
    width: 25%;
    height: auto;
    display: flex;
    justify-content: space-evenly;
}

/* navbar end */

.container-1{
    width: 100%;
    height:auto;

}
.container-1-bg{
    width: 100%;
    height: 350px;
    background-image: url(./hero-banner.webp);
    transform: skewY(-2deg);
    background-position: center;
    background-size: cover;
}
.container-1-bg-text{
    width: 50%;
    height: 250px;
    display: flex;
    align-items: end;
    justify-content: center;
    transform: skewY(2deg);
    
}
.container-1-bg-text h1{
    color: white;
    width: 40%;
    text-align: center;
    font-size: 40px;
}
.container-1-bg-footer{
    width: 100%;
    height: auto;
    transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    bottom: 80px;
}
.container-1-bg-box{
    width: 70%;
    height: auto;
}
.container-1-box1{
    width: 30%;
    height: 40px;
    background-color: white;
}
.container-1-box1 ul{
    width: 80%;
    height: 40px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.container-1-box1 ul :first-child{
    height: 38px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    border-bottom: 2px solid black;
}
.container-1-box2{
    width: 100%;
    height: auto;
    background-color: #e8eff7;
    display: flex;
    align-items: center;
}
.container-1-box2 ul{
    width: 100%;
   
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.container-1-box2 ul li{
    width: 30%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border: 1px solid black;
}
.container-1-box2 ul li input{
    height: 50px;
    background: transparent;
    border: none;
    outline: none;
    width: 70%;
    
}
.container-1-box2 ul li :first-child{
    color: red;
    margin-right:20px ;
    font-size: 10px;
}
.container-1-box2 button{
    width: 30%;
    height: 50px;
    background-color: black;
    color: white;
    font-weight: 800;
    box-shadow: -2px 2px rgb(236, 77, 77);
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.container-1-box2 button h4{
    width: 80%;
}
.container-1-box2 button span{
    color: rgb(43, 196, 43);
}

/* container 1 end */


.container-2{
    width: 100%;
    height: auto;
    display: flex;
    align-items: start;
    justify-content: center;
    
}
.container-2 img{
    width: 70%;
    position: relative;
    bottom: 50px;
    
    

}


/* container 2 end */

.container-3{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
}
.container-3-heading{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-block: 20px;
}
.container-3-heading h1{
    font-size: 50px;
    width: 50%;
    text-align: center;
    text-shadow: 2px 2px 0px rgb(204, 190, 165);

}
.container-3-boxes{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding-block: 100px; */
}
.container-3-flexbox{
    width: 70%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.con-3-box{
    width: 30%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
}
.con-3-box img{
    width: 40%;
}
.con-3-box h1{
    font-size: 40px;
}

.con-3-box p{
    text-align: center;
    opacity: 0.8;
}
.container-2-img-2{
    display: none;
}
/* container 3 end */

.container-4{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-block: 100px;
    
    
}
.con-4-boxes{
    width: 80%;
    height: auto;
    display: flex;
    justify-content: space-between;
   
}
.con-4-heading{
    width: 80%;
   height: auto;
   margin-bottom: 20px;
}
.con-4-heading h1{
    font-size: 48px;
    font-weight: 600;
    text-shadow: 2px 2px 0px rgb(204, 190, 165);

}
.con-4-box{
    width: 30%;
    height: auto;
    
}
.con-4-box-img{
    width: 100%;
    height: auto;

    

}
.con-4-box-img img{
    width: 100%;
    height: auto;
    
    
    
}
.con-4-box-text{
    width: 100%;
    height: auto;
}
.con-4-box-text p{
    font-size: 22px;
    /* margin-top: 10px; */
    color: #473f3f;
}
.con-4-box-text p em{
     color: black;
     opacity: 1;
     font-style: normal;
}
.con-4-box-text h2{
    margin-block: 10px;
}

/* container 4 end */

.container-5{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    padding-bottom: 100px;
}
.con-5-img{
    width: 45%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: end;
}
.con-5-img img{
    height: auto;
    width: 65%;
} 
.con-5-text{
    width: 50%;
    height: auto;
    display: flex;
    align-self: center;
    justify-content: center;
    flex-direction: column;
}
.con-5-text h1{
    width: 70%;
    font-size: 44px;
    margin-bottom: 20px;
    text-shadow: 2px 2px 0px rgb(204, 190, 165);


}
.con-5-box{
    width: 70%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding-left: 20px;
    margin-block: 10px;
    border-left: 3px solid #a08d8d ;
}
.con-5-box h2{
    margin-bottom: 10px;
    font-weight: 600;
}
.con-5-box p{
    font-size: 20px;
    font-weight: 500;
    color: #464343;
}
.con-5-heading{
    display: none;
}

/* container 5 end */

.container-6{
    width: 100%;
    height: auto;
    background-color: #F1F6E9;
    transform: skewY(-2deg);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-block: 120px;
}
.con-6-heading{
    width: 70%;
    height: auto;
    transform: skewY(2deg);


}
.con-6-heading h1{
    width: 35%;
    font-size: 40px;
    text-shadow: 2px 2px 0px rgb(204, 190, 165);
}
.con-6-flexbox{
    width: 70%;
    height: auto;
    transform: skewY(2deg);
    display: flex;
    justify-content: space-between;
    margin-block: 50px;
}
.con-6-img{
    width: 50%;
    height: auto;
    
}
.con-6-img img{
    width: 100%;
    height: auto;
}
.con-6-text{
    width: 45%;
    height: auto;
}
.con-6-text-heading{
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    
}

.con-6-text-heading :first-child{
    font-size: 22px;
    width: 100px;
    height: 30px;
    
}
.con-6-text-heading :nth-child(2){
    background-color: #DAEED9;
    width: 35%;
    height: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 13px;
    justify-content: center;
    color: rgb(228, 3, 3);
    
}
.con-6-text h2{
    width: 50%;
    height: auto;
    margin-block: 10px;

    }
    .con-6-minibox{
        width: 80%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .con-6-box{
        width: 30%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .con-6-box img{
        width: 50%;
    }
    .con-6-flexbox2{
        width: 70%;
        height: auto;
        transform:  skewY(2deg);
        display: flex;
        /* align-items: start; */
        justify-content: space-between;
    }
    .con-6-footerbox-1{
        width: 35%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;

    }
    .con-6-footerbox{
        width: auto;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .con-6-footerbox-1-heading{
        width: 100%;
        height: 100px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .con-6-footerbox-1-heading p{
        font-size: 22px;
        width: 100%;
    }
    .con-6-footerbox-1-heading h2{
        width: 80%;
        height: auto;
    }
    .con-6-footerbox-1 a{
        width: 100%;
        height: 50px;
        text-decoration: none;
        font-size: 18px;
        display: flex;
        align-items: center;
        color: rgb(247, 6, 54);
        background: transparent;
        border: none;
    }
    .con-6-footerbox-1 a i{
        margin-left: 10px;
        font-size: 15px;
    }
    .con-6-footerbox img{
        width: 100%;
        height: auto;
        
    }
    .con-6-footerbox img:hover{
        cursor: pointer;
    }
    .con-6-right-section{
        width: 60%;
        display: flex;
        height: auto;
        justify-content: space-between;
    }

    /* container 6 end */

    .container-7{
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-block: 120px;

    }
    .con-7-flexbox1{
        width: 70%;
        height: auto;
        display: flex;
        
    }
    .con-7-left{
        width: 50%;
        height: 150px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;

    }
    .con-7-left h1{
        font-size: 38px;
        text-shadow: 2px 2px 0px rgb(204, 190, 165);
    }
    
    .con-7-left p{
        font-size: 19px;
        font-weight: 600;
        color: #464343 ;
        
    }
    .con-7-right{
        width: 45%;
        height: auto;
        display: flex;
        align-items: end;
        justify-content: space-between;
    }
    .left-side{
        width: 30%;
    }
    .right-side{
        width: 40%;
    }
    .left-side p{
        font-size: 18px;
        font-weight: 600;
        color: #464343;
    }
    .right-side p{
        font-size: 18px;
        font-weight: 600;
        color: #464343;

    }
    .con-7-flexbox2{
        width: 70%;
        height: auto;
        display: grid;
        grid-template-columns: auto auto;
        grid-template-rows: auto auto;
        gap: 20px;
        margin-top: 30px;
    }
    .con-7-flexbox2 :first-child{
        background-image: url('./womens.png');
        background-position: center;
        background-size: cover;
        grid-column: 1/2;
        grid-row: 1/2;
        height: 250px;
        width: 100%;
    }
    .con-7-flexbox2 :nth-child(2){
        grid-column: 2/3;
        grid-row: 1/3;
        height: 520px;
        width: 100%;
        background-image: url('./mother-son.png');
        background-position: center;
        background-size: cover;
    }
    .con-7-flexbox2 :last-child{
        grid-column: 1/2;
        grid-row: 2/3;
        background-image: url('./donating.png');
        background-position: center;
        background-size: cover;
        height: 250px;
        width: 100%;

    }
    .grid-box img{
        width: 100%;
        height: auto;
    }
    .con-7-btn{
        width: 70%;
        height: auto;
        margin-top: 10px;
       
    }
    .con-7-btn a{
        width: 30%;
        display: flex;
        text-decoration: none;
        align-items: center;
        height: 40px;
        font-size: 18px;
        color: red;
        background: transparent;
        border: none;


    }
    .con-7-btn i{
        margin-left: 10px;
    }
    .con-7-hide{
        display: none;
    }

    /* container-7 end */

    .container-8{
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-block: 100px;
    }
    .con-8-head{
        width: 70%;
        height: auto;
        margin-bottom: 30px;
    }
    .con-8-head h1{
        font-size: 40px;
        width: 30%;
        text-shadow: 2px 2px 0px rgb(204, 190, 165);

        
    }
    .con-8-flexbox{
        width: 70%;
        height: auto;
        display: flex;
    }
    .con-8-left{
        width: 30%;
        height: 200px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .con-8-text{
        width: 100%;
        height: auto;
        
    }
    .con-8-text p{
        font-size: 24px;
    }
    .con-8-text h2{
        margin-top: 10px;
    }
    .con-8-btn{
        width: 100%;
        height: 50px;
    }
    .con-8-btn a{
        width: 100%;
        height: 50px;
        font-size: 18px;
        text-decoration: none;
        display: flex;
        align-items: center;
        color: red;
        background: transparent;
        border: none;
    }
    .con-8-btn a i{
        margin-left: 10px;
    }
    .con-8-right{
        width: 70%;
        height: auto;
        display: flex;
        align-items: end;
        justify-content: space-evenly;

    }
    .con-8-box{
        width: 25%;
        height: auto;
    }

    /* container 8 end */

    .container-9{
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #F2F4F0;
        transform: skewY(-2deg);
        padding-block: 100px;
    }
    .con-9-head{
        width: 70%;
        height: auto;
        transform: skewY(2deg);
    }
    .con-9-head h1{
        font-size: 40px;
        text-shadow: 2px 2px 0px rgb(204, 190, 165);
    }
    .con-9-flexbox{
        width: 70%;
        height: auto;
        transform: skewY(2deg);
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-block: 50px;

    }
    .con-9-box{
        width: 30%;
        height: auto;
        display: flex;
        flex-direction: column;
    }
    .con-9-box h2{
        margin-block: 20px;
    }
    .con-9-box a{
        width: 100%;
        height: 25px;
        font-size: 16px;
        text-decoration: none;
        display: flex;
        align-items: center;
        color: red;
        background: transparent;
        border: none;
    }
    .con-9-box button i{
        margin-left: 10px;
    }

    /* container 9 end */

    .container-10{
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: skewY(-2deg);
        flex-direction: column;
        padding-block: 100px;
    }
    .con-10-head{
        width: 70%;
        height: auto;
        transform: skewY(2deg);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .con-10-head h1{
        width: 40%;
        font-size: 44px;
    }
    .con-10-flexbox{
        width: 70%;
        height: auto;
        transform: skewY(2deg);
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        padding-block: 50px;

    }
    .con-10-box{
        width: 35%;
        background-color: #EAEFE3;
        height: auto;
        padding-bottom: 30px;
        display: flex;
        flex-direction: column;
        border-radius: 10px;
    }
    .con-10-box img{
        width: 20%;
        border-radius: 20px;
        margin-left: 20px;
        margin-top: 30px;
    }
    .con-10-box h2{
        width: 90%;
        height: auto;
        display: flex;
        justify-content: space-between;
        margin-left: 20px;
        margin-top: 50px ;

    }
    .con-10-box h2 a{
        text-decoration: none;
        color: black;
    }
    .con-10-box p{
        width: 90%;
        font-size:18px;
        margin-left: 20px;
        margin-top: 10px;

    }
    .container-11{
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #F2F4F6;
        padding-block: 100px;
    }
    
    .con-11-flexbox{
        width: 60%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;

    }
    .con-11-left{
        width: 25%;
        height: 200px;
        flex-direction: column;
        display: flex;
        align-items: start;

    }
    .con-11-left img{
        width: 20%;

    }
    .con-11-left img:hover{
        cursor: pointer;
    }
    .con-11-icons{
        width: 50%;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .con-11-icons i{
        font-size: 28px;
    }
    .con-11-icons i:hover{
        color: blue;
    }
    .list1{
        width: 20%;
        height: 200px;
        display: flex;
        flex-direction: column;
    }
    .list1 ul{
        width: 100%;
        list-style: none;
        height: 200px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .list1 ul li:hover{
        cursor: pointer;
    }
    .list2 ul li:hover{
        cursor: pointer;
    }
    .list3 ul li:hover{
        cursor: pointer;
    }
    .list2{
        width: 20%;
        height: 200px;
        display: flex;
        flex-direction: column;
    }
    .list2 ul{
        width: 100%;
        list-style: none;
        height: 160px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .list3{
        width: 20%;
        height: 200px;
        display: flex;
        flex-direction: column;

    }
    .list3 ul{
        width: 100%;
        list-style: none;
        height: 130px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .con-11-footer{
        width: 100%;
        height: 70px;
        display: flex;
        align-items: center;
        background-color: #F2F4F6;
        border-top: 1px solid rgb(214, 200, 172);
    

    }
    .left{
        width: 50%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: end;
    }
    .left span{
        font-size: 15px;
    }
    .left span:hover{
        color: blue;
        cursor: pointer;
    }
    .right{
        width: 40%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }
    .right ul{
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        list-style: none;
    }
    .right ul li{
        font-size: 14px;
    }



   


    
















/* responsive */

@media (max-width:480px){

    .main-container {
        width: 100%;
        height: auto;
    }
        


    .navbar{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        position: relative;
        top: 0;
    }
    .navleft ul{
        display: none;
        
    }
    .navleft{
        width: 20%;
        
    }
    .navright ul{
        display: none;
    }
    .navright{
        width: 15%;
    }
    .navright i{
        display: flex;
    }

    .container-1{
        width: 100%;
        height: auto;
      
    }
    .container-1-bg{
        width: 100%;
        transform: none;
        height: auto;
    }
    .container-1-bg h1{
        display: none;
    }
    .container-1-bg-footer{
        transform: none;
        width: 100%;
        height: auto;
        position: static;

    }
    .container-1-box1{
        width: 100%;

    }
    .container-1-box1 ul{
        width: 100%;
    }
    .container-1-box1 ul li{
        width: 30%;
        align-items: center;
        display: flex;
        justify-content: center;
    }
    .container-1-bg-box{
        width: 100%;
        height: auto;
    }
    .container-1-box2{
        width: 100%;
        height: auto;

    }
    .container-1-box2 ul{
        width: 100%;
        height: 200px;
        flex-direction: column;
    }
    .container-1-box2 ul li{
        width: 90%;
        border-radius: 5px;
    }
    .container-1-box2 button{
        width: 90%;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
    }
    .container-2 img{
        display: none;
    }
    .container-2-img-2{
        display: inline;
        width: 100%;
        height: auto;
        display: flex;
        margin-block: 30px;
        align-items: center;
        justify-content: center;
    }
    .container-2-img-2 img{
        display: inline;
        width: 90%;
        border-radius: 10px;
        position: static;
    }
    .container-3{
        width: 100%;
        height: auto;
    }
    .container-3-heading{
        width: 100%;
        height: auto;
        
    }
    .container-3-heading h1{
        width: 100%;
        font-size: 20px;
        padding-block: 20px;
    }
    .container-3-boxes{
        width: 100%;
        height: auto;
    }
    .container-3-flexbox{
        width: 100%;
        height: auto;
        flex-direction: column;
    }
    .con-3-box h1{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 32px;
    }
    .con-3-box h2{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
    }
    .con-3-box p{
        font-size: 14px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .con-3-box{
        width: 60%;
        height: 300px;
        background-color: cadetblue;
        border-radius: 20px;
        margin-block: 10px;
        /* flex-direction: row; */
    }
    .container-4{
        width: 100%;
        height: auto;
        display: flex;
    }
    .con-4-heading{
        width: 100%;
        height: auto;

    }
    .con-4-heading h1{
        font-size: 30px;
    }
    .con-4-box{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        margin-block: 10px;
        border: 1px solid black;
    }

    .con-4-boxes{
        width: 100%;
        height: auto;
        flex-direction: column;
    }
    .con-4-box-img{
        width: 30%;
        height: auto;
        display: flex;
        
    }
    .con-4-box-img img{
        width: 100%;
    }
    .con-4-box-text{
        width: 100%;
        display: flex;
        height: auto;
        flex-direction: column;
    }
    .con-4-box-text h2{
        font-size: 20px;
    }
    .con-4-box-text p{
        font-size: 16px;
    }
    .container-5{
        width: 100%;
        height: auto;
        flex-direction: column;
    }
    .con-5-heading{
        display: inline;
        width: 100%;
        height: auto;
    }
    .con-5-heading h1{
        width: 100%;
        height: auto;
        padding-bottom: 30px;
        font-size: 26px;
        display: flex;
        align-items: center;
        justify-content: center;

    }
    .con-5-text h1{
        display: none;
    }
    .con-5-img{
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .con-5-img img{
        width: 90%;
    }
    .con-5-text{
        width: 100%;
        height: auto;

    }
    .con-5-box{
        width: 100%;
        height: auto;
        border: none;
    }
    .container-6{
        width: 100%;
        height: auto;
    }
    .con-6-heading{
        width: 100%;
        height: auto;
    }
    .con-6-heading h1{
        width: 100%;
        font-size: 28px;
        align-items: center;
        display: flex;
        justify-content: center;
    }
    .con-6-flexbox{
        width: 100%;
        height: auto;
        flex-direction: column;
    }
    .con-6-img{
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .con-6-img img{
        width: 90%;
        height: auto;

    }
  
    .con-6-text{
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-top: 30px;
    }
    .con-6-text-heading{
        width: 90%;
        height: auto;
    }
    .con-6-text-heading :nth-child(2){
        font-size: 10px;
    }
    .con-6-text-heading :first-child{
        font-size: 18px;
        display: flex;
        align-items: center;
    }
    .con-6-text h2{
        width: 90%;
    }
    .con-6-minibox{
        width: 90%;
    }
    .con-6-flexbox2{
        width: 100%;
        height: auto;
        align-items: center;
        flex-direction: column-reverse;
    }
    .con-6-footerbox{
        width: 40%;
        height: auto;
    }
    .con-6-right-section{
        width: 100%;
        display: flex;
        justify-content: space-between;
       
    }
    .con-6-footerbox{
        width: 33%;
        height: auto;
    }
    .con-6-footerbox-1{
        width: 100%;
        height: 100px;
        margin-top: 20px;
        
    }
    .con-6-footerbox-1 a{
        font-size: 18px;
        margin-top: 20px;

    }
    .container-7{
        width: 100%;
        height: auto;
    }
    .con-7-flexbox1{
        width: 95%;
        height: auto;
    }
    .con-7-left{
        width: 100%;
        height: auto;

    }
    .con-7-right {
        display: none;
    }
    .con-7-left h1{
        width: 100%;
        height: auto;
        font-size: 24px;
    }
    .con-7-left p{
        width: 100%;
        height: auto;
        font-size: 18px;
    }
    .con-7-flexbox2{
        width: 95%;
        height: auto;
        
    }
    .con-7-flexbox2 :first-child{
        grid-column: 1/2;
        grid-row: 1/2;
        height: auto;
        width: 100%;
        height: 200px;

    }
    .con-7-flexbox2 :nth-child(3){
        grid-column: 2/3;
        grid-row: 1/2;
        width: 100%;
        height: 200px;
    }
    .con-7-flexbox2 :nth-child(2){
        grid-column: 1/3;
        grid-row: 2/3;
        width: 100%;
        height: 300px;
    }
    .con-7-btn{
        width: 95%;
        height: auto;
    }
    .con-7-btn a{
        font-size: 16px;
        width: 100%;
    }
    .con-7-hide{
        display: inline;
        width: 95%;
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
    }
    .left-side{
        width: 40%;
    }
    .right-side{
        width: 43%;
    }
    .container-8{
        width: 100%;
        height: auto;
    }
    .con-8-head{
        width: 90%;
        padding-bottom: 20px;
        border-bottom: 2px solid #af9393;
        height: auto;
    }
    .con-8-head h1{
        width: 60%;
        font-size: 26px;
    }
    .con-8-flexbox{
        width: 90%;
        height: auto;
        flex-direction: column-reverse;
    }
    .con-8-right{
        width: 100%;
        height: auto;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .con-8-right img{
        width: 100%;
        height: auto;
    }
    .con-8-left{
        width: 90%;
        height: 150px;
        margin-top: 30px;
    }
    .con-8-text p{
        font-size: 18px;
    }
    .con-8-text h2{
        font-size: 20px;
    }
    .con-8-text{
        width: 100%;
        height: auto;
    }
    .con-8-btn{
        width: 100%;
        height: auto;
    }
    .con-8-btn button{
        font-size: 18px;
    }
    .container-9{
        width: 100%;
        height: auto;

    }
    .con-9-head{
        width: 90%;
        height: auto;
    }
    .con-9-head h1{
        font-size: 26px;
    }
    .con-9-flexbox{
        width: 90%;
        height: auto;
        flex-direction: column;
    }
    .con-9-box {
        width: 100%;
        margin-block: 20px;
        border: 1px solid black;
        border-radius: 10px;
    }
    .con-9-box img{
        border-radius: 10px 10px 0px 0px;
    }
    .con-9-box button{
        padding-bottom: 10px;
    }
    .container-10{
        width: 100%;
        height: auto;
    }
    .con-10-head{
        width: 100%;
        height: auto;

    }
    .con-10-head h1{
        width: 90%;
        font-size: 26px;
    }
    .con-10-flexbox{
        width: 100%;
        height: auto;
        flex-direction: column;
    }
    .con-10-box{
        width: 90%;
        height: auto;
        margin-block: 10px;
    }
    
 
    .container-11{
        width: 100%;
        height: auto;
    }
    .con-11-flexbox{
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        
    }
    .con-11-left{
        width: 20%;
        display: flex;
        align-items: center;
    }
    .con-11-left img{
        width: 60%;

    }
    .con-11-icons{
        width: 70%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        
    }
    .list1{
        width: 20%;
    }
    .list1 ul li{
        font-size: 12px;
    }
    .list2{
        width: 20%;
    }
    .list2 ul li{
        font-size: 12px;
    }
    .list3{
        width: 25%;
    }
    .list3 ul li{
        font-size: 12px;
    }
    .con-11-icons i{
        font-size: 18px;
        margin-block: 10px;
    }
    .con-11-footer{
        width: 100%;
        height: auto;
    }
    .left{
        width: 40%;
    }
    .left span{
        font-size: 10px;
    }
    .right {
        width: 70%;
        
    }
    .right ul li{
        font-size: 12px;
    }
 


  
    
 

    



}
















