@font-face {
    font-family: "CabinetGrotesk-Variable";
    src: url("../fonts/CabinetGrotesk-Regular.ttf");
}

body{
    font-family: 'Nunito Sans', sans-serif;
    overflow-x: hidden;
}
label{
  font-weight: 600;
}
.common-spacing{
    padding-left:100px;
    padding-right:100px;
}
.common-padding{
    padding-top:3rem;
    padding-bottom:3rem;
}
::-webkit-scrollbar {
    width: 10px!important;
}

::-webkit-scrollbar-track {
    background: rgba(240, 238, 244, 0.6)!important;
    border-radius: 6px!important;
}

::-webkit-scrollbar-thumb {
    border-radius: 8px!important;
    background: #1B763B!important;
}

::-webkit-scrollbar-thumb:hover {
    cursor: pointer;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:20px;
	background-color:#25D366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
  z-index:100;
}
.float-2{
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 110px;
    left: 20px;
    background-color: #FF7F50;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    z-index: 100;
}

.my-float{
	margin-top:16px;
}
.my-float-2{
	margin-top:16px;
    max-width: 35px;
}
/**scroll-top-start**/
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #FF7F50;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
}

#myBtn i {
    color: #fff;
    font-size: 20px;
}

#myBtn:hover {
    background-color: #555;
}




@media(max-width:1500px){
    .common-spacing{
        padding-left:50px;
        padding-right:50px;
    }
}
@media(max-width:1200px){
  .top-bar-right {
    margin-right: 26px!important;
  }
}

