@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ibarra+Real+Nova:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&display=swap');

body {
    font-size: 1rem;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
}

:root {
    --color-secondary: #000a44;
    /* --color-secondary: #030e4e; */
    --accent-orange: #fb704f;
    /* --accent-orange: #f2980b; */
    --color-text: #444;
    --color-white: #ffffff;
    --color-black: #000000;
    --color-very-dark-cyan: #f2980b;
    --color-very-pale-red: #fff3f0;
    --color-very-pale-blue: #f2f9ff;
    --color-light-grayish-cyan: #c6dddd;
    --color-star-yellow: #fbd12a;
    --color-very-light-gray-white: #fafafa;
    --color-nav-text: #3f3f3f;
    --color-light-grayish-green: #f7fcf4;

    --popp: "Poppins", sans-serif;
    --nova: "Ibarra Real Nova", serif;
}

:is(h1, h2, h3, h4, h5, h6) {
    font-family: "Ibarra Real Nova", serif;
    color: var(--color-secondary);
    font-weight: 600;
}

h1 {
    font-size: 3.75rem;
    line-height: 4.15rem;
    font-weight: 700;
}

h2 {
    font-size: 2.85rem;
    line-height: 3rem;
}

h3 {
    font-size: 2.25rem;
    line-height: 2.75rem;
}

h4 {
    font-size: 1.5rem;
    line-height: 1.75rem;
}

h5 {
    font-size: 1.25rem;
    line-height: 26px;
    font-weight: 500;
}

h6 {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.35;
    color: var(--accent-orange);
}

p {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: var(--color-text);
}

.popp {
    font-family: var(--popp);
}

.text-size-18 {
    font-size: 18px;
    line-height: 26px;
}

.text-size-14 {
    font-size: 14px;
    line-height: 20px;
}

::-webkit-scrollbar {
    width: 8px;
    height: 4px;
}

::-webkit-scrollbar-thumb {
    background: var(--color-very-dark-cyan);
}

section {
    padding-block: 6rem 5rem;
}

.heading_area {
    margin-bottom: 2rem;
}

.heading_area h6 {
    font-family: var(--popp);
    margin-bottom: 0.5rem;
}

.primary_btn {
    position: relative;
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    padding: 1rem 2.5rem;
    text-align: center;
    border-radius: 0;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: var(--color-white);
    background: var(--accent-orange);
    transition: all 0.8s ease-in-out;
    text-decoration: none;
}

.primary_btn:hover {
    color: var(--color-white);
    background: var(--color-very-dark-cyan);
}

.all_row {
    display: flex;
    flex-wrap: wrap;
}

.all_column {
    display: flex;
}

.all_boxes {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Home Page */

.top-bar-con {
    padding: 1rem 0 0.75rem;
    background-color: var(--color-secondary);
}

.top-bar-con .top-bar-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-bar-con .top-bar-info p {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: var(--color-white);
}

.top-bar-con .top-bar-info p span {
    color: var(--accent-orange);
}

.header {
    padding: 1rem 0px 1rem;
    position: relative;
    z-index: 5;
}

.header .logo img {
    width: 12rem;
}

.navbar-collapse .navbar-nav {
    text-align: center;
    align-items: center;
    display: inherit;
}

.navbar-expand-lg {
    position: relative;
    z-index: 1;
}

.navbar-brand {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-nav li {
    margin: 0 20px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.navbar-nav li:first-child {
    margin-left: 0;
}

.navbar-nav .nav-item a {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: var(--color-nav-text) !important;
    transition: all 0.3s ease-in-out;
}

.navbar-nav .nav-item a:hover {
    color: var(--accent-orange) !important;
    background-color: transparent;
}

.navbar-nav .active > a {
    color: var(--accent-orange) !important;
}

.navbar-nav li:last-child {
    margin-right: 0;
    padding-right: 0;
    margin-left: 0;
}

.navbar-collapse .drop-down-pages {
    text-align: left;
    margin-left: 0;
}

.navbar-nav .dropdown-menu {
    position: absolute;
    left: 0;
    top: 55px;
    min-width: 212px;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: 0px 0px 100px rgb(0 0 0 / 10%);
    background-color: var(--color-white);
}

.navbar-nav .drop-down-pages li {
    margin: 0;
    border-bottom: 1px solid var(--color-white);
}

.navbar-nav .drop-down-pages .nav-item a {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    padding: 10px 20px;
    text-transform: uppercase;
    color: var(--color-nav-text) !important;
    transition: all 0.3s ease-in-out;
}

.navbar-nav .drop-down-pages li:hover::after {
    display: none;
}

.navbar-nav .drop-down-pages li:first-child a::before {
    content: '';
    width: 24px;
    height: 12px;
    position: absolute;
    background-image: url(../images/nav-node.png);
    top: -12px;
    left: 8%;
    transition: all 0.3s ease-in-out;
}

.navbar-nav .drop-down-pages li:first-child a:hover::before {
    background-image: url(../images/nav-node-hover.png);
}

.navbar-nav .drop-down-pages .active:first-child > a::before {
    background-image: url(../images/nav-node-hover.png);
}

.navbar-nav .drop-down-pages li:last-child {
    margin: 0;
    border: none;
    display: block !important;
}

.navbar-nav .nav-item .dropdown-item:hover {
    color: var(--color-white) !important;
    background-color: var(--accent-orange) !important;
}

.navbar-nav .drop-down-pages .active > a {
    color: var(--color-white) !important;
    background-color: var(--accent-orange) !important;
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--color-white) !important;
    background-color: var(--accent-orange) !important;
}

.navbar-nav .drop-down-pages .active > a:hover {
    color: var(--color-white) !important;
    background-color: var(--accent-orange) !important;
}

.navbar-expand-lg .drop-down-pages .nav-link {
    padding-left: 0;
}

.header .last_list {
    display: flex;
    align-items: center;
    margin-left: 100px;
}

.header .last_list a {
    position: relative;
    margin: 0 16px;
    transition: all 0.3s ease-in-out;
}

.header .last_list .cart span {
    font-size: 7px;
    width: 13px;
    height: 13px;
    line-height: 13px;
    position: absolute;
    right: -6px;
    bottom: -4px;
    text-align: center;
    border-radius: 100%;
    color: var(--color-white);
    background-color: var(--accent-orange);
    transition: all 0.3s ease-in-out;
}

.header .last_list a img {
    filter: brightness(0);
    transition: all 0.3s ease-in-out;
}

.header .last_list a:hover img {
    filter: none;
}

/* Banner */

.banner-con {
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/banner-backgroundimage.jpg);
}

.banner-con .banner-leftimage,
.banner-con .banner-rightimage {
    position: absolute;
    max-width: 5rem;
}

.banner-con .banner-leftimage {
    left: 0;
    bottom: 0;
}

.banner-con .banner-rightimage {
    right: 0;
    top: 0;
}

.banner-con .carousel-inner {
    padding: 10rem 0 6rem;
    overflow: hidden;
}

.banner-con .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.banner-con .banner_content {
    position: relative;
    z-index: 1;
}

.banner-con .banner_content h6 {
    position: relative;
    font-size: 1rem;
    padding-left: 55px;
    color: var(--color-secondary);
    letter-spacing: 2px;
    text-transform: uppercase;
}

.banner-con .banner_content h6::before {
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 40px;
    height: 2px;
    position: absolute;
    background-color: var(--accent-orange);
}

.banner-con .banner_content h1 {
    margin-bottom: 1.25rem;
}

.banner-con .banner_content h1 span {
    color: var(--accent-orange);
}

.banner-con .banner_content p {
    margin-bottom: 2rem;
    font-size: 1.15rem;
    color: var(--color-secondary);
}

.banner-con .banner_content .primary_btn {
    padding: 1rem 2.5rem;
}

.banner-con .banner_wrapper .banner-image {
    position: absolute;
    top: -125px;
    left: 50%;
    width: 100%;
    z-index: 1;
    transform: translateX(-50%);
}

.banner-con .banner_wrapper .banner-image::before {
    content: "";
    width: 587px;
    height: 587px;
    top: 78px;
    right: 0;
    position: absolute;
    border-radius: 100%;
    background-color: var(--color-white);
    z-index: -1;
}

.banner-con .banner_wrapper .banner-image img {
    width: 100%;
    max-width: 530px;
}

.banner-con .banner_wrapper .banner-arrow {
    position: absolute;
    left: 184px;
    top: -105px;
    z-index: 1;
}

.banner-con .banner_wrapper .circle-text {
    position: absolute;
    left: 25px;
    top: -110px;
    width: 10rem;
    height: 10rem;
    text-align: center;
    padding: 4px;
    border-radius: 100%;
    background-color: var(--color-very-dark-cyan);
    outline: 5px solid #fff6;
    outline-offset: -4px;
    z-index: 1;
}

.banner-con .banner_wrapper .content {
    left: 0;
    right: 0;
    top: -6px;
    bottom: 0;
    margin: auto;
    position: absolute;
    display: table-cell;
    align-content: center;
}

.banner-con .banner_wrapper span {
    color: var(--color-white);
}

.banner-con .banner_wrapper .number {
    font-size: 54px;
    line-height: 54px;
    font-weight: 700;
}

.banner-con .banner_wrapper .persent,
.banner-con .banner_wrapper .text {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
}

.banner-con .banner_wrapper .persent {
    position: relative;
    top: -20px;
}

.banner-con .banner_wrapper .text {
    position: absolute;
    bottom: 70px;
    right: 15px;
}

.banner-con .banner_wrapper .text1 {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    display: block;
    margin-top: 4px;
    word-spacing: 2.4px;
    text-transform: uppercase;
}

.banner-con .carousel-indicators {
    margin-bottom: 0 !important;
    align-items: center;
    bottom: 2.5rem;
    list-style: none;
}

.banner-con .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    opacity: 1;
    text-indent: 1px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    margin: 0 5px;
    border-radius: 100px;
    background-color: #e0e0e0;
    border: 1px solid #e0e0e0;
    box-shadow: none;
}

