/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header / .header-con
4. Banner / .banner-con
5. About / .about-con
6. Generic box / .generic-con 
7. Shop / .shop-con
8. Help / .help-con
9. Slider / .slider-con
10. Blog / .blog-con
11. Faq / .faq-con
12. Form  / .contact-con
13. Footer / .footer-con
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
# [Color codes]

# --primary--color: #000;
# --secondary--color: #f7f7f7;
# --text-color: #78787f;
# --accent-color:#c66950;
# --white-color: #fff;
/*------------------------------------------------------------------
[Typography]
Body copy:     'Inter', sans-serif;
-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
a,
button
input{
	outline: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
body{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: var(--text-color);
    font-family: 'Inter', sans-serif;
}
:root{
    --primary--color: #000;
    --secondary--color: #f7f7f7;
    --text-color: #78787f;
    --accent-color:#c66950;
    --white-color: #fff;
}
h1{
    font-size: 72px;
    font-weight: 800;
    line-height: 72px;
    font-family: "Plus Jakarta Sans", sans-serif;
}
h2{
    font-size: 50px;
    font-weight: 800;
    line-height: 60px;
    font-family: "Plus Jakarta Sans", sans-serif;
}
h3{
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
    font-family: "Plus Jakarta Sans", sans-serif;
}
h4{
    font-size: 18px;
}
h5{
    font-size: 16px;
}
h6{
    font-size: 14px;
}
p{
    font-size: 16px; 
}
.padding-top{
    padding-top: 140px;
}
.padding-bottom{
    padding-bottom: 140px;
}
/* HEADER SECTION */
.header-con {
    top: 22px;
    z-index: 1;
    position: absolute;
}
.header-con .navbar-light .navbar-nav .nav-link{
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    color: var(--white-color);
}
.search-btn a{
    text-decoration: none;
}
.search-btn a i:hover{
    background: var(--primary--color);
    border-color: var(--primary--color);
}
.header-con .navbar-light .navbar-nav .nav-link:hover{
    color: var(--accent-color);
}
.header-con .navbar-nav {
    gap: 50px;
    margin-right: 30px;
}
.header-btn {
    gap: 10px;
    display: flex;
    align-items: center;
}
.search-btn a i {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    border: 1px solid var(--white-color);
}
.support-btn a {
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    padding: 14px 36px 18px;
    color: var(--white-color);
    background: var(--accent-color);
}
.support-btn a:hover{
    background: var(--primary--color);
    color: var(--secondary--color);
}
/* HEADER SECTION */
/* BANNER SECTION */
.banner-con{
    padding: 222px 0 500px;
    background: url(../images/banner-img.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    clip-path: polygon(100% 0, 100% 50%, 67.4% 100%, 36% 67%, 24.4% 76%, 0 54%, 0 0);
}
.banner-title span:first-child{
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1px;
    margin-bottom: 18px;
    text-transform: uppercase;
    color: var(--white-color);
    font-family: "Plus Jakarta Sans", sans-serif;
}
.banner-title h1{
    color: var(--white-color);
    margin-bottom: 32px;
}
.banner-title .special-txt{
    font-weight: 700;
    margin-bottom: 29px;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--accent-color);
}
.banner-title p{
    width: 54%;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 32px;
    color: var(--white-color);
}
.generic-btn a {
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 19px 54px 21px;
    color: var(--white-color);
    background: var(--accent-color);
}
.generic-btn a:hover {
    background: transparent;
    color: var(--accent-color);
    box-shadow: inset 0 0 0 1px var(--accent-color);
}
/* BANNER SECTION */
/* GENERIC SECTION */

