@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

body {
    font-family: "Outfit", sans-serif;
}
.top_bar {
    padding: 6px 0;
    background: linear-gradient(90deg, RGBA(255, 126, 94, 1) 0%, RGBA(255, 180, 122, 1) 100%) transparent;
    color: #fff;
    font-size: 16px;
}
.offer_tag {
    padding: 5px 12px;
    border-radius: 5px;
    font-size: 14px;
    display: inline-block;
    background: #fff;
    color: #dd1d26;
    margin-right: 16px;
    font-weight: 500;
    line-height: 1;
}
.social_icon {
    padding-left: 24px;
}
.social_icon:first-child {
    padding: 0;
}
.top_bar ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.top_bar ul li {
    font-size: 16px;
    padding: 0 12px;
    border-right: 1px solid #fff;
    line-height: 1;
}
.top_bar ul li:first-child {
    padding-left: 0;
}
.top_bar ul li:last-child {
    padding-right: 0;
    border: none;
}
.top_bar ul li a {
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
}
.top_bar ul li a svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.account_menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
}
.account_menu li {
    margin-left: 16px;
}
.account_menu li:first-child {
    margin-left: 0;
}
.account_menu li a {
    display: block;
    position: relative;
}
.account_menu li a span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    background: #ed4b4b;
    color: #fff;
    font-size: 8px;
    border-radius: 20px;
    position: absolute;
    left: 14px;
    top: -6px;
}
.navbar-expand-lg .navbar-nav .nav-item {
    padding: 10px 0;
    display: inline-flex;
    align-items: center;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 20px;
    font-weight: 500;
    line-height: 60px;
    text-transform: capitalize;
    color: #000;
    font-size: 18px;
}
.customize_btn {
    border-radius: 5px;
    text-align: center;
    padding: 9px 30px;
    background: #000;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 32px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-left: 40px;
}
.customize_btn:hover {
    background: #dd1d26;
}
.theme_btn {
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    padding: 9px 30px;
    background: #000;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 32px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-size: 16px;
}
.theme_btn:hover {
    background: #dd1d26;
}
.theme_btn.bg_red {
    background: #dd1d26;
    color: #fff;
}
.theme_btn.bg_red:hover {
    color: #dd1d26;
    background: #fff;
}
.navbar-brand img {
    max-height: 80px;
}
.home_banner figure {
    margin: 0;
}
.home_banner figure > img {
    aspect-ratio: 16/6;
    object-fit: cover;
    object-position: top;
    max-width: 100%;
}
.home_banner figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    /* background: rgba(0,0,0,0.5); */
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner_caption img {
    max-width: 100%;
}
.banner_caption {
    width: 100%;
}
.banner_caption p {
    margin-bottom: 24px;
    line-height: 1.4;
    font-weight: 300;
}
.banner_caption h4 {
    font-size: 24px;
    font-weight: 300;
    color: #000;
}
.banner_caption h1 {
    font-size: 60px;
    font-weight: 500;
    color: #000;
}
.banner_caption {
    font-size: 16px;
    color: #000;
}
.product_section {
    display: block;
    padding: 60px 0;
}
.product_section h2 {
    font-size: 28px;
    font-weight: 500;
    margin: 0;
}
.view_btn {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
}
.view_btn img {
    margin-left: 10px;
    width: 20px;
    height: 20px;
}
.product_title {
    margin-bottom: 24px;
}
.product_title h5 {
    color: #dd1d26;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.product_title h2 {
    font-size: 42px;
    margin-bottom: 30px;
    font-weight: 600;
}
.product_block {
    display: block;
    position: relative;
    margin: 36px 0;
    background: #fff;
    box-shadow: 10px 0 60px #8484841a;
}
.product_block figure {
    aspect-ratio: 1/1;
    margin: 0;
}
.product_block figure a {
    width: 100%;
    display: inline-block;
    width: 100%;
}
.product_block figure img {
    aspect-ratio: 1/1;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}
