﻿.hero-slider-image img {
    width: 60%;
}

.hero-slider-image {
    margin: auto;
    text-align: center;
}

.card-one {
    position: relative;
    border: 2px solid #0f2f62;
    padding: 35px 20px 20px;
    text-align: center;
    width: 90%;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    height: 100%;
    margin: auto;
}

.card-one-icon {
    position: absolute;
    top: -37px;
    left: 42%;
    background: linear-gradient(45deg, #0f2f62, #8ed7ff);
    color: white;
    font-size: 30px;
    padding: 10px 18px;
    border-radius: 50%;
    transition: 1s;
}

.card-one:hover {
    border-color: #fecd5f;
}

    .card-one:hover .card-one-icon {
        transform: rotateY(360deg);
        background: linear-gradient(rgb(252 236 28) 10%, rgb(238 124 49) 100%);
    }

.product_heading {
    font-size: 50px;
    font-weight: 700;
    color: #0f2f62;
    line-height: 1.1;
    position: relative;
    margin-bottom: 40px;
}

    .product_heading::before {
        content: '';
        position: absolute;
        width: 85%;
        height: 3px;
        background: #0f2f62;
        bottom: 8px;
        right: 0px;
    }

p.product-text {
    font-size: 17px;
    line-height: 1.7;
    font-weight: 500;
}


.product_card_image img {
    width: 500px !important;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 2;
    height: 285px;
}

.product_card_image {
    position: relative;
}

.product_card {
    padding: 20px;
    background: #0f2f62;
    position: relative;
    transition: 0.4s ease-in-out;
    margin-bottom: 30px;
    height: 92%;
}

    .product_card::before {
        content: '';
        position: absolute;
        background: linear-gradient(rgb(252 236 28) 10%, rgb(238 124 49) 100%);
        width: 195px;
        height: 195px;
        z-index: 2;
        right: 0px;
        top: 0px;
        border-radius: 0 0 0 110%;
    }

.product_card_content {
    color: white;
}

.product_card_button .btn {
    background: linear-gradient(rgb(252 236 28) 10%, rgb(238 124 49) 100%);
    color: #ffffff;
    border: 0;
    font-size: 15px;
    font-weight: 700;
}

.product_card:hover {
    background: none;
}

    .product_card:hover::before {
        width: 100%;
        height: 100%;
        z-index: -1;
        right: 0px;
        top: 0px;
        border-radius: 0;
        background: linear-gradient(135deg, rgb(255 119 119) 10%, rgb(252, 255, 0) 100%);
        transition: 0.4s ease-in-out;
    }

    .product_card:hover .product_card_button .btn {
        background: linear-gradient(45deg, #0f2f62, #8ed7ff);
    }

.frequent_question_content {
    position: relative;
}

    .frequent_question_content::before {
        content: '';
        position: absolute;
        width: 20%;
        height: 5px;
        top: 60px;
        background: #0f2f62;
        border-radius: 20px;
    }

    .frequent_question_content h3 {
        font-size: 45px;
        margin-bottom: 30px;
        color: #0f2f62;
    }

.slider1 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('images/sailing-6781.gif');
}

.slider2 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../../content/images/spice_main.jpg');
}

.slider3 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../../content/images/wood_main1.jpg');
}

.slider4 {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 1.3)), url('../../content/images/carpet_main.jpg');
}

