@import url(https://ka-p.fontawesome.com/releases/v6.5.1/css/pro.min.css?token=7ca6a895ef);
@import url(https://ka-p.fontawesome.com/releases/v6.5.1/css/pro-v4-shims.min.css?token=7ca6a895ef);
@import url(https://ka-p.fontawesome.com/releases/v6.5.1/css/pro-v5-font-face.min.css?token=7ca6a895ef);
@import url(https://ka-p.fontawesome.com/releases/v6.5.1/css/pro-v4-font-face.min.css?token=7ca6a895ef);
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
:root {
    --fade-black: rgba(30, 30, 30, 0.8);
    --black: #1e1e1e;
    --white: #ffffff;
    --green: #00a89f;
    --gray: #edf4ff;
    --gray-100: #585858;
    --blue: #407bff;
    --blue-100: #0075c4;
}

* {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

body {
    font-family: "Poppins", sans-serif;
    padding: 0;
}

html.hide-scroll {
    overflow: hidden;
}

h1 {
    font-size: 60px;
    font-weight: 600;
    color: var(--black);
}

h1 span {
    color: var(--blue);
}

h2 {
    color: var(--black);
    font-size: 40px;
    font-weight: 500;
}

h3 {
    font-size: 24px;
    font-weight: 500;
    color: var(--black);
}

h6 {
    font-size: 20px;
    font-weight: 400;
    color: var(--fade-black);
}

p {
    font-size: 16px;
    font-weight: 400;
    color: var(--fade-black);
}

.wrapper {
    max-width: 1170px;
    margin: auto;
}

img {
    width: 100%;
    height: auto;
}

.site-btn {
    font-size: 16px;
    font-weight: 500;
    padding: 9px 9px 9px 20px;
    border-radius: 44px;
    border: 1px solid transparent;
    background-color: var(--green);
    color: var(--white);
    transition: 0.3s ease-in-out;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.site-btn.white {
    background-color: var(--white);
    color: var(--black);
}

.site-btn:hover {
    background-color: var(--white);
    border-color: var(--green);
    color: var(--green);
}

.site-btn.white:hover {
    background-color: var(--green);
    border-color: var(--white);
    color: var(--white);
}

.site-btn i {
    transition: 0.3s all ease;
    font-size: 25px;
}

.site-btn:hover i {
    transform: translateX(3px);
}

.site-btn.white:hover .arrow-icon.white {
    background-color: var(--white);
    color: var(--green);
}

button:focus {
    outline: unset;
}

.bg-gray {
    background-color: var(--gray);
}

.bg-blue {
    background-color: var(--blue);
}

.bg-blue .site-btn i {
    color: var(--green);
}

.bg-blue .site-btn:hover i {
    color: var(--white);
}


/* header  */

header {
    padding: 30px 0;
    box-shadow: unset;
    background-color: var(--gray);
    font-weight: 400;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

.sticky-header {
    transition: 0.1s all ease;
    background-color: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(15px);
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}

header .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .navigation {
    flex-grow: 1;
}

header .navbar-nav>li,
header .navbar-nav>li .bttn {
    margin: 0 16px;
}

header .navbar-collapse .nav-link {
    color: var(--fade-black);
    padding: 0 !important;
}

header .navbar-collapse .nav-link:hover {
    color: var(--green);
}

header .navbar-nav>li a.active {
    font-weight: 500;
}

.buttons .nav-link {
    font-size: 18px;
    font-weight: 500;
}


/* banner  */

.banner {
    padding-top: 140px;
    overflow: hidden;
    background-color: var(--gray);
}

.banner h6 {
    margin: 15px 0 50px;
}

.form-field input {
    height: 48px;
    padding: 10px 24px;
    border-radius: 40px;
    border: 1px solid #b5d2ff;
    color: var(--fade-black) !important;
    margin-bottom: 20px;
}

.form-field input::placeholder {
    color: var(--fade-black);
}

.banner p {
    margin-top: 15px;
}


/* step section  */

.sec-padding {
    padding: 120px 0;
}

.section-title {
    margin-bottom: 50px;
}

.section-title h6 {
    margin-top: 18px;
}

.icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 70px;
    aspect-ratio: 1;
    margin: auto;
    font-size: 30px;
    background-color: var(--blue-100);
    border-radius: 50%;
    color: white;
}

.static-card .card-text h3 {
    margin: 40px 0 10px;
}

.static-card .card-text p {
    max-width: 340px;
    margin: auto;
}


/* two-colm section  */

.two-colm h6 {
    max-width: 550px;
    margin-top: 10px;
    line-height: 1.3;
}

.icon-list {
    margin-top: 32px;
}

.two-colm a {
    margin-top: 32px;
}

.two-colm .image img {
    border-radius: 12px;
}

.icon-list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.icon-list li {
    display: flex;
    align-items: start;
    font-size: 20px;
    gap: 12px;
    color: var(--fade-black);
    margin-top: 20px;
}

.icon-list.icon-center li {
    align-items: center;
}

.icon-list li i {
    color: var(--green);
    font-size: 25px;
}

.icon-list h3 {
    margin-bottom: 7px;
}

.two-colm .white h2 {
    color: var(--white);
}

.two-colm .white h6 {
    color: rgba(255, 255, 255, 0.8);
}

.bg-graphic {
    position: relative;
    z-index: 1;
}

.bg-graphic::before {
    background-image: url(../images/overlay.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}


/* review section  */

.review .swiper {
    width: 100%;
    height: 100%;
    padding: 20px 0 100px;
}

.review .swiper-slide {
    height: auto;
}

.review-card {
    padding: 40px;
    background-color: var(--white);
    height: 100%;
    border-radius: 17px;
}

.review .swiper-slide-active .review-card .stars {
    color: #faf200;
}

.review-card .stars {
    color: #ffd607;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 20px;
}

.review-card p {
    margin: 20px 0 30px;
    font-size: 20px;
    color: #58595b;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.reviewer {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 12px;
}

.reviewer-img {
    width: 42px;
    aspect-ratio: 1;
    background-color: white;
    border: 2px solid #ffffff;
    border-radius: 50%;
}

.reviewer h5 {
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
}

.review .swiper-slide-active .review-card {
    background-color: var(--blue);
    border-radius: 20px;
    transform: scaleY(1.1);
}

.review .swiper-slide-active .review-card p {
    font-size: 25px;
    color: rgba(255, 255, 255, 0.8);
}

.review .swiper-slide-active .review-card h3 {
    color: var(--white);
}

.review .swiper-pagination-bullet {
    width: 40px;
    height: 10px;
    background-color: var(--white);
    opacity: 1;
    border-radius: 20px;
}

.review .swiper-pagination-bullet-active {
    background-color: var(--blue);
}

.review .swiper-pagination {
    overflow: auto;
    white-space: nowrap;
}

.review .swiper-pagination::-webkit-scrollbar {
    display: none;
}


/* footer */

footer {
    padding: 100px 0 35px;
}

footer .logo {
    max-width: 240px;
    margin-bottom: 24px;
    display: inline-flex;
}

footer .content p {
    font-size: 16px;
    max-width: 470px;
}

footer h3 {
    font-size: 20px;
    color: var(--black);
    font-weight: 500;
    margin-bottom: 20px;
}

footer ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 5px;
    flex-direction: column;
    list-style-type: none;
}

footer ul a {
    color: var(--gray-100);
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px;
}

footer a span {
    min-width: 20px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: var(--green);
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
}

footer a:hover {
    color: var(--green);
}

.copy-write {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid #ebebeb;
}

.copy-write p,
.copy-write a {
    font-size: 16px;
    color: var(--gray-100);
}

@media (min-width: 992px) {
    .custmize-col>div:first-child {
        width: 47%;
    }
    .custmize-col>div:last-child {
        width: 53%;
    }
}

@media (max-width: 1199px) {
    h1 {
        font-size: 42px;
    }
    h2 {
        font-size: 36px;
    }
    h3 {
        font-size: 22px;
    }
    /* header  */
    header .logo {
        max-width: 150px;
    }
    header .navbar-nav>li {
        margin: 0 8px;
    }
    /* banner  */
    .banner h6 {
        margin: 15px 0 30px;
    }
    .form-field input {
        margin-bottom: 15px;
    }
    .banner-btns .bttn-2 {
        font-size: 16px;
    }
    /* two colm section  */
    .two-colm h6 {
        font-size: 16px;
    }
    .two-colm h3 {
        font-size: 20px;
    }
    .icon-list {
        margin-top: 20px;
    }
    .icon-list li {
        margin-top: 13px;
        font-size: 16px;
    }
    .two-colm a {
        margin-top: 20px;
    }
    .icon-list li i {
        color: var(--green);
        font-size: 22px;
    }
    /* review section  */
    .review .swiper-slide-active .review-card p {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    h1 {
        font-size: 27px;
    }
    h1 br {
        display: none;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 20px;
    }
    h2 br {
        display: none;
    }
    h6 {
        font-size: 17px;
    }
    p {
        font-size: 14px;
    }
    .sec-padding {
        padding: 80px 0;
    }
    /* header  */
    header {
        padding: 20px 0;
    }
    .logo img {
        max-width: 140px;
    }
    .navbar-toggler {
        background-color: transparent;
        padding: 0;
        box-shadow: unset;
        color: var(--fade-black);
        font-size: 25px;
        box-shadow: unset !important;
    }
    .navbar-toggler-icon {
        height: unset;
        width: unset;
    }
    .navbar-toggler-icon i {
        color: #1e1e1e;
    }
    .navbar-toggler-icon i::after {
        opacity: 1;
        color: #0075c4;
    }
    header .navbar-nav>li {
        margin: 0;
    }
    header nav {
        position: unset;
    }
    .navbar-collapse {
        position: fixed;
        top: 75px;
        left: 0;
        width: 100%;
        background-color: white;
        padding: 20px 5%;
    }
    .navbar-nav {
        align-items: start !important;
        gap: 10px;
    }
    .buttons {
        flex-direction: column;
        align-items: start !important;
        padding: 10px 0 0;
    }
    /* banner  */
    .banner {
        padding-top: 90px;
    }
    .banner .content-banner>small {
        font-size: 18px;
    }
    .static-card .card-text p {
        font-size: 16px;
    }
    .condition-section .sec-content {
        padding: 60px 0;
    }
    /* reveiw section  */
    .review-card p {
        font-size: 14px;
        -webkit-line-clamp: 4;
    }
    .review .swiper-slide-active .review-card p {
        font-size: 15px;
    }
    .banner h6 {
        margin: 10px 0 20px;
    }
    /* footer  */
    footer h3 {
        font-size: 17px;
        margin-bottom: 10px;
    }
    footer .logo {
        margin-bottom: 15px;
    }
    footer ul a {
        font-size: 14px;
    }
    .copy-write p,
    .copy-write a {
        font-size: 14px;
    }
    .icon-list li i {
        font-size: 18px;
    }
    .icon-list li {
        gap: 8px;
        font-size: 14px;
    }
    .two-colm h3 {
        margin-bottom: 4px;
        font-size: 18px;
    }
    .icon-list li {
        margin-top: 8px;
    }
    .two-colm h6 {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .sec-padding {
        padding: 60px 0;
    }
    .section-title {
        margin-bottom: 35px;
    }
    h3 {
        font-size: 18px;
    }
    h6 {
        font-size: 16px;
    }
    p {
        font-size: 14px;
    }
    /* header  */
    .navbar-collapse {
        top: 60px;
    }
    header {
        padding: 10px 0;
    }
    /* two colm section  */
    .two-colm h3 {
        font-size: 18px;
        margin-bottom: 2px;
    }
    .icon-list li i {
        font-size: 22px;
    }
    /* step  section  */
    .static-card .card-text h3 {
        margin: 20px 0 7px;
    }
    /* review  */
    .review .swiper {
        padding: 15px 0 60px;
    }
    .review .swiper-pagination-bullet {
        width: 30px;
        height: 7px;
    }
    .review-card {
        padding: 20px;
    }
    .review-card p {
        margin: 10px 0 20px;
    }
    .bg-graphic::before {
        background-size: cover;
    }
    /* footer  */
    footer {
        padding: 50px 0 35px;
    }
    footer ul a {
        gap: 8px;
    }
    .copy-write {
        margin-top: 30px;
    }
    .site-btn i {
        font-size: 20px;
    }
}