@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;1,100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant&display=swap');

@font-face {
  font-family: 'Avenir', Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/Avenir-Font/AvenirLTStdRoman1.woff2') format('woff2');
}

@font-face {
  font-family: 'Avenir', Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/Avenir-Font//AvenirLTStd-Black.woff2') format('woff2');
}

@font-face {
  font-family: 'Avenir', Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/Avenir-Font/AvenirLTStd-Book.woff2') format('woff2');
}

:root {
  --primary-color: #d4d4d4;
  --secondary-color: #112e41;
  --dark-secondary-color: #10233a;
  --accent-color: #888888;
  --light-color: #f6f7fb;
  --white: #ffffff;
  --black: #000;
  --red-color: #942923;
  --gray-color: #505050;
  --footer-color: #afafaf;
  --montserrat: 'Montserrat', sans-serif;
  --avenir: 'Avenir', sans-serif;
  --italic: 100;
  --light: 300;
  --regular: 400;
  --medium: 500;
  --bold: 700;
  --bg-color: #d7d7d7;
  --body-font: var(--avenir);
  --normal-font-size: var(--regular);
  --body-color: var(--white);
  --text-color: var(--secondary-color);
  --transition: all .3s ease 0s;
  --transition-ease-in-out: all .3s ease-in-out 0s;
  --shadow: 0 0 10px rgb(0 0 0 / 7%);
  --button-shadow: 0 0 30px 5px rgb(0 0 0 / 5%);
  --border: 5px solid var(--light-color);
}

/*Scroll width*/
::-webkit-scrollbar {
  width: 8px;
}

.text-black {
  color: #5a5757 !important;
}

.text-red {
  color: var(--red-color);
}

.bg-color {
  background-image: linear-gradient(180deg, rgba(126,126,126,1) 0%, rgba(150,150,150,1) 30%, rgba(189,189,189,1) 70%, rgba(215,215,215,1) 100%);
}

.text-gray {
  color: var(--gray-color);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 40px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  clear: both;
}

html {
  scroll-behavior: smooth;
  font-family: "Avenir", Arial, sans-serif;
}

/* a {
  transition: .3s ease;
  font-family: var(--poppins);
} */

/* a:hover{
  color: var(--black);
} */

.anchor:hover {
  background-position: 0;
}
/* 
a:hover::before {
  width: 100%;
} */

.anchor {
  background-image: linear-gradient(
    to right,
    #54b3d6,
    #153541 50%,
    #423f3f 50%
  );
  background-size: 200% 100%;
  background-position: -100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}

.anchor:before {
  content: '';
  background: #54b3d6;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 3px;
}

body {
  padding: 0;
  font-family: var(--body-font);
  font-size: var(--normal-font-size);
  background-image: url('../img/white.jpg');
  background-repeat: repeat;
  background-color: var(--body-color);
  color: var(--text-color);
}

/* .experience_container{
  width: 100%;
} */

.container-fluid {
  /* margin-top: 35px; */
  /* margin-left: 3rem;
  margin-right: 3rem; */
  align-items: start !important;
  /* justify-content: center !important; */
}

ul {
  padding: 0;
  list-style: none;
}

ul li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

p {
  text-align: justify !important;
}

img {
  max-width: 100%;
}

.bg-dark {
  background: #000 !important;
}

.btn-white {
  padding: 13px 16px 10px;
  background: #fff;
  border-radius: 0;
  width: 100px;
  letter-spacing: 0.2px;
  margin-top: 30px;

}

.mb-76px {
  margin-bottom: 76px;
}

.category-style {
  height: 339px !important;
  /* border: 1px solid rgb(114, 100, 100); */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 104px;
}

.cbtn {
  padding: 18px 20px 15px;
  margin-bottom: 24px;
  box-shadow: inset 0 0 0 1px var(--black);
  display: inline-block;
  text-align: center;
  color: #000;
  letter-spacing: .2px;
  transition: 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  text-overflow: ellipsis;
}

.cbtn:hover {
  outline: none;
  box-shadow: inset 0 0 0 1px #999;
  color: #999;
}

.c-button--underline {
  margin-bottom: 24px;
  display: inline-block;
  text-align: center;
  color: #000;
  letter-spacing: .2px;
  transition: 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  text-overflow: ellipsis;
  border-bottom: 1px solid #000;
}

.btn-border {
  color: #000;
  font-size: 16px;
  font-family: var(--avenir);
  font-weight: 800;
  border-bottom: 1px solid #000;
}

.category-title {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: var(--avenir);
  margin-bottom: 16px;
}

/*Navbar style here */

.home-page-content {
  padding-left: 24px;
  padding-top: 29px;
}