.banner-con .carousel-indicators li:first-child {
    margin-left: 0;
}

.banner-con .carousel-indicators li:last-child {
    margin-right: 0;
}

.banner-con .carousel-indicators .active {
    background-color: var(--accent-orange);
    border: 1px solid var(--accent-orange);
}

.banner-con .pagination-outer .carousel-control-prev,
.banner-con .pagination-outer .carousel-control-next {
    position: absolute;
    top: 410px;
    width: 17px;
    height: 32px;
    opacity: 1;
    display: inline-block;
    filter: brightness(0);
    transition: all 0.3s ease-in-out;
}

.banner-con .pagination-outer .carousel-control-prev {
    left: -170px;
}

.banner-con .pagination-outer .carousel-control-next {
    right: -170px;
}

.banner-con .pagination-outer .carousel-control-prev:hover,
.banner-con .pagination-outer .carousel-control-next:hover {
    filter: none;
}

/* Discount */

.discount-con .content1 {
    top: 62px;
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
}

.discount-con .content1 h6 {
    margin-bottom: 8px;
}

.discount-con .content1 .text {
    display: block;
    margin-bottom: 10px;
}

.discount-con .content1 span {
    font-size: 54px;
    line-height: 60px;
    font-weight: 700;
}

.discount-con .content1 .percent {
    color: var(--accent-orange);
}

.discount-con .content1 .primary_btn {
    font-size: 14px;
    line-height: 14px;
    padding: 15px 28px;
}

.discount-con .content1 .primary_btn:hover {
    color: var(--color-very-dark-cyan);
    background-color: var(--color-white);
}

.discount-con .discount-image2 {
    margin-bottom: 30px;
}

.discount-con .content2 {
    width: 35%;
    top: 50px;
    right: 30px;
    position: absolute;
}

.discount-con .content2 h6 {
    margin-bottom: 8px;
}

.discount-con .content2 .text {
    display: block;
    margin-bottom: 10px;
}

.discount-con .content2 span {
    font-size: 2rem;
    line-height: 2.15rem;
    font-weight: 600;
}

.discount-con .content2 .primary_btn {
    font-size: 14px;
    line-height: 14px;
    padding: 15px 28px;
}

.discount-con .content2 .primary_btn:hover {
    color: var(--color-very-dark-cyan);
    background-color: var(--color-white);
}

.discount-con .content3 {
    width: 40%;
    left: 40px;
    right: unset;
}

/* Choose */

.choose-con {
    padding: 125px 0 130px;
    background-color: var(--color-very-pale-blue);
}

.choose-con .choose_content h2 {
    margin-bottom: 32px;
}

.choose-con .choose_wrapper ul {
    display: flex;
}

.choose-con .choose_wrapper ul li {
    padding: 0 32px;
    transition: all 0.3s ease-in-out;
}

.choose-con .choose_wrapper ul li:first-child {
    padding-left: 0;
}

.choose-con .choose_wrapper ul li:last-child {
    padding-right: 0;
    margin-bottom: 0;
}

.choose-con .choose_wrapper ul li .icon {
    width: 87px;
    height: 87px;
    line-height: 87px;
    margin-bottom: 22px;
    border-radius: 100%;
    text-align: center;
    background-color: var(--color-white);
    transition: all 0.3s ease-in-out;
}

.choose-con .choose_wrapper ul li:hover .icon {
    transform: translateY(-5px);
}

/* Feature */

.feature-con {
    background-color: var(--color-white);
}

.feature-con .nav-tabs {
    width: 58%;
    margin: 0 auto 72px;
    justify-content: center;
    border-bottom: 1px solid #ececec;
}

.feature-con .tabs-box .nav-tabs li a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    color: var(--color-secondary);
    text-decoration: none;
    position: relative;
    top: 2px;
    padding: 22px 30px;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease-in-out;
}

.feature-con .tabs-box .nav-tabs li a:hover {
    color: var(--accent-orange);
}

.feature-con .tabs-box .nav-tabs > li > a.active {
    color: var(--accent-orange);
    border-bottom: 2px solid var(--accent-orange);
}

.feature-con .feature-box {
    position: relative;
    margin-bottom: 3rem;
}

.feature-con .feature-box .image {
    /*display: flex;
    align-items: center;
    justify-content: center;
    */
    width: 100%;
    height: 350px;
    text-align: center;
    background-color: var(--color-very-light-gray-white);
    border-radius: 10px;
    overflow: hidden;
}

.feature-con .feature-box .image *:not(img) {
    height: 100%;
}

.feature-con .feature-box .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: max-content;
    margin-inline: auto;
}

.feature-con .feature-box ul {
    position: absolute;
    right: 14px;
    top: 20px;
    display: none;
    transition: all 0.8s ease-in-out;
}

.feature-con .feature-box:hover ul {
    display: block;
}

.feature-con .feature-box li {
    height: 38px;
    width: 38px;
    line-height: 38px;
    margin: 10px 0;
    text-align: center;
    border-radius: 100%;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
}

.feature-con .feature-box li:hover {
    background-color: var(--accent-orange);
}

.feature-con .feature-box li img {
    transition: all 0.3s ease-in-out;
}

.feature-con .feature-box li:hover img {
    filter: brightness(0) invert(1);
}

.feature-con .feature-box li:first-child {
    margin-top: 0;
}

.feature-con .feature-box li:last-child {
    margin-bottom: 0;
}

.color-dot {
    position: relative;
    display: inline-block;
    width: 0.85rem;
    aspect-ratio: 1/1;
    background-color: var(--dot, #fb704f);
    margin: 0 2px;
    border-radius: 100%;
    transition: all 0.3s ease-in-out;
}

.color-dot::after {
    content: "";
    left: -3px;
    top: -3px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    border: 1px solid;
    display: none;
    transition: all 0.3s ease-in-out;
}

.color-dot:hover::after {
    display: block;
}

.color-dot:first-child {
    margin-left: 0;
}

.color-dot:first-child {
    margin-right: 0;
}

.color-dot:hover::after {
    border: 1px solid var(--dot, #fb704f);
}

.feature-con .feature-box h4 {
    margin-bottom: 10px;
    transition: all 0.8s ease-in-out;
}

.feature-con .feature-box h4:hover {
    color: var(--accent-orange);
}

.feature-con .feature-box .price1 {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--accent-orange);
}

.feature-con .feature-box .price2 {
    font-size: 14px;
    font-weight: 400;
    margin-left: 5px;
    text-decoration-line: line-through;
    color: var(--color-text);
}

/* About */

.about-con {
    padding: 140px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/about-backgroundimage.jpg);
}

.about-con .about-leftimage {
    position: absolute;
    left: 0;
    top: 162px;
}

.about-con .about_wrapper .about-image1 {
    margin-bottom: 36px;
}

ul.counter_wrap {
    display: flex;
    justify-content: space-between;
}

ul.counter_wrap li {
    padding-right: 30px;
    display: inline-block;
    border-right: 1px solid rgb(255 255 255 / 13%);
}

ul.counter_wrap li:last-child {
    padding-right: 0;
    border-right: none;
}

ul.counter_wrap .value {
    margin-bottom: 8px;
}

ul.counter_wrap .value {
    display: flex;
    gap: 0.25rem;
    font-size: 3rem;
    line-height: 2rem;
    font-weight: 700;
    font-family: var(--nova);
}

ul.counter_wrap .value .expression {
    font-size: 90%;
    color: var(--accent-orange);
}

ul.counter_wrap .value .text {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
}

.about-con .about_content {
    padding-left: 50px;
}

.about-con .about_content .content {
    margin-bottom: 85px;
}

.about-con .about_content .content * {
    color: var(--color-white);
}

.about-con .about_content h6 {
    margin-bottom: 14px;
}

.about-con .about_content h2 {
    margin-bottom: 30px;
}

.about-con .about_content .text {
    margin-bottom: 36px;
}

.about-con .about_content .primary_btn {
    padding: 20px 44px;
}

.about-con .about_content .primary_btn:hover {
    color: var(--color-very-dark-cyan);
    background-color: var(--color-white);
}

.about-con .about_content .about-image2 {
    position: relative;
    top: 0;
    left: 0;
    background-color: var(--color-black);
}

.about-con .about_content .about-image2 img {
    width: 100%;
    opacity: 80%;
}

.about-con .about_content .icon {
    height: 102px;
    width: 102px;
    line-height: 102px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    text-align: center;
    border-radius: 100%;
    transition: all 0.8s ease-in-out;
    border: 1px solid rgba(255, 255, 255, 60%);
}

.about-con .about_content .icon:hover {
    transform: translateY(-5px);
}

.about-con .about_content .icon .video-icon {
    height: 83px;
    width: 83px;
    line-height: 83px;
    top: 9px;
    left: -1px;
    right: 0;
    margin: 0 auto;
    position: relative;
    text-align: center;
    border-radius: 100%;
    transition: all 0.8s ease-in-out;
    background: var(--color-white);
}

/* Categories */

.categories-con {
    padding: 135px 0 138px;
    background-color: var(--color-white);
}

.categories-con .categories_content h6 {
    margin-bottom: 16px;
}

.categories-con .categories_content h2 {
    margin-bottom: 52px;
}

.categories-con .categories-box {
    position: relative;
    text-align: center;
    transition: all 0.8s ease-in-out;
}

.categories-con .categories-box .image {
    margin-bottom: 32px;
}

.categories-con .categories-box figure {
    width: 255px;
    height: 255px;
    margin: 0 auto;
    border-radius: 100%;
    overflow: hidden;
    background-color: var(--color-secondary);
}

.categories-con .categories-box figure img {
    border-radius: 100%;
    transition: all 0.8s ease-in-out;
}

.categories-con .categories-box:hover figure img {
    opacity: 55%;
    transform: scale(1.1);
}

.categories-con .categories-box .image i {
    font-size: 16px;
    height: 52px;
    width: 52px;
    line-height: 52px;
    text-align: center;
    border-radius: 100%;
    color: var(--color-white);
    background-color: var(--accent-orange);
    transition: all 0.8s ease-in-out;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none;
}