.product_block figcaption {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
}
.product_block figcaption h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 6px;
}
.product_block figcaption p {
    margin: 0;
}
.product_block figcaption a {
    color: #000;
    text-decoration: none;
    background-image: linear-gradient(45deg, #bee1e6,#bee1e6);
    background-repeat: no-repeat;
    background-position: 0 90%;
    background-size: 0 10px;
    -webkit-transition: background-size .5s cubic-bezier(.47,1.21,.47,1.21),color .25s ease-in;
    transition: background-size .5s cubic-bezier(.47,1.21,.47,1.21),color .25s ease-in;
}
.product_block:hover figcaption a {
    background-position: 0 90%;
    background-size: 100% 10px;
}
.product_block:hover figcaption .price {
    font-weight: 400;
}
.product_slider .swiper-pagination {
    border-bottom: 0;
}
.product_block figcaption a.link_btn {
    display: inline-flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #dd1d26;
    color: #fff;
    align-items: center;
    justify-content: center;
}
.addon_block {
    display: grid;
    position: relative;
}
.addon_block figure {
    grid-area: 1/-1;
    margin: 0;
}
.addon_block figure a {
    width: 100%;
    color: #fff;
    text-decoration: none;
}
.addon_block figure img {
    aspect-ratio: 3/3.2;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}
.addon_block figcaption {
    grid-area: 1/-1;
    padding: 30px;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    justify-self: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    align-items: center;
    color: #fff;
    pointer-events: none;
    background-color: rgba(0,0,0,0.6);
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transition: .5s cubic-bezier(.39,.58,.57,1);
    transition: .5s cubic-bezier(.39,.58,.57,1);
}
.addon_block figcaption .price {
    margin: 0;
}
.addon_block:hover figcaption {
    -webkit-clip-path: inset(0 -1px 0 0);
    clip-path: inset(0 -1px 0 0);
}
.addon_block figcaption img {
    width: 36px;
    height: 36px;
}
.client_section {
    display: block;
    padding: 60px 0;
}
.client_image {
    width: 100%;
    height: 60px;
    object-fit: scale-down;
    margin: 24px 0;
}
.feature_section {
    display: block;
    padding: 60px 0;
}
.feature_box {
    padding: 40px 30% 40px 40px;
    background: #fff;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    height: 220px;
    display: block;
    position: relative;
}
.feature_box h3 {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 200;
    display: inline;
    margin: 0;
    line-height: 1.1;
    font-size: 30px;
    background-image: linear-gradient(180deg,transparent 65%,#ffffff 0);
    background-size: 0 100%;
    background-repeat: no-repeat;
    -webkit-transition: background-size 0.9s ease;
    -moz-transition: background-size 0.9s ease;
    -ms-transition: background-size 0.9s ease;
    -o-transition: background-size 0.9s ease;
    transition: background-size 0.9s ease;
    margin-bottom: auto;
}
.feature_box:hover {
    transform: translateY(-10px);
    background: linear-gradient(90deg, #ff7e5f, #feb47b);
}
.feature_box:hover h3 {
    background-size: 100% 100%;
}
.feature_box > img {
    width: 32px;
    height: 32px;
    margin-top: 40px;
}
.feature_box:hover span img {
    filter: brightness(0) invert(1);
}
.feature_box span {
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.feature_box span img {
    width: 80px;
    height: 80px;
    -webkit-transition: filter 0.5s ease;
    -moz-transition: filter 0.5s ease;
    -ms-transition: filter 0.5s ease;
    -o-transition: filter 0.5s ease;
    transition: filter 0.5s ease;
}
.testimonial_section {
    display: block;
    padding: 60px 0;
    overflow: hidden;
}
.testimonial_slider {
    overflow: visible;
}
.testimonial {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
}
.testimonial_meta {
    width: 25%;
    margin: 0;
    flex-shrink: 0;
    padding: 0 15px;
    display: flex;
    align-items: center;
}
.testimonial_meta figure {
    margin: 0;
    margin-right: 15px;
    width: 55px;
    flex-shrink: 0;
}
.testimonial_meta figure img {
    width: 55px;
    height: 55px;
    filter: grayscale(1);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}
.testimonial_meta h5 {
    font-size: 16px;
}
.testimonial_meta h6 {
    margin: 0;
    font-size: 14px;
}
.testimonial_content {
    flex-grow: 1;
    padding: 0 15px;
    font-size: 24px;
    font-weight: 300;
}
.testimonial_slider .swiper-slide {
    -webkit-opacity: .15;
    -khtml-opacity: .15;
    -moz-opacity: .15;
    opacity: .15;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=15);
    filter: alpha(opacity=15);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.testimonial_slider .swiper-slide.swiper-slide-active {
    opacity: 1;
}
.title_area {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}
.title_area h4 {
    text-transform: uppercase;
    margin: 0;
    padding: 0 24px;
    letter-spacing: 3px;
    font-size: 14px;
}
.title_area .line {
    height: 1px;
    display: block;
    background: #ccc;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 10%;
}
.model_section {
    padding: 60px 0 0;
    background: linear-gradient(90deg, #ff7e5f, #feb47b);
    color: #fff;
}
.service_content h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.model_section img {
    max-height: 600px;
}
.model_section h2 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 24px;
}
.model_section p {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 24px;
}
.model_block {
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.model_block figure {
    margin: 0;
    margin-right: 16px;
}
.model_block figure img {
    max-width: 50px;
}
.model_section .customize_btn {
    display: inline-block;
    vertical-align: top;
    padding: 14px 40px;
    border-radius: 30px;
    background: #000;
    color: #fff;
    text-decoration: none;
}
.blog_section {
    display: block;
    padding: 60px 0;
}
.blog_area {
    display: block;
    position: relative;
}
.blog_area img {
    aspect-ratio: 16/7;
    object-fit: cover;
    max-width: 100%;
    width: 100%;
}
.past_date {
    display: block;
    font-size: 13px;
    padding: 3px 4px 1.5px 4px;
    color: #fff;
    background: #000;
    float: left;
    margin: 0 3px 3px 0;
    line-height: 1.08;
}
.blog_area h2 {
    margin: 0 0 20px 0;
    font-size: 24px;
    line-height: 1.2;
}
.blog_area h2 a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.blog_area:hover h2 a {
    box-shadow: inset 0 -1px 0 0 #dd1d26;
    display: inline;
}
.cat_meta {
    display: block;
    font-size: 13px;
    padding: 3px 4px 1.5px 4px;
    color: #fff;
    background: #dd1d26;
    float: left;
    margin: 0 3px 3px 0;
    line-height: 1.08;
}
.post_meta {
    display: flex;
    margin-bottom: 7px;
    font-size: 13px;
    line-height: 1.5;
}
.blog_area figcaption {
    font-size: 15px;
}
footer {
    padding: 80px 0 0;
    background: #000;
    color: #ffffff;
}
footer h5 {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    -webkit-opacity: .7;
    -khtml-opacity: .7;
    -moz-opacity: .7;
    opacity: .7;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    filter: alpha(opacity=70);
    margin-bottom: 15px;
}
footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
footer ul li {
    display: block;
    margin-bottom: 10px;
}
footer ul li a {
    font-size: 21px;
    line-height: 24px;
    padding: 5px 0;
    display: inline-block;
    color: #fff;
    position: relative;
    text-decoration: none;
}
footer ul li a:after {
    content: "";
    width: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    -webkit-transition: 0.5s cubic-bezier(.25,.8,.25,1) 0s;
    -moz-transition: 0.5s cubic-bezier(.25,.8,.25,1) 0s;
    -ms-transition: 0.5s cubic-bezier(.25,.8,.25,1) 0s;
    -o-transition: 0.5s cubic-bezier(.25,.8,.25,1) 0s;
    transition: 0.5s cubic-bezier(.25,.8,.25,1) 0s;
    height: 2px;
    border: none;
    background: #dd1d26;
}
footer ul li a:hover:after {
    width: 100%;
    right: auto;
    left: 0;
}
.newsletter {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}
.newsletter_box {
    padding: 15px 0;
    background: none;
    border: none;
    border-bottom: 5px solid #e6e6e6;
    padding-right: 140px;
    font-size: 18px;
    width: 100%;
    color: #fff;
}
.newsletter_box:focus {
    box-shadow: none;
    outline: none;
    border-color: #dd1d26;
}
.newsletter_btn {
    font-size: 16px;
    line-height: 20px;
    padding-top: 19px;
    position: absolute;
    background: none;
    border: none;
    padding-right: 0;
    padding-left: 0;
    bottom: 0;
    right: 0;
    width: auto;
    font-weight: 300;
    padding-bottom: 21px;
    color: #fff;
}
.bottom_footer {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #000;
    color: #fff;
}
.footer_image {
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px solid rgba(255,255,255,.15);
    max-width: 160px;
}
.copyright {
    margin: 0;
}
.gotop_btn {
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}
.gotop_btn svg {
    margin-left: 16px;
}
.service_section {
    display: block;
}
.service_wrapper {
    background: #000;
}
.service_content {
    display: block;
    max-width: 500px;
    padding-top: 130px;
    padding-right: 0px;
    padding-bottom: 130px;
    padding-left: 50px;
}
.service_content h5 {
    color: #43c1ab;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.service_content h2 {
    font-size: 42px;
    margin-bottom: 30px;
    color: #FFFFFF;
    font-weight: 600;
}
.service_content h6 {
    line-height: 1.4;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 12px;
}
.service_content p {
    color: #b8b8b8;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}
.service_block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.service_item {
    max-width: 50%;
    flex-basis: 50%;
}
.service_column {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.service_box {
    display: block;
    width: 100%;
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    border: 1px solid #ffffff14;
    transition: all 0.5s;
    margin: -1px;
}
.service_box h3 {
    line-height: 1.5;
    font-size: 27px;
    margin-bottom: 20px;
    color: #FFFFFF;
    font-weight: 600;
}
.service_box p {
    font-weight: 400;
    line-height: 32px;
    font-size: 18px;
    color: #b8b8b8;
}
.service_box a {
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    border-radius: 0;
    color: #b8b8b8;
    text-transform: capitalize;
    line-height: 32px;
    display: inline-flex;
    align-items: center;
}
.service_box a i.fa-solid {
    margin-left: 10px;
}
.service_box figure {
    margin-bottom: 24px;
}
.service_box figure img {
    width: 64px;
    height: 64px;
    object-fit: scale-down;
}
.service_box:hover {
    background: linear-gradient(90deg, #ff7e5f, #feb47b);
}
.service_box:hover p {
    color: #fff;
}
.service_box:hover a {
    color: #fff;
}
.service_box img {
    filter: brightness(0) invert(1);
}
.category_block {
    display: flex;
    width: 100%;
    padding: 24px;
    border-radius: 10px;
    background: #fff;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 32px 0;
}
.category_block figure a {
    display: inline-block;
    vertical-align: top;
}
.category_block img {
    width: 70px;
    height: 70px;
    object-fit: scale-down;
}
.category_block h4 {
    font-size: 18px;
    text-align: center;
}
.category_block h4 a {
    color: #000;
    text-decoration: none;
}