.home-page-content-box {
  background-image: url("../../frontend/img/home-image.jpg");
  background-size: 565px 677px;
  margin-top: 12px;
  padding-top: 36px;
  padding-bottom: 192px;
  padding-left: 48px;
  padding-right: 48px;
}

nav {
  z-index: 9;
}

.navbar-toggler {
  font-size: 1rem;
}


nav {
  transition: all .3s !important;
}

.navbar {
  padding: 0px 0px !important;
}

.navbar .menu li{
  margin: 0px 70px 0px 106px !important;
}

.navbar .menu {
  position: relative;
}

.navbar .menu::before {
  content: "";
  width: 80%;
  position: absolute;
  /* top: -3px; */
  left: 10%;
  height: 1px;
  background-image: linear-gradient(90deg, rgba(215,215,215,1) 0%, rgba(170,167,167,1) 50%, rgba(215,215,215,1) 100%);
}

.navbar .menu::after {
  content: "";
  width: 80%;
  position: absolute;
  bottom: 0px;
  left: 10%;
  height: 1px;
  background-image: linear-gradient(90deg, rgba(215,215,215,1) 0%, rgba(170,167,167,1) 50%, rgba(215,215,215,1) 100%);
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-radius: 50%;
}


.header-bottom {
  display: block;
  position: relative;
  z-index: 900;
}

.navbar-nav .nav-link {
  color: rgb(0, 0, 0)
}

.navbar-nav-white .nav-link {
  color: rgb(76 76 76);
}

header.active .scrolled-up.navbar-nav-white .nav-link,
header.active.show_bg .navbar-nav-white .nav-link {
  color: #000;
}

.navbar-right .icon i {
  color: rgb(0, 0, 0)
}

header.active .auto-hide {}

header.active .dropdown-menu.show {
  top: 60px;
}

.navbar-right-white .icon i {
  color: rgb(255, 255, 255) !important;
}

.overflow_hid {
  overflow: hidden
}

.navActive .nav-link {
  color: black !important;
  border-color: black !important;
}

/* add class through js */
.mobile-menu {
  background-color: white !important;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 3rem !important;
}

