/* global css */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Yellowtail&display=swap');

* {
    margin: 0;
    padding: 0;
}

:root {
    --primary-color: #27a102;
    --secondary-color: #ffc100;
    --black-color: #0f0f0f;
}

body {
    font-family: "Poppins", sans-serif;
    background-color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
}

a {
    text-decoration: none;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #2094b8;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 25px;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

nav.nav1 {
    display: none;
}

   /*----------------------------------------Push Navigation---------------------------------*/
div#menuoverlay { display: none; }
a#hamburg {  position: fixed;top: 0px;left: 10px;width: 40px;height: 40px;z-index:9;text-align: center;color: white;display: none;transition: all ease-out 0.3s;}
a#hamburg i {position: relative;top: 50%;transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.nav1 {transition: all ease-out 0.3s; display:none;}
.nav1 a { color: #000; }
.nav1 ul {margin: 0;padding: 0;background-color: #303030;}
.nav1 ul li {display: inline-block;position: relative;    padding: 10px 20px!important;}
.nav1 ul li > a {display: inline-block;padding: 10px;}
.nav1 ul li > a > i {margin-left: 15px;transition: all ease-out 0.3s;-webkit-transition: all ease-out 0.1s;}
.nav1 ul li ul {display: none;position: absolute;top: 38px;background:#222;width: 200px;text-align: left;}
.nav1 .search-nav,.nav1 .title{ display:none;}
.nav1 ul li ul li { display: block; }
.nav1 ul li ul li a { display: block; }
.nav1 ul li:hover > a {  color:#000; text-decoration:none; }
.nav1 ul li:hover > a > i { transform: rotateZ(90deg); -webkit-transform: rotateZ(90deg);}
.nav1 ul li:hover ul { display: block; }
.nav1 span.marrow {border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #fff;float: right;height: 0;margin:8px 0 0 8px;width: 0;}
.nav1 ul li.open  span.marrow {border-left: 5px solid transparent; border-top:0;border-right: 5px solid transparent;border-bottom: 5px solid #fff;}
@media screen and (max-width: 1024px) {
  
.slider .item .carousel-caption {    top: 80px; }  
  .slider-text h3 {font-size:40px; }
    .slider-text p {font-size:16px;     margin-bottom: 25px; }
  .slider-text .form-group label {font-size:12px; }
  
}
  @media screen and (max-width: 767px) {
    nav.nav1 {
    display: block;
}
   .logo-bar nav {
    display: none!important;
    }
    a#hamburg { display: block; }
    main {  transition: all ease-out 0.3s;}
    .nav1 .row{ margin:0px;}
    .nav1 {background-color: #fff;box-shadow: -2px 0 10px #999 inset;display: block;height: 100%;left: 0;overflow-x: hidden;overflow-y: auto;position: fixed;top: 0;transform: translateX(-250px); -webkit-transform: translateX(-250px); width: 250px;}
    .nav1 .search-nav,.nav1 .title{ display:block;}
    .nav1 .search-nav input{ border:1px solid #2c313f; background-color:rgba(255,255,255,0.2);  padding:5px; width:100%; color:#000; margin:10px 0;  }
    .nav1 .search-nav input[type="submit"]{background:url("images/search-icon.png") no-repeat scroll center center; border:0; width:auto; font-size:0; height: 16px;    position: absolute;    right: 7px;    top: 8px;    width: 16px;  filter: invert(100%);}
    .nav1 .title{    background: #000 ;color: #fff;font-size: 14px;margin: 0 -15px;padding: 6px 15px 6px;}
    .search-nav > form {    position: relative;}
    .nav1 ul {  text-align: left;  background-color: transparent;}
    .nav1 ul li { display: block; border-bottom:1px solid #999; }
    .nav1 ul li a { display: block; padding:10px 0; }.nav1 ul li:hover > a { color:#000;  }
    .nav1 ul li a > i { float: right; }
    .nav1 ul li ul {  display: none;  position: static;  width: 100%;background-color:transparent; padding:0 10px;}
    .nav1 ul li:hover > ul { display: none; }
    .nav1 ul li:hover > a > i { transform: rotateZ(0); -webkit-transform: rotateZ(0); }
    .nav1 ul li.open > a { background-color: transparent; }
    .nav1 ul li.open > a > i { transform: rotateZ(90deg); -webkit-transform: rotateZ(90deg);}
    .nav1 ul li.open > ul { display: block; }
    div#menuoverlay {display: block;visibility: hidden;position: fixed;left: 0;top: 0;width: 100%;height: 100%;transition: all ease-out 0.3s;z-index: 1;opacity: 0;}
    html.open-menu { overflow: hidden; }
    html.open-menu div#menuoverlay {visibility: visible;background:rgba(0,0,0,0.5);min-height:100vh;width:100% !important;opacity: 1;width: calc(-150%);left: 250px;}
    html.open-menu a#hamburg{ transform: translateX(250px); -webkit-transform: translateX(250px); z-index:999; }
    html.open-menu main {transform: translateX(250px); -webkit-transform: translateX(250px);}
    html.open-menu nav.nav1 {z-index: 3;transform: translateX(0); -webkit-transform: translateX(0);}
    .menu-main-menu-container ul ul ul li a {padding:5px;}
    ul li.has-subnav .accordion-btn {color:#000; font-size:24px; width:20px !important; float:right; line-height: inherit !important; }
    .nav1 ul li:last-child {    border: 0 ;}
    .nav-cross.open > span {    background: #fff ;}
    /*---------------------Hamberg Icon --------------------------------------------- */
    .nav-cross {width: 24px;  height: 40px;  position: relative;  margin: 0px auto;  transform: rotate(0deg); -webkit-transform: rotate(0deg); transition: .5s ease-in-out;  cursor: pointer;}
    .nav-cross span {  display: block;  position: absolute;
        height: 2px;width: 100%;background: #000;opacity: 1;left: 0;transform: rotate(0deg); -webkit-transform: rotate(0deg); transition: .25s ease-in-out;}
.open-menu .nav-cross span {
    display:none;
}
    #nav-icon1 span:nth-child(1) {top: 0px;}
    #nav-icon1 span:nth-child(2) {top: 18px;}
    #nav-icon1 span:nth-child(3) {top: 36px;}
    #nav-icon1.open span:nth-child(1) {top: 18px;transform: rotate(135deg); -webkit-transform: rotate(135deg);}
    #nav-icon1.open span:nth-child(2) {opacity: 0;left: -60px;}
    #nav-icon1.open span:nth-child(3) {top: 18px;transform: rotate(-135deg); -webkit-transform: rotate(-135deg);}
    .nav-cross span:nth-child(1) {top: 12px;transform-origin: left center;-webkit-transform-origin: left center;}
    .nav-cross span:nth-child(2) {top: 20px;transform-origin: left center; -webkit-transform-origin: left center;}
    .nav-cross span:nth-child(3) {top: 28px;transform-origin: left center; -webkit-transform-origin: left center;}
    .nav-cross.open span:nth-child(1) {transform: rotate(45deg); -webkit-transform: rotate(45deg); top: 11px;left: 4px;}
    .nav-cross.open span:nth-child(2) {width: 0%;opacity: 0;}
    .nav-cross.open span:nth-child(3) {transform: rotate(-45deg); -webkit-transform: rotate(-45deg); top: 28px;left: 4px;}
}

/*---------------------------------- Slick SLider----------------------------------------------------*/
.main-slider,
.item-slider,
.client,
.thumb-slider { display: none; }
.item-slider.slick-initialized,
.thumb-slider.slick-initialized,
.client.slick-initialized,
.main-slider.slick-initialized { display: block !important; }
.slider {position: relative;clear: left;overflow: hidden;}
.slider .inner-item {height: 400px;}
.slider .container {position: relative;}
.slick-slide .caption {color: #fff;font-size: 1.2em;line-height: 1.2em;position: absolute;
    left: 10%;text-shadow: 2px 2px 2px #000;top: 37%;width: 35%;
    background:rgba(0,0,0,0.7);padding:20px 20px 0;z-index: 99;}
.slick-slider {position: relative;display: block;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.thumb-slider .slick-slide {margin: 5px 0 0 5px;}
.slider-thumb .thumb-slider .slick-slide img{  max-width:100%; height:auto; box-sizing:border-box;}
.slick-list {position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-list:focus {outline: none;}
.slick-list.dragging {cursor: pointer;cursor: hand;}
.slick-slider .slick-track, .slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);}
.slick-track {position: relative;top: 0;left: 0;display: block;}
.slick-track:before, .slick-track:after {display: table;content: '';}
.slick-track:after {clear: both;}
.slick-loading .slick-track {visibility: hidden;}
.slick-slide {display: none;float: left;height: 100%;min-height: 1px;position: relative;}
[dir='rtl'] .slick-slide {float: right;}
.slick-slide img {display: block;transition: all .25s ease;}
.slick-slide.slick-loading img {display: none;}
.slick-slide.dragging img {pointer-events: none;}
.slick-initialized .slick-slide {display: block;}
.slick-loading .slick-slide {visibility: hidden;}
.slick-vertical .slick-slide {display: block;height: auto;border: 1px solid transparent;}
.slick-arrow.slick-hidden {display: none;}
.slick-dots {position: absolute;z-index: 11;bottom: -65px;margin: 0px;padding: 0;text-align: center;width: 100%;}
.slick-dots li {list-style: none;display: inline-block;}
.slick-dots button {border: 1px solid #d8d8d8;background: #d8d8d8;width: 12px;height: 12px;border-radius: 100%;font-size: 0;padding: 0px;margin-right: 5px;}
.slick-dots .slick-active button {background: #d32226;border: 1px solid #d32226;}
.slick-arrow {border: 0px;font-size: 0;right: 0;margin-top:-20px;position: absolute;top: 50%;z-index: 1;background: #303030 url(images/arrow.png) no-repeat center center;width: 36px;height: 40px;transform: rotate(180deg);-webkit-transform: rotate(180deg);}
.services-slider .slick-arrow {height: 65px;}
.slick-arrow:hover {background: #000 url(images/arrow.png) no-repeat center center;}
.slick-next.slick-arrow {left: 0px;transform: rotate(0deg);-webkit-transform: rotate(0deg);}
.slider-progress {width: 100%;height: 5px;background: rgba(0,216,192,0.8);position: absolute;top: 0;z-index: 99;}
.slider-progress .progress {width: 0%;height: 5px;background: rgba(36,51,0,0.8);}
.thumb-slider .slick-active img {border: 1px solid transparent}
.thumb-slider .slick-current img {opacity:0.5;}
.inner-banner{height: 300px;width:100%;color:#fff;display: flex;align-items: center;}
.inner-banner h2{margin:0;padding:10px;font-size: 60px;opacity: .9;text-transform: capitalize;}

.primary-btn {
    padding: 0 30px;
    height: 58px;
    border-radius: 50px;
    border: none;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: var(--secondary-color);
    color: #000;
}
.section-title {
    text-align: center;
    margin-bottom: 50px;
}     
.section-title h1 {
    font-size: 88px;
    font-weight: 500;
    font-family: 'Oswald';
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
    opacity: .9;
}
.section-title p {
    color: #cfcfcf;
    line-height: 1.4;
    opacity: .9;
    font-size: 17px;
}


/* ─── SIDEBAR OVERLAY ─── */
.overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    pointer-events: none;
    transition: background 0.35s;
    z-index: 9999;
}
.overlay.active {
    background: rgba(0, 0, 0, 0.5);
    pointer-events: all;
}

/* ─── SIDEBAR ─── */
.sidebar {
    position: fixed;
    top: 0;
    left: -300px;
    width: 280px;
    height: 100%;
    background: #fff;
    z-index: 1000;
    transition: left 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 4px 0 24px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    z-index: 9999;
}
.sidebar.open {
    left: 0;
}
.sidebar-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    border-bottom: 1px solid #eee;
}
.sidebar-logo img {
    height: 40px;
}
.sidebar-logo h6{
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    margin: 0;
    font-weight: 500;
}
.sidebar-close-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: #555;
    padding: 0;
    border-radius: 6px;
    transition: background 0.2s;
}
.sidebar-close-btn:hover {
    background: #f5f5f5;
    color: #000;
}
.sidebar-nav {
    flex: 1;
    padding: 10px 0;
    overflow-y: auto;
}
.sidebar-nav .nav-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #aaa;
    padding: 16px 20px 6px;
    text-transform: uppercase;
    display: block;
}
.sidebar-nav a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 20px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #eee;
    transition: background 0.18s, color 0.18s;
}
.sidebar-nav a:last-child{
    border-bottom: none;
}
.sidebar-nav a:hover {
    background: #f5f5f5;
    color: #000;
}
.sidebar-nav a i {
    font-size: 17px;
    width: 20px;
    text-align: center;
}
.sidebar-nav .nav-divider {
    height: 1px;
    background: #eee;
    margin: 8px 0;
}


/*********** header *********/
.home .header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    background-color: transparent;
}
.header{
    background-color: var(--black-color);
    padding: 50px 50px;
}
.head-menu a {
    color: #fff;
    font-family: 'Oswald';
    text-transform: uppercase;
    text-decoration: none;
    font-size: 22px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.head-menu a i {
    font-size: 30px;
}
.head-logo {
    text-align: end;
}
.head-right {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: end;
}
.head-search-box{
  display:flex;
  align-items:center;
  overflow:hidden;
  border-radius: 26px;
  background-color: rgba(0, 0, 0, 0.55);
  height: 52px;
  width: 230px;
}
.head-search-box input{
  background:transparent;
  border:none;
  outline:none;
  padding:12px 14px;
  color:#fff;
  font-size:12px;
  height: 100%;
  flex: 1;
}
.search-btn {
    height: 52px;
    width: 52px;
    border-radius: 50%;
    background-color: var(--primary-color);
    border: none;
    color: #edf6ea;
    font-size: 22px;
}
.head-search-box input::placeholder{
  color:rgba(255,255,255,0.6);
}
.head-search-btn{
  width:42px;
  height:42px;
  border:none;
  border-radius:50%;
  background:#38b000;
  color:#fff;
  font-size:16px;
  cursor:pointer;
}
.head-phone-number{
  color:#fff;
  font-size:20px;
  font-weight:700;
  letter-spacing:1px;
  font-family: 'Oswald';
}
.head-cart-box{
  width:42px;
  height:42px;
  border-radius:50%;
  background: var(--secondary-color);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  cursor:pointer;
  color: #000;
}

/* HERO SECTION */

.hero-section {
    background-image: url(../images/hero-bg.png);
    min-height: 100vh;
    display: flex;
    align-items: self-start;
    padding-top: 180px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}
.hero-content {
    text-align: center;
}
.hero-content h1 {
    font-size: 190px;
    font-family: 'Yellowtail';
    line-height: 1;
    color: #ffff;
    opacity: .9;
}
.hero-content h4 {
    font-size: 119px;
    font-family: 'Oswald';
    line-height: 1;
    color: #fff;
    margin: 22px 0 30px;
    text-transform: uppercase;
    opacity: .9;
}
.hero-content a {
    margin-bottom: 50px;
}
.hero-image {
    width: 646px;
    margin: 0 auto -300px;
    position: relative;
    z-index: 999;
    height: 646px;
}
.hero-image img {
    width: 100%;
}

/******** about ********/
.about-us {
    padding: 500px 0 450px;
    background-image: url(../images/about-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
}
.about-us::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 350px;
    height: 100%;
    background-image: url(../images/about-before.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;

}
.about-us-inner {
    width: 85%;
    position: relative;
}
.about-us-inner::after{
    content: '';
    position: absolute;
    bottom: -170px;
    right: -280px;
    width: 206px;
    height: 443px;
    background-image: url(../images/orange-bear.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.about-us-inner .section-title {
    text-align: left;
}
.about-box {
    background: transparent;
}
.about-box h4 {
    font-size: 31px;
    margin-bottom: 50px;
    font-weight: 700;
    font-family: 'Oswald';
    position: relative;
    color: var(--primary-color);
}
.about-box h4::before{
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    background-color: #fff;
    width: 52px;
    height: 3px;
}
.about-box p {
    color: #fff;
    opacity: .9;
    line-height: 1.6;
    font-size: 17px;
}

/* product */
.product-sec{
    padding: 300px 0 100px;
    background-image: url(../images/product-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 260vh;
    margin: -220px 0 -720px;
    z-index: 99;
}
/* .product-sec::before{
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/product-bg.png) center/cover no-repeat;
    z-index: -1;
} */
.product-sec .row .col-lg-4{
    margin-bottom: 30px;
}
.product-card {
    border-radius: 10px;
    transition: 0.3s;
    height: 100%;
    background-image: url(../images/product-img-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product-card:hover {
    transform: translateY(-10px);
}
.product-image {
    text-align: center;
    padding: 40px 0 20px;
}
.product-image img {
    width: 300px;
    height: 100%;
    object-fit: contain;
    transition: 0.3s;
}
.product-card:hover .product-image img {
    transform: scale(1.08);
}
.product-content {
    padding: 60px 25px 45px;
    border-radius: 10px;
    clip-path: polygon(0 18%, 100% 0, 100% 85%, 0 100%);
    background-color: var(--black-color);
    top: 35px;
    position: relative;
}
.pc-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2px;
}
.pc-title h4 {
    font-size: 28px;
    font-family: 'Oswald';
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    opacity: .9;
}
.pc-title i {
    color: #fff;
    font-size: 22px;
}
.pc-prise {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pc-prise h5 {
    color: var(--primary-color);
    font-size: 28px;
    font-weight: 500;
    font-family: 'Oswald';
    margin: 0;
}
.bg-transparent-btn {
    color: var(--secondary-color);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 24px;
    font-family: 'Oswald';
    font-weight: 500;
    opacity: .9;
}
/* TESTIMONIALS */
.review-sec{
    background-image: url(../images/test-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 350px 0 160px;
    position: relative;
    z-index: 9;
}
.review-sec::before{
    position: absolute;
    content: '';
    top: -40px;
    left: 20px;
    width: 400px;
    height: 400px;
    background-image: url(../images/review-sec-before.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.review-sec .row{
    margin-bottom: 100px;
}
.review-boxes{
    position: relative;
}
.review-boxes::before{
    position: absolute;
    content: '';
    top: 56%;
    left: 55%;
    width: 530px;
    height: 500px;
    background-image: url(../images/review-box-line.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(-50%, -50%);
}
.rb-left{
    position: relative;
}
.rb-left::before{
    content: '';
    position: absolute;
    bottom: -30px;
    right: 30px;
    width: 100px;
    height: 100px;
    background-image: url(../images/review-before.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.rb-left h4 {
    font-family: 'Oswald';
    color: #fff;
    opacity: .9;
    font-size: 44px;
    font-weight: 500;
    margin-bottom: 20px;
}
.rb-left p {
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    opacity: .9;
    margin: 0;
}
.rb-right img {
    width: 100%;
}

/* GALLERY */
.gummie-sec{
    background-image: url(../images/gummies-bg.png);
    position: relative;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 200px 0 250px;
    margin: -237px 0 -230px;
    text-align: center;
}
.gummie-sec::before{
    position: absolute;
    content: '';
    top: -20px;
    right: 0;
    width: 400px;
    height: 600px;
    background-image: url(../images/leave-before.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 99;
}
.gummie-sec::after{
    content: '';
    position: absolute;
    bottom: -20px;
    left: 100px;
    width: 206px;
    height: 443px;
    background-image: url(../images/red-bear.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.gs-video {
    width: 80%;
    height: 580px;
    position: relative;
    margin: 0 auto;
}
.gs-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}
button.gs-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--primary-color);
    border: none;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    color: #fff;
    font-size: 30px;
}
/********* footer *********/
footer{
    background-color: var(--black-color);
    padding: 80px 0;
    text-align: left;
}
.home footer{
    padding: 250px 0 80px;
    text-align: left;
}
.footer-heading{
    text-transform: capitalize;
    color: #fff;
    margin: 0 0 20px;
    position: relative;
    font-family: 'Oswald';
    font-size: 30px;
}
.footer-first-box p{
    color: #fff;
    font-size: 15px;
}
.social-links-main{
    width: max-content;
    margin: 0 auto;
}
.social-links{
    margin: 0;
    padding: 0;
    list-style: none;
}
.social-links li{
    text-transform: capitalize;
    font-size: 16px;
    padding-bottom: 15px;
}
.social-links li a{
    color: #fff;
    transition: .3s ease-in-out;
    text-decoration: none;
    font-size: 15px;
}
.social-links li a:hover{
    color: var(--primary-color);
}
.footer-info-inner {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
    color: #fff;
}
.footer-info-inner i {
    font-size: 18px;
}
.footer-info-inner p {
    margin: 0;
    font-size: 15px;
    line-height: 1.3;
}
.footer-info-inner a {
    color: #fff;
    transition: .3s ease-in-out;
}
.footer-info-inner a:hover{
    color: var(--primary-color);
}
.cop{
    background-color: #0e0e0e;
    padding: 20px 0;
    border-top: 1px solid #232221;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}
.cop p{
    margin: 0;
    font-size: 14px;
    text-align: left;
}
.cop p a{
    color: #fff;
    font-weight: 500;
    transition: .3s ease-in-out;
}
.cop p a:hover{
    color: var(--primary-color);
}
.cop-right-img{
    text-align: end;
}
/*************** inner pages  *************/
.home .inner-banner{
    display: none;
}
.about-page .about-us {
    padding: 250px 0;
}
.about-page .about-us-inner::after{
    bottom: -310px;
    right: -280px;
    width: 150px;
    height: 325px;
}
.about-page footer{
    padding: 80px 0;
}
/*************** contact page  *************/
.sec-cta{
    padding: 100px 0;
    /* background-image: url(../images/contact-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
    background: radial-gradient(ellipse at 50% 30%, #1c2e1c 0%, #0d150d 40%, #050805 70%, #000000 100%);
}
.sec-cta .left h2 {
    margin: 0 0 30px;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    opacity: .9;
}
.sec-cta .left input{
    outline: none;
    display: block;
    width: 100%;
    margin: 0 0 20px;
    height: 50px;
    padding: 0 20px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9aa19c;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    opacity: .9;
    resize: none;
}
.sec-cta .left select{
    outline: none;
    display: block;
    width: 100%;
    margin: 0 0 20px;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    font-size: 14px;
    color: #0e171e;
    border-radius: 8px;
}
.sec-cta .left textarea {
    outline: none;
    display: block;
    width: 100%;
    margin: 0 0 20px;
    height: 50px;
    padding: 20px 20px;
    min-height: 180px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9aa19c;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    opacity: .9;
    resize: none;
}
.sec-cta .left input::placeholder,
.sec-cta .left select::placeholder,
.sec-cta .left textarea::placeholder{
    color: #fff;
}
.sec-cta .left input.wpcf7-form-control.wpcf7-submit.has-spinner {
    display: inline-block;
    width: max-content;
    text-transform: uppercase;
    border: none;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 20px;
    padding: 0 30px;
    border-radius: 25px;
    margin-top: 30px;
}
.sec-cta .right h2 {
    margin: 0 0 30px;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    opacity: .9;
}
.sec-cta .right ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.sec-cta .right ul li {
    margin-bottom: 20px;
}
.sec-cta .right ul li a {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.sec-cta .right ul li img {
    margin-right: 20px;
}
.sec-cta .head-top h3 {
    margin: 30px 0 30px;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    opacity: .9;
}
.sec-cta .head-top .social ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.sec-cta .head-top .social ul li {
    margin-bottom: 15px;
}
.sec-cta .head-top .social ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
    transition: .5s all ease-in-out;
}
.sec-cta .head-top .social ul li a i {
    margin-right: 15px;
    font-size: 18px;
    color: var(--primary-color);
    background-color: transparent;
    height: 38px;
    width: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .5s all ease-in-out;
    border: solid 1px var(--primary-color);
}
.sec-cta .right ul li i {
    margin-right: 10px;
    font-size: 22px;
    color: var(--primary-color);
}
.sec-cta .container-fluid {
    margin-top: 60px;
    margin-bottom: -10px;
}
.sec-cta .container-fluid .col-sm-12 {
    padding: 0;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: red !important;
    color: #000 !important;
    text-align: center !important;
    margin: 0 !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: green !important;
    color: #000 !important;
    text-align: center !important;
    margin: 0 !important;
}
.sec-cta a{
    text-decoration: none;
}
/* product page */
.shop{
    background-color: black;
}
.shop .product-sec{
    margin: 0;
    background-image: none;
    background: radial-gradient(ellipse at 50% 30%, #1c2e1c 0%, #0d150d 40%, #050805 70%, #000000 100%);
    height: auto;
    padding: 150px 0;
}
/* review page*/
.review-page .review-sec{
    padding: 80px 0 160px;
    margin-bottom: -260px;
}
.review-page footer{
    padding-top: 200px;
}
.review-page .section-title{
    margin-bottom: 100px;
}






@media(max-width:991px) {

    .hero-content {
        text-align: center;
        margin-bottom: 50px;
    }

    .hero-content p {
        margin: auto auto 30px;
    }

    .hero-btns {
        justify-content: center;
    }

    .hero-content h1 {
        font-size: 52px;
    }

    .hero-circle {
        width: 380px;
        height: 380px;
    }
}

@media(max-width:575px) {

    .hero-content h1 {
        font-size: 42px;
    }

    .section-title h2 {
        font-size: 32px;
    }

    .hero-circle {
        width: 280px;
        height: 280px;
    }

    .about-box,
    .testimonial-box {
        padding: 30px;
    }

}
