@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

body {
    font-family: "Inter", sans-serif;
    color: #272727;
    background-color: #FFFFFF;
    overflow-x: hidden;
}

.mobile-menu-navbar {
    display: none;
}

.mobile-menu-navbar {
    border-top:1px solid #d1caca;
    border-bottom:1px solid #d1caca;
}

.mobile-menu-navbar .navbar-item a {
    color: #212529;
    font-size:14px; 
    font-weight:500; 
    text-decoration:none;
}

.mobile-menu-navbar .navbar-item.active a {
    color: #b520de;
}

.alert-country {
    background: #F3F6FD;
    position: relative;
    padding: 1rem 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-weight: 600;
    font-size: .95rem;
}

.alert-country a {
    font-weight: 600;
    font-weight: normal;
}

.home-page {
    background-image: url(../img/Ellipse-left.svg), url(../img/Ellipse-right.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: left 0, right 300px;
}

.roboto {
    font-family: "Roboto", sans-serif;
}

.manrope {
    font-family: "Manrope", sans-serif;
}

.navbar-brand {
    height: 42px;
    max-width: 250px;
}

.navbar-nav {
    gap: 65px;
    align-items: center;
}

.nav-link {
    font-weight: 500;
    color: #272727 !important;
    padding: 0.5rem 0 !important;
}

.nav-link:hover,
.nav-link.active {
    color: #1A56DB !important;
}

.navbar {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.04);
}

.btn {
    border-radius: 5px;
    padding: 12px 30px;
}

.title {
    display: flex;
    width: fit-content;
    position: relative;
}

.title h2 {
    position: relative;
    padding-bottom: 16px;
    font-size: 42px;
}

.home-title h2 {
    font-size: 50px;
}

.title .underline {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    object-fit: cover;
}

.fw-medium {
    font-weight: 500;
}

.fw-semibold {
    font-weight: 600;
}

.hero-img-cont {
    position: relative;
    height: 100%;
    width: 100%;
}

.hero-img {
    max-width: 650px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 34px;
}

.rw-flex {
    gap: 8px;
    cursor: pointer;
    position: relative;
}

.rw-flex.active::before {
    position: absolute;
    content: "";
    height: 4px;
    width: 70px;
    max-width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -38px;
    background-color: #1A56DB;
    border-radius: 100px;
}

.rw-name {
    font-size: 20px;
    line-height: 100%;
}

.rw-desc {
    line-height: 100%;
    font-size: 14px;
    color: rgba(39, 39, 39, 0.8);
}

.rw-img {
    max-height: 46px;
    max-width: 48px;
    object-fit: contain;
    object-position: center;
}

.rw-oval {
    flex-wrap: wrap;
    border-radius: 100px;
    border: 1px solid rgba(208, 208, 208, 0.5);
    display: flex;    
    align-items: center;
    justify-content: space-between;
    padding: 34px 44px;
}

.rw-line {
    width: 1px !important;
    border-radius: 100px;
    height: 30px;
    background-color: rgba(208, 208, 208, 0.7);
}

.pricing-card {
    padding: 42px 69px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 25px;
    min-width: 350px !important;
}

.pc-center {
    background-color: var(--bs-blue);
    color: #FFFFFF;
}

.pc-flex-1 {
    gap: 40px;
}

.pc-title {
    font-size: 42px;
}

.pc-li {
    gap: 4px;
}

.pc-li,
.pc-price-desc {
    font-size: 20px;
}

.pc-li img {
    height: 25px;
}

.pc-price {
    font-size: 42px;
}

.pc-center {
    padding: 69px;
}

.btn-outline-primary.bg-white:hover {
    background-color: var(--bs-blue) !important;
    border-color: #FFFFFF;
    color: #FFFFFF;
}

.hero-img-cont {
    position: relative;
}

.hi-oval {
    position: absolute;
    height: 60px;
}

.hi-oval-1 {
    top: 25%;
    left: 0;
    transform: translateX(-30%);
}

.hi-oval-2 {
    top: 10%;
    right: 20px;
}