.top-section {
  background: rgba(10, 10, 117, 0.171);
  background-image: linear-gradient(to right, rgb(14, 69, 81), rgba(26, 81, 88, 0)), url("../img/topsection.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  height: 100vh;
}

.top-header-bottom-color {
  display: inline-block;
  border-bottom: 5px solid #000000;
  text-align: center;
}

.project-description {
  padding: 60px 0px;
}

.project-description p {
  font-size: 20px;
  text-align: justify;
}

.project-image p {
  height: 350px !important;
  width: auto;
}

.mega-menu {
  width: 100vw;
  left: 0;
  top: 6.5rem;
  z-index: 3;
  /* display: none; */
}

.submenu-product img {
  width: 100px;
  height: 60px;
}

.submenu-product {
  grid-template-columns: auto auto auto;
  row-gap: 80px;
}

.icon svg {
  font-size: 20px !important;
}

.footer_slink .icon i {
  font-size: 14px;
  position: absolute;
  left: 2px;
  top: 2px;
}

/* top-section start from here */
.header-content,
.video-middle {
  transform: translateY(-50%);
}

.video-middle {
  z-index: 90;
}

.top-40 {
  top: 40% !important;
}

.text-underline {
  text-decoration: underline;
}

/* slider's css here */
.slider-item-content img {
  transition: all .3s;
  height: 220px;
}

.slider-item-content img:hover {
  transform: scale(1.2);
}

.dropdown-menu[data-bs-popper] {
  top: 66%;
}

header.active {
  position: relative
}

header.active {
  min-height: 60px;
  z-index: 900;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: #FFB;
}

header.active .border-top {
  display: none !important;
}

.navbar-brand .img-logo-home {
  height: 85px;
  width: 100%;
}

.offset-md-1 {
  margin-left: 50px !important;
}

.footer .copyright-m-position{
  margin-left: 105px;
}

/* responsive min-width : 1200px */

@media screen and (min-width:1200px) {

  /* .slider__header-title {
    font-family: 'Cormorant', serif;
    font-size: 32px;
  } */
  .navbar-brand .img-logo-home {
    height: 129px;
    width: 95px;
  }

  .navbar-brand .img-logo {
    height: 119px;
    width: 95px !important;
  }

  .video-section video {
    height: 36.55vw;
  }
  
  .video-section-fixed {
    margin-top: 136px;
  }

  .inner-footer .img-logo-footer {
    height: 119px;
    width: 119px;
  }

  .footer .copyright-m-position{
    margin-left: 105px;
  }

  /* .home-page-content {
    padding-left: 0px;
    padding-top: 14px;
  }

  .home-page-content-box {
    background-image: url(../../frontend/img/home-image.jpg);
    background-size: 487px 499px;
    margin-top: 2px;
    padding-top: 0px;
    padding-bottom: 192px;
    padding-left: 10px;
    padding-right: 10px;
  } */

}

/* responsive min-width : 992px */
@media screen and (min-width: 992px) {

  nav .submenu:hover .mega-menu {
    display: block !important;
  }

  nav .nav-item {
    border: 0 !important;
  }

  .p-item {
    border-bottom: none !important;
  }
}


/* responsive max-width : 992px */
@media (max-width:992px) {
  .submenu-product {
    grid-template-columns: auto;
    row-gap: 15px;
    height: 500px !important;
    overflow-y: scroll;
  }

  .submenu svg {
    transform: rotate(-90deg);
  }

  .submenu-header svg {
    transform: rotate(360deg);
  }

  nav .nav-link {
    color: black !important;
    border: none !important;
  }

  .mega-menu {
    top: 0;
    z-index: 1;
    /* display: none; */
  }

}

/* responsive max-width : 768px */
@media (max-width:768px) {
  .header-content h1 {
    font-size: 25px;
  }

  .small-p {
    font-size: 10px !important;
  }

}
@media (min-width: 768px) and (max-width: 991.98px) {


  .inner-footer .img-logo-footer {
    height: 125px !important;
    width: 125px !important;
  }


}


@media only screen and (max-width: 600px) {
  body{
    padding-top: 0px !important;
  }

  h1{
    font-size: 1.5rem !important;
  }
  h2{
    font-size: 1.3rem !important;
  }
  h3{
    font-size: 1.1rem !important;
  }
  h4{
    font-size: 1.05rem !important;
  }
  h5{
    font-size: 0.95rem !important;
  }
  h6{
    font-size: 0.85rem !important;
  }
  p{
    font-size: 0.75rem !important;
  }

  .home-page-content {
    padding-left: 0px;
    padding-top: 0px;
  }

  .home-page-content-box {
    background-image: url(../../frontend/img/home-image.jpg);
    background-size: 282px 518px;
    margin-top: 4px;
    padding-bottom: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .video-section video {
    height: 41.55vw;
  }

  .video-section-fixed {
    margin-top: 112px;
  }

  .slider__header-title {
    font-size: 26px !important;
  }
  .slider__header-sub{
    font-size: 10px !important;
  }
  .project-table tr {
    font-size: 13px !important;
  }
  .project-description {
    padding: 25px 0px !important;
  }
  .slide-wrap .swiper {
    width: 175%;
    height: calc(100% - 44px);
  }

  .category-style{
    height: 217px !important;
    padding: 51px !important;
  }

  .home-cat-img img {
    aspect-ratio: .75;
    object-fit: cover;
    object-position: center center;
    max-height: 100%;
    height: 150px !important;
    width: 100%;
    opacity: 1;
    transition: 400ms transform cubic-bezier(.25, .46, .45, .94), opacity 200ms ease-out, 400ms -webkit-transform cubic-bezier(.25, .46, .45, .94);
  }
  .mb-76px{
    margin-bottom: 25px !important;
  }

  .social-list {
    padding-left: 28px !important;
  }

  .Swipercategory{
    height: 82% !important;
  }

  .navbar-brand .img-logo {
    height: 90px !important;
    width: 90px !important;
  }

  .swiper-slide img{
    height: 156px !important;
  }

  .swiper-button-next, .swiper-button-prev{
    height: 20px !important;
    width: 20px !important;
  }

  .mobile-nav {}

  .footer {
    max-height: 450px !important;
  }

  .footer .copyright-m-position{
    margin-left: 0px;
  }


  .inner-footer .img-logo-footer {
    height: 90px;
    width: 90px;
  }

  .mobile-screen-image {
    text-align: center;
    margin-bottom: 15px;
  }

  .mobile-image-size {
    height: 180px !important;
  }

  .footer .inner-footer .footer-column {
    text-align: center !important;
  }

  .footer .inner-footer .footer-column ul {
    text-align: center !important;
  }

  .footer .inner-footer .footer-column-icon {
    margin-right: 30px !important;
  }

  .list-group .group-item {
    padding: 3px !important;
  }

  .footer .inner-footer .footer-column-menu {
    margin-left: -16px !important;
  }

  .offset-md-1 {
    margin-left: 0px !important;
  }


  .margin-for-header {
    margin-top: 35px !important;
  }

  .swiper-controlls {
    top: 0px !important;
  }

  .More-Project-image{
    height: 156px !important;
  }

}


.Swipercategory {
  width: 100%;
  height: 100%;
}

.Swipercategory .swiper-slide {
  margin-bottom: 60px;
}

.slide-wrap,
.ourtdoor-section {
  position: relative;
  height: 100%;
}

.slide-wrap .swiper {
  width: 100%;
  height: calc(100% - 60px);
}

.slide-wrap .swiper-slide {
  /*text-align: center;*/
  /*font-size: 18px;*/
  /*background: #fff;*/
  /*display: flex;*/
  /*justify-content: center;*/
  /*align-items: center;*/
  margin-bottom: 100px
}

.slide-wrap .swiper-slide img,
.Swipercategory .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Slider Navigations */
.swiper-scrollbar {
  background: #d6d6d6;
}

.swiper-horizontal>.swiper-scrollbar {
  border-radius: 2px;
  height: 5px;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.swiper-controlls {
  position: absolute;
  top: 30px;
  /*left: 0;*/
  width: 100%;
  z-index: 9;
  /*display: flex;*/
  align-items: center;
  justify-content: flex-end;
  right: 46px;
}

.swiper-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;

}

.project-details {
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
}

.project-table tr {
  font-size: 18px;
  line-height: 40px;
}

.project-table td {
  padding-left: 28px;
}

.More-Project-image {
  height: 340px;
  width: 100%;
}

.swiper-next.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;

}

.swiper-buttons,
.swiper-controlls {
  display: flex;
  align-items: center;
}

.swiper-buttons>div {
  z-index: 99;
  font-size: 18px;
  display: block;
  cursor: pointer;
  padding: 10px;
}

.swiper-controlls .swiper-page {
  font-size: 14px;
  width: auto !important;
}

.top-section .swiper-slide {
  text-align: left;
  font-size: 18px;
  /*background: #fff;*/
  /*display: none;*/
  /* Center slide text vertically */
  opacity: .25;
}

.top-section .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}