.about-con {
    padding-bottom: 115px;
}
.generic-box {
    gap: 125px;
    display: grid;
    align-items: center;
    grid-template-columns: 40% 48%;
}
.generic-content h2{
    margin-bottom: 23px;
    color: var(--primary--color);
}
.generic-content p{
    margin-bottom: 26px;
}
.static-section ul {
    gap: 50px;
    display: flex;
    padding-top: 28px;
    border-top: 1px solid #f6f6f6;
}
.price-value{
    font-size: 50px;
    font-weight: 800;
    line-height: 60px;
    color: var(--primary--color);
    font-family: "Plus Jakarta Sans", sans-serif;
}
.static-box-item small {
    top: 10px;
    right: -19px;
    font-size: 28px;
    line-height: 28px;
    font-weight: 800;
    position: absolute;
    color: var(--accent-color);
}
.static-box-item > div{
    margin-bottom: 3px;
}
.generic-content p:nth-child(3) {
    margin-bottom: 34px;
}
.direction-change{
    direction: rtl;
}
.border-box{
    position: relative;
}
.border-box:after{
    content: "";
    z-index: -1;
    top: -15px;
    position: absolute;
    border: 1px solid var(--primary--color);
}
.about-con .border-box:after{
    left: -15px;
    width: 445px;
    height: 600px;
}
.professional-con .border-box:after{
    right: -15px;
    width: 445px;
    height: 409px;
}
.genreic-title h2{
    margin-bottom: 13px;
    color: var(--primary--color);
}
.genreic-title P{
    margin-bottom: 73px;
}
/* GENERIC SECTION */
/* SHOP SECTION */
.shop-con{
    background: var(--secondary--color);
}
.shop-box-item {
    padding: 15px;
    display: flex;
    flex-direction: column;
    border: 1px solid #eee;
    background: var(--white-color);
}
.shop-box {
    gap: 24px;
    display: grid;
    margin-bottom: 58px;
    grid-template-columns: 18.991% 18.991% 18.991% 18.991% 18.991%;
}
.shop-con .genreic-title{
    width: 35%;
    margin: 0 auto;
}
.shop-con .genreic-title h2 {
    margin-bottom: 60px;
}
.shop-outer-box{
    max-width: 1862px;
    margin: 0 auto;
    padding: 0 30px;
}
.shop-box-item h3{
    margin-bottom: 6px;
    color: var(--primary--color);
}
span.error {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -23px;
}
.shop-price{
    font-size: 16px;
    line-height: 16px;
    margin-top: auto;
    color: var(--accent-color);
}
.shop-box-img figure {
    margin-bottom: 21px;
}
.shop-box-img figure img{
    width: 100%;
}
.shop-outer-content p{
    width: 58%;
    line-height: 30px;
    margin: 0 auto 30px;
}
.shop-outer-content .generic-btn a {
    padding: 19px 51px 21px 52px;
}
.favorite-icon a{
    text-decoration: none;
}
.favorite-icon a i{
    width: 40px;
    height: 40px;
    display: flex;
    font-size: 18px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    border: 1px solid var(--white-color);
}
.favorite-icon a i:hover{
    border-color: var(--accent-color);
    background: var(--accent-color);
}
.shop-box-img{
    position: relative;
}
.favorite-icon {
    top: 15px;
    right: 15px;
    position: absolute;
}
/* SHOP SECTION */
.vision-con .generic-box{
    gap: 89px;
    grid-template-columns: 50% 42%;
}
.vision-con .border-box:after {
    top: -15px;
    left: 15px;
    width: 540px;
    height: 329px;
}
/* HELP SECTION */
.help-con {
    padding: 126px 0 141px;
    background: url(../images/help-bg-img.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}
.help-title *{
    color: var(--secondary--color);
}
.help-title h2{
    margin-bottom: 20px;
}
.help-title p {
    width: 64%;
    margin: 0 auto 33px;
}
.help-title .generic-btn a {
    padding: 19px 46px 21px;
}
/* HELP SECTION */
/* SLIDER SECTION */
.slider-box .owl-carousel .owl-item img{
    width: auto;
}
.slider-box-item {
    border: 1px solid #eee;
    padding: 0 78px 35px 38px;
    background: var(--white-color);
    box-shadow: 20px 20px 50px rgb(0 0 0 / 5%);
}
.slider-box-item figure:first-child{
    margin-top: -40px;
    margin-bottom: 32px;
}
.slider-box-item h3{
    margin-bottom: 15px;
    color: var(--accent-color);
}
.slider-box-item p{
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
}
.comma-icon{
    top: 0;
    right: 40px;
    position: absolute;
}
.slider-box-item{
    position: relative;
}
.slider-box .owl-dots{
    display: none;
}
.slider-box .owl-theme .owl-nav {
    position: absolute;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.slider-box .owl-carousel .owl-nav button.owl-next,
.slider-box .owl-carousel .owl-nav button.owl-prev{
    width: 35px;
    height: 35px;
    border: 1px solid #78787f;
    border-radius: 50%;
    margin: 0;
    position: absolute;
}
.slider-box .owl-carousel .owl-nav button.owl-next:hover,
.slider-box .owl-carousel .owl-nav button.owl-prev:hover{
    background: #78787f;
}
.slider-box .owl-carousel .owl-nav button.owl-next{
    right: -50px;
}
.slider-box .owl-carousel .owl-nav button.owl-prev{
    left: -50px;
}
.slider-box .owl-item.active {
    opacity: 1;
}
.slider-box .owl-item {
    opacity: 0;
    transition: opacity 100ms;
}
.slider-box .owl-stage-outer {
 overflow: visible;
}
.slider-con{
    overflow: hidden;
}
.slider-con .owl-nav button:focus{
    outline: none;
}
/* SLIDER SECTION */
/* BLOG SECTION */
.blog-con{
    background: var(--secondary--color);
}
.blog-box {
    gap: 30px;
    display: grid;
    grid-template-columns: 31.533% 31.533% 31.533%;
}
.blog-box-item figure{
    margin-bottom: 31px;
}
.blog-box-item span{
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 12px;
    color: var(--accent-color);
}
.blog-box-item h3 {
    margin-bottom: 16px;
    padding-right: 10px;
}
.blog-box-item h3 a{
    display: inline-block;
    text-decoration: none;
    color: var(--primary--color);
}
.blog-box-item h3 a:hover{
    color: var(--accent-color);
}
.blog-box-item p{
    margin-bottom: 0;
    padding-right: 80px;
}
/* BLOG SECTION */
/* FAQ SECTION */
.faq-box {
    gap: 105px;
    display: grid;
    align-items: center;
    grid-template-columns: 48.65% 40.1%;
}
.faq-item-txt {
    margin-bottom: 30px;
    padding: 31px 40px 32px;
    border: 1px solid #eee;
    background: var(--white-color);
    box-shadow: 20px 20px 50px rgb(0 0 0 / 5%);
}
.faq-item-txt:hover{
    border-color: var(--accent-color);
}
.faq-item-txt h3{
    margin-bottom: 16px;
    color: var(--primary--color);
}
.faq-item-content .faq-item-txt:last-child{
    margin-bottom: 0;
}
.faq-item-img .border-box:after{
    left: 15px;
    width: 445px;
    height: 409px;
}
/* FAQ SECTION */
/* CONTACT SECTION */
.contact-con{
    padding-bottom: 272px;
    background: var(--secondary--color);
}
.contact-box{
    gap: 30px;
    z-index: 1;
    display: grid;
    position: relative;
    grid-template-columns: 48.66% 48.66%;
}
.contact-info-con ul li {
    gap: 28px;
    display: flex;
    padding: 34px 48px;
    margin-bottom: 30px;
    border: 1px solid #eee;
    background: var(--white-color);
    box-shadow: 20px 20px 50px rgb(0 0 0 / 5%);
}
.contact-info-con ul li:hover{
    border-color: var(--accent-color);
}
.contact-info-con ul li figure img,
.partner-con ul li figure img{
    transition: all 0.4s ease-in-out;
}
.contact-info-con ul li:hover figure img,
.partner-con ul li figure img:hover{
    transform: translateY(5px);
}
.contact-info-con ul li:last-child{
    margin-bottom: 0;
}
.contact-info-title h3{
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
    color: var(--primary--color);
}
.contact-info-title a{
    font-size: 20px;
    line-height: 20px;
    text-decoration: none;
    display: inline-block;
    color: var(--text-color);
}
.contact-info-title a:hover{
    color: var(--accent-color);
}
.contact-info-con ul li:last-child a:hover{
    color: var(--primary--color);
}
.contact-info-title p{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 34px;
    color: var(--text-color);
}
.contact-info-con ul li:last-child a{
    font-size: 18px;
    line-height: 18px;
    color: var(--accent-color);
    text-decoration: underline;
}
.contact-form-con {
    padding:40px 40px;
    background: var(--primary--color);
}
.form-con ul li label {
    display: block;
    margin-bottom: 8px;
    color: var(--white-color);
}
.form-con ul li{
    margin-bottom: 13px;
    position: relative;
}
.form-con ul li input,
.form-con ul li select,
.form-con ul li textarea{
    width: 100%;
    border: none;
    font-size: 14px;
    line-height: 14px;
    padding: 19px 20px 20px;
    color: var(--text-color);
    border: 1px solid transparent;
}
.form-con ul li input:focus,
.form-con ul li select:focus,
.form-con ul li textarea:focus
{
    outline: none;
    border-color: #c66950;
}
.form-con ul li textarea{
    resize: none;
    height: 100px;
}
.form-con ul li input::placeholder{
    font-size: 14px;
    line-height: 14px;
    color: var(--text-color);
}
.form-con ul li select{
    appearance: none;
    background: #fff url(../images/angle-down-icon.png) no-repeat;
    background-position: 95% 46%;
}
.error{
    color: red;
}
.form-con ul li input.error{
    outline-color: red;
}
.submit-btn button {
    width: 100%;
    border: none;
    cursor: pointer;
    font-size: 18px;
    line-height: 18px;
    padding: 20px 10px;
    background: var(--accent-color);
    color: var(--white-color);
    transition: all 0.5s ease-in-out;
}
.submit-btn button:focus{
    outline: none;
}
.submit-btn button:hover{
    color: var(--accent-color);
    background: var(--secondary--color);
}
.form-con ul{
    margin-bottom: 14px;
}
/* CONTACT SECTION */
/* FOOTRE SECTION  */
.footer-con {
    margin-top: -500px;
    padding: 305px 0 70px;
    background: var(--accent-color);
    clip-path: polygon(60% 39%, 71% 28%, 100% 55%, 100% 100%, 0 100%, 0 50%, 31% 0);
}
.partner-con ul{
    gap: 63px;
    display: flex;
    align-items: center;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgb(255 255 255 / 15%);
}
.partner-con ul li figure img{
    filter: brightness(0) invert(1);
}
.footer-box figure{
    margin-bottom: 22px;
}
.footer-box p{
    font-size: 16px;
    padding: 0 180px;
    line-height: 29px;
    margin-bottom: 21px;
    color: var(--white-color);
}
.footer-social-icon ul{
    gap: 10px;
    display: flex;
    justify-content: center;
}
.footer-social-icon ul li a{
    display: inline-block;
    text-decoration: none;
}
.footer-social-icon ul li a i{
    width: 46px;
    height: 46px;
    display: flex;
    font-size: 16px;
    line-height: 16px;
    align-items: center;
    color: var(--white-color);
    justify-content: center;
    border: 1px solid var(--white-color);
    transition: all 0.5s ease-in-out;
}
.footer-social-icon ul li a i:hover{
    background: var(--white-color);
    border-color: var(--white-color);
    transform: translateY(-8px);
    color: var(--accent-color);
}
.footer-info ul *{
    color: var(--white-color);
}
.footer-info ul li {
    display: flex;
    align-items: center;
}
.footer-info ul {
    gap: 38px;
    display: flex;
    justify-content: center;
}
.footer-info ul li a{
    text-decoration: none;
}
.footer-info ul li a:hover{
    color: var(--primary--color);
}
.footer-info ul li i{
    padding-right: 6px;
}
.footer-info {
    padding: 22px 20px;
    margin-bottom: 30px;
    background: rgb(0 0 0 / 10%);
}
.footer-box {
    margin-bottom: 45px;
}
.copyright{
    font-size: 14px;
    line-height: 14px;
    color: var(--white-color);
}
/* FOOTRE SECTION  */
/* LOADER SECTION */
.loader-mask {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 99999;
    background-color: #fff;
}
.loader {
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    position: absolute;
    text-indent: -9999em;
    display: inline-block;
    margin: -25px 0 0 -25px;
    color:var(--primary--color);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.loader-mask {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    position: fixed;
    background-color: #fff;
}
.lead{
  font-size:13px;
}
.loader div {
    top: 0;
    left: 0;
    opacity: .5;
    float: none;
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 50%;
    display: inline-block;
    background-color:var(--accent-color);
    -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);
    }
}

/* LOADER SECTION */
/* BACK TO TOP BUTTON */
#button {
    display: inline-block;
    background-color:var(--primary--color);
    width: 82px;
    height: 82px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 107px;
    right: 113px;
    transition: background-color .5s, opacity .8s, visibility .8s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
    cursor: pointer;
}
#button.show {
    opacity: 1;
    visibility: visible;
}
@-webkit-keyframes spineer {
    from {
     box-shadow: 0 0 0 0 rgba(0, 0,1, .99)
    }
     to {
      box-shadow: 0 0 0 45px rgba(0, 0,1, .01)
     }
    }    
    @keyframes spineer {
    from {
     box-shadow: 0 0 0 0 rgba(0, 0 , 1, .99)
    }
    to {
     box-shadow: 0 0 0 45px rgba(0, 0,1, .01)
    }
}
#button::after {    
    font-size: 20px;
    font-weight: 600;
    content: "\f062";
    line-height: 50px;
    color: var(--secondary--color);
    font-family: "Font Awesome 5 free";
}
#button:hover {
    cursor: pointer;
}
/* BACK TO TOP BUTTON */
.top-to-bottom-banner-btn a {
    gap: 7px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 10px 15px;
    position: absolute;
    left: 24%;
    transform: translateX(-24%);
    top: -310px;
    z-index: 3;
    text-decoration: none;
    transition: .3s ease-in-out;
    background: var(--white-color);
    box-shadow: 0 0 100px rgb(0 0 0 / 30%);
}
.top-to-bottom-banner-btn a span {
    font-size: 12px;
    line-height: 14px;
    color: var(--primary--color);
}
.top-to-bottom-banner-btn a i {
    color: var(--primary--color);
    animation: key1 .3s ease-in-out infinite alternate;
}
.about-con{
    position: relative;
}
@keyframes key1{
    0% {transform: translateY(0px);}
    100% {transform: translateY(-8px);}
}
.top-to-bottom-banner-btn a:hover{
    background: var(--accent-color);
}
.top-to-bottom-banner-btn a:hover *{
    color: var(--white-color);
}