@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&family=Lobster&family=Quicksand:wght@300..700&display=swap');
@font-face {
    font-family: 'Madimi One';
    src: url('../fonts/MadimiOne-Regular.woff2') format('woff2'),
        url('../fonts/MadimiOne-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Beanco Demo';
    src: url('../fonts/BeancoDemo-Italic.woff2') format('woff2'),
        url('../fonts/BeancoDemo-Italic.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;
}

button,
a {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body,
html {
    height: 100%;
    width: 100%;
}

body {
    font-family: 'Madimi One';
    font-family: 'Beanco Demo';
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    background: #0a4d3d;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}
.main-wrpper{
    height: 100%;
    width: 100%;
}
.container {
    max-width: 1780px;
}
/* ***** End Common Css **** */


/* **** Header **** */
header {
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    background: transparent;
    padding: 20px 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}
.navbar-brand img {
    max-width: 100%;
    height: 65px;
}
.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0px 0;
    align-items: center;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-light .navbar-nav {
    margin: 0;
    margin-left: auto;
    gap: 10px;
}
.navbar-light .navbar-nav .nav-link {
    padding: 10px 16px;
    color: #F4B855;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 50px;
    position: relative;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link.active{
    background: #F4B855;
    color: #0A4D3D;
}

/* **** toggler **** */
.navbar-light .navbar-toggler {background-color: transparent;border-radius: 0;outline: none;box-shadow: none;border: none;height: 40px;width: 50px;padding: 0;}
.navbar-light .navbar-toggler:focus {box-shadow: none;outline: none;}
.navbar-light .navbar-toggler .navbar-toggler-icon {background-image: unset;}
.navbar-toggler:active, .navbar-toggler:focus {outline: none;}
.navbar-light .navbar-toggler-icon {width: 24px;height: 18px;background-image: none;position: relative;border-bottom: 2px solid #F4B855;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after, .navbar-light .navbar-toggler-icon:before {width: 24px;position: absolute;height: 2px;background-color: #F4B855;top: 0;left: 0;content: "";z-index: 2;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after {top: 8px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {transform: rotate(45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {transform: translateY(8px) rotate(-45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {border-color: transparent;}
/* **** End toggler **** */




/* **** Hero **** */
.hero-wrp {
    padding: 100px 0;
    text-align: center;
}
.hero-wrp .hero-img {
    max-width: 800px;
    margin: 0 auto 65px;
}
.hero-wrp .hero-img img {
    max-width: 80%;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hero-wrp .hero-img:hover img {
    transform: scale(1.1);
}
.hero-wrp h5 {
    font-size: 70px;
    color: #f4b855;
    text-align: center;
    margin: 0 0 20px;
    font-family: "Beanco Demo";
    font-weight: 400;
}
.hero-wrp h4 {
    font-size: 70px;
    color: #f4b855;
    text-align: center;
    font-weight: 500;
    font-family: "Madimi One";
    margin: 0 0 40px;
}
.hero-wrp ul {
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 0;
    margin: 0;
    justify-content: center;
}
.hero-wrp ul li a img {
    height: 80px;
}
/* **** End Hero **** */

/* **** Product **** */
.product-wrp .product-block {
    background-color: #f4b855;
    padding: 24px;
    border-radius: 16px;
}
.product-wrp .row {
    margin: 0 -2px;
    row-gap: 4px;
}
.product-wrp .col-xl-3 {
    padding: 0 2px;
}
.product-box {
    border-radius: 16px;
    padding: 26px;
    background-color: #0a4d3d;
    height: 100%;
}
.product-box .box-img {
    height: 265px;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
}
.product-box .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.product-box .detail {
    padding: 24px 0 0;
}
.product-box .detail h6 {
    color: #cecac6;
    font-size: 12px;
    font-weight: 500;
    margin: 0 0 15px;
}
.product-box .detail h2 {
    color: #f4b855;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 50px;
}
.product-box .detail .btn-primary {
    background-color: #f4b855;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    /* margin: 0 auto; */
}
.product-box .detail .btn-primary:hover {
    background-color: #d05a67;
    color: #f4b855;
}
/* **** End Product **** */



/* **** Quality **** */
.quality-wrp{
    padding: 200px 0 140px;
}
.quality-wrp .container{
    max-width: 1330px;
}
.quality-wrp .titlebar{
    text-align: center;
    margin: 0 auto 100px;
    max-width: 867px;
}
.quality-wrp .titlebar h2{
    font-size: 60px;
    color: #f4b855;
    font-weight: 500;
    font-style: italic;
    font-family: 'Beanco Demo';
    margin: 0 0 20px;
}
.quality-wrp .titlebar p{
    font-size: 16px;
    color: #f4b855;
    font-weight: 400;
    margin: 0;
}
.quality-wrp .quality-box{
    background-color: #f4b855;
    padding: 32px;
    border-radius: 20px;
    text-align: center;
    height: 100%;
    min-height: 480px;
}
.quality-wrp .quality-box .box-icon{
    height: 100px;
    width: 100px;
    margin: 0 auto 40px;
}
.quality-wrp .quality-box .box-icon img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.quality-wrp .quality-box h4{
    font-family: 'Madimi One';
    font-size: 24px;
    font-weight: 500;
    color: #0A4D3D;
    margin: 0 0 20px;
}
.quality-wrp .quality-box p{
    font-size: 16px;
    color: #0A4D3D;
    line-height: 27px;
    font-weight: 500;
    margin: 0;
}
/* **** End Quality **** */


/* **** Footer **** */
footer{
    padding: 60px 0 40px;
}
footer .foot-contact{
    border-radius: 30px;
    padding: 40px;
    border: 2px solid #F4B855;
    height: 100%;
}
footer .foot-contact .box-logo img{
    height: 80px;
    margin: 0 auto 20px;
}
footer .foot-contact ul li{
    display: flex;
    align-items: flex-start;
    font-size: 18px;
    color: #F5DAA9;
    font-weight: 500;
    gap: 16px;
    margin: 0 0 16px;
}
footer .foot-contact ul li:last-child{
    margin: 0;
}
footer .foot-contact ul li a{
    font-size: 18px;
    color: #F5DAA9;
    font-weight: 500;
}
footer .foot-contact ul li .box-icon{
    background-color: #F4B855;
    height: 30px;
    min-width: 30px;
    width: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0a4d3d;
}
footer .foot-links{
    border-radius: 30px;
    padding: 40px;
    border: 2px solid #F4B855;
}
footer .foot-links ul{
    padding: 0 0 20px;
}
footer .foot-links ul li{
    margin: 0 0 15px;
}
footer .foot-links ul li:last-child{
    margin: 0;
}
footer .foot-links ul li a{
    display: table;
    margin: 0 auto;
    font-size: 18px;
    color: #F5DAA9;
    font-weight: 500;
    text-decoration: underline;
}
footer .foot-links h5{
    font-size: 18px;
    color: #F5DAA9;
    font-weight: 500;
    margin: 0 0 16px;
    text-align: center;
}
footer .foot-links .social-icons{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
footer .foot-links .social-icons a{
    background-color: #F4B855;
    height: 30px;
    min-width: 30px;
    width: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0a4d3d; 
}
footer .copyright{
    padding: 40px 0 0;
}
footer .copyright p{
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #F5DAA9;
    margin: 0;
}
footer .copyright p a{
    color: #F5DAA9;
    text-decoration: underline;
}
/* **** End Footer **** */




/* **** About **** */
.about-wrp .about-detail{
    padding: 140px 0;
}
.about-wrp .about-detail{
    text-align: center;
}
.about-wrp .about-detail img{
    margin: 0 auto 60px;
    max-width: 150px;
}
.about-wrp .about-detail h3{
    font-family: 'Beanco Demo';
    font-size: 90px;
    color: #F4B855;
    font-weight: 500;
    margin: 0;
}
.about-wrp .about-detail h2{
    font-family: 'Madimi One';
    font-size: 90px;
    color: #F4B855;
    font-weight: 500;
    margin: 0 0 40px;
}
.about-wrp .about-detail p{
    max-width: 1300px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 28px;
    color: #F4B855;
}
.about-wrp .about-divider{
    padding: 0 0 160px;
    position: relative;
}
.about-wrp .about-divider:before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    background-image: url("../images/bottom-shape.svg");
    background-size: contain;
    background-position: bottom;
    background-repeat: repeat-x;
}
.about-wrp .about-divider ul{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
/* **** About **** */


/* **** Contact **** */
.contact-wrp{
    background-color: #f4b855;
    padding: 150px 0;
}
.contact-wrp h2{
    font-size: 40px;
    color: #0A4D3D;
    font-weight: bold;
    text-align: center;
    margin: 0 0 50px;
}
.contact-wrp .contact-form{
    border-radius: 32px;
    border: 3px solid #0A4D3D;
    padding: 40px;
    max-width: 1024px;
    margin: 0 auto;
}
.contact-wrp .contact-form h3{
    font-size: 26px;
    font-weight:bold;
    margin: 0 0 30px;
    color: #0A4D3D;
}
.contact-wrp .contact-form .form-group{
    margin: 0 0 30px;
}
.contact-wrp .contact-form .form-group label{
    font-size: 14px;
    color: #0A4D3D;
    font-weight: 400;
    margin: 0 0 5px;
}
.contact-wrp .contact-form .form-group .form-control{
    font-size: 16px;
    color: #f5da91;
    font-weight: 600;
    background-color: #0A4D3D;
    border: none;
    box-shadow: none;
    outline: none;
    padding: 10px 16px;
    border-radius: 10px;
}
.contact-wrp .contact-form .form-group .form-control::placeholder{
    color: #f5da91;
}
.contact-wrp .contact-form button{
    font-size: 16px;
    color: #f5da91;
    font-weight: 600;
    background-color: #0A4D3D;
    border: none;
    box-shadow: none;
    outline: none;
    padding: 10px 16px;
    width: 50%;
    border-radius: 40px;
    display: table;
    margin-left: auto;
}
.contact-wrp .contact-form button:hover{
    background-color: #d05a67;
    color: #f4b855;
}



/* **** Product **** */
.main-product-wrp{
    padding: 120px 0;
}
.main-product-wrp .titlebar{
    text-align: center;
    margin: 0 auto 100px;
}
.main-product-wrp .titlebar h2{
     font-size: 75px;
    color: #f4b855;
    font-weight: 500;
    font-style: italic;
    font-family: 'Beanco Demo';
    margin: 0 0 10px;
}
.main-product-wrp .titlebar p{
    font-size: 16px;
    color: #f4b855;
    font-weight: 400;
    margin: 0;
}
/* **** End Product **** */



/* **** Terms **** */
.terms-wrp{
    padding: 160px 0 100px;
}
.terms-wrp .container{
    max-width: 1500px;
}
.terms-wrp h2{
    font-size: 100px;
    color: #f4b855;
    font-family: 'Madimi One';
    text-align: center;
    margin: 0 0 80px;
}

.terms-wrp .titleinfo{
    margin: 0 0 40px;
}
.terms-wrp .titleinfo h4{
    font-size: 16px;
    color: #f4b855;
    font-weight: bold;
    margin: 0 0 16px;
    margin-left: -30px;
}
.terms-wrp .titleinfo p{
    font-size: 16px;
    font-weight: 400;
    color: #f4b855;
    margin: 0;
    line-height: 28px;
    margin: 0 0 16px;
}



.terms-wrp ul li{
    list-style: disc;
    color: #f4b855;
    margin: 0 0 40px;
}
.terms-wrp ul li:last-child{
    margin: 0;
}
.terms-wrp .detail h4{
    font-size: 16px;
    color: #f4b855;
    font-weight: bold;
    margin: 0 0 10px;
    list-style: disc;
}
.terms-wrp .detail p{
    font-size: 16px;
    font-weight: 400;
    color: #f4b855;
    margin: 0;
    line-height: 28px;
    padding-left: 10px;
}
.terms-wrp .detail p a{
    color: #f4b855;
    text-decoration: underline;
}
.terms-wrp .inner-detail{
    margin: 40px 0 0;
    padding-left: 40px;
}
.terms-wrp .inner-detail h4{
    font-size: 16px;
    color: #f4b855;
    font-weight: bold;
    margin: 0 0 10px;
    list-style: disc;
}
.terms-wrp .inner-detail p{
    font-size: 16px;
    font-weight: 400;
    color: #f4b855;
    margin: 0;
    line-height: 28px;
    padding-left: 10px;
}
.terms-wrp .inner-detail p a{
    color: #f4b855;
    text-decoration: underline;
}
/* **** End Terms **** */