.top-section .swiper-slide-visible {
  opacity: 1;
}

.top-section .swiper-slide-active {
  /*display: block;*/
}

.top-section .swiper-slide.swiper-slide-prev {
  opacity: 0;
}

.top-section .swiper-slide.swiper-slide-next {
  opacity: 0;
}

.outdoor__section .swiper-container,
.slider .swiper-container {
  overflow: hidden;
}

.outdoor__section .swiper-button-next,
.outdoor__section .swiper-button-prev,
.slider .swiper-button-next,
.slider .swiper-button-prev {
  position: absolute;
  top: -60px;
  margin-top: -22px;
  z-index: 17;

}

.outdoor__section .swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.slider .swiper-button-prev {
  right: 43px;
  left: auto;
}

.navbar-brand .img-logo {
  height: 129px;
  width: 100%;
}

.margin-for-header {
  margin-top: 50px;
}

a .img-logo {
  height: 60px;
  width: 100%;
}

.megamenu .dropdown-menu {
  overflow: auto;
  /* overflow-x: auto; 
  overflow-y: hidden;  */
  max-height: 100vh;
  /* max-height: calc(100vh - 60px); */
}

.basic-img img {
  aspect-ratio: .75;
  object-fit: cover;
  object-position: center center;
  max-height: 100%;
  height: 198px;
  width: 100%;
  opacity: 1;
  transition: 400ms transform cubic-bezier(.25, .46, .45, .94), opacity 200ms ease-out, 400ms -webkit-transform cubic-bezier(.25, .46, .45, .94);
}

.home-cat-img img {
  aspect-ratio: .75;
  object-fit: cover;
  object-position: center center;
  max-height: 100%;
  height: 198px;
  width: 100%;
  opacity: 1;
  transition: 400ms transform cubic-bezier(.25, .46, .45, .94), opacity 200ms ease-out, 400ms -webkit-transform cubic-bezier(.25, .46, .45, .94);
}

.middle-center{
  margin-top: 9px;
}

.footer-middle-center{
  margin-top: 20px;
}

#header {
  min-height: 60px;
  z-index: 900;
}

.auto-hide {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  background-repeat: repeat;
  z-index: 1030;
}

.homeheader .auto-hide,
header.active .scrolled-up,
header.active.show_bg {
  background-image: url('../img/white.jpg');
}

.scrolled-down {
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out;
}

.scrolled-up {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}

.border-service-title{
  border-bottom: 2px solid #bfbbbb;
}

header.homeheader .border-top {
  border-top: 1px solid #000;
  width: 100%;
  display: block;
  height: 2px;
  background: #000;
}

