@font-face {
    font-family: Regular;
    src: url('../assets/fonts/Inter-Regular.woff');
}

@font-face {
    font-family: Medium;
    src: url('../assets/fonts/Inter-Medium.woff');
}

@font-face {
    font-family: SemiBold;
    src: url('../assets/fonts/Inter-SemiBold.woff');
}

@font-face {
    font-family: Bold;
    src: url('../assets/fonts/Inter-Bold.woff');
}

@font-face {
    font-family: Inter_lightItalic;
    src: url('../assets/fonts/Inter-LightItalic-BETA.woff');
}


html {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

.banner_bg {
    background-image: url(../assets/images/bg.png);
    background-size: cover;
    height: 654px;
}

.header_div {
    padding: 20px 0px;
}

.header_div img {
    width: 110px;
    height: 50px;
}

.row_div {
    display: flex;
}

.row_divs {
    position: relative;
    width: 100%;
    margin-top: 50px;
}

.banner_content {
    position: relative;
    z-index: 2;
}

.phone_img {
    position: absolute;
    right: 0px;
    top: -150px;
    z-index: 0;
}

.phone_img img {
    width: 100%;
    height: 650px;
}

.banner_content h4 {
    background: linear-gradient(88.09deg, #EB15A4 2.99%, #FFBD9A 51.21%, #D933A3 95.16%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 200px;
    font-family: Bold;
    margin: 0px;
}

.banner_content h5 {
    color: #B7D5FF8A;
    font-size: 130px;
    font-family: 'Bold';
    margin: 0;
    position: relative;
    left: 125px;
    top: -79px;
}

.footer_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 60%;
}

.footer_content ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    gap: 40px;
    list-style-type: none;
}

.footer_content ul a {
    color: #A4CEF6;
    font-size: 14px;
    text-decoration: none;
    font-family: Medium;
}

.footer_content h4 {
    color: #A4CEF6;
    font-size: 12px;
    text-decoration: none;
    font-family: Medium;
}

.download_links a {
    color: #FFFFFF !important;
    font-size: 16px !important;
    text-decoration: none;
    font-family: Bold !important;
}

.socials_links_div {
    position: relative;
}

.socials_links_subdivs {
    position: absolute;
    right: -50px;
    top: -250px;
    z-index: 999;
}

.socials_links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.socials_links a {
    background: #B1B0E39E;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 100px;
}

.socials_links img {
    width: 20px;
    height: 20px;
}

.banner_content p {
    margin: 0px;
    font-size: 20px;
    color: #A4CEF6;
    font-family: Inter_lightItalic;
    /* font-style: italic; */
    position: absolute;
    left: 272px;
    top: 42px;
}

.facebook_img{
    background: #fff !important;
    width: auto !important;
    height: auto !important;
}

.facebook_img img{
    width: 34px;
    height: 34px;
}

@media screen and (max-width: 767px) {
    .banner_content h4 {
        font-size: 66px;
    }

    .banner_content h5 {
        font-size: 30px;
        left: 33px;
        top: -27px;
    }

    .footer_content {
        position: relative;
        z-index: 2;
        flex-wrap: wrap;
        width: 100%;
    }

    .footer_content ul {
        margin-top: 10px;
    }

    .socials_links_subdivs {
        right: -4px;
        top: -126px;
    }

    .banner_content p {
        font-size: 10px;
        left: 55px;
        top: -1px;
    }

    .phone_img {
        top: -130px;
    }

    .phone_img img {
        width: 100%;
        height: 500px;
    }

    .banner_bg {
        height: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .banner_content h4 {
        font-size: 100px;
    }

    .banner_content h5 {
        font-size: 86px;
        left: 60px;
        top: -45px;
    }

    .footer_content {
        width: 100%;
        position: relative;
        z-index: 99;
    }

    .socials_links_subdivs {
        right: -20px;
    }


}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .banner_bg {
        height: 100%;
    }

    .phone_img img {
        height: 565px;
    }

    .row_div {
        position: absolute;
        bottom: 44px;
    }

    .phone_img {
        position: absolute;
        right: -80px;
        top: -258px;
        z-index: 0;
    }

    .socials_links_subdivs {
        right: -20px;
        top: auto;
        bottom: -400px;
    }

    .banner_content h5 {
        font-size: 86px;
    }

    .banner_content p {
        left: 145px;
        top: 10px;
    }



}

@media screen and (min-width: 1440px) and (max-width: 1920px) {
    .banner_bg {
        height: 100%;
    }

    .phone_img img {
        height: 565px;
    }

    .row_div {
        position: absolute;
        bottom: 44px;
        width: 80%;
    }

    .socials_links_subdivs {
        top: 400px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
    .footer_content {
        width: 80%;
    }

    .row_div {
        width: 80%;
    }

    .socials_links_subdivs {
        bottom: -500px;
    }

  
}

@media screen and (min-width: 2560px) and (max-width: 2560px) {
    .socials_links_div {
        position: absolute;
        right: 600px;
        bottom: 100px;
    }
    .row_div {
        position: absolute;
        bottom: 66px;
        width: 49%;
    }

    .banner_bg{
        height: 100%;
    }
}
