/* ===================================
    Crafto - Branding Studio
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@100..900&display=swap');
/* variable */
:root {      
    --alt-font: "Archivo", sans-serif; 
    --primary-font: "Archivo", sans-serif;
    --base-color:#c5870d;
    --blue-color: #1a1966;
    --dark-gray: #151515;
    --medium-gray:#626262;
}
/* reset */
.bg-blue {
    background-color: var(--blue-color);
  }
.text-base-color{
    color: var(--base-color) !important;
  }
.text-blue-color{
    color: var(--blue-color) !important;
  }

  .text-justify{
    text-align: justify;
  }
body { 
    font-size: 17px;
    line-height: 28px;
}
/* heading */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    letter-spacing: -1px;
}
h1, .h1 {
    font-size: 5rem;
    line-height: 5.2rem;
}
.h2, h2 {
    line-height: 3.2rem;
}
.h3, h3 {
    line-height: 2.8rem;
}
.h6, h6 {
    line-height: 2.2rem;
}
/* btn */
.btn {
    letter-spacing:0px;
    text-transform: none;
}
.btn.btn-extra-large {
    font-size: 19px;
    padding: 22px 45px;
}
.btn.btn-large {
    font-size: 16px;
    padding: 16px 34px;
}
.btn.btn-medium {
    font-size: 14px;
    padding: 12px 24px;
}
.btn.btn-small {
    font-size: 12px;
    padding: 9px 20px;
}
.btn.btn-very-small {
    font-size: 11px;
    padding: 9px 16px 7px;
}
.btn.btn-switch-text.btn-extra-large>span {
    padding: 22px 47px;
}
.btn.btn-switch-text.btn-large>span {
    padding: 16px 36px;
}
.btn.btn-switch-text.btn-medium>span {
    padding: 12px 26px;
}
.btn.btn-switch-text.btn-small>span {
    padding: 7px 22px;
}
.btn.btn-switch-text.btn-very-small>span {
    padding: 11px 18px 9px;
}
.btn.btn-link {
    padding: 0 0 2px;
}
.btn.btn-transparent-light-gray:active, .btn.btn-transparent-light-gray:hover {
    border-color: var(--dark-gray);
}
/* gradient background color */
.bg-gradient-misty-rose {
    background-image: linear-gradient(360deg, #c5880d1c 0%, #fff6f3 100%);
}
/* text gradient color */
.text-gradient-light-gray-white {
    background-image: linear-gradient(to bottom, #eaeaea, #efefef, #f7f7f7, #fafafa, #ffffff); 
} 
/* background */
.bg-bright-turquoise {
    background-color: #c5880d4b;
}
.bg-seashell {
    /* background-color: #e7e3da; */
    background-color: #F8F2E7;
}
.bg-base-color-transparent {
    background-color: rgba(197, 135, 13, .8);
}
/* padding */
.pb-190px {
    padding-bottom: 190px;
}
/* bg sliding line */ 
.bg-sliding-line-dark-gray { 
    background-image: linear-gradient(135deg, transparent 45%, #464646 45%, #464646 55%, transparent 0);
    background-size: 5px 5px;
}
/* header */
/* header */
header .navbar {
    width: calc(100% - 40px);
    left: 20px;
    top: 20px;
}
header .navbar-brand {
    padding: 10px 0;
}
header .navbar-brand img {
    max-height: 70px;
}
header.sticky .disable-fixed .navbar-brand, header.sticky .fixed-header .navbar-brand {
    padding: 20px 0;
}
header .container-fluid {
    padding-left: 35px;
    padding-right: 35px;
}
.header-icon .icon>a>i {
    position:relative;
    top:-2px;
}
.header-icon .icon>a, .header-icon .icon .header-cart>a {
    font-size:16px;
    font-weight: 500;
    padding-left: 20px;
}
.header-icon .icon .header-account>a, .header-icon .icon .header-cart>a, .header-icon .icon .header-language>a {
    padding-left: 20px;
}
.header-cart-icon .cart-count {
    background-color: var(--dark-gray);
    font-weight: 500;
}
.navbar .navbar-nav .dropdown .dropdown-menu {
    margin-top: 10px;
    border-radius: 6px;
    padding: 40px 0 45px;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu {
    padding: 30px 0;
}
.navbar .navbar-nav .submenu-content {
    border-top: 0 !important;
}
.navbar .navbar-nav .nav-link::before {
    content: "";
    height: 10px;
    width: 100%;
}
.navbar .navbar-nav .dropdown .nav-link:before,
.header-cart-icon .header-cart::before {
    content: "";
    height: 10px;
    width: 100%;
    display: inline-block;
    position: absolute;
    bottom: -10px;
}
.header-cart-icon .header-cart .cart-item-list {
    margin-top: 10px;
}
.navbar .navbar-nav .dropdown .dropdown-menu, .header-cart-icon .header-cart .cart-item-list {
    background: var(--very-light-gray);
}
.navbar .navbar-nav .submenu-content ul .sub-title {
    margin-bottom: 5px;
}
.navbar .navbar-nav .dropdown .dropdown-menu a {
    padding-bottom: 3px;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu li a {
    padding-bottom: 6px;
}
.header-cart-icon .header-cart .cart-item-list .cart-total .btn.btn-large {
    font-size: 12px;
}
/* highlight separator */
.highlight-separator[data-shadow-animation] span,
.highlight-separator[data-shadow-animation] span img {
    height: 29px;
    z-index: -1;
}
.highlight-separator[data-shadow-animation] span {
    bottom: -13px;
}

.on-hover-bw .on-hover-bw-image img  {
    transition: all 450ms cubic-bezier(0,.5,.61,.99);
    object-fit: cover;
    height: 100%;
    width: 100%;

}
.on-hover-bw:hover .on-hover-bw-image img {
    filter: grayscale(100%) contrast(110%) blur(0);
    transform: translate3d(-20px, 20px, 0) scale3d(1.05, 1.05, 1.05);
}
/* height */
.h-430px {
    height: 430px !important;
}
/* position */
.bottom-minus-180px {
    bottom: -180px;
}
/* HTML video play */
.video-icon-medium .video-icon {
    width: 60px;
    height: 60px;
}
.video-icon-medium .video-icon .video-icon-sonar .video-icon-sonar-bfr {
    width: 110px;
    height: 110px;
}
/* blog button */
.categories-btn {
    font-size: 12px;
}
/* accordion style 02 */
.accordion-style-02 .accordion-item .accordion-header {
    padding: 24px 0;
}
.accordion-style-02 .accordion-item .accordion-body {
    padding-right: 35px;
}
/* review star */
.review-star-icon i {
    color: var(--base-color);
}
/* animation rotation */
.animation-rotation-slow {
    -webkit-animation: rotation 35s infinite linear;
    animation: rotation 35s infinite linear;
}
.packaging-strength-icons .feature-box-icon img {
    transform-origin: center center;
    -webkit-transform-origin: center center;
    will-change: transform;
}
/* list */
.list-style-02 li {
    align-items: center;
}
/* portfolio */
.portfolio-transform .portfolio-box .caption {
    box-shadow: none;
    padding: 10px 35px;
}
/* page title */
.page-title-extra-large h2 {
    font-size: 5rem;
    line-height: 5rem;
}
.page-title-extra-large h1 {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0px;
}
/* swiper */
.swiper-pagination-style-2 .swiper-pagination-bullet:first-child{
    margin-left: 0 !important;
}
.swiper-pagination-style-2 .swiper-pagination-bullet {
    margin: 0 10px !important;
}
/* footer */
footer {
    line-height: 24px;
}
footer ul li {
    margin-bottom: 3px;
}
footer ul li a {
    color: var(--white);
}
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
/* Products range banner - icon bottom-right */
.interactive-banner-style-01 figure .icon-box {
    position: absolute;
    bottom: 40px;
    right: 40px;
    top: auto !important;
    margin: 0;
    transform: translateY(15px);
}
.interactive-banner-style-01 figure:hover .icon-box {
    top: auto !important;
    bottom: 40px;
    right: 40px;
    transform: translateY(0);
}
@media (max-width: 767px) {
    .interactive-banner-style-01 figure .icon-box,
    .interactive-banner-style-01 figure:hover .icon-box {
        bottom: 25px;
        right: 25px;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1270px;
    }
}
@media (max-width: 1900px) {
    .fs-275 {
        font-size: 8rem !important;
        line-height: 8rem !important;
    }
}
@media (max-width: 1600px) {
    header .container-fluid {
        padding-left: 2%;
        padding-right: 2%;
    }
    h1, .h1 {
        font-size: 4rem;
        line-height: 4rem;
    }
    .fs-275 {
        font-size: 8rem;
        line-height: 8rem;
    }
}
@media (max-width: 1399px) {
    .navbar .navbar-nav .nav-link {
        padding: 10px 10px;
    }
    .fs-275 {
        font-size: 9rem;
        line-height: 9rem;
    }
}
@media (max-width: 991px) {
    .fs-275 {
        font-size: 8rem;
        line-height: 8rem;
    }
}
@media (max-width: 767px) { 
    .fs-275 {
        font-size: 4rem;
        line-height: 4rem;
    }
}