.hotline-fixed{
  letter-spacing: 5.85px;
}

.hotline-top{
  margin-top: 18px;
}

.s-rich-text p {
  font-family: 'Avenir';
}

.basic-text__element {
  width: 100%;
  display: block;
}

.basic-entry__title {
  margin-top: 16px;
  text-transform: uppercase;
  font-family: avenir, Arial, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 30px;
}

.basic-entry__description {
  color: #000;
  font-size: 16px;
}

.slider__header {
  margin-bottom: 30px;
}

.slider__header-sub {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  display: block;
  margin-bottom: 8px;
  font-family: 'Cormorant', serif;
  font-weight: 800;
}

.slider__header-title {
  font-family: 'Cormorant', serif;
  font-size: 43px;
} 

.basic-img {
  position: relative;
  overflow: hidden;
}

.basic-img img:hover {
  transform: scale(1.05);
}

/*Footer Start here */
.footer {
  max-height: 300px;
  background-color: #afafaf;
  border-top: 3px solid #000000;
  font-weight: 400;
  position: relative;
  overflow: hidden;
}

.footer .inner-footer {
  margin: 0 auto;
  padding: 0px 35px 0px;
  position: relative;
  z-index: 50;
}

.footer .inner-footer a i {
  font-size: 35px;
  color: #5a5757;
}

.list-group .group-item {
  position: relative;
  display: block;
  padding: 13px;
}

.align-top {
  align-items: flex-start;
}

.align-center {
  justify-content: center;
}

.footer .footer-logo {
  margin: 20px 0 40px;
}

.footer .footer-logo {
  margin: 20px 0 40px;
}

.footer .social-icons-widget {
  margin-bottom: 2px;
}

.social-icons-widget {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin: 0 0 30px;
  width: 100%;
}

.social-list {
  position: relative;
  padding-left: 50px;
  text-align: center !important;
}

.footer .inner-footer .footer-column {
  text-align: center;
}

.footer .inner-footer .footer-column-icon {
  margin-right: 46px;
}

.footer .inner-footer .footer-column-menu {
  margin-left: 50px;
}

.icon-list__item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.list-items li p {
  font-size: 14px;
  font-style: italic;
  color: var(--black);
  line-height: 20px;
  margin-bottom: 0;
}

.icon-list__item-icon {
  margin-right: 10px;
  color: #fff;
  display: flex;

}

.footer__newsletter {
  padding-top: 32px;
  margin-bottom: 16px;
}

.footer__newsletter-title {
  margin-bottom: 16px;
}

.footer__newsletter-decription {
  margin-bottom: 32px;
}

.footer-title h4 {
  font-size: 34px;
  color: var(--black);
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 16px;
}

.footer-link ul li {
  margin-bottom: 16px;
}

.footer-link ul li a {
  color: var(--black);
}

.footer__newsletter-title.h5 {
  text-transform: uppercase;
  color: var(--black);
}

.footer__newsletter-decription {
  color: var(--black);
}

.footer__logo {
  width: 100px;
  height: 40px;
  color: var(--black);
  position: absolute;
  right: 16px;
  bottom: 14px;
}

.footer_newsletter_box {
  width: 70%;
}

.footer__newsletter-form .form-control {
  border-radius: 0;
  background: transparent;
  border-bottom: 1px solid rgb(102, 102, 102) !important;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  margin-bottom: 30px;
  color: rgb(0, 0, 0);
}

.footer__newsletter-form .form-control:focus,
.footer__newsletter-form .form-control:hover {
  border: none;
  border-color: transparent;
}

.form-check-label {
  color: rgb(102, 102, 102) !important;
  padding: 1px 0px 8px 8px;
  font-size: 13px;
  margin-bottom: 8px;
}

.form-check-input {
  border-radius: 0;
  background: transparent;
  border-color: #fff;
}

.border-bottom {
  width: 100%;
  display: block;
  height: 1px;
  background: #fff;
  margin-top: 30px;
}

.footer-social li a {
  color: rgb(0, 0, 0);
  font-size: 18px;
  margin-right: 24px;
  transition: opacity 250ms ease 0s;
}

.footer-social li a:hover {
  opacity: 0.7;
}

/*Footer end here */
/*Scroll to top btn */

#toTopBtn {
  position: fixed;
  bottom: 38px;
  right: 39px;
  z-index: 98;
  padding: 21px;
  background-color: transparent;

}

.js .cd-top--fade-out {
  opacity: .5;
}

.js .cd-top--is-visible {
  visibility: visible;
  opacity: 1;
}

.js .cd-top { 
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s, visibility .3s, background-color .3s;
}