.categories-con .categories-box:hover i {
    display: block;
}

/* Offer */

.offer-con::before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/offer-backgroundimage.jpg);
}

.offer-con .offer_content {
    padding: 135px 0;
}

.offer-con .offer_content h6 {
    margin-bottom: 16px;
}

.offer-con .offer_content h2 {
    font-size: 80px;
    line-height: 82px;
    margin-bottom: 20px;
}

.offer-con .offer_content p {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 40px;
    font-family: "Archivo", serif;
    color: var(--color-secondary);
}

.offer-con .offer_content p span {
    color: var(--accent-orange);
}

.offer-con .offer_content .primary_btn {
    padding: 20px 48px;
}

.offer-con .offer_wrapper .box {
    position: relative;
    display: inline-block;
    transition: all 0.8s ease-in-out;
}

.offer-con .offer_wrapper .box .dot {
    right: -50px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    position: absolute;
    cursor: pointer;
    transition: all 0.8s ease-in-out;
}

.offer-con .offer_wrapper .popup-box {
    width: 235px;
    padding: 10px 20px;
    position: relative;
    background-color: var(--color-white);
    transition: all 0.8s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.offer-con .offer_wrapper .popup-box::after {
    content: '';
    height: 20px;
    width: 20px;
    right: -10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    position: absolute;
    transform: rotate(45deg);
    background-color: var(--color-white);
}

.offer-con .offer_wrapper .box .dot:hover + .offer-con .offer_wrapper .popup-box {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.offer-con .offer_wrapper .box h3 {
    margin-bottom: 8px;
}

.offer-con .offer_wrapper .box p {
    margin-bottom: 10px;
}

.offer-con .offer_wrapper .box .price1 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: var(--accent-orange);
}

.offer-con .offer_wrapper .box .price2 {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    margin-left: 5px;
    text-decoration-line: line-through;
    color: var(--color-text);
}

.offer-con .offer_wrapper .box1 {
    right: -550px;
    top: 342px;
}

.offer-con .offer_wrapper .box2 {
    top: 60px;
    right: 46px;
}

.offer-con .offer_wrapper .box3 {
    top: 85px;
    right: -110px;
}

.offer-con .offer_wrapper .box4 {
    top: 175px;
    right: 250px;
}

.offer-con .offer_wrapper .box5 {
    top: -50px;
    right: 180px;
}

/* Testimonial */

.testimonial-con .owl-stage-outer {
    padding-left: 2px;
}

.testimonial-con .owl-stage {
    display: flex;
}

.testimonial-con .owl-item {
    padding: 2.5rem 1.5rem 1.5rem;
    border-radius: 0;
    background-color: var(--color-white);
    border: 1px solid #ececec;
    transition: all 0.8s ease-in-out;
}

.testimonial-con .owl-item:hover {
    border: 1px solid var(--accent-orange);
}

.testimonial-con .testimonial-box .testimonial-quoteimage {
    margin-bottom: 20px;
}

.testimonial-con .review-content {
    padding-left: 16px;
    display: flex;
}

.testimonial-con .testimonial-box .ratings {
    --star-size: 16px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='orange'%3E%3Cpath d='M12.0006 18.26L4.94715 22.2082L6.52248 14.2799L0.587891 8.7918L8.61493 7.84006L12.0006 0.5L15.3862 7.84006L23.4132 8.7918L17.4787 14.2799L19.054 22.2082L12.0006 18.26Z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: repeat-x;
    width: calc(var(--star-size) * 5);
    height: var(--star-size);
}

.testimonial-con .review-content .name {
    display: block;
    font-size: 1.1rem;
    font-weight: 500;
}

.testimonial-con .review-content .review {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--color-text);
}

.testimonial-con .owl-carousel .owl-item img {
    width: auto !important;
}

.testimonial-con .owl-carousel .owl-dots {
    display: block !important;
    margin-top: 52px !important;
    line-height: 0;
    position: absolute;
    left: 0;
    right: 0;
}

.testimonial-con .owl-carousel .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 0 5px;
    transition: all 0.3s ease-in-out;
    background-color: #e0e0e0;
}

.testimonial-con .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: var(--accent-orange);
}

.testimonial-con .owl-carousel .owl-dots .owl-dot.active span {
    top: 0;
    position: relative;
    background-color: var(--accent-orange);
}

.testimonial-con .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}

/* Update */

.update-con {
    background-color: var(--accent-orange);
}

.update-con .update-leftimage {
    position: absolute;
    left: 0;
    bottom: 82px;
}

.update-con .update-rightimage {
    position: absolute;
    right: 0;
    top: 88px;
}

.update-con .update_wrapper .update-image {
    position: relative;
    left: -95px;
    top: 0;
}

.update-con .update_content {
    padding: 95px 0 100px 60px;
}

.update-con .update_content h6 {
    margin-bottom: 15px;
}

.update-con .update_content h2 {
    margin-bottom: 30px;
    padding-right: 30px;
}

.update-con .update_content .form-group {
    width: 100%;
}

.update-con .update_content input {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    width: 100%;
    height: 60px;
    padding: 10px 190px 10px 30px;
    border-radius: 0;
    color: var(--color-text);
    background-color: var(--color-white);
    border: 1px solid var(--color-white);
    overflow: visible;
    outline: none;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}

.update-con .update_content input:focus,
.update-con .update_content input:hover {
    border: 1px solid var(--color-secondary);
}

.update-con .update_content input::placeholder {
    color: var(--color-text);
}

.update-con .update_content button {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    padding: 10px;
    min-width: 175px;
    height: 45px;
    right: 8px;
    top: 8px;
    text-align: center;
    display: inline-block;
    position: absolute;
    border-radius: 0;
    color: var(--color-white);
    background-color: var(--color-very-dark-cyan);
    transition: all 0.8s ease-in-out;
    outline: none;
    border: none;
}

.update-con .update_content button:hover {
    color: var(--color-white);
    background-color: var(--accent-orange);
}

/* Footer */

.footer-con {
    /* background: var(--color-very-dark-cyan); */
    background: #000;
    padding-block: 2rem 0rem;
}

.footer-con::after {
    content: "";
    position: absolute;
    bottom: 98%;
    left: 0px;
    right: 0px;
    height: 3rem;
    background-color: inherit;
    border-radius: 40px 40px 0 0;
    z-index: 1;
    pointer-events: none;
}

.footer-con .middle_portion .footer-logo {
    margin-bottom: 35px;
    max-width: 200px;
}

.footer-con .middle_portion p {
    line-height: 1.6rem;
    margin-bottom: 28px;
    /* color: var(--color-light-grayish-cyan); */
    color: #fff;
}

.footer-con .middle_portion h3 {
    margin-bottom: 32px;
    color: var(--color-white);
}

.footer-con .middle_portion .use-link {
    padding-left: 80px;
}

.footer-con .middle_portion .links li {
    margin-bottom: 0.75rem;
}

.footer-con .middle_portion li a {
    font-size: 1.1rem;
    font-weight: 400;
    margin-left: 0.5rem;
    text-decoration: none;
    color: var(--color-light-grayish-cyan);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .links li i {
    position: relative;
    top: -1px;
}

.footer-con .middle_portion li i {
    color: var(--color-white);
}

.footer-con .middle_portion li a:hover {
    color: var(--accent-orange);
}

.footer-con .middle_portion .icon .text {
    position: relative;
    margin-bottom: 11px;
    padding-left: 30px;
    display: inline-block;
}

.footer-con .middle_portion .icon i {
    position: absolute;
    font-size: 14px;
    line-height: 14px;
    left: 0;
    top: 6px;
}

.footer-con .middle_portion .icon a {
    margin-left: 0 !important;
}

.footer-con .copyright {
    padding: 1.25rem 0 1.5rem;
    border-top: 1px solid rgb(255 255 255 / 15%);
    background-color: #071c1fee;
}

.footer-con .copyright .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-con .copyright p {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    color: var(--color-light-grayish-cyan);
}

/* Home 2 */

/* Header */

.header2 .navbar-nav .nav-item a {
    color: var(--color-white) !important;
}

.header2 .navbar-nav .nav-item a:hover,
.header2 .navbar-nav .active > a {
    color: var(--accent-orange) !important;
}

.header2 .navbar-nav .drop-down-pages .nav-item a {
    color: var(--color-nav-text) !important;
}

.header2 .dropdown-item.active,
.header2 .dropdown-item:active,
.header2 .navbar-nav .nav-item .dropdown-item:hover,
.header2 .navbar-nav .drop-down-pages .active > a,
.header2 .navbar-nav .drop-down-pages .active > a:hover {
    color: var(--color-white) !important;
}

.header2 .last_list a img {
    filter: brightness(0) invert(1);
}

.header2 .last_list a:hover img {
    filter: none;
}

/* Banner */

.home2_banner_outer {
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/about-backgroundimage.jpg);
}

.banner2-con .banner2-wordimage {
    position: absolute;
    left: -354px;
    top: 11%;
}

.banner2-con .banner2-wordimage img {
    opacity: 10%;
}

.banner2-con .banner2-sofaimage {
    position: absolute;
    right: -615px;
    bottom: 0;
    z-index: 1;
}

.banner2-con .banner2-sofabgimage {
    position: absolute;
    top: 50px;
    right: -370px;
}

.banner2-con .banner2-flowerpotimage {
    position: absolute;
    bottom: 0;
    left: -162px;
    z-index: 1;
}

.banner2-con .banner2-flowerpotimage::before {
    content: "";
    width: 374px;
    height: 374px;
    top: 180px;
    left: -20px;
    position: absolute;
    border-radius: 100%;
    background-color: rgb(0 0 0 / 10%);
    z-index: -1;
}

.banner2-con #bannerCarouselControls {
    width: 800px;
    margin: 0 auto;
}

.banner2-con .carousel-inner {
    padding: 190px 0 258px;
}

