@import url("https://fonts.googleapis.com/css?family=Rajdhani:500,700&display=swap");

*,
*:before,
*:after {
    box-sizing: border-box;
}



 



#textS {
    color: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-family: 'Oswald', tahoma;
    font-size: 40vw;
    text-align: center;
    white-space: nowrap;
    opacity: 0.2;
}

.zoom {
    padding: 10px;
    background-color: green;
    transition: transform .2s;
    margin: 0 auto;
}

    .zoom:hover {
        -ms-transform: scale(1.5); /* IE 9 */
        -webkit-transform: scale(1.5); /* Safari 3-8 */
        transform: scale(1.5);
    }

.cs-btom {
    position: absolute;
    bottom: 0;
    left: 0;
    width:100%;
}

img.ext-qilla {
    width: 29%;
    float: left;
}


img.ext-ume {
    width: 17%;
     position: relative;
    left: -119px;
    top: -70px;
}
  

.ext-mainarea {
    text-align: center;
    margin: 0 auto;
    width: 69%;
}

.ext-white {
    background: #fff;
    margin: 15px 10px;
    border-radius: 15px;
    cursor: pointer;
    width: 137px;
    text-align: center;
    /* margin: 0 auto; */
    border: 1px solid#ddd;
    display: inline-block;
}
img.icons {
    width: 75%;
}
.ext-1{
    position:absolute;
    bottom:0px;
}
 

@media screen and (max-width: 1000px) {
    .ext-white {
          left: -33px !important;
     }

    .ext-white-1 {
        right: 0 !important;
        margin-top: -52px !important;
    }

    img.kite {
        width: 50%;
    }

    .ext-white {
         margin: 15px 6px;
         width: 103px;
    }


    .ext-mainarea {
         margin: 55px auto;
     }

    }