.cd-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  height: 40px;
  width: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .05) !important;
  background: url(https://res.cloudinary.com/dxfq3iotg/image/upload/v1571057658/cd-top-arrow.svg) no-repeat center 50%;
  background-color: var(--yellow);
}


/* Team Page */
main {
  padding-top: 40px;
}

.big-text {
  margin-top: 24px;
  margin-bottom: 65px;
  font-size: calc(40px + 40 * (100vw - 374px)/1066);
  transform: translateX(-7px);
  font-family: 'Avenir', Arial, sans-serif;
  color: #000;
  font-weight: 700;

}

a.user-info {
  display: block;
  margin-bottom: 24px;
  text-decoration: none;
  transform 600ms cubic-bezier(.455, .03, .515, .955),
  opacity 300ms ease,
  -webkit-transform 600ms cubic-bezier(.455, .03, .515, .955);
}

.user-img {
  overflow: hidden;
  position: relative;
  height: auto;
  transition: transform 400ms cubic-bezier(.455, .03, .515, .955) 300ms, -webkit-transform 400ms cubic-bezier(.455, .03, .515, .955) 300ms;
}

a.user-info:hover img {
  transform: scale(1.05);
}

.user-img img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 475px;
  opacity: 1;
  display: inline-block;
  aspect-ratio: 0.75;
  /* float value */
  object-fit: cover;
  object-position: center center;
  transition: 400ms transform cubic-bezier(.25, .46, .45, .94), opacity 200ms ease-out, 400ms -webkit-transform cubic-bezier(.25, .46, .45, .94);
}

h2.user-title {
  font-size: calc(24px + 0 * (100vw - 374px)/1066);
  font-family: avnir, Arial, sans-serif;
  font-weight: 800;
  margin-top: 16px;
  transform: none;
  text-transform: uppercase;
  color: #000;
  box-sizing: border-box;
  line-height: 1.2;
}

.btn-block {
  width: 100%;
  height: 60px;
  padding: 2px 20px 0;
  background: #000;
  color: #fff;
  font-weight: 800;
  letter-spacing: .2px;
  position: relative;
  display: inline-block;
  border-radius: 0;
}

.btn-block:hover {
  background: rgba(0, 0, 0, 0.75);
  color: #fff
}

.button-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.price {
  position: relative;
  padding-right: 30px;
}

.price::after {
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  background: rgb(61, 61, 61);
  right: 0px;

}

.tag_label {
  font-size: 14px;
  font-weight: 400;
  padding: 7px 8px 5px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-80 {
  margin-top: 80px
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-48 {
  margin-bottom: 48px;
}

.details-list {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  font-style: italic;
  font-size: 14px;
}

.details-list:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.details-list-icon {
  width: 30px;
  margin-right: 10px;
  justify-content: flex-start;
  align-items: center;
}

.details-item-label {
  padding-top: 3px;
}

.box-border {
  border: 1px solid #000;
  padding: 8px 16px;
  margin-bottom: 16px;
  padding-right: 0;
}

.box-border .dropdown {
  display: flex;
  justify-content: stretch;
  align-items: center;
}

.box-border .dropdown-menu.show {
  top: 6px !important;
}

.bootstrap-select .dropdown-menu li a {
  padding: 13px 12px;

}

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
  background: #000;
  color: #fff;
}

.bootstrap-select .dropdown-item:hover {
  background-color: #000;
  color: #fff;
}

.col-lg-3.left_offset {
  flex-basis: 29.16667%;
  max-width: 29.16667%;
}

.left_offset {
  position: relative;
  right: -4.16667%;
}

.product-details p {
  font-size: 14px;
}

.ReadMore {
  color: #000;
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 15px;
}

.ReadMore i {
  padding-left: 10px
}

.ReadMore:hover span {
  border-bottom: 1px solid #000;
}

.morecontent span.dcontent {
  display: none;
}

.ReadMore {
  display: block;
}

.details__title {
  font-size: 32px;
  font-weight: 800;
  line-height: 36px;
}

.product-title_two {
  font-size: 24px;
}

.product-designer {
  font-size: 16px;
}

.product-variention {

  color: #666;
  font-size: 16px;
}

.product-price {
  font-size: 16px;
  color: #000;
  margin-top: 10px;
  font-weight: 800;
}

.rich-text {
  margin-top: 40px;
  margin-bottom: 24px;
}

.rich-text h1 {
  text-transform: uppercase;
  /*font-size: 150px;*/
  font-size: calc(40px + 40 * (100vw - 374px)/1066);
  margin-top: 40px;
  color: #000;
  word-break: break-word;
  font-weight: 800;
  font-family: 'Avenir';
}

.img-grid-contaienr {
  margin-bottom: 160px;
  clear: both;
  position: relative;
}

.grid-m {
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
}

.product-title-2 {
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
}

.product-titleimg-wrap {
  overflow: hidden;
}

.product-body-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 16px;
  height: 100%;
  position: relative;
}

