@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;600&display=swap');

:root {
    --main-color: #20fcee;
    --color-black: #000;
    --color-white: #fff;
    --transition: .3s ease-in-out;

}

.formControl{
    height: 50px;
    border: 1px solid #e1e1e1;
    width: 100%;
    padding: 0 15px;
    border-radius: 8px;
    background: #fbfbfb;
}

.primaryButton {
    padding: 0 20px;
    background: var(--main-color);
    color: var(--color-black);
    height: 45px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none !important;
    outline: none;
    cursor: pointer;
    transition: var(--transition);
}

.primaryButton:hover {
    color: var(--color-black);
    background: #7ffff2;
    transition: var(--transition);
}

.buttonXL {
    height: 60px;
    padding: 0 25px;
}

.buttonDark {
    background: var(--color-black);
    color: var(--color-white);
}

.buttonDark:hover {
    background: #424242;
    color: var(--color-white);
    transition: var(--transition);

}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.header-section {
    background: url("../images/arkaplan.png");
    padding: 60px;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-section-nav ul {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.header-section-nav ul li {
    list-style-type: none;
}

.header-section-nav ul li a {
    text-decoration: none;
    color: white;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    padding: 15px;
}

.header-section-nav-login a {
    color: white;
    font-style: normal;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 0 20px;
    background: #30f8ef;
    height: 30px;
    border-radius: 40px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}


.header-section-content {
    padding: 120px 0 30px 0;
}

.header-section-content h1 {
    font-weight: 800;
    font-style: normal;
    font-size: 54px;
    line-height: 60px;
    color: white;
}

.header-section-content p {
    margin-top: 24px;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 27px;
    color: white;
}

.header-section-content-btn {
    margin-top: 55px;
}

.header-section-content-btn a {
    background: black;
    color: white;
    padding: 20px;
    border-radius: 60px;
    font-weight: 600;
    text-decoration: none;
}

.header-section-content-img-two {
    position: absolute;
    right: 72%;
    top: -18%;
}

.header-section-content-img-three {
    position: absolute;
    left: 64%;
    top: 15%;
}

.section-middle-content {
    padding: 40px 0 40px 0;
    margin-top: 60px;
    margin-bottom: 60px;
}

.section-middle-content-one-title {
    background: whitesmoke;
    padding: 10px;
    border-radius: 20px;
}

.section-middle-content-one-title span {
    color: #595959;
    font-size: 14px;
}

.section-middle-content-one-title i {
    color: white;
    background: #03c4ff;
    padding: 4px;
    border-radius: 20px;
    font-size: 21px;
}

.section-middle-featured-one h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 47px;
}

.section-middle-featured-two h2 {
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    line-height: 47px;
}

.section-compare-title-list ul {
    padding: 0;
}

.section-compare-title-list ul li {
    list-style-type: none;
    padding-bottom: 18px;
}

.section-compare-title-list ul li span {
    padding-left: 14px;
}

.section-compare-title p {
    margin-top: 24px;
    margin-bottom: 24px;
}

.section-compare-title-btn {
    padding: 20px;

}

.section-compare-title-btn a {
    background: black;
    color: white;
    padding: 20px;
    border-radius: 60px;
    display: block;
    width: 28%;
    text-align: center;
    height: auto;
}

.section-compare-title-btn a:hover {
    text-decoration: none;
}

.section-compare-title-img img {
    position: absolute;
    left: 50%;
    top: 55%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.section-compare-title-img-bg-two img {
    height: 114%;
}

.section-compare-title-img-bg-one img {
    width: 120%;
    height: 114%;
}

.section-compare-title h2, .section-analytics-title h2 {
    font-weight: 600;
}

.section-analytics {
    margin: 120px 0 120px 0;
}

.section-analytics-title-list ul {
    padding: 0;
    margin-top: 30px;
}

.section-analytics-title-list ul li {
    list-style-type: none;
    padding-bottom: 18px;
}

.section-analytics-title-list ul li span {
    padding-left: 14px;
}

.section-analytics-title-img img {
    position: absolute;
    left: 50%;
    top: 54%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.section-analytics-title-img-bg-one img, .section-analytics-title-img-bg-two img {
    height: 110%;
}

.section-analytics-title-btn a {
    background: black;
    color: white;
    padding: 10px 20px;
    border-radius: 60px;
    display: inline-block;
    text-align: center;
    height: auto;
}

.section-analytics-title-btn a:hover {
    text-decoration: none;
}


.section-body-double-banner-one-list ul {
    padding: 0;
    margin-top: 30px;
}

.section-body-double-banner-one-list ul li {
    list-style-type: none;
    padding-bottom: 18px;
}

.section-body-double-banner-one-list li span {
    padding-left: 14px;
}

.section-body-double-banner-one-list-btn a {
    background: black;
    color: white;
    padding: 10px 0 10px 0;
    border-radius: 60px;
    display: block;
    width: 34%;
    text-align: center;
}

.section-body-double-banner-one-list-btn a:hover {
    text-decoration: none;
}

.section-body-double-banner-two h3 {
    font-weight: 600;
}

.section-body-double-banner-one h3 {
    font-weight: 600;
    color: white;
}

.section-body-double-banner-two h3 {
    font-weight: 600;
    color: white;
}

.section-body-double-banner-one-list ul li {
    color: white;
}

.section-body-double-banner-two-list ul li {
    color: white;
}

.section-body-double-banner-one p {
    color: white;
    font-weight: 400;
}

.section-body-double-banner-two p {
    color: white;
    font-weight: 400;
}

.section-body-double-banner-two-list ul {
    padding: 0;
    margin-top: 30px;
}

.section-body-double-banner-two-list ul li {
    list-style-type: none;
    padding-bottom: 18px;
}

.section-body-double-banner-two-list li span {
    padding-left: 14px;
}

.section-body-double-banner-two-list-btn a {
    background: #20fcee;
    color: black;
    padding: 10px 20px;
    border-radius: 60px;
    display: inline-block;
    text-align: center;
    font-weight: 500;
}

.section-body-double-banner-two-list-btn a:hover {
    text-decoration: none;
}

.section-body-double-banner-one {
    background: #138afd;
    padding: 50px 50px 50px 50px;
    border-radius: 20px;
}

.section-body-double-banner-two {
    background: black;
    padding: 50px 50px 50px 50px;
    border-radius: 20px;
}

.section-content-subscription {
    padding: 50px;
}

.section-content-subscription-title h2 {
    font-weight: 700;
}

.section-body-double-banner {
    margin-bottom: 80px;
}

.footer {
    background: #edf2f6;
    padding: 80px 0 30px 0;
}

.footer-logo {
    margin-bottom: 3px;
}

.footer-logo-description {
    font-size: 15px;
    color:#525252;
}

.footer-social ul {
    display: flex;
    justify-content: start;
    padding: 0;
    margin: 0;
}

.footer-social ul li {
    list-style-type: none;
}

.footer-social ul li a {
    text-decoration: none;
    color: #444444;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    padding: 0 20px 0 0;
    transition: .3s ease-in-out;
}

.footer-social ul li a:hover {
    color: #03c4ff;
    transition: .3s ease-in-out;
}

.footer-title h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 30px;
    width: 69%;
    color: black;
}

.footer-adress ul li {
    list-style-type: none;
    font-weight: 400;
    padding: 6px 0;
    font-size: 15px;
    color: #525252;
}

.footer-adress span {
    color: #180b36;
    font-weight: 600;
}

.footer-quick-links ul li, .footer-quick-links-two ul li {
    font-size: 14px;
    color: #383838;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    list-style-type: none;
    display: inline-block;
}

.footer-quick-links ul li a, .footer-quick-links-two ul li a {
    color: black;
    font-weight: 400;
}

.footer-quick-links ul li a, .footer-quick-links-two ul li a {
    color: black;
    font-weight: 400;
    transition: .2s ease-in-out;
}

.footer-quick-links ul li a:hover, .footer-quick-links-two ul li a:hover {
    transition: .2s ease-in-out;
    text-decoration: none;
    color: #03c4ff;
    font-weight: 400;
}

.footer-sub-content {
    margin-top: 20px;
    border-top: 2px solid darkgray;
    padding-top: 20px;
}

.footer-sub-copyright .right {
    float: right;
}

.footer-sub-copyright span {
    font-size: 15px;
    color: #5e5e5e;
}

.newslatter_content {
    width: 100%;
    margin: 0 auto;
    max-width: 1170px;
    border-radius: 20px;
    padding: 65px 0 70px;
    overflow: hidden;
    z-index: 2;
    -webkit-box-shadow: inset 0 2px 8px 0 rgba(0, 0, 0, .29);
    box-shadow: inset 0 2px 8px 0 rgba(0, 0, 0, .29);
    background-image: -webkit-linear-gradient(205deg, #0478e9 0, #20fdee 100%);
    background-image: -o-linear-gradient(205deg, #0478e9 0, #20fdee 100%);
    background-image: linear-gradient(-115deg, #0478e9 0, #20fdee 100%)
}

.newslatter_content .newslatter_title {
    margin: 0 auto;
    max-width: 380px;
    padding-bottom: 45px
}

.newslatter_content .newslatter_title h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 20px
}

.newslatter_content .newslatter_title p {
    color: #fff;
    line-height: 1.75
}

.newslatter_content .newslatter-form {
    margin: 0 auto;
    max-width: 650px;
    padding-left: 30px
}

.newslatter_content .newslatter-form input {
    width: 100%;
    height: 65px;
    border: 0;
    padding: 0 25px;
    border-radius: 5px;
    -webkit-box-shadow: 0 6px 40px 0 rgba(5, 41, 140, .25);
    box-shadow: 0 6px 40px 0 rgba(5, 41, 140, .25)
}

.newslatter_content .newslatter-form .nws-button {
    position: absolute;
    top: 8px;
    right: 8px
}

.newslatter_content .newslatter-form .nws-button button {
    height: 50px;
    width: 130px;
    border: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border-radius: 5px;
    font-family: poppins;
    background-image: -webkit-linear-gradient(128deg, #0478e9 0, #20fdee 100%);
    background-image: -o-linear-gradient(128deg, #0478e9 0, #20fdee 100%);
    background-image: linear-gradient(-38deg, #0478e9 0, #20fdee 100%)
}

.newslatter_content .newslatter-form .nws-button button:hover {
    background-image: -webkit-linear-gradient(128deg, #20fdee 0, #0478e9 100%);
    background-image: -o-linear-gradient(128deg, #20fdee 0, #0478e9 100%);
    background-image: linear-gradient(-38deg, #20fdee 0, #0478e9 100%)
}

.newslatter_content .img_bg {
    bottom: 0;
    position: absolute;
    left: 20px
}

@media screen and (max-width: 869px) {
    .header-section-content {
        padding: 40px 0 60px 0;
    }

    .header-section-content p {
        color: #494949;
        font-size: 18px;
        font-weight: 900;
        padding-bottom: 18px;
    }

    .header-section-content h1 {
        color: white;
        font-size: 30px;
        line-height: 40px;
    }

    .buttonDark {
        text-align: center;
        display: flex;
    }

    .primaryButton {
        display: flex;
    }

    .header-section-content-img-two, .header-section-content-img-three {
        display: none;
    }

    .header-section-content-img-one {
        height: 180px;
        width: 339px;
    }

    .section-middle-content {
        margin-top: 0;
        padding: 0 0 0 0;
    }

    .section-middle-content-one-title {
        width: 50%;
    }

    .section-compare-title h2, .section-analytics-title h2 {
        text-align: center;
        margin-top: 80px;
    }

    .section-compare-title p {
        text-align: center;
    }

    .section-compare-title-list ul li {
        text-align: center;
    }

    .section-analytics-title-list ul li {
        text-align: center;
    }

    .section-body-double-banner-two {
        margin-top: 60px;
    }

    .newslatter_content .img_bg {
        display: none;
    }

    .newslatter_content .newslatter-form .nws-button button {
        height: 50px;
        width: 88px;
        font-size: 14px;
        transform: translateX(-4px);
    }

    .newslatter_content .newslatter-form input {
        width: 70% !important;
        padding: 0 10px;
        transform: translateX(-8%);
    }

    .footer-logo-description p {
        text-align: center;
    }

    .footer-social ul {
        justify-content: center;
    }

    .footer-title h3 {
        text-align: center;
        width: 100%;
    }

    .footer-sub-copyright {
        text-align: center;
    }

    .right {
        display: contents;
    }

    .footer-quick-links-two ul {
        text-align: center;
        padding: 0;
        margin: 0;
    }

    .footer-sub-copyright span {
        font-size: 12px;
        color: #5e5e5e;
        font-weight: 500;
    }

    .footer-adress ul {
        text-align: center;
        padding: 0;
    }

    .footer-title {
        margin-top: 40px;
    }

    .section-compare-title {
        margin-top: -20%;
    }

    .header-section-nav, .header-section-nav-login {
        display: none;
    }

    .header-section {
        padding: 30px;
    }
    .openMobileMenu{
        font-size: 25px;
        color: white;
    }
    .openMobileMenu i{
        display: flex;
    }
    .section-content-subscription {
        padding:10px;
    }
}