.banner2-con .banner_content {
    position: relative;
    z-index: 1;
}

.banner2-con .banner_content h1 {
    font-size: 90px;
    line-height: 90px;
    margin-bottom: 30px;
    color: var(--color-white);
}

.banner2-con .banner_content p {
    padding: 0 60px;
    margin-bottom: 38px;
    color: var(--color-white);
}

.banner2-con .banner_content .primary_btn {
    padding: 20px 48px;
}

.banner2-con .carousel-indicators {
    margin-bottom: 0 !important;
    align-items: center;
    bottom: 64px;
}

.banner2-con .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    opacity: 1;
    text-indent: 1px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    margin: 0 5px;
    border-radius: 100px;
    background-color: rgb(0 0 0 / 20%);
    border: 1px solid rgb(0 0 0 / 20%);
    box-shadow: none;
}

.banner2-con .carousel-indicators li:first-child {
    margin-left: 0;
}

.banner2-con .carousel-indicators li:last-child {
    margin-right: 0;
}

.banner2-con .carousel-indicators .active {
    background-color: var(--accent-orange);
    border: 1px solid var(--accent-orange);
}

.banner2-con .banner_wrapper {
    display: none;
}

/* Service */

.service-con {
    padding: 2.5rem 0 2.25rem;
    background-color: var(--color-very-pale-blue);
}

.service-con .service_content_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service-con .service_content_wrapper .service-box {
    display: flex;
    align-items: center;
}

.service-con .service_content_wrapper .icon {
    width: 4.5rem;
    height: 4.5rem;
    line-height: 4.5rem;
    margin-bottom: 0;
    border-radius: 100%;
    text-align: center;
    background-color: var(--color-white);
    transition: all 0.8s ease-in-out;
    outline: 4px solid #fff4;
}

.service-con .service_content_wrapper .service-box:hover .icon {
    transform: translateY(-5px);
}

.service-con .service_content_wrapper h5 {
    flex: 1;
    padding-left: 1rem;
    margin-bottom: 0;
    font-family: var(--popp);
}

/* Categories */

.categories2-con .categories-box {
    position: relative;
    height: 330px;
    text-align: center;
    border-radius: 10px;
    transition: all 0.8s ease-in-out;
    overflow: hidden;
    z-index: 0;
}

.categories2-con .categories-box::before,
.categories2-con .categories-box::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.categories2-con .categories-box::before {
    outline: 4px solid #fff6;
    outline-offset: -4px;
    border-radius: 10px;

}

.categories2-con .categories-box::after {
    top: auto;
    height: 4rem;
    background: linear-gradient(to bottom, transparent, #000);
}

.categories2-con .categories-box .image {
    height: 100%;
    margin-bottom: 0;
}

.categories2-con .categories-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    transition: all 0.8s ease-in-out;
}

.categories2-con .categories-box:hover img {
    opacity: 55%;
    transform: scale(1.1);
}

.categories2-con .categories-box .content {
    position: absolute;
    inset: 0;
    top: auto;
    bottom: 12px;
    z-index: 2;
}

.categories2-con .categories-box h5 {
    font-size: 1.125rem;
    /*background-color: var(--color-white); */
    color: #fff;
    font-family: var(--popp);
    transition: all 0.5s;
}

.categories2-con .categories-box h5:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-color: #fff9;
    -moz-text-decoration-color: #fff9;
}

/* About */

.about2-con {
    padding: 130px 0;
    background-color: var(--accent-orange);
}

.about2-con::before {
    content: "";
    width: 40%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-image: url(../images/about2-leftbackground.jpg);
}

.about2-con::after {
    content: "";
    width: 60%;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    background-image: url(../images/about2-rightbackground.jpg);
}

.about2-con .about_content {
    z-index: 1;
}

.about2-con .content {
    position: relative;
    padding: 74px 74px 80px;
    background-color: var(--color-white);
}

.about2-con .content::before {
    content: "";
    width: 255px;
    height: 255px;
    left: -100px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    position: absolute;
    border-radius: 100%;
    background-color: #e76243;
    z-index: -1;
}

.about2-con .about_content h6 {
    margin-bottom: 14px;
}

.about2-con .about_content h2 {
    margin-bottom: 28px;
}

.about2-con .about_content .text {
    margin-bottom: 38px;
}

.about2-con .about_content .primary_btn {
    padding: 20px 43px;
    background-color: var(--color-very-dark-cyan);
}

.about2-con .about_content .primary_btn:hover {
    background-color: var(--accent-orange);
}

.about2-con .about_wrapper {
    display: none;
}

/* Feature */

.feature2-con {
    padding: 135px 0 115px;
    background-color: var(--color-very-pale-blue);
}

.feature2-con .feature_content h6 {
    margin-bottom: 16px;
}

.feature2-con .feature_content h2 {
    margin-bottom: 40px;
}

.feature2-con .nav-tabs {
    width: 58%;
    margin: 0 auto 60px;
    justify-content: center;
    border-bottom: none;
}

.feature2-con .tabs-box .nav-tabs li a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    color: var(--color-secondary);
    text-decoration: none;
    position: relative;
    padding: 22px 30px;
    transition: all 0.8s ease-in-out;
}

.feature2-con .tabs-box .nav-tabs li a::before {
    content: "";
    width: 5px;
    height: 5px;
    left: 0;
    right: 0;
    bottom: 8px;
    margin: 0 auto;
    text-align: center;
    border-radius: 100px;
    position: absolute;
    background-color: transparent;
    transition: all 0.8s ease-in-out;
}

.feature2-con .tabs-box .nav-tabs li a:hover,
.feature2-con .tabs-box .nav-tabs > li > a.active {
    color: var(--accent-orange);
}

.feature2-con .tabs-box .nav-tabs li a:hover::before,
.feature2-con .tabs-box .nav-tabs li a.active::before {
    background-color: var(--accent-orange);
}

.feature2-con .feature-box {
    position: relative;
    padding: 20px;
    margin-bottom: 30px;
    background-color: var(--color-white);
    border: 1px solid transparent;
    transition: all 0.8s ease-in-out;
}

.feature2-con .feature-box::before {
    content: "";
    width: 125px;
    height: 158px;
    right: 0;
    bottom: 0;
    position: absolute;
    background-image: url(../images/feature2-boxcircle.png);
}

.feature2-con .feature-box:hover {
    border: 1px solid var(--accent-orange);
}

.feature2-con .feature-box .heart {
    top: 20px;
    right: 20px;
    width: 38px;
    height: 38px;
    line-height: 36px;
    border-radius: 100%;
    position: absolute;
    text-align: center;
    background-color: var(--color-white);
    border: 1px solid #ececec;
    transition: all 0.8s ease-in-out;
}

.feature2-con .feature-box .heart img {
    transition: all 0.3s ease-in-out;
}

.feature2-con .feature-box .heart:hover {
    background-color: var(--accent-orange);
    border: 1px solid var(--accent-orange);
}

.feature2-con .feature-box .heart:hover img {
    filter: brightness(0) invert(1);
}

.feature2-con .feature-box .text_wrapper {
    margin-bottom: 10px;
}

.feature2-con .feature-box h4 {
    width: 160px;
    margin-bottom: 10px;
    transition: all 0.8s ease-in-out;
}

.feature2-con .feature-box h4:hover {
    color: var(--accent-orange);
}

.feature2-con .feature-box p {
    margin-bottom: 20px;
}

.feature2-con .feature-box .rating {
    position: absolute;
    top: 0;
    right: 0;
}

.feature2-con .feature-box .rating i {
    font-size: 12px;
    line-height: 12px;
    color: var(--color-star-yellow);
}

.feature2-con .feature-box .rating span {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: var(--color-secondary);
}

.feature2-con .feature-box .price_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.feature2-con .feature-box .price_wrapper span {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: var(--accent-orange);
}

.feature2-con .feature-box .price_wrapper a {
    height: 44px;
    width: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 100%;
    color: var(--color-white);
    background-color: var(--color-very-dark-cyan);
    transition: all 0.8s ease-in-out;
}

.feature2-con .feature-box .price_wrapper a img {
    filter: brightness(0) invert(1);
}

.feature2-con .feature-box:hover .price_wrapper a {
    background-color: var(--accent-orange);
}

/* Sale */

.sale-con {
    padding: 140px 0;
    background-color: var(--color-white);
}

.sale-con .sale_outer_box {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/about-backgroundimage.jpg);
}

.sale-con .sale_wrapper {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/sale-image.jpg);
}

.sale-con .sale_wrapper .sale-image {
    position: relative;
    left: 0;
    top: 0;
    display: none;
}

.sale-con .sale_wrapper .sale-arrow {
    position: absolute;
    right: -95px;
    top: 94px;
    z-index: 1;
}

.sale-con .sale_wrapper .circle-text {
    right: -75px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 150px;
    height: 150px;
    position: absolute;
    text-align: center;
    border-radius: 100%;
    background-color: var(--color-white);
    z-index: 1;
}

.sale-con .sale_wrapper .content {
    left: 0;
    right: 0;
    top: -6px;
    bottom: 0;
    margin: auto;
    position: absolute;
    display: table-cell;
    align-content: center;
}

.sale-con .sale_wrapper span {
    color: var(--accent-orange);
}

.sale-con .sale_wrapper .number {
    font-size: 54px;
    line-height: 54px;
    font-weight: 700;
}

.sale-con .sale_wrapper .persent,
.sale-con .sale_wrapper .text {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
}

.sale-con .sale_wrapper .persent {
    position: relative;
    top: -20px;
}

.sale-con .sale_wrapper .text {
    position: absolute;
    bottom: 70px;
    right: 15px;
}

.sale-con .sale_wrapper .text1 {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    display: block;
    margin-top: 4px;
    word-spacing: 2.4px;
    text-transform: uppercase;
    color: var(--color-secondary);
}

.sale-con .sale_content {
    padding: 90px 50px 5rem 110px;
}

.sale-con .sale_content h6 {
    margin-bottom: 14px;
}