.hi-oval-3 {
    bottom: 50px;
    right: 0;
    transform: translateX(30px);
}

.hi-oval-4 {
    bottom: 25px;
    left: 0;
    transform: translateX(-85%);
}

.hi-oval-5 {
    top: 50%;
    left: 0;
    transform: translate(30px, -20%);
}

.pc-center {
    position: relative;
}

.rect-blur {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 25%);
    width: 325px;
    height: 250px;
}

.cta {
    background-image: url(../img/cta-bg-1-1\ 1.png);
    background-size: cover;
    background-position: center;
}

.cta-content {
    max-width: 530px;
}

.cta-title {
    font-size: 35px;
    font-weight: 500;
}

.processes {
    gap: 20px;
}

.process {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
    background-color: rgba(26, 86, 219, 0.04);
    border-radius: 28px;
    padding: 32px 40px;
    width: calc(33.33% - calc(40px / 3));
}

.pr-title {
    font-size: 20px;
}

.content-img {
    border-radius: 40px;
}

.info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.title-2 {
    font-size: 38px;
}

.normal-flex {
    gap: 42px;
}

.faq-sec .accordion-button {
    padding: 22px 46px;
    border: 1px solid rgba(208, 208, 208, 1);
    font-size: 16px;
    border-radius: 5px !important;
    font-weight: 600;
    color: #FFFFFF !important;
    background-color: var(--bs-blue) !important;
}

.faq-sec .accordion {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 1064px !important;
    margin: 0 auto;
    width: 100%;
}

.faq-sec .accordion-button:focus {
    box-shadow: none !important;
}

.faq-sec .accordion-button.collapsed {
    color: #131126 !important;
    background-color: #FFFFFF !important;
}

.faq-sec .accordion-button::after {
    background-image: unset;
    content: "+";
    width: auto !important;
    height: auto !important;
}

.faq-sec .accordion-button:not(.collapsed)::after {
    background-image: unset;
    content: "-";
}

.faq-sec .accordion-item {
    border: 0 !important;
}

.faq-sec .accordion-body {
    border: 0 !important;
    padding: 22px 46px;
}

.pd-faq .accordion-button {
    padding: 30px 0 !important;
    border: 0 !important;
    padding: 30px;
    background-color: transparent;
    color: #272727;
    font-weight: 500;
}

.pd-faq .accordion-button:focus {
    box-shadow: none !important;
}

.pd-faq .accordion-item {
    border: 0 !important;
    border-bottom: 1px solid rgba(208, 208, 208, 1) !important;
}

.pd-faq .accordion-body {
    padding: 30px 0 !important;
}

.pd-faq .accordion-button::after {
    background-image: url(../img/pd-faq-chev.svg);
    background-position: center;
    background-size: contain;
    height: 16px !important;
    width: 16px !important;
}

[data-bs-toggle="tooltip"] {
    cursor: pointer;
}

.acc-btns {
    gap: 20px;
    color: #131126;
    font-size: 14px;
}

.faq-sec {
    background-image: url(../img/shape-05-04-2\ 2.svg), url(../img/shape-05-04-2\ 2.svg);
    background-repeat: no-repeat, no-repeat;
    background-size: 29px;
    background-position: 10% 100px, 95% 75%;
}

.btn-outline-purple {
    padding: 12px;
    border-color: rgba(26, 86, 219, 0.36);
}

.f-links {
    gap: 80px;
}

.f-links a {
    color: #FFFFFF;
    font-size: 14px;
    text-decoration: none;
}

.rights {
    font-size: 14px;
}

.f-socials {
    gap: 20px;
}

.f-socials img {
    height: 32px;
}

.carousel {
    padding: 100px 0 0;
}

.t-item {
    padding: 40px 15px 100px;
}

.testimonials {
    overflow-x: hidden;
    background-color: rgba(26, 86, 219, 0.04);
    background-image: url(../img/web-bg.svg);
    background-size: cover;
}

.testimonial {
    background-color: #FFFFFF;
    border-radius: 24px;
}

.t-person {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    border-radius: 100px;
    height: 60px;
    width: 60px;
    object-fit: cover;
}

