@media(max-width: 1200px){
    .overlay--img .abt_img2 {
        width: 397px;
        height: 52px;
    }

    .home__statistic .overlay--img .abt_img1 {
        width: 195px;
        height: 128px;
    }

    .home__statistic .overlay--img .abt_img2{
        top: 80px;
    }

    .home__statistic .overlay--img .abt_img4 {
        width: 320px;
        height: 145px;
    }

    .home__statistic .overlay--img .abt_img3 {
        width: 80px;
        height: 185px;
    }

    .home__about--reverse .overlay--img .abt_img2{
        width: 199px;
        height: 165px;
    }

    .home__about--reverse .overlay--img .abt_img3 {
        width: 246px;
        height: 115px;
        left: 0;
        bottom: 10px;
    }

    .home__newsletter .overlay--img .abt_img1 {
        width: 230px;
        height: 125px;
    }

    .home__newsletter .overlay--img .abt_img2 {
        width: 320px;
        height: 233px;
    }

}

@media(max-width: 1080px){
    h1 {
        font-size: 106px;
        line-height: 118px;
    }

    h2 {
        font-size: 58px;
        line-height: 68px;
    }

    .overlay--img .special_img1 {
        width: 250px;
        height: 183px;
    }

    .overlay--img .special_img2 {
        width: 269px;
        height: 116px;
    }
}

@media(max-width: 991px){
    .banner:after{
        display: none;
    }

    h1 {
        font-size: 88px;
        line-height: 100px;
    }

    h2 {
        font-size: 54px;
        line-height: 64px;
    }

    h3 {
        font-size: 52px;
        line-height: 62px;
    }

    .home__about--LHS {
        width: 35%;
    }

    .home__about--RHS {
        width: 55%;
    }

    .overlay--img .abt_img1 {
        width: 250px;
        height: 80px;
        top: -15px;
    }

    .overlay--img .abt_img2 {
        width: 297px;
        height: 40px;
        top: 10px;
    }

    .overlay--img .abt_img4 {
        width: 243px;
        height: 94px;
    }

    .overlay--img .abt_img3 {
        bottom: 30px;
        left: 30px;
        width: 64px;
        height: 150px;
    }

    .home__about {
        padding: 120px 0 120px;
        position: relative;
    }

    .overlay--img .special_img1 {
        width: 170px;
        height: 145px;
        top: 60px;
    }

    .overlay--img .special_img2 {
        width: 194px;
        height: 83px;
        top: 60px;
    }

    .home__specialmenu {
        padding: 145px 0 50px;
    }

    .card__box {
        width: 225px;
    }

    .card__inner--box{
        max-width: 300px;
    }

    .home__about--reverse .overlay--img .abt_img2 {
        width: 150px;
        height: 120px;
        top: 0;
    }

    .home__newsletter .overlay--img .abt_img1 {
        width: 180px;
        height: 97px;
    }

    .home__newsletter .overlay--img .abt_img2 {
        width: 204px;
        height: 131px;
    }

    .home__newsletter {
        padding: 80px 0 150px;
    }

    .footer__left {
        width: 320px;
        padding-right: 30px;
    }

    .footer__right {
        width: calc(100% - 300px);
    }

}

@media(max-width: 780px){
    .logo img {
        width: 95px;
    }

    .desktop__menu li {
        margin-right: 30px;
    }

    .desktop__menu li a {
        font-size: 15px;
    }

    h1 {
        font-size: 78px;
        line-height: 90px;
    }

    .overlay--img{
        display: none;
    }

    .home__about, .home__specialmenu, .footer__top, .testimonial{
        padding: 80px 0 60px;
    }

    .home__statistic, .home__newsletter {
        padding: 80px 0 80px;
    }

    .home__about .flex__container{
        flex-flow: column;
        gap: 20px 0;
    }

    .home__about--LHS {
        width: 50%;
    }

    .home__about--RHS {
        width: 100%;
    }

    .home__specialmenu .specialmenu--RHS{
        flex-flow: column;
    }

    .card {
        width: 100%;
        max-width: 600px;
    }

    .heading, .home__statistic .heading {
        margin-bottom: 40px;
    }

    .card:nth-child(3n) p {
        margin: 0;
    }

    .home__about--RHS {
        flex-flow: column;
        gap: 40px 0;
    }

    .home__about--reverse .about__blue--bg{
        flex-flow: column-reverse;
    }

    .testimonial__content p {
        font-size: 22px;
        line-height: 28px;
    }

    .footer__inner {
        flex-flow: column;
        gap: 40px 0;
    }

    .footer__left {
        width: 100%;
        padding-right: 0;
    }

    .footer__right {
        width: 100%;
    }

    .footer__right h5 {
        margin-bottom: 15px;
    }


    

}

@media(max-width: 620px){
    .logo img {
        width: 80px;
    }

    .desktop__menu{
        display: none;
    }
    
    .menu__icon {
        display: block;
    }

    h1 {
        font-size: 56px;
        line-height: 62px;
    }

    p {
        font-size: 18px;
    }

    .banner__inner .btn{
        margin: 0 0 15px;
    }

}

@media(max-width: 480px){
    .banner img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .banner__inner{
        padding: 20px;
    }

    .container__full{
        padding: 0 20px;
    }

    h1 {
        font-size: 36px;
        line-height: 40px;
    }

    h2{
        font-size: 28px;
        line-height: 34px;
    }

    h3 {
        font-size: 30px;
        line-height: 35px;
    }

    h5 {
        font-size: 21px;
        line-height: 25px;
    }

    p, .testimonial__content p {
        font-size: 16px;
        line-height: 1.4;
    }

    .banner__inner .btn, .home__about--RHS .btn {
        margin: 0;
        padding: 11px 18px 9px;
        font-size: 14px;
    }

    .banner img:before{
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 1;
    }

    .home__about, .home__newsletter, .testimonial {
        padding: 60px 0 60px;
    }

    .home__specialmenu, .footer__top{
        padding: 60px 0 40px;
    }

    .home__about--LHS {
        width: 100%;
        max-width: 260px;
    }

    .card__box {
        width: 260px;
    }

    .card__one--content {
        padding: 20px 15px;
    }

    .card__inner--box{
        box-shadow: none;
    }

    .home__statistic{
        padding: 60px 0 60px;
    }

    .testimonial__img img{
        width: 130px;
    }

    .testimonial__content h5{
        margin: 0;
    }

    .newsletter__form input {
        height: 42px;
        padding: 10px 130px 9px 20px;
        font-size: 15px;
    }

    .newsletter__form .btn__fill {
        padding: 10px 18px 10px;
        font-size: 13px;
        height: 42px;
    }

    .home__newsletter .heading {
        margin: 0 auto 30px;
    }
    
    .footer__logo img {
        width: 90px;
    }

    .footer__left p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .footer__right {
        width: 100%;
        flex-wrap: wrap;
        gap: 20px 0;
    }

    .footer__right ul {
        width: 50%;
    }

    .footer__right a {
        padding-bottom: 5px;
        font-size: 14px;
    }

    .footer__bottom p {
        font-size: 12px;
    }

    .social__icon {
        max-width: 210px;
    }

    .social__icon a {
        width: 32px;
        height: 32px;
    }

    

}