.sale-con .sale_content h2 {
    margin-bottom: 22px;
}

.sale-con .sale_content p {
    margin-bottom: 34px;
}

.sale-con .sale_content .primary_btn {
    padding: 20px 48px;
}

.sale-con .sale_content .primary_btn:hover {
    color: var(--color-very-dark-cyan);
    background-color: var(--color-white);
}

/* Join */

.choose2-con {
    background-color: var(--color-secondary);
}

.choose2-con:before {
    content: "";
    position: absolute;
    opacity: 53%;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/choose2-backgroundimage.jpg);
}

.choose2-con .choose_content p {
    margin-bottom: 36px;
}

.choose2-con .choose_wrapper {
    text-align: right;
}

.choose2-con .choose_wrapper ul li {
    padding-right: 60px;
    display: inline-block;
    text-align: left;
}

.choose2-con .choose_wrapper ul li:last-child {
    padding-right: 0;
}

.choose2-con .choose_wrapper span {
    color: var(--color-white);
}

.choose2-con .choose_wrapper .value {
    margin-bottom: 8px;
}

.choose2-con .choose_wrapper .value span {
    font-size: 46px;
    line-height: 46px;
    font-weight: 600;
    font-family: var(--nova);
}

.choose2-con .choose_wrapper .expression {
    color: var(--accent-orange);
}

.choose2-con .choose_wrapper .text {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
}

/* Update */

.update2-con {
    padding: 155px 0 162px;
    background-color: var(--color-very-pale-red);
}

.update2-con .update_content .image {
    position: absolute;
}

.update2-con .update_content .update-image1 {
    left: -340px;
    top: -15px;
}

.update2-con .update_content .update-image2 {
    left: -100px;
    bottom: -20px;
}

.update2-con .update_content .update-image3 {
    right: -345px;
    top: -15px;
}

.update2-con .update_content .update-image4 {
    right: -215px;
    bottom: -20px;
}

.update2-con .update_content {
    padding: 0 55px;
}

.update2-con .update_content h6 {
    margin-bottom: 15px;
}

.update2-con .update_content h2 {
    margin-bottom: 25px;
}

.update2-con .update_content p {
    margin-bottom: 40px;
}

.update2-con .update_content .form-group {
    width: 100%;
}

.update2-con .update_content input {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    width: 100%;
    height: 60px;
    padding: 10px 180px 10px 30px;
    border-radius: 0;
    color: var(--color-text);
    background-color: var(--color-white);
    border: 1px solid var(--color-white);
    overflow: visible;
    outline: none;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}

.update2-con .update_content input:focus,
.update2-con .update_content input:hover {
    border: 1px solid var(--color-secondary);
}

.update2-con .update_content input::placeholder {
    color: var(--color-text);
}

.update2-con .update_content button {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    padding: 10px;
    min-width: 175px;
    height: 100%;
    right: 0;
    top: 0;
    text-align: center;
    display: inline-block;
    position: absolute;
    border-radius: 0;
    color: var(--color-white);
    background-color: var(--accent-orange);
    transition: all 0.8s ease-in-out;
    outline: none;
    border: none;
}

.update2-con .update_content button:hover {
    color: var(--color-white);
    background-color: var(--color-very-dark-cyan);
}

/* Home 3 */

/* Banner */

.banner3-con {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/banner3-backgroundimage.jpg);
}

.banner3-con::before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: linear-gradient(to right, rgb(0 0 0 / 80%), transparent);
}

.banner3-con .banner-leftimage {
    position: absolute;
    left: 0;
    top: 100px;
}

.banner3-con .banner-rightimage {
    position: absolute;
    right: 0;
    bottom: 100px;
}

.banner3-con .carousel-inner {
    padding: 220px 0 228px;
}

.banner3-con .banner_content {
    position: relative;
    z-index: 1;
}

.banner3-con .banner_content h1 {
    margin-bottom: 20px;
    color: var(--color-white);
}

.banner3-con .banner_content p {
    margin-bottom: 38px;
    padding-right: 140px;
    color: var(--color-white);
}

.banner3-con .banner_content .primary_btn {
    padding: 20px 48px;
}

.banner3-con .carousel-indicators {
    margin-bottom: 0 !important;
    align-items: center;
    bottom: 50px;
}

.banner3-con .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    opacity: 1;
    text-indent: 1px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    margin: 0 5px;
    border-radius: 100px;
    background-color: #e0e0e0;
    border: 1px solid #e0e0e0;
    box-shadow: none;
}

.banner3-con .carousel-indicators li:first-child {
    margin-left: 0;
}

.banner3-con .carousel-indicators li:last-child {
    margin-right: 0;
}

.banner3-con .carousel-indicators .active {
    background-color: var(--accent-orange);
    border: 1px solid var(--accent-orange);
}

/* About */

.about_sec .about_wrapper .about-image1 {
    position: relative;
    top: 0;
    left: 0;
}

.about_sec .about_content h6 {
    margin-bottom: 14px;
}

.about_sec .about_content h2 {
    margin-bottom: 30px;
}

.about_sec .about_content .primary_btn {
    padding: 1rem 2.5rem;
    background-color: var(--color-very-dark-cyan);
}

.about_sec .about_content .primary_btn:hover {
    background-color: var(--accent-orange);
}

.about_sec .about_content .image_wrapper {
    left: -170px;
    padding: 15px 0 0 15px;
    display: flex;
    position: absolute;
    background-color: var(--color-light-grayish-green);
}

.about_sec .about_content .image {
    padding-right: 22px;
}

.about_sec .about_content .image:last-child {
    padding-right: 0;
}

/* Feature */

.feature3-con {
    padding: 135px 0 115px;
    background-color: var(--color-white);
}

.feature3-con .feature_content h6 {
    margin-bottom: 16px;
}

.feature3-con .feature_content h2 {
    margin-bottom: 40px;
}

.feature3-con .nav-tabs {
    width: 58%;
    margin: 0 auto 72px;
    justify-content: center;
    border-bottom: 1px solid #ececec;
}

.feature3-con .tabs-box .nav-tabs li a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    color: var(--color-secondary);
    text-decoration: none;
    position: relative;
    top: 2px;
    padding: 22px 30px;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease-in-out;
}

.feature3-con .tabs-box .nav-tabs li a:hover {
    color: var(--accent-orange);
}

.feature3-con .tabs-box .nav-tabs > li > a.active {
    color: var(--accent-orange);
    border-bottom: 2px solid var(--accent-orange);
}

.feature3-con .feature-box {
    position: relative;
    padding: 30px;
    margin-bottom: 30px;
    background-color: var(--color-very-light-gray-white);
    border: 1px solid var(--color-very-light-gray-white);
    transition: all 0.8s ease-in-out;
}

.feature3-con .feature-box:hover {
    background-color: var(--color-white);
    border: 1px solid var(--accent-orange);
}

.feature3-con .feature-box .color-dot {
    width: 14px;
    height: 14px;
    margin: 0 2px;
    display: inline-block;
    border-radius: 100%;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.feature3-con .feature-box .color-dot::after {
    content: "";
    left: -3px;
    top: -3px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    border: 1px solid;
    display: none;
    transition: all 0.3s ease-in-out;
}

.feature3-con .feature-box .color-dot:hover::after {
    display: block;
}

.feature3-con .feature-box .color-dot:first-child {
    margin-left: 0;
}

.feature3-con .feature-box .color-dot:first-child {
    margin-right: 0;
}

.feature3-con .feature-box .dot1 {
    background-color: #fb704f;
}

.feature3-con .feature-box .dot2 {
    background-color: #2c5858;
}

.feature3-con .feature-box .dot3 {
    background-color: #eeb857;
}

.feature3-con .feature-box .dot4 {
    background-color: #8f7cb2;
}

.feature3-con .feature-box .dot1:hover::after {
    border: 1px solid #fb704f;
}

.feature3-con .feature-box .dot2:hover::after {
    border: 1px solid #2c5858;
}

.feature3-con .feature-box .dot3:hover::after {
    border: 1px solid #eeb857;
}

.feature3-con .feature-box .dot4:hover::after {
    border: 1px solid #8f7cb2;
}

.feature3-con .feature-box .heart {
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 100%;
    text-align: center;
    background-color: var(--color-white);
    transition: all 0.8s ease-in-out;
}

.feature3-con .feature-box:hover .heart {
    background-color: var(--color-very-light-gray-white);
}

.feature3-con .feature-box .text_wrapper {
    margin-bottom: 10px;
}

.feature3-con .feature-box h4 {
    width: 160px;
    margin-bottom: 10px;
    transition: all 0.8s ease-in-out;
}

.feature3-con .feature-box h4:hover {
    color: var(--accent-orange);
}

.feature3-con .feature-box p {
    margin-bottom: 20px;
}

.feature3-con .feature-box .rating {
    position: absolute;
    top: 0;
    right: 0;
}

.feature3-con .feature-box .rating i {
    font-size: 12px;
    line-height: 12px;
    color: var(--color-star-yellow);
}

.feature3-con .feature-box .rating span {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: var(--color-secondary);
}

.feature3-con .feature-box .price_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.feature3-con .feature-box .price_wrapper span {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: var(--accent-orange);
}

.feature3-con .feature-box .price_wrapper a {
    height: 44px;
    width: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 100%;
    color: var(--color-white);
    background-color: var(--color-very-dark-cyan);
    transition: all 0.8s ease-in-out;
}

.feature3-con .feature-box .price_wrapper a img {
    filter: brightness(0) invert(1);
}

.feature3-con .feature-box:hover .price_wrapper a {
    background-color: var(--accent-orange);
}

/* Offer */

.offer3-con {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/offer3-backgroundimage.jpg);
}

.offer3-con .offer_content {
    padding: 146px 0 155px;
}

.offer3-con .offer_content h6 {
    margin-bottom: 16px;
    color: var(--color-white);
}

.offer3-con .offer_content h2 {
    font-size: 80px;
    line-height: 82px;
    margin-bottom: 20px;
    color: var(--color-white);
}

