@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap');

*{font-family: 'Quicksand', sans-serif;}
html,body{overflow-x:hidden;}
body{background-image:url('../img/background.jpg');background-size:cover;background-position:center;background-repeat:no-repeat;}
a{text-decoration:none!important;}

.header>.navbar{margin:0!important;padding-top:0!important;}
.header .navbar .container{background-image:url('../img/header-background.svg');background-size: 100% 100%;background-repeat:no-repeat;min-height: 150px;z-index:999999;width:100%;height:100%;margin-top:-20px;padding: 20px 146px;}
.navbar-expand-lg .navbar-nav{gap:34px;position: absolute;}
.navbar-expand-lg .navbar-collapse {flex-basis: 100%;justify-content: center;}
.navbar-expand-lg .navbar-nav *{color:#fff;font-weight:400;letter-spacing:0.5px;font-size:17px;}
.logo-toggler{display:none;}

.hpSlider{margin-top:6rem;background-image:url('../img/slider-background.png');background-repeat:no-repeat;background-size:contain;background-position:center left;height:100%;padding: 60px 0px;display:flex;align-items:center;justify-content:center;}
.hpSlider .row{align-items:center;}
.hpSlider .slider{width:100%;height: 600px;position:relative;}
.slider .item{height: 100%;width: 260px;position: absolute;border-radius: 10px;transition: all ease 0.7s;z-index: 1;left: 0;opacity: 0.8;transform: scale(0.6);right: 0;margin: 0 auto;filter:blur(4px);}
.slider .item.active{z-index: 2;opacity: 1;transform: scale(0.9);filter:blur(0px);filter: drop-shadow(0px 0px 10px #00000034);}
.slider .item img{height: 600px;}
.hpSlider .slider2{width:100%;height: 600px;position:relative;}
.slider2 .item2{height: 100%;width: 260px;position: absolute;border-radius: 10px;transition: all ease 0.7s;z-index: 1;left: 0;opacity: 0.8;transform: scale(0.6);right: 0;margin: 0 auto;filter:blur(4px);}
.slider2 .item2.active2{z-index: 2;opacity: 1;transform: scale(0.9);filter:blur(0px);filter: drop-shadow(0px 0px 10px #00000034);}
.slider2 .item2 img{height: 600px;}
.hpSlider .kinds{display:grid;align-items:center;justify-items: flex-start;color:#5b3113;}
.hpSlider .kinds div{width:166px;height:210px;border-radius: 85px;border:2px solid #5b3113;display:flex;align-items:center;justify-content:center;margin-bottom: 34px;}
.hpSlider .kinds div img{width:100px;}
.hpSlider .kinds h1{font-weight:700;font-family:'Quicksand', sans-serif;}
.hpSlider .kinds p{font-family: 'Quicksand', sans-serif;font-weight:400;}
.hpSlider .kinds a{background-color:#5b3113;color:#fff;border:2px solid #5b3113;padding:16px 32px;border-radius:30px;letter-spacing:6px;transition: .3s;}
.hpSlider .kinds a:hover{background-color:transparent;color:#5b3113;transition: .3s;font-weight:300;}

.hp-product{margin-top:2rem;background-image:url('../img/homepage-product-background.png');background-repeat:no-repeat;background-position:center;background-size:100% 100%;width:100%;height:100%;overflow: hidden;padding:100px 0px;}
.hp-product .head *{color:#5b3113;font-weight:700;font-family:'Quicksand', sans-serif;text-align:center;}
.hp-product .head .gradient-title{font-size:50pt;position:relative;background: rgb(91,49,19);background: linear-gradient(180deg, rgb(91 49 19 / 17%) 0%, rgb(96 53 21 / 0%) 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.hp-product .head .title{margin-top:-30px;font-size:36pt;}
.hp-product .product-box::before{background:linear-gradient(0deg, rgb(255 255 255) 0%, rgb(255 255 255 / 12%) 100%);opacity:0;transition: .3s;}
.hp-product .product-box{display:flex;align-items:flex-end;justify-content:center;position:relative;width:100%;height:450px;border-radius:50px;margin-top:20px;transition: .3s;}
.hp-product .product-box:hover::before{content:'';position:absolute;width:100%;height:100%;background: rgb(113,59,19);background: linear-gradient(0deg, rgb(113 59 19) 0%, rgb(110 58 20 / 12%) 100%);border-radius:50px;opacity:1;transition: .3s;}
.hp-product .product-box img{width:100%;height:100%;object-fit:cover;border-radius:50px;transition: .3s;}
.hp-product .product-box .texts{position:absolute;opacity:0;text-align:center;bottom:60px;transition: .3s;}
.hp-product .product-box .texts h2{color:#fff;font-family:"Quicksand", sans-serif;font-weight:700;opacity:0;transition: .3s;}
.hp-product .product-box .texts button{border:none;outline:none;border-bottom:1px solid #fff;color:#fff;letter-spacing:4px;background:none;font-size:12pt;font-family:"Quicksand", sans-serif;padding:10px;transition: .3s;}
.hp-product .product-box:hover{transition: .3s;}
.hp-product .product-box:hover .texts:hover button{color:#fff;background-color:#5b3113;border-radius:30px;transition: .3s;}
.hp-product .product-box:hover .texts{opacity:1;transition: .3s;}
.hp-product .product-box:hover .texts h2{color:#fff;opacity:1;transition: .3s;}
.hp-product .all-product-button{font-family:'Quicksand', sans-serif;font-weight:700;background: rgb(152,72,14);background: linear-gradient(90deg, rgba(152,72,14,1) 0%, rgba(96,53,21,1) 100%);color:#fff;padding:30px;border-radius:30px;transition: .3s;}
.hp-product .all-product-button:hover{background:rgb(152,72,14);}

.hp-corporate{margin-top:5rem;}
.hp-corporate .corporate-head{color:#5b3113;font-weight:400;font-size:50pt;}
.hp-corporate .corporate-slogan{color:#928470;font-family:'Quicksand', sans-serif;font-size:20px;font-weight:400;letter-spacing:8px;display:inline-grid;align-items:center;justify-items:flex-start;}
.hp-corporate .corporate-slogan::after{content:' ';position:relative;background-color:#5b3113;width:100%;height:1px;}
.hp-corporate .corporate-content{color:#60594f;font-family:'Quicksand', sans-serif;padding-bottom:30px;}
.hp-corporate .corporate-button{font-family:'Quicksand', sans-serif;font-weight:700;background: rgb(152,72,14);background: linear-gradient(90deg, rgba(152,72,14,1) 0%, rgba(96,53,21,1) 100%);color:#fff;padding:30px;border-radius:30px;transition: .3s;}
.hp-corporate .corporate-button:hover{background:rgb(152,72,14);}

.hp-news{margin-top:5rem;}
.hp-news .head *{color:#5b3113;font-weight:700;font-family:'Quicksand', sans-serif;text-align:center;}
.hp-news .head .gradient-title{font-size:50pt;position:relative;background: rgb(91,49,19);background: linear-gradient(180deg, rgb(91 49 19 / 17%) 0%, rgb(96 53 21 / 0%) 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.hp-news .head .title{margin-top:-30px;font-size:36pt;}
.hp-news .newsSlide{margin-top:2rem;}
.hp-news .news-box{display:grid;align-items:flex-end;justify-items:flex-start;height:400px;transition: .3s;}
.hp-news .news-box::before{content:' ';position:absolute;width:100%;height: 400px;background: rgb(0,0,0);background: linear-gradient(0deg, #5b3113 0%, #5b311357 100%);border-radius:30px;top: 1px;}
.hp-news .news-box .news-image{width:100%;height: 400px;object-fit:cover;z-index:-1;position:relative;border-radius:30px;}
.hp-news .news-box .texts{position:absolute;color:#fff;padding:30px;bottom:0;transition: .3s;}
.hp-news .news-box .texts h3{width: 300px;}
.hp-news .news-box .texts p{width:280px;font-family: 'Quicksand', sans-serif;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}
.hp-news .news-box .texts .read-more a{display:flex;align-items:center;justify-content:flex-start;gap:10px;display:flex;opacity:0;transform: translate(-130px, 0px);transition: .3s;}
.hp-news .news-box .texts .read-more a img{width:28px;}
.hp-news .news-box .texts .read-more a h6{font-family:'Quicksand', sans-serif;background-color: #fff;padding: 12px 24px;border-radius: 30px;color: #c4830f;font-weight: 600;transition: .3s all;}
.hp-news .news-box:hover .texts{padding-bottom:30px;transition: .3s;}
.hp-news .news-box:hover .texts .read-more a{opacity:1;animation:opacityNews .3s;transform: translate(0px, 0px);color:#fff!important;font-family:'Quicksand', sans-serif;}
.hp-news .news-box:hover .texts .read-more a h6{font-family:'Quicksand', sans-serif;background-color: #fff;padding: 12px 24px;border-radius: 30px;color: #c4830f;font-weight: 600;transition: .3s all;}
.hp-news .news-box:hover .texts .read-more a h6:hover{background-color:#5b3113;color:#fff;transition: .3s all;}
.hp-news .news-box:hover::before{background: rgb(0,102,206);background: linear-gradient(0deg, #c6840d 0%, #c6840d38 100%);}

.footer{margin-top:5rem;background-color:#ece6e1;padding:40px 80px;font-family:'Quicksand', sans-serif;}
.footer .head{color:#5b3113;font-family:'Quicksand', sans-serif;font-weight:700;letter-spacing:6px;}
.footer .footer-list{list-style:none;display:grid;align-items:center;justify-content:flex-start;margin:0;padding:0;gap:8px;margin-top:20px;}
.footer .footer-list li a{display:flex;align-items:center;color:#5b3113;gap:6px;transition: .3s all;}
.footer .footer-list li a i{background-color:#5b3113;border:2px solid #5b3113;color:#fff;border-radius:50%;padding:10px;font-size:18px;font-weight:400;}
.footer .footer-list li a h6{margin:0;padding:0;font-family:'Quicksand', sans-serif;}
.footer .footer-list li a i:hover{background-color:transparent;color:#5b3113;transition: .3s all;}
.footer .logo-copyright{display:grid;align-items:flex-start;justify-items:center;position:relative;text-align:center;margin-top:-100px;}
.footer .logo-copyright h5{color:#c7850d;font-family:'Quicksand';letter-spacing:3px;padding-top:16px;}
.footer .footer-menu li a{font-family:'Quicksand';font-weight:500;transition: .3s all;}
.footer .footer-menu li a:hover{color:#c7850d;transition: .3s all;}
.mbl-vz-mz{display:none;}

.mblfooter{margin-top:5rem;background-color:#ece6e1;padding:40px 80px;font-family:'Quicksand', sans-serif;display:none;}
.mblfooter .head{color:#5b3113;font-family:'Quicksand', sans-serif;font-weight:700;letter-spacing:6px;}
.mblfooter .footer-list{list-style:none;display:grid;align-items:center;justify-content:flex-start;margin:0;padding:0;gap:8px;margin-top:20px;}
.mblfooter .footer-list li a{display:flex;align-items:center;color:#5b3113;gap:6px;transition: .3s all;}
.mblfooter .footer-list li a i{background-color:#5b3113;border:2px solid #5b3113;color:#fff;border-radius:50%;padding:10px;font-size:18px;font-weight:400;}
.mblfooter .footer-list li a h6{margin:0;padding:0;font-family:'Quicksand', sans-serif;}
.mblfooter .footer-list li a i:hover{background-color:transparent;color:#5b3113;transition: .3s all;}
.mblfooter .logo-copyright{display:grid;align-items:flex-start;justify-items:center;position:relative;text-align:center;margin-top:-100px;}
.mblfooter .logo-copyright h5{color:#c7850d;font-family:'Quicksand';letter-spacing:3px;padding-top:16px;}
.mblfooter .footer-menu li a{font-family:'Quicksand';font-weight:500;transition: .3s all;}
.mblfooter .footer-menu li a:hover{color:#c7850d;transition: .3s all;}

.banner{background:url('../img/banner-image.svg');background-size: cover;background-repeat:no-repeat;width:100%;height:100%;min-height:500px;border-radius: 0px 0px 200px 200px;position: relative;}
.light-header .navbar .container{background:url('../img/light-header-background.svg') no-repeat;}
.light-header .navbar-expand-lg .navbar-nav *{color:#5b3113;}
.light-header .navbar-expand-lg .navbar-nav .logo{margin-top:20px;}
.banner .banner-texts{color:#fff;text-align:center;position: absolute;bottom: 120px;left: 50%;transform: translate(-50%, 50%);}
.banner .banner-texts h1{font-weight:700;font-family:'Quicksand';text-transform: uppercase;}
.banner .banner-texts p{font-family:'Quicksand';}

.corporate{margin-top:8rem;}
.corporate .corporate-slogan{color:#5b3113;font-weight:700;font-family:'Quicksand';}
.corporate .corporate-slogan-size{font-size:60pt;color:#ab710d;}
.corporate .hr{background-color:#824214;width:200%;height:1.5px;margin-left:-146%;}
.corporate .content{font-family:'Quicksand';color:#808080;font-weight:400;margin-top:20px;}
.corporate .corporate-fan {z-index: 999999999999;position: absolute;margin-left: 80px;margin-top: 40px;}
.corporate .corporate-fan img{position: absolute;transform-origin: right;transition: all .3s linear;rotate: 360deg;width: 500px;}
.corporate .corporate-fan img:first-child{rotate: 360deg;}
.corporate .corporate-fan img:last-child{rotate: 360deg;}
.corporate .corporate-fan-mbl{display:none;}
.corporate .col-lg-6 div{font-family:'Quicksand', sans-serif;}

.vision-mision{margin-top:8rem;}
.vision-mision .head-background{background: rgb(171,113,13);background: linear-gradient(90deg, rgba(171,113,13,1) 0%, rgba(152,74,19,1) 100%);padding:10px 0px;border-radius:100px;}
.vision-mision .head-background .heads{display:flex;align-items:center;justify-content:center;color:#fff;}
.vision-mision .head-background .heads h3{font-family:'Quicksand';font-weight:700;width:50%;text-align:center;text-transform: uppercase;}
.vision-mision .content{display:flex;align-items:flex-start;justify-content:space-around;}
.vision-mision .content p{color:#8b8b8b;font-family:'Quicksand';width:30%;text-align:center;margin-top:20px;}
.vision-mision .content div{font-family:'Quicksand', sans-serif;}

.corporate-images{margin-top:5rem;}
.corporate-images .head{color:#5b3113;text-align:center;margin-bottom:10px;}
.corporate-images .image-box{height:450px;width:100%;margin-top:20px;}
.corporate-images .image-box img{width:100%;height:100%;object-fit:cover;border-radius:30px;}

.product{margin-top:5rem;overflow:hidden;}
.product .product-filter-buttons{display:flex;justify-content:center;align-items:center;gap:20px;}
.product .product-filter-buttons a{background-color:#713b13;color:#fff;outline:0;border:none;border-radius:100px;width:25%;height:50px;font-family:'Quicksand';font-weight:600;border:2px solid #713b13;transition: .3s all;text-transform:uppercase;display: flex;justify-content: center;align-items: center;text-align: center;}
.product .product-filter-buttons a:hover{background-color:transparent;color:#713b13;}
.product .product-filter-buttons a:focus{background-color:transparent;color:#713b13;}
.product .product-filter-buttons a.filteractive{background-color:#391c08;border-color:#391c08;}
.product .product-filter-buttons a.filteractive:hover{background-color:transparent;color:#713b13;}
.product .product-filter-buttons a.filteractive:focus{background-color:transparent;color:#713b13;}

.hp-product .product-filter-buttons{display:flex;justify-content:center;align-items:center;gap:20px;}
.hp-product .product-filter-buttons button{background-color:#713b13;color:#fff;outline:0;border:none;border-radius:100px;width:25%;height:50px;font-family:'Quicksand';font-weight:600;border:2px solid #713b13;transition: .3s all;text-transform:uppercase;display: flex;justify-content: center;align-items: center;text-align: center;}
.hp-product .product-filter-buttons button:hover{background-color:transparent;color:#713b13;}
.hp-product .product-filter-buttons button:focus{background-color:transparent;color:#713b13;}
.hp-product .product-filter-buttons button.filteractive{background-color:#391c08;border-color:#391c08;}
.hp-product .product-filter-buttons button.filteractive:hover{background-color:transparent;color:#713b13;}
.hp-product .product-filter-buttons button.filteractive:focus{background-color:transparent;color:#713b13;}

.transition{transition: .3s all;}
.product .product-box{display:flex;align-items:flex-end;justify-content:center;position:relative;width:100%;height:450px;border-radius:50px;margin-top:20px;transition: .3s;}
.product .product-box img{width:100%;height:100%;object-fit:cover;border-radius:50px;transition: .3s;}
.product .product-box .texts{position:absolute;opacity:0;text-align:center;bottom:60px;transition: .3s;}
.product .product-box .texts h2{color:#fff;font-family:"Quicksand", sans-serif;font-weight:700;transition: .3s;}
.product .product-box .texts button{border:none;outline:none;border-bottom:1px solid #fff;color:#fff;letter-spacing:4px;background:none;font-size:12pt;font-family:"Quicksand", sans-serif;padding:10px;transition: .3s;}
.product .product-box:hover{transition: .3s;}
.product .product-box:hover .texts{opacity:1;transition: .3s;}
.product .product-box:hover .texts h2{color:#fff;opacity:1;transition: .3s;}
.product .product-box:hover::before{content:'';position:absolute;width:100%;height:100%;opacity:1;background: rgb(113,59,19);background: linear-gradient(0deg, rgb(113 59 19) 0%, rgb(110 58 20 / 12%) 100%);border-radius:50px;transition: .3s;}
.product .product-mt{margin-top:20px;}

.product-detail{margin-top:5rem;}
.product-detail .product-image-box{width:100%;height:450px;border-radius:50px;}
.product-detail .product-image-box img{width:100%;height:100%;object-fit:cover;border-radius:50px;filter:brightness(.8);transition: .3s;}
.product-detail .product-image-box img:hover{filter:none;transition: .3s;}
.product-detail .product-head{display:grid;align-items:center;color:#fdfdfd;margin-left:40px;}
.product-detail .product-head::after{content:' ';position:relative;background-color:#914713;border-radius:50px;width: 200%;height:80px;z-index: -1;margin-top: -60px;padding:0px 20px;margin-left:-40px;}
.product-detail .product-detail-content{display:flex;align-items:center;justify-content:flex-start;gap:20px;margin-left:30px;margin-top:20px;}
.product-detail .product-detail-content div{display:grid;align-items:center;justify-items:center;}
.product-detail .product-detail-content div:nth-child(1){border-right:4px solid #e3e3e3;height:120%;border-radius:2px;padding-right:30px;}
.product-detail .product-detail-content div h3{color:#9b660e;font-family:'Quicksand';font-size:40pt;}
.product-detail .product-detail-content div h1{color:#9b660e;font-size:52pt;}
.product-detail .product-detail-explanation{color:#6f6f6f;font-family:'Quicksand';text-align:right;width:300px;}
.product-detail .product-detail-button{float:right;font-family:'Quicksand', sans-serif;font-weight:700;background: rgb(152,72,14);background: linear-gradient(90deg, rgba(152,72,14,1) 0%, rgba(96,53,21,1) 100%);color:#fff;padding:16px 32px;border-radius:30px;transition: .3s;}
.product-detail .product-detail-button:hover{background:rgb(152,72,14);}
.product-detail .button-box{width:300px;}

.otherproducts{margin-top:5rem;}
.otherproducts .head{color:#914713;font-family:'Quicksand';letter-spacing:10px;font-weight:600;}
.otherproducts .otherProductSlider{margin-top:2rem;}
.otherproducts .otherProductSlider .product-box{display:flex;align-items:flex-end;justify-content:center;position:relative;width:100%;height:450px;border-radius:50px;margin-top:20px;transition: .3s;}
.otherproducts .otherProductSlider .product-box::before{content:'';position:absolute;width:100%;height:100%;background: rgb(113,59,19);background: linear-gradient(0deg, rgb(113 59 19) 0%, rgb(110 58 20 / 12%) 100%);border-radius:50px;transition: .3s;}
.otherproducts .otherProductSlider .product-box img{width:100%;height:100%;object-fit:cover;border-radius:50px;transition: .3s;}
.otherproducts .otherProductSlider .product-box .texts{position:absolute;text-align:center;bottom:60px;transition: .3s;}
.otherproducts .otherProductSlider .product-box .texts h2{color:#fff;font-family:"Quicksand", sans-serif;font-weight:700;transition: .3s;}
.otherproducts .otherProductSlider .product-box .texts button{border:none;outline:none;border-bottom:1px solid #fff;color:#fff;letter-spacing:4px;background:none;font-size:12pt;font-family:"Quicksand", sans-serif;padding:10px;transition: .3s;}
.otherproducts .otherProductSlider .product-box:hover{transition: .3s;}
.otherproducts .otherProductSlider .product-box:hover::before{background:linear-gradient(0deg, rgb(255 255 255) 0%, rgb(255 255 255 / 12%) 100%);transition: .3s;}
.otherproducts .otherProductSlider .product-box:hover .texts h2{color:#5b3113;transition: .3s;}
.otherproducts .otherProductSlider .product-box:hover .texts button{color:#5b3113;border-color:#5b3113;transition: .3s;}
.otherproducts .otherProductSlider .product-box:hover .texts:hover button{color:#fff;background-color:#5b3113;border-radius:30px;transition: .3s;}


.news{margin-top:-4rem;position:relative;}
.news .news-box{display:grid;align-items:flex-end;justify-items:flex-start;height:400px;transition: .3s;position: relative;z-index: 999;}
.news .news-box{margin-top:20px;}
.news .news-box::before{content:' ';position: absolute;width: 100%;height: 400px;background: rgb(0,0,0);background: linear-gradient(0deg, #5b3113 0%, #5b311357 100%);border-radius:30px;top: 1px;}
.news .news-box .news-image{width:100%;height: 400px;object-fit:cover;z-index:-1;position:relative;border-radius:30px;}
.news .news-box .texts{position:absolute;color:#fff;padding:30px;transition: .3s;}
.news .news-box .texts h3{width: 300px;}
.news .news-box .texts p{width:280px;font-family: 'Quicksand', sans-serif;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}
.news .news-box .texts .read-more a{display:flex;align-items:center;justify-content:flex-start;gap:10px;display:flex;opacity:0;transform: translate(-130px, 0px);transition: .3s;}
.news .news-box .texts .read-more a img{width:28px;}
.news .news-box .texts .read-more a h6{font-family:'Quicksand', sans-serif;background-color: #fff;padding: 12px 24px;border-radius: 30px;color: #c4830f;font-weight: 600;transition: .3s all;}
.news .news-box:hover .texts{padding-bottom:30px;transition: .3s;}
.news .news-box:hover .texts .read-more a{opacity:1;animation:opacityNews .3s;transform: translate(0px, 0px);color:#fff!important;font-family:'Quicksand', sans-serif;}
.news .news-box:hover .texts .read-more a h6{font-family:'Quicksand', sans-serif;background-color: #fff;padding: 12px 24px;border-radius: 30px;color: #c4830f;font-weight: 600;transition: .3s all;}
.news .news-box:hover .texts .read-more a h6:hover{background-color:#5b3113;color:#fff;transition: .3s all;}
.news .news-box:hover::before{background: rgb(0,102,206);background: linear-gradient(0deg, #c6840d 0%, #c6840d38 100%);}

.news-detail{margin-top:5rem;}
.news-detail .news-detail-image{width:100%;height:400px;}
.news-detail .news-detail-image img{width:100%;height:100%;object-fit:cover;border-radius:30px;}
.news-detail .news-detail-content{color:#818181;margin-top:30px;text-align:center;font-family:'Quicksand';}

.maps iframe{width:100%;height:500px;border-radius: 0px 0px 200px 200px;position:relative;filter:brightness(.5);margin-top:-160px;}

.contact-icon{position:relative;margin-top:-3rem;}
.contact-icon .icon-box{display:flex;align-items:center;justify-content:flex-start;background-color:#3b210e;padding:0px 10px 0px 0px;border-radius:100px;width:100%;transition: .3s all;}
.contact-icon .icon-box .icon{background-color:#c7850d;width:90px;height:90px;border-radius:50%;display:flex;align-items:center;justify-content:center;}
.contact-icon .icon-box .icon svg{width:30px;}
.contact-icon .icon-box .icon i{font-size:26px;color:#fff;}
.contact-icon .icon-box .content{color:#fff;font-family:'Quicksand';padding-left:30px;flex:1}
.contact-icon .icon-box .content p, h4{font-family:'Quicksand';margin:0;}
.contact-icon .icon-box .content p{margin-bottom:4px;}
.contact-icon .icon-box .content h4{font-weight:600;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 1;line-clamp: 1;-webkit-box-orient: vertical;}
.contact-icon .icon-box:hover{background-color:#c7850d;transition: .3s all;}
.contact-icon .icon-box:hover .icon{background-color:#3b210e;}

.contact-form{margin-top:5rem;}
.contact-form .contact-head{color:#5b3113;text-align:center;}
.contact-form .contact-head h1{font-family:'Quicksand';font-weight:600;}
.contact-form .contact-head p{font-family:'Quicksand';font-weight:400;}
.contact-form form input{outline:none!important;border:none;border-radius:100px;background-color:#e7e3dc;padding:20px 40px;width:100%;margin-top:10px;font-family:'Quicksand';}
.contact-form form input::placeholder{color:#84765d;font-family:'Quicksand';}
.contact-form form button{background: rgb(129,63,15);background: linear-gradient(90deg, rgba(129,63,15,1) 0%, rgba(59,33,14,1) 100%);float:right;color:#fff;border: none;border-radius:20px;padding:20px 30px;margin-top:10px;font-family:'Quicksand';outline:none!important;transition: .3s all;}
.contact-form form button:hover{background: rgb(129,63,15);transition: .3s all;}