.product-title-name,
.shop-product-name {
  margin-bottom: 8px;
  text-transform: capitalize;
  color: #000;
  font-weight: 800;
  font-size: 24px;
}

.product-designer-name,
.shop-owner {
  margin-bottom: 4px;
  font-size: 16px;
}

.shop-owner {
  color: #000;
}

.product-detail-designer-name {}

.product-variation-name,
.shop-variations {
  margin-top: auto;
  font-size: 16px;
  font-weight: 300;
  color: #666;

}

.product-pricing-list {
  margin-top: 10px;
  font-weight: 800;
  font-size: 16px;
}

.shop-product-price {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
}

.shop-product-price span {
  font-size: 16px;
  color: 000;
}

.o-col-24 {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 4px;
  padding-left: 4px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%
}

.o-col-12--sm {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 4px;
  padding-left: 4px;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%
}

.u-push-4--sm {
  position: relative;
  right: -16.66667%
}

.img-grid-item {
  width: 100%;
  margin-bottom: 32px;
}

.img-grid-item .c-product-tile {
  padding-bottom: 0;
}

.img-grid-item {
  margin: 32px 0;
}

.img-grid-item--half {
  width: 50%
}

.product-tile__anchor {
  text-decoration: none;
  background-image: none;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  outline: none;
}

.img-grid-product.img-grid-item--last {
  width: 65.8%;
  margin-left: auto
}

.img-grid-item--middle {
  margin-top: auto;
  margin-bottom: auto
}

.img-grid-item--push-down {
  margin-top: 200px;
}

.figure-img {
  overflow: hidden;
  position: relative;
  transition: transform 400ms cubic-bezier(.455, .03, .515, .955) 300ms, -webkit-transform 400ms cubic-bezier(.455, .03, .515, .955) 300ms;
}

a[href] {
  cursor: pointer;
}

.c-product-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: 100%;
  padding-bottom: 24px
}

.menubars {
  position: relative;
  ;
  height: 100%;
}

.product-figure-img .image-products {
  opacity: 1;
  transition: 400ms transform cubic-bezier(.25, .46, .45, .94), opacity 200ms ease-out, 400ms -webkit-transform cubic-bezier(.25, .46, .45, .94);
}