.offer3-con .offer_content p {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 40px;
    font-family: "Archivo", serif;
    color: var(--color-white);
}

.offer3-con .offer_content p span {
    color: var(--accent-orange);
}

.offer3-con .offer_content .primary_btn {
    padding: 20px 48px;
}

.offer3-con .offer_content .primary_btn:hover {
    color: var(--color-very-dark-cyan);
    background-color: var(--color-white);
}

.offer3-con .offer_wrapper .offer-image {
    position: absolute;
    right: -75px;
    top: 0;
    z-index: 1;
}

.offer3-con .offer_wrapper .offer-image::before {
    content: "";
    width: 433px;
    height: 433px;
    top: 142px;
    right: -80px;
    position: absolute;
    border-radius: 100%;
    background-color: rgb(0 0 0 / 18%);
    z-index: -1;
}

.offer3-con .offer_wrapper .offer-arrow {
    position: absolute;
    left: 150px;
    top: 108px;
    z-index: 1;
}

.offer3-con .offer_wrapper .offer-arrow img {
    filter: brightness(0) invert(1);
}

.offer3-con .offer_wrapper .circle-text {
    left: -5px;
    top: 110px;
    width: 154px;
    height: 154px;
    position: absolute;
    text-align: center;
    border-radius: 100%;
    background-color: var(--accent-orange);
    z-index: 1;
}

.offer3-con .offer_wrapper .content {
    left: 0;
    right: 0;
    top: -6px;
    bottom: 0;
    margin: auto;
    position: absolute;
    display: table-cell;
    align-content: center;
}

.offer3-con .offer_wrapper span {
    color: var(--color-white);
}

.offer3-con .offer_wrapper .number {
    font-size: 54px;
    line-height: 54px;
    font-weight: 700;
}

.offer3-con .offer_wrapper .persent,
.offer3-con .offer_wrapper .text {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
}

.offer3-con .offer_wrapper .persent {
    position: relative;
    top: -20px;
}

.offer3-con .offer_wrapper .text {
    position: absolute;
    bottom: 70px;
    right: 15px;
}

.offer3-con .offer_wrapper .text1 {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    display: block;
    margin-top: 4px;
    word-spacing: 2.4px;
    text-transform: uppercase;
}

/* Choose */

.choose3-con {
    padding: 140px 0 145px;
    background-color: var(--color-very-pale-blue);
}

.choose3-con .choose_wrapper .choose-image {
    position: relative;
    top: 0;
    left: 0;
}

.choose3-con .choose_content h2 {
    margin-bottom: 50px;
}

.why_choose .choose_content_wrapper {
    display: grid;
    grid-template-columns: 48% 48%;
    gap: 2.5rem;
}

.why_choose .choose_content_wrapper .choose-box {
    display: flex;
    gap: 1.25rem;
    align-items: center;
}

.why_choose .choose_content_wrapper .icon {
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    margin-bottom: 0;
    border-radius: 100%;
    outline: 4px solid #fff5;
    text-align: center;
    background-color: var(--color-white);
    transition: all 0.3s ease-in-out;
}

.why_choose .choose_content_wrapper .choose-box:hover .icon {
    transform: translateY(-5px);
}

.why_choose .choose_content_wrapper h5 {
    flex: 1;
    margin-bottom: 0;
    color: #fff;
    font-family: var(--popp);
    font-weight: 400;
}

/* Categories */

.categories3-con {
    padding: 135px 0;
    background-color: var(--color-white);
}

.categories3-con .categories_content h6 {
    margin-bottom: 16px;
}

.categories3-con .categories_content h2 {
    margin-bottom: 52px;
}

.categories3-con .categories-box {
    position: relative;
    text-align: center;
    transition: all 0.8s ease-in-out;
}

.categories3-con .categories-box .image {
    margin-bottom: 28px;
}

.categories3-con .categories-box figure {
    overflow: hidden;
    background-color: var(--color-secondary);
}

.categories3-con .categories-box figure img {
    transition: all 0.8s ease-in-out;
}

.categories3-con .categories-box:hover figure img {
    opacity: 55%;
    transform: scale(1.1);
}

.categories3-con .categories-box h5 {
    margin-bottom: 14px;
}

.categories3-con .categories-box i {
    font-size: 16px;
    color: var(--color-secondary);
    transition: all 0.8s ease-in-out;
}

.categories3-con .categories-box i:hover {
    color: var(--accent-orange);
}

/* Testimonial */

.testimonial3-con {
    background-color: var(--color-very-light-gray-white);
}

.testimonial3-con .owl-item {
    border: 1px solid var(--color-white);
}

/* Follow */

.follow-con {
    padding: 135px 0 230px;
    background-color: var(--color-white);
}

.follow-con .follow_content h6 {
    margin-bottom: 16px;
}

.follow-con .follow_content h2 {
    margin-bottom: 52px;
}

.follow-con ul {
    text-align: center;
    position: relative;
    z-index: 1;
}

.follow-con ul li {
    margin: 0 11px;
    position: relative;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.follow-con ul li:first-child {
    margin-left: 0;
}

.follow-con ul li:last-child {
    margin-right: 0;
}

.follow-con .top-box {
    position: relative;
    top: 30px;
}

.follow-con li .image {
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    background-color: var(--color-black);
}

.follow-con li .image img {
    transition: all 0.3s ease-in-out;
}

.follow-con ul li:hover .image img {
    transform: scale(1.1);
    opacity: 60%;
}

.follow-con li .icon i {
    font-size: 26px;
    color: var(--color-white);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    display: table-cell;
    align-content: center;
}

.follow-con li .icon {
    transition: all 0.3s ease-in-out;
    display: none;
}

.follow-con ul li:hover .icon {
    display: block;
}

/* Footer */

.footer-con .upper_portion {
    padding: 40px 30px;
    margin-top: -70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--accent-orange);
}

.footer-con .upper_portion h3 {
    font-size: 32px;
    line-height: 38px;
    color: var(--color-white);
}

.footer-con .upper_portion .form-group {
    display: flex;
    align-items: center;
    width: 576px;
}

.footer-con .upper_portion input {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    width: 100%;
    height: 60px;
    padding: 10px 190px 10px 30px;
    border-radius: 0;
    color: var(--color-text);
    background-color: var(--color-white);
    border: 1px solid var(--color-white);
    overflow: visible;
    outline: none;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}

.footer-con .upper_portion input:focus,
.footer-con .upper_portion input:hover {
    border: 1px solid var(--color-secondary);
}

.footer-con .upper_portion input::placeholder {
    color: var(--color-text);
}

.footer-con .upper_portion button {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    padding: 10px;
    min-width: 175px;
    height: 45px;
    right: 8px;
    top: 8px;
    text-align: center;
    display: inline-block;
    position: absolute;
    border-radius: 0;
    color: var(--color-white);
    background-color: var(--color-very-dark-cyan);
    transition: all 0.8s ease-in-out;
    outline: none;
    border: none;
}

.footer-con .upper_portion button:hover {
    color: var(--color-white);
    background-color: var(--accent-orange);
}

/* Sub banner */

.sub_banner_con .subbanner-leftimage {
    position: absolute;
    left: 0;
    bottom: 80px;
}

.sub_banner_con .subbanner-rightimage {
    position: absolute;
    right: 0;
    top: 80px;
}

.sub_banner .sub_banner_con {
    padding: 6.5rem 0 5rem;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/subbanner-backgroundimage.jpg);
}

.sub_banner .sub_banner_con h1 {
    font-size: 3.5rem;
    margin-bottom: 1.25rem;
}

.sub_banner .sub_banner_con p {
    margin-bottom: 35px;
}

.sub_banner .sub_banner_con .box {
    padding: 9px 24px 11px;
    text-align: center;
    border-radius: 0;
    display: inline-block;
    background: var(--color-white);
    transition: all 0.3s ease-in-out;
}

.sub_banner .sub_banner_con .box span {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    display: inline-block;
    text-transform: uppercase;
    color: var(--color-black);
    transition: all 0.8s ease-in-out;
}

.sub_banner .sub_banner_con .box a span {
    color: var(--accent-orange);
}

.sub_banner .sub_banner_con .box a span:hover {
    color: var(--color-very-dark-cyan);
}

.sub_banner .sub_banner_con .box .slash {
    font-size: 10px;
    margin: 0 10px;
    display: inline-block;
    color: var(--color-black);
}

/* Contact Page */

/* Contact info */

.contactinfo-con {
    padding: 135px 0 140px;
    background-color: var(--color-white);
}

.contactinfo-con .contactinfo_content h6 {
    margin-bottom: 16px;
}

.contactinfo-con .contactinfo_content h2 {
    margin-bottom: 52px;
}

