/* .MAINBODY{
    height: 100%;
} */
.IMG1 {
    width: 200px;
    height: auto;
    padding-left: 15px;
}

.div1 {
    display: flex;
    gap: 40px;
    font-size: 18px;
}

/* <--================ Header Area =================--> */

.mainbanner {
    width: 100%;
    padding: 200px 20px;
    display: flex;
    justify-content: center;
}

.submain {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.innerbanner {
    flex: 1 1 300px;
}

.imgbanner img {
    width: 100%;
    max-width: 300px;
    height: auto;
}

.texth3 {
    font-size: 50px;
    font-weight: 700;
}

.texth1 {
    font-size: 100px;
    font-weight: 800;
}

.texth5 {
    font-size: 50px;
    font-weight: 600;
}

@media (max-width: 768px) {
    .texth1 {
        font-size: 36px;
    }

    .texth3,
    .texth5 {
        font-size: 18px;
    }

    .div1 {
        gap: 20px;
        font-size: 16px;
    }

    .IMG1 {
        width: 150px;
        padding-left: 10px;
    }
}

@media (max-width: 480px) {
    .texth1 {
        font-size: 28px;
    }

    .texth3,
    .texth5 {
        font-size: 16px;
    }

    .imgbanner img {
        max-width: 220px;
    }
}

.BUTTON1 {
    width: 200px;
}

/* <--================ End Home Banner Area =================--> */

.mainbanner2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 100PX;
}

.submain2 {
    display: flex;
    gap: 250px;
    flex-wrap: wrap;
    justify-content: center;
}

.img2 {
    width: 100%;
    max-width: 350px;
    height: auto;
    border-radius: 10px;
}

.textc1 {
    font-size: 40px;
    font-weight: 800;
}

.innerbanner2 p {
    max-width: 500px;
    margin: 10px auto;
    font-size: 16px;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .textc1 {
        font-size: 32px;
    }

    .submain2 {
        flex-direction: column;
        gap: 30px;
    }

    .innerbanner2 p {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .textc1 {
        font-size: 26px;
    }

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

/* <--================ End About Us Area =================--> */

.mainbanner3 {
    height: 100vh;
    padding-top: 100PX;
}
.submain3 {
    text-align: center;
}
.img3{
    height: 250px;
}
.card3{
    display: flex;
    justify-content: space-around;
}
.innerbanner3{
    padding: 50px;
}

.textc2 {
    font-size: 50px;
    font-weight: 800;
    text-align: center;
}
  /* <--================ end Brand Area =================--> */
.mainbanner4{
    height: 100vh;
}

.card6{display: flex;
    justify-content: space-around;
    font-size: 30px;  
}
.innerbanner4{
    padding: 50px;
}

 /* <!--================End Portfolio Area =================--> */

 .row{
    display: flex;
    justify-content: center;
    gap: 50px;
 }
 .col1{
    height: 400px;
    width: 400px;
 }
  .col2{
    
    height: 400px;
    width: 400px;
 }
  .col3{
    /* padding: 20px; */
    height: 400px;
    width: 400px;
 }
 .button2{
    padding-top: 30px;
 }
 /* <!--================end contact Area =================--> */


 .mainbanner5{
    height: 100vh;
    padding-top: 100px;
 }
 .subbanner5{
    display: flex;
    justify-content: center;
 }
 .submail{
    padding-top: 100px;
    background-color: rgb(131, 143, 224);
    width: 1000px;
    height: 400px;
     text-align: center;

 }
 .form1{
     display: flex;
    justify-content: center;
 }
 .textc4{
padding-bottom: 30px;
 }
 /* <!--================ End Newsletter Area =================--> */
.footer1{
    height: 300PX;
    display: flex;
    justify-content: center;
    background-color: rgb(233, 233, 233);
}
.IMGFOOT{
    display: flex;
    justify-content: center;
    gap: 30PX;
}
.img7{
    height: auto;
    width: 30px;
}
.textc7{
    text-align: center;
    padding: 60px 50px 30px 50px;
}
.textc8{
    text-align: center;
    padding-top: 30px;
}


/* /--hover--/ */
.hovermain:hover{
    transform: scale(1.08);
    background-color: rgb(199, 199, 199);
}
.hovermain{
    transition: 1s;
}
/* /--hover--/ */
.hoversub:hover{
    transform: scale(1);
    background-color: rgb(199, 199, 199);
}
.hovermain{
    transition: 0.5s;
}