html:not(.is-touch) .c-product-tile:hover .product-figure-img .image-products,
html.is-touch--with-mouse .c-product-tile:hover .product-figure-img .image-products,
html:not(.is-touch) .navs-item-image-wrapper:hover .product-figure-img .image-products,
html.is-touch--with-mouse .navs-item-image-wrapper:hover .product-figure-img .image-products {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.navs-item-image-wrapper .product-figure-img:hover .image-products {
  transform: scale(1.05)
}

.product-quote .quote__text {
  font-family: 'Cormorant', serif;
  font-size: 70px;
  color: #000;
  line-height: 63px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  display: block;
  max-width: calc((100vw - 80px)/1.5);
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}


/*Sticky footer style*/
.sticky_footer {
  width: 100%;
  height: 80px;
  /* Set the fixed height of the footer here */
  line-height: 60px;
  /* Vertically center the text there */
  background-color: #848b7f;
  z-index: 50;
}

.sticky_footer a.footer_slink {
  font-size: 20px;
  color: #000;
  line-height: 1.4;
  white-space: nowrap;
}

.footer_slink {
  display: block;
  padding-left: 40px;
  position: relative;
}

.footer_slink span {
  position: absolute;
  top: 4px;
  left: 0;
  width: 19px;
  height: 19px;
  border: 1px solid #000;
  border-radius: 40px;
}

.list-inline-item:not(:last-child) {

  margin-right: 40px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-40 {
  margin-bottom: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-80 {
  padding-bottom: 80px;
}

.left-registration-text h1 {
  font-size: 62px;
  font-family: 'Avenir', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  word-break: break-word;
  line-height: 69px;
  color: var(--black);
}

.registration-page {
  margin-top: 40px;
}

.userform .form-control {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #666;
  border-radius: 0;
  padding-left: 0;
  transition: border-color 200ms cubic-bezier(.455, .03, .515, .955);
}

.btn-black {
  background: var(--black);
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  padding: 18px 55px 15px;
  letter-spacing: .2px;
  text-transform: capitalize;
  display: inline-block;
}

.userform .form-floating>label {
  padding-left: 0;
}

.userform input[type="text"],
.userform input[type="password"],
.userform input[type="email"],
textarea {
  outline: none;
  box-shadow: none !important;
  /*border:1px solid #ccc !important;*/
}

.login-list-item {
  display: flex;
}

.login-label p {
  font-style: italic;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  font-family: "Avenir";
}

.ml-53 {
  margin-left: 53px;
}

.right-registration {
  padding-right: 80px;
}

.pagination-link a {
  display: inline-block;
  margin-left: 28px;
}

.pagination-link a i {
  color: #000;
  font-size: 20px;
}

.shop-breadcrumb a {
  color: #000;
  text-decoration: underline;
  font-weight: bold;
}

div .h2 {
  font-size: 48px;
  font-family: avenir, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px)
}

.pr-32 {
  padding-right: 32px;
}

.megamenu {
  position: static;
  transition: all .5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.hide {
  height: 0;
}

.navbar.showbg {
  background-image: url('../img/white.jpg');
  background-repeat: repeat;
  background-color: var(--body-color);
}

.megamenu .dropdown-menu {
  background-image: url('../img/white.jpg');
  background-repeat: repeat;
  background-color: var(--body-color);
  border: none;
  width: 100%;
  left: 0;
  opacity: 0;
  border-radius: 0 !important;
  transform: translate3d(0, -40px, 0);
  transition: opacity 150ms linear, transform 150ms cubic-bezier(.25, .46, .45, .94), -webkit-transform 150ms cubic-bezier(.25, .46, .45, .94);
}

.dropdown-menu {
  transition: all 0.5s ease-in-out;
}

.dropdown-menu.show {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  pointer-events: all;

  -webkit-transition: opacity 250ms linear, -webkit-transform 350ms cubic-bezier(.25, .46, .45, .94);
  transition: opacity 250ms linear, -webkit-transform 350ms cubic-bezier(.25, .46, .45, .94);
  transition: opacity 250ms linear, transform 350ms cubic-bezier(.25, .46, .45, .94);
  transition: opacity 250ms linear, transform 350ms cubic-bezier(.25, .46, .45, .94), -webkit-transform 350ms cubic-bezier(.25, .46, .45, .94);
}

.navs-item {
  padding: 8px 0;
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.15);*/
  color: #000;
  font-weight: bold;
}

.navs-item-image-wrapper {
  margin-right: 32px;
  width: 64px;
  height: 64px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
}

.menulink {
  margin-top: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding: 24px 0 32px
}

.c-flyout-menu {
  max-height: calc(100vh - var(--header-height));
  overflow-y: auto;
  overflow-x: hidden;
  color: var(--color-text);
  position: relative;
  opacity: 1;
  -webkit-transition: 200ms opacity;
  transition: 200ms opacity
}

.mega-menu__flyout {
  position: fixed;
  top: var(--header-height);
  display: block;
  left: 0;
  -webkit-transform: translate3d(0, -40px, 0);
  transform: translate3d(0, -40px, 0);
  width: 100vw;
  height: calc(100vh - var(--header-height));
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 150ms linear, -webkit-transform 150ms cubic-bezier(.25, .46, .45, .94);
  transition: opacity 150ms linear, -webkit-transform 150ms cubic-bezier(.25, .46, .45, .94);
  transition: opacity 150ms linear, transform 150ms cubic-bezier(.25, .46, .45, .94);
  transition: opacity 150ms linear, transform 150ms cubic-bezier(.25, .46, .45, .94), -webkit-transform 150ms cubic-bezier(.25, .46, .45, .94)
}

.mega-menu__item--is-open .mega-menu__flyout {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  pointer-events: all;
  -webkit-transition: opacity 250ms linear, -webkit-transform 350ms cubic-bezier(.25, .46, .45, .94);
  transition: opacity 250ms linear, -webkit-transform 350ms cubic-bezier(.25, .46, .45, .94);
  transition: opacity 250ms linear, transform 350ms cubic-bezier(.25, .46, .45, .94);
  transition: opacity 250ms linear, transform 350ms cubic-bezier(.25, .46, .45, .94), -webkit-transform 350ms cubic-bezier(.25, .46, .45, .94)
}

@media (min-aspect-ratio: 16 / 9) {
  .video-section video {
    height: 39.55vw;
  }

  .video-section-fixed {
    margin-top: 220px;
  }
}

.box-border .dropdown-menu.show {
  padding-top: 0;
  border-radius: 0;
}


.bootstrap-select>.dropdown-toggle {
  background: transparent !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: 0 !important;
  background: transparent;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}


.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  z-index: 8888;
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