.contactinfo-con .contact-box {
    background: #ffffff;
    padding: 2rem 1rem;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contactinfo-con .contact-box .icon {
    width: 87px;
    height: 87px;
    line-height: 87px;
    margin-bottom: 25px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    background-color: var(--color-very-light-gray-white);
    transition: all 0.8s ease-in-out;
}

.contactinfo-con .contact-box:hover .icon {
    transform: translateY(-5px);
}

.contactinfo-con .contact-box h4 {
    margin-bottom: 12px;
}

.contactinfo-con .contact-box a {
    margin-bottom: 0;
    display: inline-block;
    transition: all 0.8s ease-in-out;
}

.contactinfo-con .contact-box a:hover {
    color: var(--accent-orange);
}

/* Contact Form */

.contactform-con {
    padding: 135px 0 140px;
    background-color: var(--color-very-pale-blue);
}

.contactform-con .contactform_content h6 {
    margin-bottom: 16px;
}

.contactform-con .contactform_content h2 {
    margin-bottom: 52px;
}

.contactform-con .contact_form .form-group {
    margin-bottom: 26px;
}

.contactform-con .contact_form input,
.contactform-con .contact_form textarea {
    font-size: 1rem;
    height: 3rem;
    width: 100%;
    padding: 10px 10px 10px 26px;
    color: var(--color-text);
    background-color: var(--color-white);
    border: 1px solid var(--color-white);
    box-shadow: 0px 3px 50px 3px rgb(235 247 255 / 77%);
    border-radius: 0;
    overflow: visible;
    outline: none;
}

.contactform-con .contact_form textarea {
    height: 8rem;
    padding: 16px 26px;
    border-radius: 0;
    resize: none;
    outline: none;
    overflow: auto;
}

.contactform-con .contact_form .message {
    margin-bottom: 42px;
}

.contactform-con .contact_form input:focus,
.contactform-con .contact_form textarea:focus {
    border: 1px solid var(--accent-orange);
}

.contactform-con .contact_form .submit_now {
    padding: 20px 48px;
    text-align: center;
    outline: none;
    border-style: none;
}

.contactform-con .contact_form span {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    margin-top: 5px;
    position: absolute;
    display: block;
    color: #f00;
}

/* Map */

.map-con {
    padding: 140px 0;
}

.map-con iframe {
    width: 100%;
    height: 547px;
    border-radius: 0;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.map-con iframe:hover {
    filter: none;
}

/* About Page */

/* About */

.aboutpage-con {
    padding: 140px 0;
    background-color: var(--color-white);
}

.aboutpage-con .about_wrapper .about-image1 {
    margin-bottom: 2rem;
}

.aboutpage-con .about_wrapper ul {
    display: flex;
    justify-content: space-between;
}

.aboutpage-con .about_wrapper ul li {
    display: inline-block;
    min-width: calc(100% / 4);
    padding-right: 1.5rem;
    border-right: 1px solid #0003;
}

.aboutpage-con .about_wrapper ul li:last-child {
    padding-right: 0;
    border-right: none;
}

.aboutpage-con .about_wrapper span {
    color: var(--color-secondary);
}

.aboutpage-con .about_wrapper .value span {
    font-size: 2.75rem;
    line-height: 46px;
    font-weight: 600;
    font-family: var(--nova);
}

.aboutpage-con .about_wrapper .expression {
    color: var(--accent-orange);
}

.aboutpage-con .about_wrapper .text {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: var(--color-text);
}

.aboutpage-con .about_content .content {
    margin-bottom: 2.5rem;
}

.aboutpage-con .about_content h6 {
    margin-bottom: 14px;
}

.aboutpage-con .about_content .about-image2 {
    position: relative;
    top: 0;
    left: 0;
}

.aboutpage-con .about_content .about-image3 {
    position: absolute;
    top: 0;
    right: 0;
}

.aboutpage-con .about_content .about-image4 {
    position: relative;
    bottom: -30px;
    left: 0;
}

.aboutpage-con .about_content .about-image5 {
    position: absolute;
    bottom: -30px;
    right: 0;
}

/* space */

.space-con {
    padding: 135px 0 140px;
    background-color: var(--color-black);
}

.space-con:before {
    content: "";
    position: absolute;
    opacity: 50%;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/bg-img.jpg);
}

.space-con .space_content h6 {
    margin-bottom: 16px;
}

.space-con .space_content h2 {
    margin-bottom: 2.5rem;
}

.space-con .space_content .primary_btn {
    padding: 20px 48px;
}

/* Faq */
.faq-con {
    padding: 135px 0 140px;
    background-color: var(--color-white);
}

.faq-con .faq_content h6 {
    margin-bottom: 16px;
}

.faq-con .faq_content h2 {
    margin-bottom: 52px;
}

.faq-con h4 {
    margin-bottom: 0;
}

.faq-con .accordion-card {
    margin-bottom: 20px;
    width: 100%;
    border-radius: 0;
    background-color: var(--color-white);
    box-shadow: 0 1px 58px rgb(0 0 0 / 3%);
}

.faq-con .accordion-card:last-child {
    margin-bottom: 0;
}

.faq-con .accordion-card .btn-link h4 {
    color: var(--accent-orange);
}

.faq-con .accordion-card .collapsed h4 {
    color: var(--color-secondary);
}

.faq-con .accordion-card:has(.btn-link) {
    border: 1px solid var(--accent-orange);
}

.faq-con .accordion-card:has(.collapsed) {
    border: 1px solid var(--color-white);
}

.faq-con .accordian-inner .card-header {
    padding: 0;
    margin-bottom: 0;
    background: none;
    border: none;
}

.faq-con .accordian-inner .card-header a {
    padding: 22px 45px 22px 26px;
}

.faq-con .accordian-inner .card-body {
    padding: 0 26px 20px;
}

.faq-con .accordion-card a.btn.btn-link:focus {
    outline: none;
    box-shadow: none;
}

.faq-con .accordian-inner .accordion-card i {
    position: absolute;
    right: 20px;
    margin: -6px 0;
}

.faq-con .accordian-inner .accordion-card .btn {
    text-decoration: none;
    text-align: left;
    display: block;
    border-radius: 10px;
}

.faq-con .accordion-card a.btn.btn-link {
    position: relative;
}

.faq-con .accordion-card .btn-link:before {
    content: "\f063";
    font-size: 15px;
    top: 23px;
    right: 22px;
    position: absolute;
    font-family: 'FontAwesome';
    color: var(--accent-orange);
}

.faq-con .accordion-card .collapsed:before {
    content: "\f061";
    color: var(--color-secondary);
}

/* Thank you */

.thank-you {
    padding: 166px 0;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/subbanner-backgroundimage.jpg);
}

.thank-you .thankyou-leftimage {
    position: absolute;
    left: 0;
    bottom: 80px;
}

.thank-you .thankyou-rightimage {
    position: absolute;
    right: 0;
    top: 80px;
}

.thank-you .thank_you_content .thankyou-image {
    width: 180px;
    height: 180px;
    line-height: 180px;
    margin-bottom: 42px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    background-color: var(--color-white);
}

.thank-you .thank_you_content h1 {
    margin-bottom: 22px;
}

.thank-you .thank_you_content p {
    margin-bottom: 38px;
    padding: 0 65px;
}

.thank-you .thank_you_content .primary_btn {
    padding: 20px 37px;
}

/* Team Page */

/* Team */

.teampage-con {
    background-color: var(--color-white);
}

/* Policy Pages */

.privacy-policy-con {
    padding: 100px 0;
}

/* Project PopUp Style */

.project_modal .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1051;
    overflow: hidden;
    outline: 0;
}

.project_modal .fade {
    opacity: 0;
    transition: opacity .15s linear;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.project_modal .fade.show {
    opacity: 1;
    background-color: transparent;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

.project_modal .modal.fade .modal-dialog {
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    transform: translate(0, -25%);
}

.project_modal .modal-dialog {
    max-width: 48%;
    margin: 1.75rem auto;
    position: relative;
    width: auto;
    pointer-events: none;
}

.project_modal .modal.show .modal-dialog {
    transform: translate(0, 0);
}

.project_modal .modal.fade .modal-dialog {
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.project_modal .modal-content {
    position: relative;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    outline: 0;
    background-color: var(--color-white);
    box-shadow: 1px 21px 46px rgb(0 0 100 / 25%);
    border-radius: 0;
    border: none;
}

.project_modal .modal-header {
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 16px;
    border-bottom: none;
}

.project_modal .btn-close:not(:disabled):not(.disabled) {
    cursor: pointer;
    opacity: 1 !important;
}

.project_modal .modal-header .btn-close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.project_modal .modal-header button {
    background: var(--accent-orange);
    opacity: 1;
    position: absolute;
    right: 7px;
    top: 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    outline: none;
}

.project_modal .btn-close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}

.project_modal button.btn-close {
    border: 0;
    -webkit-appearance: none;
}

.project_modal button {
    text-transform: none;
    overflow: visible;
}

.project_modal .modal-header button i {
    color: var(--color-white);
    font-size: 18px;
    line-height: 18px;
    padding: 5px 5px;
    outline: none;
}

.project_modal .fa-x:before {
    content: "\58";
}

.project_modal .blog-model-con .modal-body {
    overflow-y: auto;
    padding-top: 0;
}

.project_modal .modal-body {
    position: relative;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 1rem;
    padding-left: 30px;
    padding-right: 30px;
}

.project_modal .modal-body .blog-box-item {
    display: flex;
    align-items: center;
    border-radius: 0;
}

.project_modal .blog-box-item {
    background: var(--white-color);
    overflow: hidden;
}

.project_modal .modal-body .blog-img {
    float: left;
    width: 100%;
}

.project_modal .modal-body .blog-img figure {
    position: relative;
}

.project_modal .img-fluid {
    width: 100%;
    border-radius: 0;
}

.project_modal .modal-content .project_content {
    padding: 40px 0 40px 20px;
}

.project_modal .modal-content .project_content h4 {
    font-size: 22px;
    margin-bottom: 12px;
    color: var(--color-secondary);
}

.project_modal .modal-content .project_content .text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    display: block;
    margin-bottom: 20px;
    color: var(--color-text);
}

.project_modal .modal-content .project_content .properties {
    margin-bottom: 20px;
}

.project_modal .modal-content .project_content .properties ul {
    padding-left: 25px;
}

.project_modal .modal-content .project_content .properties li {
    margin-bottom: 8px;
    position: relative;
    color: var(--color-text);
}

.project_modal .modal-content .project_content .properties li:last-child {
    margin-bottom: 0;
}

.project_modal .modal-content .project_content .properties ul li .circle {
    font-size: 9px;
    width: 17px;
    height: 17px;
    line-height: 17px;
    top: 4px;
    left: -25px;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    color: var(--color-white);
    background-color: var(--accent-orange);
    transition: all 0.3s ease-in-out;
}

.project_modal .modal-content .project_content .primary_btn {
    padding: 20px 30px;
}

/* 404 Page */

.error_page {
    height: 100vh;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background-color: var(--color-light-grayish-green);
}

.error_page .error_content h1 {
    font-size: 140px;
    line-height: 140px;
    margin-bottom: 40px;
    color: var(--color-secondary);
}

.error_page .error_content .text {
    font-size: 36px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 20px;
    color: var(--color-secondary);
}

.error_page .error_content .text2 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 30px;
    color: var(--color-text);
}