@media(max-width:992px){
    .common-spacing{
        padding-left:15px;
        padding-right:15px;
    }
    .top-bar-right{
      justify-content: center;
    }
}
span{
    color: #1B763B;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 24px */
text-transform: uppercase;
}
h1{
    font-size: 70px;
    font-weight: 700;
    color: #1B763B;
}
h2{
    font-size: 50px;
    font-weight: 700;
    color: #353535;
}
h3{
    font-size: 30px;
    font-weight: 700;
    color: #353535;
}
h4{
    font-size: 20px;
    font-weight: 700;
    color: #353535;
}
p{
    font-size: 20px;
    font-weight: 400;
    color: #545454;
    line-height: 41px;
}
a:hover{
    text-decoration: none;
}
.button-1{
    border-radius: 35px;
    background: transparent;
    color: #1B763B;
    padding: 10px 20px;
    border:1px solid #1B763B;
    font-weight: 700;
}
.button-1:hover{
    background: #1B763B;
    color: #fff;
    border:1px solid #1B763B;
}
.button-2{
    border-radius: 35px;
    background: #1B763B;
    color: #fff;
    padding: 10px 20px;
    border:1px solid #1B763B;
    font-weight: 700;
}
.button-2:hover{
    background: transparent;
    color: #1B763B;
    border:1px solid #1B763B;
}
.carousel-item {
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.carousel-inner .carousel-caption h3{
    color: #fff;
    font-family: 'Passion One', sans-serif;
    font-weight: 400;
    font-size: 40px;
}
.quality-color{
    background-color: #F2F2F2;
}
.banner-wrapper{
    position: relative;
}
.common-box{
    border-radius: 37px 37px 0px 0px;
    background: #FFF;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 100px;
    text-align: center;
}
/* .common-box p{
    padding-left: 1.2rem;
    margin-top: -1rem;
} */
.product-image img{
    margin-bottom:1rem;
}
.products-wrapper h3{
    font-size:30px;
    padding-top:1rem;
    padding-bottom:1rem;
}
@media(max-width:1440px){
    h1 {
        font-size: 50px;
    }
    h2 {
        font-size: 40px;
    }
    h3 {
        font-size: 20px;
    }
    p{
        font-size: 18px;
    }
    .main-content p {
        max-width: 80%;
    }
    .common-box {
        top: 81%;
    }
    .main-content button {
      margin-bottom: 1rem;
    }

}
@media(max-width:1280px){
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 18px;
    }
    p{
        font-size: 16px;
    }
    .main-content p {
        max-width: 80%;
    }
    .common-box {
        top: 81%;
    }
    .craft-content p {
        max-width: 80%;
    }
    .banner-wrapper img{
        height:300px!important;
    }
}
@media(max-width:992px){
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 20px;
        margin-top:1rem;
    }
    h3 {
        font-size: 18px;
    }
    p{
        font-size: 16px;
    }
    .about-wrapper img, .about-content{
        margin-top:1rem;
    }
    .about-content{
        margin-top:1rem;
        text-align: center;
    }
    .craft-product{
        margin-top:1rem;
    }
    .footer-menu{
        margin-top:1.5rem;
        text-align: center;
    }
    .footer-menu p{
        margin:0 auto;
        padding-top:0rem;
    }
    .social{
        justify-content: center;
    }
    .feedback {
        text-align: center;
    }
    .form-section{
        margin-top:1rem;
    }
    .common-padding{
        padding-top:2rem;
        padding-bottom:2rem;
    }
}
@media(max-width:768px){
    .main-content p {
        max-width:100%;
    }
    .craft-content p {
        max-width: 100%;
    }
    .common-box {
        padding: 5px 50px;
    }
    .common-padding{
        padding-top:1rem;
        padding-bottom:1rem;
    }
    .top-bar-left{
      justify-content: center;
      margin-bottom:1rem;
    }
    .top-header{
      text-align: center;
    }
    .nature-wrapper{
      display:block;
  }
  .featured-content{
    margin-bottom: 1rem;
  }
  .footer-text p {
    font-size: 14px;
    text-align: center;
}
.footer-menu ul{
  justify-content: center;
}
.footer-menu ul li a{
  font-size:12px;
}

}
@media(max-width:577px){
    h1 {
        font-size: 25px;
    }
    h2{
        font-size: 18px;
    }
    h3{
        font-size: 18px;
    }
    .navbar-brand img{
        max-width: 125px!important;
    }
    .main-content h1 {
        max-width: 100%;
    }
    .footer-menu p{
        max-width: 100%;
    }
    .common-box {
        padding: 5px 10px;
    }
    .banner-wrapper img {
        height: 250px!important;
    }
    .dark {
        display:block;
        margin-bottom:1rem;
        text-align: center;
    }
    .Advance-Slider .item.slick-active h3{
      font-size:20px!important;
    }
    .Advance-Slider .item h3 {
      margin-right:0rem!important;
    }
    .Advance-Slider .item .contain-wrapper {
      justify-content: center!important;
      text-align: center!important;
    }
    .ecllipse{
      display: none;
    }
    .footer-logo{
      max-width: 200px;
    }

}
.carousel-caption {
    right: 15%!important;
    top: 30%;
    left:inherit!important;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
.carousel-control-prev {
    right: 50px!important;
    left:inherit!important;
}

.Advance-Slider {
    float: left;
    width: 100%;
    overflow: hidden;
    z-index: -10;
  }
  .Advance-Slider button.slick-arrow {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    background: #fff;
    z-index: 99999;
    border: none;
    margin: auto;
    font-size: 0;
    text-align: center;
    outline: none;
    cursor: pointer;
  }
  .Advance-Slider .img-fill {
    position: relative;
    height: 100%;
  }
  .Advance-Slider .img-fill img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    /* animation: myMove 10s linear infinite; */
  }
  .Advance-Slider .item {
    height: 100vh;
    overflow: hidden;
    outline: none;
  }
  .Advance-Slider button.slick-next.slick-arrow {
    right: 0;
    left: auto;
    z-index: 1;
    display: none!important;
  }
  .Advance-Slider button.slick-prev.slick-arrow {
    z-index: 1;
    display: none!important;
  }
  .Advance-Slider button.slick-arrow:before {
    content: "\f104";
    top: 0;
    left: 0;
    margin: auto;
    font-family: fontawesome;
    font-size: 18px;
    color:#1B763B;
    font-weight: 600;
  }
  .Advance-Slider button.slick-next.slick-arrow:before {
    transform: scaleX(-1);
    display: block;
  }
  .Advance-Slider .img-fill:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #151515;
    opacity: 0.5;
  }
  
  .Advance-Slider ul.slick-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .Advance-Slider ul.slick-dots li {
    display: inline-block;
    height: auto;
    padding: 0 5px;
    line-height: 0px;
  }
  .Advance-Slider ul.slick-dots li button {
    height: 15px;
    width: 15px;
    border-radius: 100%;
    background: #fff;
    border: none;
    font-size: 0px;
    padding: 0px;
    opacity: 0.5;
    outline: none;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .Advance-Slider ul.slick-dots li.slick-active button {
    opacity: 1;
  }
  .Advance-Slider button.slick-arrow {
    perspective: 360px;
  }
  .Advance-Slider button.slick-arrow .thumb {
    position: absolute;
    height: 100px;
    width: 150px;
    left: 100%;
    top: -28px;
    transform-origin: 0% 0%;
    transform: rotate3d(1, 0, 0, 90deg);
  }
  .Advance-Slider button.slick-arrow .thumb img {
    height: 100%;
    width: 100%;
  }
  .Advance-Slider button.slick-next {
  }
  .Advance-Slider button.slick-next .thumb {
    left: auto;
    right: 100%;
  }
  .Advance-Slider button.slick-prev.hover-out .thumb,
  .Advance-Slider button.slick-prev .thumb {
    animation: out-left 300ms ease 0ms 1 forwards;
  }
  .Advance-Slider button.slick-prev.hover-in .thumb {
    animation: in-left 300ms ease 0ms 1 forwards;
  }
  .Advance-Slider button.slick-next.hover-out .thumb,
  .Advance-Slider button.slick-next .thumb {
    animation: out-right 300ms ease 0ms 1 forwards;
    transform-origin: 100% 50%;
  }
  .Advance-Slider button.slick-next.hover-in .thumb {
    animation: in-right 300ms ease 0ms 1 forwards;
  }
  
  .Advance-Slider button.slick-prev:hover {
    transform: translateX(-100%);
  }
  .Advance-Slider button.slick-prev {
    transition: all 0.3s ease;
  }
  .Advance-Slider button.slick-next:hover {
    transform: translateX(100%);
  }
  .Advance-Slider button.slick-next {
    transition: all 0.3s ease;
  }
  .Advance-Slider ul.slick-dots li button img {
    height: 0;
    width: 20px;
    top: 0;
    object-fit: cover;
    transition: height 0.2s ease 0.2s, width 0.2s ease 0s;
    position: relative;
    left: -50%;
  }
  .Advance-Slider ul.slick-dots li button a {
    position: absolute;
    height: 90px;
    bottom: calc(100%);
    width: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    transition: all 0.2s ease 0.2s;
    padding-bottom: 10px;
  }
  .Advance-Slider ul.slick-dots li button {
    position: relative;
    display: flex;
    justify-content: center;
  }
  .Advance-Slider ul.slick-dots li button:hover a img {
  }
  .Advance-Slider ul.slick-dots li button:hover img {
    height: 80px;
    width: 140px;
    transition: height 0.2s ease, width 0.2s ease 0.2s;
  }
  .Advance-Slider ul.slick-dots li button:hover a {
    width: 140px;
    transition: all 0.3s ease 0s;
  }
  .Advance-Slider ul.slick-dots li button:hover {
    opacity: 1;
  }
  .Advance-Slider ul.slick-dots li button:before {
    content: "";
    bottom: calc(100% + -10px);
    left: 7px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0px;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 10px;
    margin-left: -10px;
    opacity: 0;
    transition: 0.3s ease 350ms;
  }
  .Advance-Slider ul.slick-dots li button:hover:before {
    opacity: 1;
    transition: 0.3s ease 0s;
  }
  .Advance-Slider .item.slick-active {
    animation: Slick-FastSwipeIn 1s both;
  }
  
  .Advance-Slider .item .contain-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: left;
  }
  .Advance-Slider .item .contain-wrapper .dots-contain {
    display: none;
  }
  .Advance-Slider .item h3 {
    color: #fff;
    font-size: 70px;
    margin-right:5rem;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Passion One', sans-serif;
  }
  .Advance-Slider .item {
    color: #fff;
    font-family: "Roboto", sans-serif;
  }
  .Advance-Slider .item h5 {
    font-size: 32px;
    font-weight: 300;
    padding: 10px 0 0;
    margin: 0;
    text-transform: capitalize;
  }
  .Advance-Slider .item .contain-wrapper .info {
    max-width: 1200px;
  }
  .Advance-Slider .item h5 span {
    color: #00bcd4;
  }
  .Advance-Slider .item h3 span {
    color: #00bcd4;
  }
  .Advance-Slider .item h3 {
    animation: fadeOutRight 1s both;
  }
  .Advance-Slider .item.slick-active h3 {
    animation: fadeInDown 1s both 1s;
  }
  .Advance-Slider .item h5 {
    animation: fadeOutLeft 1s both;
  }
  .Advance-Slider .item.slick-active h5 {
    animation: fadeInLeft 1s both 1.5s;
  }
  
  @keyframes myMove {
    from {
      transform: scale(1, 1);
      transform-origin: 50% 50%;
    }
    to {
      transform: scale(1.8, 1.9);
      transform-origin: 50% 0%;
    }
  }
  @keyframes Slick-FastSwipeIn {
    0% {
      transform: rotate3d(0, 1, 0, 150deg) scale(0) perspective(400px);
    }
    100% {
      transform: rotate3d(0, 1, 0, 0deg) scale(1) perspective(400px);
    }
  }
  
  @keyframes in-left {
    from {
      -webkit-transform: rotate3d(0, 1, 0, 90deg);
      transform: rotate3d(0, 1, 0, 90deg);
    }
    to {
      -webkit-transform: rotate3d(0, 0, 0, 0deg);
      transform: rotate3d(0, 0, 0, 0deg);
    }
  }
  @keyframes out-left {
    from {
      -webkit-transform: rotate3d(0, 0, 0, 0deg);
      transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
      -webkit-transform: rotate3d(0, 1, 0, 86deg);
      transform: rotate3d(0, 1, 0, 86deg);
    }
  }
  @keyframes in-right {
    from {
      -webkit-transform: rotate3d(0, -1, 0, 90deg);
      transform: rotate3d(0, -1, 0, 90deg);
    }
    to {
      -webkit-transform: rotate3d(0, 0, 0, 0deg);
      transform: rotate3d(0, 0, 0, 0deg);
    }
  }
  @keyframes out-right {
    from {
      -webkit-transform: rotate3d(0, 0, 0, 0deg);
      transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
      -webkit-transform: rotate3d(0, -1, 0, 86deg);
      transform: rotate3d(0, -1, 0, 86deg);
    }
  }
  
  .logo-top-clay{
      font-size: 20px;
    color: #670707 !important;
    font-weight: 800;
    letter-spacing: 0px;
    text-transform: unset;
  }
   .logo-top-export{
      font-size: 24px;
    color: #1B763B !important;
    font-weight: 900;
    letter-spacing: 0px;
    text-transform: unset;
  }
  .footerlogo{font-size: 25px;
    font-weight: 800;}