.slick-current .testimonial {
    box-shadow: 0 25px 120px -30px rgba(0, 0, 0, 0.12);
}

.t-quote {
    height: 58px;
    position: absolute;
    left: 0;
    top: 0;
}

.t-star {
    height: 18px;
}

.t-name {
    font-size: 20px;
    color: #201C44;
}

.t-desc {
    font-size: 18px;
    color: #898989;
}

.slick-next::before,
.slick-prev::before {
    content: unset;
}

.slick-next,
.slick-prev {
    bottom: 0px;
    top: unset;
    background-color: #1A56DB !important;
    height: 45px;
    width: 45px;
    z-index: 9;
    border-radius: 100px;
}

.slick-next {
    left: calc(50% + 30px);
    transform: translateX(-50%);
}

.reviews-select {
    background-color: rgba(26, 86, 219, 0.04);
    padding: 22px 26px;
    font-size: 14px;
    line-height: 100%;
}

.pc-cont {
    flex-grow: 1;
}

.reviews-select:focus {
    box-shadow: none !important;
}

.slick-prev {
    transform: translateX(-50%);
    left: calc(50% - 30px);
}

.slick-next path,
.slick-prev path {
    stroke: #FFFFFF !important;
}

section.search {
    background-color: #1A56DB;
    height: 500px;
    background-image: url(../img/shape_1\ 1.png), url(../img/shape2\ 1.png);
    background-size: 200px auto, 200px auto;
    background-position: left bottom, right bottom;
    background-repeat: no-repeat, no-repeat;
}

.s-flex-1 {
    gap: 36px;
    max-width: 850px;
    margin: 0 auto;
}

.search-inp {
    font-size: 18px;
    padding: 21px 55px 21px 30px;
    border-radius: 999px;
}

