@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
@font-face {
    font-family: 'Corsiva Hebrew';
    src: url('../fonts/CorsivaHebrew-Bold.woff2') format('woff2'),
        url('../fonts/CorsivaHebrew-Bold.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Corsiva Hebrew';
    src: url('../fonts/CorsivaHebrew.woff2') format('woff2'),
        url('../fonts/CorsivaHebrew.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}





/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
a {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.main-wrpper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.container{
    max-width: 1170px;
}

/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    background: transparent;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
header img{
    width: 100%;
}
/* ***** End Fix Header **** */



/* **** About **** */
.about-wrp{
    background: #178FBD;
    padding: 120px 0;
}
.about-wrp .about-detail{
    max-width: 450px;
}
.about-wrp .about-detail h2{
    color: #FFF;
    font-family: 'Corsiva Hebrew';
    font-size: 50px;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 46px;
}
.about-wrp .about-detail p{
    color: #FFF;
    text-align: right;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 20px;
}
.about-wrp .about-box{
    background: #FFF;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.20);
}
.about-wrp .about-box img{
    width: 100%;
}
.about-wrp .about-box .description{
    padding: 30px;
}
.about-wrp .about-box .description p{
    color: #000;
    text-align: right;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 48px;
}   
.about-wrp .about-box .description .btn-primary{
    margin: 0 auto;
}


.about-wrp .about-block{
    padding: 140px 0 0;
    position: relative;
}
.about-wrp .about-block .about-detail{
    max-width: 100%;
}
.about-wrp .about-block .arrow-shape{
    position: absolute;
    left: 60%;
    top: -100px;
    max-width: 100%;
}
/* **** End About **** */


.btn-primary{
    color: #FFF;
    text-align: right;
    font-family: 'Corsiva Hebrew';
    font-size: 25px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    text-decoration-line: underline;
    border-radius: 10px;
    background: #178FBD;
    box-shadow: 0px 0px 25px 3px rgba(216, 128, 88, 0.60);
    padding: 18px 20px;
    display: table;
}
.btn-primary:hover{
    background: #F7B718;
    color: #fff;
    text-decoration: underline;
}


.titlebar h2{
    color: #2A2654;
    text-align: center;
    font-family: 'Corsiva Hebrew';
    font-size: 60px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    margin: 0;
}


.excerpt-wrp{
    padding: 120px 0 200px;
    position: relative;
}
.excerpt-wrp .arrow3-shape{
       position: absolute;
    left: 60%;
    bottom: 30px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: none;
}
.excerpt-wrp .titlebar{
    margin: 0 0 35px;
}
.excerpt-wrp .excerpt-slider .slider-box img{
    max-width: 100%;
    border-radius: 15px;
}
.excerpt-wrp .excerpt-slider button.slick-next.slick-arrow,
.excerpt-wrp .excerpt-slider button.slick-prev.slick-arrow{
    position: absolute;
    left: 25px;
    bottom: 25px;
    z-index: 8;
    background: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    font-size: 0;
}
.excerpt-wrp .excerpt-slider button.slick-next.slick-arrow{
    left: auto;
    right: 25px;
}
.excerpt-wrp .excerpt-slider button.slick-next.slick-arrow:before,
.excerpt-wrp .excerpt-slider button.slick-prev.slick-arrow:before{
    position: absolute;
    content: "";
    background: url('../images/arrow-ic.svg') 0 0 no-repeat;
    background-size: 100% 100%;
    font-weight: 400;
    width: 37px;
    height: 30px;
    font-size: 40px;
    color: #fff;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.excerpt-wrp .excerpt-slider button.slick-next.slick-arrow:before{    
    right: 0;
    transform: rotate(180deg);
}
.excerpt-wrp .excerpt-slider button.slick-next.slick-arrow:hover:before,
.excerpt-wrp .excerpt-slider button.slick-prev.slick-arrow:hover:before{
    opacity: 0.70;
}



.recommend-wrp{
}
.recommend-wrp .titlebar{
    margin: 0 0 45px;
}
.recommend-wrp .recommend-block{
    margin: 0 5px;
}
.recommend-wrp .recommend-block .slider-box{
    padding: 50px 0 80px;
    background: #178FBD;    
}
.recommend-wrp .recommend-block .slider-box.bg2{background: #F7B718}
.recommend-wrp .recommend-block .slider-box.bg3{background: #373366}
.recommend-wrp .recommend-block .slider-box.bg4{background: #D25427}
.recommend-wrp .recommend-block .slider-box.bg5{background: #8AAF3F}
.recommend-wrp .recommend-block .slider-box h3{
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    line-height: normal;
    margin: 0 0 25px;
}
.recommend-wrp .recommend-block .slider-box p{
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    margin: 0 auto;
    max-width: 701px;
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recommend-slider .slick-track{display: flex !important;}
.recommend-slider .slick-slide{height: inherit !important;}
.recommend-wrp .recommend-block .slider-box{height: 100%}

.recommend-wrp button.slick-next.slick-arrow,
.recommend-wrp button.slick-prev.slick-arrow{
    position: absolute;
    left: 25px;
    top: 50%;
    z-index: 8;
    background: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    font-size: 0;
    -webkit-transform: translateX(0, -50%);
    transform: translateX(0, -50%);
}
.recommend-wrp button.slick-next.slick-arrow{
    left: auto;
    right: 25px;
}
.recommend-wrp button.slick-next.slick-arrow:before,
.recommend-wrp button.slick-prev.slick-arrow:before{
    position: absolute;
    content: "\f053";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 40px;
    color: #fff;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.recommend-wrp button.slick-next.slick-arrow:before{
    content: "\f054  ";
    right: 0;
}
.recommend-wrp button.slick-next.slick-arrow:hover:before,
.recommend-wrp button.slick-prev.slick-arrow:hover:before{
    color: #F7B718;
}
.recommend-wrp .slick-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: 15px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.recommend-wrp .slick-dots li{
    margin-right: 10px;
}
.recommend-wrp .slick-dots li:first-child{
    margin: 0;
}
.recommend-wrp .slick-dots li button{
    background: #fff;
    border-radius: 100%;
    opacity: 60%;
    height: 16px;
    width: 16px;
    font-size: 0;
    box-shadow: none;
    outline: none;
    border: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.recommend-wrp .slick-dots li.slick-active button{
    background: #fff;
    opacity: 1;
}



/* **** Buyers **** */
.buyers-wrp{
    padding: 100px 0;
}
.buyers-wrp .titlebar{
    margin: 0 0 45px;
}
.buyers-slider .slick-track{display: flex !important;}
.buyers-slider .slick-slide{height: inherit !important;}
.buyers-slider .slider-box{
    border-radius: 25px;
    background: #FFF;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
    margin: 25px 10px;
    padding: 46px 20px 30px;
    position: relative;
    height: calc(100% - 50px);
}
.buyers-slider .slider-box span{
    position: absolute;
    left: -2px;
    top: -12px;
    height: 32px;
    width: 32px;
    background: #5CB9B9;
    filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.25));
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.buyers-slider .slider-box span.quote-right{
    left: auto;
    right: -2px;
    top: -12px;
}
.buyers-slider .slider-box.box2 span{background: #EE7B22}
.buyers-slider .slider-box.box3 span{background: #373366}
.buyers-slider .slider-box.box4 span{background: #178FBD}
.buyers-slider .slider-box.box5 span{background: #FF5065}
.buyers-slider .slider-box.box6 span{background: #373366}
.buyers-slider .slider-box h3{
    margin: 0 0 30px;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}
.buyers-slider .slider-box p{
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin: 0 0 6px;
    min-height: 120px;
}
.buyers-slider .slider-box img.heart-icon{
    max-width: 100%;
    margin-left: 0;
    margin-right: auto;
    max-width: 100%;
    margin-left: 0;
    margin-right: auto;
    position: absolute;
    left: 10px;
    bottom: 10px;
}
/* **** End Buyers **** */



/* **** purchase **** */
.purchase-wrp{
    padding: 75px 0;
    background: #373366;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
    position: relative;
}
.purchase-wrp .purchase-info{
    display: table;
}
.purchase-wrp .purchase-info a{
    color: #FFF;
    font-family: 'Corsiva Hebrew';
    text-align: right;
    font-size: 40px;
    font-weight: bold;
    line-height: normal;
    text-decoration: underline;
    margin: 0 auto 25px;
    display: table;
}
.purchase-wrp .purchase-info a:hover{
    color: #F7B718;
}
.purchase-wrp .purchase-info p{
    color: #FFF;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.purchase-wrp .purchase-detail{
    display: table;
    margin-left: 0;
    margin-right: auto;
    max-width: 362px;
}
.purchase-wrp .purchase-detail p{
    color: #FFF;
    text-align: center;
    font-size: 25px;
    font-weight: 800;
    line-height: normal;
    margin: 0 0 25px;
}
.purchase-wrp .purchase-detail a{
    color: #FFF;
    text-align: center;
    font-family: 'Corsiva Hebrew';
    font-size: 30px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    text-decoration: underline;
    margin: 0 auto;
    display: table;
}
.purchase-wrp .purchase-detail a:hover{
    color: #F7B718;
}
.purchase-wrp .arrow-shap2{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/* **** End purchase **** */


.gallery-wrp{
    padding: 70px 0;
}
.gallery-wrp .slick-slide {
    margin: 0 18px;
}
.gallery-wrp .slick-list {
    margin: 0 -18px;
}
.gallery-wrp .container-fluid{
    padding: 0;
}
.gallery-wrp .titlebar{margin:  0 0 70px;}
.gallery-slider .slider-box img{
    width: 100%;
    border-radius: 25px;
}


/* **** Footer **** */
footer{padding: 100px 0}
footer .footer-block{
    background: #F9ECCF;
    padding: 80px 0 0;
    position: relative;
    margin: 0 0 35px;
}
footer .footer-block .user-img{
    position: absolute;
    left: 100px;
    top: -92px;
    width: 214.827px;
    height: 198px;
    border-radius: 87px;
}
footer .footer-block .user-img:before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    border-radius: 87px;
    left: 0;
    right: 0;
    top: 14px;
    background: #E5B44A;
}
footer .footer-block .user-img img{
    width: 100%;
    height: 100%;
    border-radius: 87px;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 9;
}
footer .description{
    padding: 0 40px 0 0;
}
footer .description h3{
    color: #000;
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 15px;
}
footer .description p{
    color: #000;
    font-size: 20px;
    font-weight: 900;
    margin: 0 0 5px;
}
footer .contact-info{
    display: table;
    margin-left: 40px;
    margin-right: auto;
}
footer .contact-info .contact-bx li{
    margin: 0 0 10px;
}
footer .contact-info .contact-bx li:last-child{
    margin: 0;
}
footer .contact-info .contact-bx li a{
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #000;
    justify-content: flex-end;
}
footer .contact-info .contact-bx li a span{
    width: 24px;
    color: #EEB22B;
    margin-right: 10px;
    display: block;
}
footer .contact-info .contact-bx li a:hover{
    color: #EEB22B;
}
footer .contact-info .social-bx{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 40px 0 0;
}
footer .contact-info .social-bx li{
    margin-left: 15px;
}
footer .contact-info .social-bx li:last-child{
    margin: 0;
}
footer .contact-info .social-bx li a img{
    display: block;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
footer .contact-info .social-bx li a:hover img{
    opacity: 0.6;
}

footer .bottom-foot{
    background: #EEB22B;
    margin: 30px 0 0;
    padding: 15px 0;
}
footer .bottom-foot ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .bottom-foot ul li{
    margin-right: 20px;
    padding-right: 20px;
    position: relative;
}
footer .bottom-foot ul li:before{
    position: absolute;
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 100%;
    right: 0;
    top: 57%;
    background: #504846;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
footer .bottom-foot ul li:first-child{
    padding: 0;
    margin: 0;
}
footer .bottom-foot ul li:first-child:before{
    display: none;
}
footer .bottom-foot ul li a{
    font-size: 26px;
    color: #504846;
    font-weight: 800;
}
footer .bottom-foot ul li a:hover{
    color: #178FBD;
}
footer .foot-link{
    color: #000;
    font-size: 20px;
    font-weight: 800;
    line-height: normal;
    text-decoration: underline;
    text-align: left;
    display: table;
    margin-left: 0;
    margin-right: auto;
}
footer .foot-link:hover{
    color: #178FBD;
}
/* **** End Footer **** */


.gallery-slider .slick-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto 0;
}
.gallery-slider .slick-dots li{
    line-height: 0;
    margin-right: 3px;
}
.gallery-slider .slick-dots li button{
    height: 4px;
    width: 4px;
    background: #958F8F;
    border-radius: 100%;
    font-size: 0;
    border: none;
}
.gallery-slider .slick-dots li.slick-active button{
    background: #EE9841;
    transform: scale(1.1);
}