.hero-slider-content {
    position: absolute;
    color: white;
    margin: 0;
    top: 50%;
    left: 9%;
    -ms-transform: translate(-0%, -50%);
    transform: translate(-0%, -50%);
}

    .hero-slider-content span {
        font-size: 44px;
        background: -webkit-linear-gradient(rgb(252 236 28) 10%, rgb(238 124 49) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 700;
    }

.hero-slider {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 37rem;
}

section.numbers {
    background-image: url('images/counter_bg_1.png');
    background-color: #0f2f62;
    padding: 5rem 0;
}

.number_card_icon {
    position: relative;
}

    .number_card_icon:after {
        content: '';
        height: 100px;
        width: 112px;
        position: absolute;
        top: -28px;
        left: -28px;
        background-color: white;
        clip-path: path("M13.3648 23.689C12.3113 18.0885 13.5019 11.7494 18.6938 9.40012C35.1267 1.96429 68.7714 -9.44147 82.3112 14.0815C100.548 45.7649 138.846 59.5402 82.3112 87.5508C66.122 95.5719 56.2138 98.9992 50.3168 99.8059C42.2525 100.909 34.515 87.5508 26.3756 87.5508H13.8433C10.9933 87.5508 8.2154 86.3499 6.50037 84.0737C-12.7867 58.4757 17.3824 45.0461 13.3648 23.689Z");
    }

    .number_card_icon img {
        position: relative;
        z-index: 1;
    }

.number_card {
    display: flex;
    align-items: center;
}

.number_card_content h4 {
    font-size: 35px;
    font-weight: 800;
    color: white;
}

.number_card_content p {
    font-size: 20px;
    font-weight: 500;
    color: white;
}

.testi-grid {
    position: relative;
    background-color: white;
    box-shadow: 0px 6px 15px rgba(8, 14, 28, 0.06);
    border-radius: 10px;
    padding: 90px 40px 40px 40px;
    margin: 50px 10px 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    height: 315px;
}



.testi-grid_img {
    background-color: #080e1c;
    width: 120px;
    text-align: center;
    border-radius: 10px;
    border: 10px solid #080e1c;
    position: absolute;
    top: -50px;
    left: 40px;
}

    .testi-grid_img > img {
        border-radius: 10px;
        width: 100%;
    }

.testi-grid_quote {
    height: 36px;
    width: 36px;
    line-height: 36px;
    background-color: #0f2f62;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    bottom: -18px;
    left: calc(50% - 18px);
    z-index: 2;
    margin: -28px auto 0 auto;
}

    .testi-grid_quote img {
        position: relative;
        z-index: 1;
    }

.testi-grid_review {
    color: #0f2f62;
    font-size: 14px;
    position: absolute;
    top: 35px;
    right: 40px;
}

    .testi-grid_review i {
        margin-right: 3px;
    }

.testi-grid_text {
    margin-top: -0.45em;
    margin-bottom: 15px;
}

.testi-grid .box-title {
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 1.417;
    font-weight: 700;
    margin-top: -0.32em;
    color: #0f2f62;
}

.testi-grid_desig {
    font-size: 14px;
    display: block;
    margin-bottom: -0.5em;
}

section.testimonial.space.main_testimonial {
    background-image: url('images/testi_bg_31.jpg');
    background-size: 118% 55%;
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
    height: auto;
}

.carousel_se_02_carousel {
    position: relative;
    z-index: 2;
}

.testimonial h6.sub-heading {
    font-size: 22px;
    color: white;
    font-weight: 700;
}

.testimonial h2.main-heading {
    font-size: 45px;
    font-weight: 700;
    color: white;
}

.img-box3 .img3 {
    position: absolute;
    left: 0px;
    top: 80px;
    -webkit-animation: jumpReverseAni 7s linear infinite;
    animation: jumpReverseAni 7s linear infinite;
}

.img3 img {
    border-radius: 10px;
    width: 200px;
}

.img-box3 {
    position: relative;
}

    .img-box3 .img2 {
        position: absolute;
        bottom: 0;
        right: 0;
        background-color: white;
        padding: 10px 0 0 10px;
        border-radius: 10px;
        -webkit-animation: jumpAni 7s linear infinite;
        animation: jumpAni 7s linear infinite;
    }

.img1 img {
    width: 60%;
}

.img1 {
    margin: auto;
    text-align: center;
}

p.text {
    font-size: 16px;
    line-height: 1.6;
}

ul li {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.about_us_content button.btn {
    background: linear-gradient(45deg, #0f2f62, #8ed7ff);
    font-size: 16px;
    font-weight: 600;
    color: white;
    border: 0;
    margin-top: 20px;
}


section.product {
    position: relative;
}


.hero-slider-button .btn {
    background: linear-gradient(45deg, #0f2f62, #8ed7ff);
    border: 0;
    color: white;
    font-weight: 600;
    margin-right: 15px;
}

.hero-slider-button {
    margin-top: 40px;
}

.carousel_section img {
    height: 100px;
    width: 100%;
}

.about_us_content h2, .product .main-heading {
    font-size: 40px;
    font-weight: 700;
    color: black !important;
}



.product p.text {
    font-weight: 600;
    margin: 20px;
    font-size: 18px;
}




.product h6.sub-heading::before {
    left: 40%;
}

.product h6.sub-heading::after {
    right: 40%;
}

.why_us h6.sub-heading::after {
    right: 43%
}

.testimonial h6.sub-heading::before {
    left: 42%;
}

.testimonial h6.sub-heading::after {
    right: 42%;
}

.testimonial h6.sub-heading::before, .testimonial h6.sub-heading::after {
    background: white;
}


.accordion-item {
    margin-bottom: 30px;
    border: 0;
    box-shadow: 0px 20px 20px rgba(3, 4, 28, 0.08);
}

button.accordion-button {
    color: #0f2f62;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
}

.accordion-button:not(.collapsed) {
    color: #ffffff !important;
    background-color: #0f2f62 !important;
}

.accordion-button:focus {
    box-shadow: none;
}

.why_us_card {
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 19px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    margin-bottom: 50px;
}

.img2 img {
    width: 250px;
}
.carousel-control-next, .carousel-control-prev {
    width: 5%;
}
.card-one-icon {
    left: 33%;
}