.search-icon {
    height: 24px;
    width: 24px;
    object-fit: contain;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.send-text {
    font-size: 30px;
    padding-left: 26px;
    border-left: 3px solid #1A56DB;
}

.cm-box {
    height: 100%;
    padding: 40px;
    box-shadow: 0 2.25px 43.5px rgba(0, 0, 0, 0.051);
}

.cm-flex-1 {
    gap: 30px;
}

.cm-img {
    height: 76px;
    width: 76px;
    object-fit: contain;
}

.cm-title {
    font-size: 25px;
}

.cm-text {
    font-size: 18px;
    color: rgba(39, 39, 39, 0.8);
}

.cf-flex-1 {
    gap: 60px;
}

.cf-flex-2 {
    gap: 25px;
}

.cf-title {
    font-size: 35px;
}

.cf-text {
    font-size: 17px;
    color: rgba(39, 39, 39, 0.8);
}

.cf-iframe {
    border-radius: 5px;
    min-height: 340px;
}

.cf-inp {
    border-color: rgba(208, 208, 208, 0.5);
    padding: 14px 12px;
}

.p-box {
    padding: 25px 66px 45px;
    border: 1px solid rgba(208, 208, 208, 0.7);
    border-radius: 24px;
}

.p-title {
    font-size: 20px;
}

.p-label {
    color: rgba(33, 39, 42, 0.5);
    font-weight: 500;
}

.slash {
    font-size: 20px;
}

.p-inp {
    background-color: rgba(26, 86, 219, 0.04);
    border-color: rgba(26, 86, 219, 0.04);
    padding: 16px 12px;
    font-weight: 500;
}

.btn-reset {
    font-size: 16px;
    font-weight: 500;
    color: rgba(32, 32, 32, 0.5);
}

.btn-submit {
    font-size: 18px;
    font-weight: 500;
}

.p-border {
    border-color: rgba(226, 232, 240, 1);
}

.summary-box {
    border: 1px solid rgba(208, 208, 208, 0.7);
    border-radius: 27px;
    padding: 30px;
}

.sb-subtotal {
    color: rgba(39, 39, 39, 0.6);
}

.sb-flex-1 {
    gap: 36px;
}

.sb-flex-2 {
    gap: 18px;
}

.sb-text {
    font-size: 20px;
}

.total-text {
    color: rgba(39, 39, 39, 0.8);
}

.cart-items {
    gap: 25px;
}

.cart-item {
    border: 1px solid rgba(208, 208, 208, 0.7);
    padding: 36px 30px 36px 36px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.ci-img-box {
    height: 123px;
    width: 133px;
    border-radius: 16px;
    background-color: rgba(26, 86, 219, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ci-img {
    height: 73px;
    width: 73px;
    object-fit: contain;
    object-position: center;
}

.ci-flex-1 {
    gap: 25px;
}

.ci-account,
.ci-review {
    font-size: 14px;
}

.ci-type {
    color: rgba(39, 39, 39, 0.5);
}

.ci-flex-2 {
    gap: 5px;
}

.ci-title {
    font-size: 20px;
}

.ci-review a {
    color: #1A56DB;
}

.ci-price {
    font-size: 30px;
}

.ci-cut-price {
    font-size: 15px;
    color: rgba(39, 39, 39, 0.5);
    text-decoration: line-through;
}

.ci-flex-3 {
    gap: 21px;
}

.delete-icon {
    height: 22px;
    cursor: pointer;
}

.ci-qty-cont {
    font-weight: 500;
}

.ci-qty-cont select {
    border-radius: 8px;
    border-color: rgba(185, 187, 191, 0.3) !important;
    background-color: rgba(244, 247, 253, 1);
    color: rgba(126, 126, 126, 1);
}

.ci-qty {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
}

.pd-img-box {
    background-color: rgba(26, 86, 219, 0.05);
    border-radius: 55px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pd-img {
    height: 278px;
    object-fit: contain;
    object-position: center;
    width: 278px;
}

.pd-title {
    font-size: 35px;
}

.phone-link {
    padding: 9px 30px 9px 12px;
    text-decoration: none;
    background-color: #1A56DB;
    color: #FFFFFF;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 16px;
    border: 1px solid #1A56DB;
    transition: 0.3s ease-in-out;
}

.call-icon {
    transition: 0.3s ease-in-out;
    height: 30px;
    border-radius: 100px;
    border: 1px solid transparent;
}

.phone-link:hover {
    background-color: #FFFFFF;
    color: #1A56DB;
    border-color: #1A56DB;
}

.phone-link:hover .call-icon {
    border-color: #1A56DB;
}

.pd-reviews {
    margin-top: 28px;
    margin-bottom: 44px;
}

.pd-review {
    display: flex;
    line-height: 100%;
    gap: 16px;
    align-items: center;
    padding: 16px;
    border: 1px solid rgba(208, 208, 208, 0.5);
    border-radius: 100px;
    width: fit-content;
    cursor: pointer;
}

.pd-review .form-check-input {
    height: 21px;
    width: 21px;
    margin: 0 !important;
}

.pd-review .form-check-input:focus {
    box-shadow: none !important;
}

.pd-review .form-check-input:checked[type=radio] {

    background-image: url(../img/check-circle-blue.svg);
    background-color: transparent;
    background-size: cover;
}

.pd-prices {
    display: flex;
    align-items: center;
    gap: 16px;
}

.pd-discounted-price {
    font-size: 40px;
    font-weight: 600;
    color: #1A56DB;
}

.pd-original-price {
    text-decoration: line-through;
    text-decoration-color: rgba(39, 39, 39, 0.5);
    font-size: 14px;
    color: rgba(39, 39, 39, 0.5);
}

.pd-border {
    border-top: 1px solid rgba(208, 208, 208, 1);
    margin: 22px 0;
}

.pd-btn {
    padding: 22px 60px;
    border-radius: 999px;
    white-space: nowrap;
    font-weight: 500;
}

.pd-form-flex {
    margin-top: 12px;
    gap: 12px;
}

.pd-inp {
    background-color: rgba(26, 86, 219, 0.04);
    font-size: 14px;
    border-color: rgba(26, 86, 219, 0.04);
    padding: 22px 26px;

}

.pd-inp:focus {
    background-color: rgba(26, 86, 219, 0.04);
    box-shadow: none;
}

.pd-bottom {
    margin-top: 80px;
    gap: 40px;
}

.pd-desc-title {
    margin-bottom: 14px;
    font-size: 20px;
    color: rgba(26, 86, 219, 1);
}

.pd-desc-desc {
    font-size: 16px;
    margin-bottom: 0;
}

.rw-flex>.dont-hide {
    display: flex !important;
}

.di-icon{
    height: 24px;
    width: 24px;
    object-fit: contain;
    object-position: center;
}
.dropdown-item{
    font-size: 14px;
    padding: 12px;
    line-height: 100%;
}
.dropdown-toggle{
    padding-right: 30px !important;
    position: relative;
}
.dropdown-toggle::after{
    height: 20px;
    width: 20px;
    right: 0 !important;
    position: absolute;
    margin: 0 !important;
    border: 0 !important;
    top: 50%;
    content: url(../img/chevron-down.svg);
    transform: translateY(-50%);
    background-image: url(../img/chevron-right.svg);
    background-size: contain;
}
.dropdown-toggle.show::after{
    transform: rotate(180deg) translateY(10px);
}

@media (max-width: 1399px) {   

    .pricing-card {
        max-width: 435px;
        padding: 40px;
    }

    .rw-oval {
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 0px !important;
    }
}

@media (max-width: 1199px) {

    .rw-oval {
        gap: 30px;
        justify-content: space-between;
    }

    .rw-flex {
        gap: 5px;
    }

    /* .rw-line {
        display: none;
    } */

    .rect-blur {
        display: none !important;
    }


    .pd-img {
        height: 200px;
        width: 200px;
    }


    .pcc-flex {
        overflow-x: auto;
        scrollbar-width: none;
    }
}

@media (max-width: 991px) {

    .rw-flex.active::before {
        bottom: -22px;
    }

    .rw-oval {
        padding: 20px;
    }

    .rw-img {
        height: 30px;
        width: 30px;
    }

    .rw-flex span {
        font-size: 70%;
    }

    .pd-img-box {
        height: 100%;
    }

    .processes {
        flex-wrap: wrap;
    }

    .process {
        width: calc(50% - 10px);
    }

    .hero-img-cont {
        width: fit-content;
    }

    .hi-oval {
        height: 50px;
    }

    .hi-oval-1 {
        transform: translateX(10px);
    }

    .hi-oval-2 {
        right: 20px;
    }

    .hi-oval-3 {
        transform: translateX(-10px);
    }

    .hi-oval-4 {
        transform: translateX(20px);
    }

    .hi-oval-5 {
        transform: translateX(0);
    }

    section.search {
        background-size: 150px auto, 150px auto;
    }

    .navbar-nav {
        gap: 20px;
        align-items: start;
        padding-top: 40px;
    }

    .p-box {
        padding: 25px;
    }
}

@media (max-width: 767px) {
    .rw-flex>div {
        display: none !important;
    }

    .process {
        width: 100%;
    }

    .faq-sec {
        background-position: 5% 100px, 95% 75%;
    }

    .f-links {
        gap: 24px;
    }

    .title-2 {
        font-size: 28px;
    }

    .s-flex-1 {
        gap: 28px;
        transform: translateY(-100px);
    }

    .search-inp {
        padding: 18px 55px 18px 30px;
        font-size: 16px;
    }

    .ci-flex-1,
    .ci-flex-3 {
        width: 100%;
    }

    .cart-item {
        padding: 24px;
    }

    .ci-flex-1 {
        gap: 16px;
    }

    .ci-img {
        height: 50px;
        width: 50px;
    }

}


@media (max-width: 575px) {
    .hi-oval {
        height: 40px;
    }

    .pricing-card {
        min-width: 300px !important;
        width: 300px !important;
        padding: 40px 30px;
    }

    .pc-li, .pc-price-desc{
        font-size: 16px;
    }

    .pc-title,.pc-price{
        font-size: 30px;
    }
	
	.home-title h2 {
        font-size: 1.5rem;
    }
	
	.mobile-menu-navbar {
        display: block;
    }
}