.error_page .error_content .back_home {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    padding: 20px 37px;
    text-align: center;
    border-radius: 0;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    color: var(--color-white);
    background: var(--accent-orange);
    transition: all 0.3s ease-in-out;
}

.error_page .error_content .back_home:hover {
    color: var(--color-white);
    background: var(--color-very-dark-cyan);
}

.error_page .error_content .back_home i {
    font-size: 12px;
    margin-left: 24px;
    transition: all 0.3s ease-in-out;
    color: var(--color-white);
}

.error_page .error_content .back_home:hover i {
    transform: translateX(4px);
}

/* Coming Soon */

.comingsoon_outer {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-height: 100vh;
    text-align: center;
    position: relative;
    background-color: var(--color-light-grayish-green);
}

.comingsoon_outer .logo_outer {
    margin-bottom: 70px;
}

.comingsoon_outer .logo_outer img {
    width: 145px;
}

.comingsoon_outer .comingsoon_section {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
}

.comingsoon_outer .sub_banner_content h1 {
    font-size: 90px;
    line-height: 92px;
    margin-bottom: 30px;
    color: var(--color-secondary);
}

.comingsoon_outer .sub_banner_content p {
    font-weight: 500;
    margin-bottom: 12px;
    color: var(--color-text);
}

.comingsoon_outer .sub_banner_content form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.comingsoon_outer .sub_banner_content .form-group {
    margin-bottom: 30px;
}

.comingsoon_outer .sub_banner_content input {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    padding: 14px 16px 16px;
    width: 540px;
    position: relative;
    color: var(--color-text);
    background-color: var(--color-white);
    box-shadow: 0 1px 94px 1px rgb(0 0 0 / 3%);
    border: 1px solid transparent;
    border-radius: 0;
    overflow: visible;
    outline: none;
}

.comingsoon_outer .sub_banner_content button {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    padding: 15px 30px 18px;
    height: 100%;
    top: 0;
    right: -5px;
    border-radius: 0;
    position: absolute;
    color: var(--color-white);
    background: var(--accent-orange);
    border: 1px solid var(--accent-orange);
    overflow: visible;
    outline: none;
    transition: all 0.3s ease-in-out;
}

.comingsoon_outer .sub_banner_content input:focus {
    border: 1px solid var(--accent-orange);
}

.comingsoon_outer .sub_banner_content button:hover {
    color: var(--color-white);
    background: var(--color-very-dark-cyan);
    border: 1px solid var(--color-very-dark-cyan);
}

.comingsoon_outer .sub_banner_content .social-icon li {
    display: inline-block;
    margin: 0 4px;
}

.comingsoon_outer .sub_banner_content .social-icon li:first-child {
    margin-left: 0;
}

.comingsoon_outer .sub_banner_content .social-icon li:last-child {
    margin-right: 0;
}

.comingsoon_outer .sub_banner_content .social-icon a {
    transition: all 0.3s ease-in-out;
}

.comingsoon_outer .sub_banner_content .social-icon i {
    font-size: 16px;
    height: 38px;
    width: 38px;
    line-height: 36px;
    border-radius: 0;
    text-align: center;
    color: var(--accent-orange);
    background-color: transparent;
    border: 1px solid var(--accent-orange);
    transition: all 0.3s ease-in-out;
}

.comingsoon_outer .sub_banner_content .social-icon a:hover i {
    color: var(--color-white);
    background: var(--accent-orange);
    border: 1px solid var(--accent-orange);
}

/* Back to top button */

#button {
    position: fixed;
    bottom: 60px;
    right: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-very-dark-cyan);
    width: 3.25rem;
    height: 3.25rem;
    color: #fff;
    text-align: center;
    border-radius: 0;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 10;

    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

#button.show {
    opacity: 0.75;
    visibility: visible;
}

#button:hover {
    opacity: 1;
    transform: translateY(-5px);
}

.whatsapp_btn {
    position: fixed;
    bottom: 60px;
    left: 4%;
    align-content: center;
    text-align: center;
    width: 3.25rem;
    height: 3.25rem;
    color: #fff;
    background: #25d366;
    text-decoration: none;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
}

.whatsapp_btn.show {
    opacity: 1;
    visibility: visible;
}

.whatsapp_btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #25d36699;
    border-radius: 50%;
    animation: spineer 2.4s infinite;
    -webkit-animation: spineer 2.4s infinite;
    z-index: -1;
}

@keyframes spineer {
    0% {
        opacity: 1;
    }

    75% {
        opacity: 0.25;
    }

    100% {
        opacity: 0;
        transform: scale(1.6);
    }
}

/* Preloader -------------------------------------------------------*/

/* Loader Styles start here */
.loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    color: var(--accent-orange);
    display: inline-block;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.lead {
    font-size: 13px;
}

.loader div {
    background-color: var(--accent-orange);
    display: inline-block;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    opacity: .5;
    border-radius: 50%;
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ballPulseDouble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* Preloader -------------------------------------------------------*/

/* Login Form Page Style  */

.login-form {
    min-height: 100vh;
    background-color: var(--color-light-grayish-green);
}

.login-form .login-form-title {
    margin-bottom: 40px;
}

.login-form .login-page-logo {
    margin-bottom: 25px;
}

.login-form .login-form-box {
    width: 450px;
    margin: 0 auto;
    position: relative;
}

.login-form .login-card {
    padding: 30px;
    margin-bottom: 30px;
    line-height: 0.8;
    border-radius: 0;
    background: var(--color-white);
}

.login-form .login-card label {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 13px;
}

.login-form .login-card .input-field {
    font-size: 16px;
    font-weight: 500;
    height: 54px;
    width: 100%;
    line-height: 16px;
    padding: 0 21px;
    border-radius: 0;
    background: transparent;
    color: var(--color-text);
    border: 1px solid rgb(24 26 23 / 10%);
}

.login-form .login-card .input-field:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid var(--accent-orange);
}

.login-form .login-card .form-group {
    margin-bottom: 16px;
}

.login-form .login-card .btn-primary {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    padding: 20px 15px;
    margin-bottom: 16px;
    width: 100%;
    border: none;
    border-radius: 0;
    text-decoration: none;
    display: inline-block;
    color: var(--color-white);
    background: var(--accent-orange);
    transition: all 0.8s ease-in-out;
}

.login-form .login-card .btn-primary:hover {
    color: var(--color-white);
    background: var(--color-very-dark-cyan);
}

.login-form .login-card .forgot-password {
    color: var(--color-secondary);
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
}

.login-form .login-card .forgot-password:hover {
    text-decoration: underline;
}

.login-form .login-form-box .join-now-outer a {
    font-size: 16px;
    line-height: 18px;
    color: var(--color-secondary);
    text-decoration: none;
}

.login-form .login-form-box .join-now-outer a:hover {
    text-decoration: underline;
}

.login-form .login-card .select-option option {
    font-size: 16px;
    color: black;
}

.login-form .form_style::placeholder {
    color: var(--createform-border-color);
    opacity: 1;
}

.login-form .form_style:-ms-input-placeholder {
    color: var(--createform-border-color);
}

.login-form .form_style::-ms-input-placeholder {
    color: var(-);
}

/* Join-Now Form Page Style */

.sign-up-form {
    padding: 70px 0;
}

.sign-up-form .login-form-box {
    width: 700px;
}

.sign-up-form .login-card label small {
    font-size: 14px;
}

.sign-up-form .login-card .select-option {
    padding: 0 40px 0 21px;
    -webkit-appearance: none;
    background-repeat: no-repeat !important;
    background-position: 96.5% 24px !important;
    background-image: url('../images/dropdown-arrow.png') !important;
}

.sign-up-form .login-card .select-option:focus {
    outline: none;
    box-shadow: none;
}

/*  */

.feature_info {
    position: relative;
    padding: 3rem 0 2rem;
}

.feature_info .feature_info_wrap {
    display: flex;
    flex-direction: column;
}

.feature_info .feature_info_wrap span {
    display: block;
    width: 4rem;
    height: 4rem;
    background-color: #2c585844;
    margin-bottom: 1rem;
    border-radius: 50%;
}

.feature_info .feature_info_wrap h5 {
    font-family: var(--popp);
}

.feature_info .feature_info_wrap p {
    font-size: 0.94rem;
}

.img_breadcrumb {
    position: relative;
    background-position: center;
    background-size: cover;
    z-index: 1;
}

.img_breadcrumb::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, #000, transparent);
    z-index: 0;
}

.img_breadcrumb .breadcrumb_wrap {
    position: relative;
    color: #fff;
}

.why_deal .whydeal_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 100%;
    box-shadow: 0 4px 20px -2px #eee;
    padding: 1rem 1rem;
    text-align: center;
    border-radius: 10px;
}

.why_deal .whydeal_content .whydeal_icon {
    display: inline-block;
    width: 6.5rem;
    /*height: 120px;
    */
    aspect-ratio: 1/1;
    padding: 16px;
    box-shadow: 0 5px 10px -4px #dddd;
    margin-bottom: 1rem;
    border-radius: 50%;
}

.why_deal .whydeal_content h6 {
    color: #333;
}

/* ==========  Product Page  =========== */

.product_wrap {
    box-shadow: 0 2px 15px #dddd;
    margin-bottom: 1.5rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
}

.product_wrap .img_area {
    background: #f6f6f6;
    height: 380px;
    border: 1px solid #dddd;
}

.product_wrap .img_area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product_wrap .product_content {
    padding: 1rem 1rem;
}

.product_wrap .product_content .key_item:not(:last-of-type:nth-of-type(odd)) {
    max-width: calc(100% / 2 - 0.5rem);
    width: 100%;
    margin-bottom: 1rem;
}

.product_wrap .product_content .key_item :is(i, img) {
    font-size: 1.5rem;
    width: 1.5rem;
}

.product_wrap .product_content .key_item p {
    font-weight: 500;
    margin-bottom: 0rem;
}