@font-face {
  font-family: "GeneralSans-Regular";
  src: url("../fonts/GeneralSans-Regular.otf");
}

@font-face {
  font-family: "chronicle-black";
  src: url("../fonts/chronicle-display-cufonfonts/Chronicle\ Display\ Black.ttf");
}

@font-face {
  font-family: "chronicle-semibold";
  src: url("../fonts/chronicle-display-cufonfonts/Chronicle\ Display\ Semibold.ttf");
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  --black: #000;
  --blackbg: #000;
  --white: #fff;
  --whitebg: #fff;
  --bg-lblack: #2e2f2f;
  --bs-border-width:0px !important;
}
h1 {
  font-size: 72px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 32px;
}
.like-what {
  background: rgba(30, 30, 30, 0.05);
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 16px;
}
p {
  font-size: 16px;
  margin: 0;
  font-family: "GeneralSans-Regular";
}
.gs {
  font-family: "GeneralSans-Regular";
}
button {
  font-size: 16px;
}
.vline {
  background: rgba(30, 30, 30, 1);
  width: 1px;
  height: 84px;
}
.buttons {
  font-size: 14px;
  border-bottom: 1px solid #000;
  border-radius: 0;
}
html {
  overflow-x: hidden;
}
body {
  color: var(--black);
  position: relative;
  /* font-family: "chronicle-black"; */
  font-family: "chronicle-semibold";
  font-weight: 325;
}
h5 span i {
  font-size: 24px !important;
  width: 30px;
  text-align: center;
}
.cs {
  font-family: "chronicle-semibold";
}
#header {
  position: relative;
  width: 100%;
  z-index: 100;
}
#header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--white);
  transition: 0.5s ease all;
  z-index: 9;
}
.home-fixed {
  position: fixed;
  top: 0%;
  transform: translateY(0%);
  height: 100vh;
  background: transparent;
  width: 100%;
  padding: 0;
  z-index: 0;
}
.ft-menu {
  text-align: center;
  flex-wrap: wrap;
  white-space: wrap;
  justify-content: center;
}
.ft-menu a {
  white-space: nowrap;
}
.fix-contactus {
  position: fixed;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  height: fit-content;
  width: fit-content;
  /* transform: rotate(90deg); */
  transform-origin: top left;
  background: #000;
}
.fix-contactus a span {
  transform: rotate(-90deg);
  white-space: nowrap;
  color: #fff;
}
.rotate-90 {
  transform: rotate(90deg) !important;
}
@keyframes spanrotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
a,
ul,
ol,
select,
header,
input,
footer,
.row,
.col-12 {
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: var(--black);
  scroll-behavior: smooth;
  box-shadow: none;
  outline: none;
  border: none;
  list-style: none;
}

input:focus,
input:active {
  border: none;
  box-shadow: none;
  background: none;
  outline: none;
}

/* Font Weight */
.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

/* letter-spacing */

.ls-25 {
  letter-spacing: 0.25px;
}

.ls-50 {
  letter-spacing: 0.5px;
}

.ls-75 {
  letter-spacing: 0.75px;
}

.ls-1 {
  letter-spacing: 1px;
}

.ls-2 {
  letter-spacing: 2px;
}

/* line height */

.lh-100 {
  line-height: 100%;
}

.lh-150 {
  line-height: 150%;
}

.lh-200 {
  line-height: 200%;
}

.lh-300 {
  line-height: 300%;
}

/* opacity */

.op-05 {
  opacity: 0.5;
}

.op-07 {
  opacity: 0.7;
}
#collapsibleNavbar ul li {
  padding: 0px 25px;
}
footer .footer-list a, .offcanvas-body li a{
  position: relative;
}
footer .footer-list a::after, .offcanvas-body li a::after{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #7b1618;
    transition: width .4s; 
    position: absolute;
    bottom: -5px;
    left: 0;
}
footer .footer-list a:hover::after, .offcanvas-body li a:hover::after{
  width: 100%;
  transition: width .3s;
}
footer .container-fluid{
  padding-bottom: 60px;
}
.navbar-nav li > a:after{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #7b1618;
    transition: width .4s;
}
.navbar-nav li > a:hover::after{
    width: 100%;
    transition: width .3s;
}
.nav-link{
  font-size: 20px;
  font-weight: 375;
  line-height: 30px;
  letter-spacing: 0.40px;
  color: #1E1E1E;
}
/* header */
#navbar {
  background: #fff;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  background-color: transparent;
  box-shadow: none;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler span.icon-bar {
  transition: all 0.15s;
}

.navbar-toggler[aria-expanded="true"] span:nth-child(2) {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggler[aria-expanded="true"] span:nth-child(3) {
  opacity: 0;
}

.navbar-toggler[aria-expanded="true"] span:nth-child(4) {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggler.collapsed span:nth-child(2),
.navbar-toggler.collapsed span:nth-child(4) {
  transform: rotate(0);
}

.navbar-toggler span:nth-child(2),
.navbar-toggler span:nth-child(4) {
  transform: rotate(0);
}

.navbar-toggler.collapsed span:nth-child(3) {
  opacity: 1;
}

.navbar-toggler .icon-bar {
  background-color: rgb(0, 0, 0);
}

.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-toggler {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* Dropdown Css*/

.dropdown:hover .dropdown-menu {
  display: block;
}

.w-auto {
  width: fit-content;
}
.m-auto {
  margin: auto;
}
.g-10 {
  gap: 10px;
}
.g-15 {
  gap: 15px;
}
.g-16 {
  gap: 16px;
}
.g-20 {
  gap: 20px;
}
.g-21 {
  gap: 21px;
}
.g-30 {
  gap: 30px;
}
.g-40 {
  gap: 40px;
}
.g-50 {
  gap: 50px;
}
.g-60 {
  gap: 60px;
}
.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.px-24 {
  padding-left: 24px;
  padding-right: 24px;
}
.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}
.px-100 {
  padding-left: 100px;
  padding-right: 100px;
}
.ft-icon {
  border: 1px solid rgba(2, 1, 1, 0.2);
  padding: 15px 22px;
}

.mt-60 {
  margin-top: 60px;
}
.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.mb-12 {
  margin-bottom: 12px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-16 {
  margin-bottom: 16px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-32 {
  margin-bottom: 32px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-64 {
  margin-bottom: 64px;
}
.p-15 {
  padding: 15px;
}
.p-20 {
  padding: 20px;
}
.p-30 {
  padding: 30px;
}
.p-36 {
  padding: 36px;
}
.p-40 {
  padding: 40px;
}
.p-50 {
  padding: 50px;
}
.p-100 {
  padding: 100px;
}
.py-30 {
  padding: 30px 0px;
}
.py-33 {
  padding: 33px 0px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
.ft-social-icon {
  padding: 10px 13px;
  border: 1px solid #000;
  display: inline-block;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.ft-icon{
  position: relative;
}
.ft-social-icon::before, .ft-icon::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  scale: 0;
  z-index: 0;
  left: 0;
  right: 0;
  top:0;
  transition: all 0.5s ease-in-out;

}
.ft-social-icon:hover i, .ft-icon:hover i{
  color: white;
  position: relative;
  z-index: 1;
}
.ft-social-icon:hover::before, .ft-icon:hover::before{
  scale: 1;
}
.project-section {
  position: relative;
}
.projects {
  position: sticky;
  top: -90px;
  z-index: 0;
  overflow: hidden;
}

.sub-pro-img{
  height: 100vh;
}
.project-detail-card{
  padding-bottom: 100px;
}

.poject-details {
  z-index: 1;
  /* position: relative; */
  height: 100% !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.poject-details img{
  width: 100%;
  object-fit: cover;
}
.project-listing .projects {
  /* position: relative; */
}
.project-image {
  width: fit-content;
  height: 700px;
}
.project-image img {
  /* width: 100% !important; */
  height: 100% !important;

  /* width: fit-content; */
}
.project-sub-image {
  position: relative;
}
.project-sub-image .project-content {
  padding: 30px 30px 60px;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  background: #fff;
}
.project-content {
  padding: 30px 0 0;
  gap: 10px;
}
.d-lg-flex.d-md-flex.d-sm-flex.d-flex.g-21.text-center.flex-wrap.justify-content-between{
  display: grid !important;
  grid-template-columns: 1fr 1fr;
}
.view-btn,
.enquire-btn {
  padding: 20px 40px;
  white-space: nowrap;
  letter-spacing: 0.2em;
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
  border-radius: 0 !important;
}
.view-btn {
  border: 1px solid var(--black) !important;
  color: var(--black);
  background: var(--white);
  border-radius: 0 !important;
}
.view-btn:hover {
  color: var(--white);
  border: 1px solid var(--black) !important;
  background: var(--black);
  transition: all 0.5s ease-in-out;
}
.enquire-btn {
  border: 1px solid var(--black) !important;
  color: var(--white);
  background: var(--black);
}
.enquire-btn:hover {
  color: var(--black);
  border: 1px solid var(--black) !important;
  background: var(--white);
  transition: all 0.5s ease-in-out;
}
.project-address {
  margin-top: 12px;
}
.project-address h5 span {
  margin-right: 12px;
}

.social-portion {
  background: var(--bg-lblack);
}

.mb-28 {
  margin-bottom: 28px;
}
.offcanvas-start {
  padding: 60px;
}

.offcanvas-body::-webkit-scrollbar {
  display: none;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
#accordionExample {
  position: relative;
}
.accordion-header button {
  width: 242px;
  background: transparent;
}
.accordion-item {
  padding: 30px;
  margin-bottom: 24px;
  border-radius: 0px !important;

  /* border: 1px solid rgba(30, 30, 30, 0.3) !important; */
  background: #cccccc;
  border: 1px solid rgba(30, 30, 30, 0.3) !important;
  position: relative;
  z-index: 3;
}

.accordion-button,
.accordion-button:focus,
button:focus:not(:focus-visible) {
  overflow: none;
  /* border: none; */
  /* background: none; */
  box-shadow: none;
}
.modal-body.p-0 .mb-50 {
  margin-bottom: 20px;
}
.modal-header{
  border: none;
  padding-top: 0;
}
.modal-header .btn-close{
  font-size: 30px;
  position: relative;
  padding: 0;
  top: 40px;
  right: 40px;
  z-index: 9;
}
/* .accordion-item:not(:first-of-type) {
  border: ;
} */

.blog-ft {
  border: 2px dashed rgba(30, 30, 30, 1);
  border-left: none;
  border-right: none;
}

.tags a {
  border: 1px solid #000;
  padding: 5px 10px;
}
.tags ul li {
  margin-bottom: 10px;
}
.tags ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.tags ul li a span {
  font-size: 14px;
}

.tags ul li a:hover {
  background: #000;
  color: #fff;
  transition: all 0.5s ease-in-out;
}
.blog-details {
  padding-right: 30px;
}
.blog-tags {
  border: 1px solid rgba(30, 30, 30, 0.3);
  background: rgba(30, 30, 30, 0.05);
}
.up {
  text-transform: uppercase;
}
.line {
  border: 1px solid #eee;
}
.blog-more {
  display: none;
}

a#seeMore:hover {
  opacity: 1;
}

.blog-inner-img {
  height: 600px;
}
.blog-inner-img img {
  height: 100%;
  width: 100%;
  /* object-fit: cover; */
}

.rera-number {
  border: 1px dashed rgba(30, 30, 30, 1);
  background: rgba(30, 30, 30, 0.05);
}

/* project inner slider */

/* slick slider */

.project-slick .project-itmes {
  list-style: none;
  position: relative;
  text-align: center;
  display: inline-block !important;
  /* width: 30%; */
}

.project-slick .project-slide {
  margin: auto;
  overflow: hidden;
  position: relative;
}

.project-slide .slick-track {
  padding: 0;
}

.project-slick .slick-dots {
  width: 150px;
  text-align: center;
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.project-slick .slick-dots li {
  font-size: 0px;
  /* float: left; */
  margin: 0 5px;
  text-align: center;
}

.project-slick .slick-dots li button {
  height: 10px;
  width: 10px;
  border-radius: 0%;
  background: #000;
  font-size: 0;
}

.project-itmes img {
  height: 390px;
  width: 100%;
}
#play-video {
  display: inline-block;
  margin-bottom: 20px;
  color: #000;
}

.play-video {
  height: 400px;
}

.project-slider {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  max-width: 100%;
}
.project-slide {
  position: relative;
}
/* .project-slider .slick-slider {
  margin-left: -12%;
  margin-right: -12%;
} */

.project-slider .slick-slide {
 padding-bottom: 50px;
}

.project-slider .slick-dots {
  text-align: right;
  position: relative;
  bottom: 15%;
  left: 50%;
  width: fit-content;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 10px;
}
.slick-dots li{
  position: relative !important;
  cursor: pointer;
}
button.btn.bars {
  padding: 0;
}
.project-slider .slick-dots li.slick-active::before{
  content: '';
  position: absolute;
  height: 9px;
  width: 9px;
  background: #1E1E1E;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.project-slider{
  padding-bottom: 30px;
}
.project-slider .slick-dots li.slick-active{
padding: 4px;
background: #1E1E1E1A;
border: 1px solid #1E1E1E;
height: 15px;
width: 15px;
}
.offices-sectiion{
  margin: 100px 0px;
}
.project-slider .slick-dots li {
  height: 8px;
  width: 8px;
  background: #000;
  position: relative;
}
.project-slider .slick-dots li.slick-active {
  transform: scale(1.2);
}
.project-slider .slick-track {
  max-width: 100% !important;
  transform: translate3d(0, 0, 0) !important;
  perspective: 100px;
}

.project-slider .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 50% !important;
  transform: translate3d(0, 0, 0);
  transition: transform 1s, opacity 1s;
}

.project-slider .slick-snext,
.project-slider .slick-sprev {
  display: block;
}
.project-slider .slick-snext img,
.project-slider .slick-sprev img {
  opacity: 0.5;
}

.project-slider .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  transform: translate3d(0, 0, 10px);
  z-index: 2;
}

.project-slider .slick-snext {
  opacity: 1;
  transform: translate3d(110%, 0, 0px);
  z-index: 1;
}

.project-slider .slick-sprev {
  opacity: 1;
  transform: translate3d(-110%, 0, 0px);
}

.project-slider .test {
  display: block;
  width: 100%;
  height: 400px;
}
.project-slider .test img {
  width: 100%;
  height: 100%;
}

.project-form-details input {
  background: rgba(30, 30, 30, 0.05);
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid rgba(30, 30, 30, 1);
}
.contect-getintouch {
  border: 1px solid rgba(30, 30, 30, 0.3);
  background: rgba(30, 30, 30, 0.05);
  height: 100%;
}
.get-icon {
  width: 100px;
  height: 100px;
}

.contact-map {
  height: 612px;
}
.contact-map iframe{
  width: 100%;
  height: 100%;
}
.drow-line {
  padding: 46.5px 0px;
}

.drow-line span {
  background: rgba(30, 30, 30, 1);
  height: 1px;
  display: block;
}

section#counter-stats {
  display: flex;
  justify-content: center;
}
.img-blog {
  width: 288px;
}
.img-blog img {
  height: 100%;
  width: 100%;
}
.populer-blog-img {
  height: 80px;
  width: 100%;
}
.populer-blog-img img {
  height: 100%;
  width: 100%;
}
.filter-tag {
  margin-bottom: 40px;
}
.stats {
  text-align: center;
  font-weight: 700;
  border-right: 1px solid rgba(30, 30, 30, 0.5);
}
.simple-hero {
  width: 100%;
}
.lplus::after {
  content: "L+";
}
.plus::after {
  content: "+";
}
.about-banner {
  height: 600px;
}
.about-banner img {
  height: 100%;
  width: 100%;
}

.team-image {
  min-width: 393px !important;
  height: 400px;
}

.team-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.blog-detail-section{
  padding-top: 100px;
}
.blog-detail-section .container-fluid , .blog-detail-social .container-fluid{
  max-width: 1068px;
  padding: 100px 20px 0px 20px;
  width: 100%;
}
.blog-detail-social .container-fluid{
  padding-bottom: 100px;
}
.blog-detail-social{
  padding: 0 20px;
}
.video-container {
  display: flex;
  justify-content: space-around;
}
.video-wrapper {
  position: relative;
  width: 100%;
}
.down-part {
  border-top: 1px solid #02010133;
}
.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.play-button{
  display:none;
}
/* .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-color: transparent;
  border: none;
  border: 5px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.triangle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 12px 0 12px 22px;
  border-color: transparent transparent transparent white;
} */
.story-video .play-button {
  background: #fff;
}
.story-video .triangle {
  border-color: transparent transparent transparent transparent;
}
.small-video {
  height: 400px;
}
.small-video video {
  width: 100%;
  height: 100%;
}
.big-video {
  height: 500px;
  width: 100%;
}
.big-video video {
  width: 100%;
  height: 100%;
}

/*story slick slider */

.story-slider .story-item {
  list-style: none;
  position: relative;
  text-align: center;
  display: inline-block !important;
  /* width: 30%; */
  padding: 0px 10px;
}

.story-slider .story-slide {
  margin: auto;
  overflow: hidden;
  position: relative;
}

.story-slider .slick-dots {
  width: fit-content;
  text-align: center;
  margin: 30px auto 0px;
  display: flex;
  justify-content: space-between;
}

.story-slider .slick-dots li {
  font-size: 0px;
  /* float: left; */
  margin: 0 5px;
  text-align: center;
}

.story-slider .slick-dots li button {
  height: 10px;
  width: 10px;
  border-radius: 0%;
  background: #000;
  font-size: 0;
}

.story-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  padding: 10px 18px;
  border-radius: 50%;
}

.story-slider .slick-arrow.prev-arrow {
  left: 0;
}

.story-slider .slick-arrow.next-arrow {
  right: 0;
}

.story-item-title {
  background: rgba(30, 30, 30, 0.1);
}
.back-option {
  border-top: 1px solid rgba(136, 136, 136, 0.3);
  border-bottom: 1px solid rgba(136, 136, 136, 0.3);
  background: #fff;
  z-index: 99;
  position: relative;
}
.back {
  display: flex;
  align-items: center;
}
.back img {
  margin-right: 10px;
}

.responsive-hero {
  display: none;
}

.offcanvas-header .btn-close {
  opacity: 1;
}
body {
  position: relative;
  padding-right: 0 !important;
}
/* .borders {
  border-left: 1px solid #888888;
  border-right: 1px solid #888888;
  position: fixed;
  opacity: 0.2;
  height: 100vh;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 85.5%;
  z-index: -1;
}

.center-line {
  border-left: 1px solid #888888;
  border-right: 1px solid #888888;
  height: 100%;
  width: 33.3%;
  margin: auto;
} */
.offcanvas.offcanvas-start {
  width: 100%;
}

.bottom-fix {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 100%;
  z-index: 99;
}
 
.top-img img {
  height: 100%;
  width: 100%;
}
.accordion-button:not(.collapsed) {
  border: none;
  box-shadow: none;
  background: none;
}
.white-call, .white-bar{
  display: none;
}
 
.sub-pro-img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.download {
  position: relative;
  height: 100vh;
}

.down-sec {
  width: 100%;
  position: fixed;
  bottom: 0;
  background: #fff;
}
.modal-dialog{
  --bs-modal-width:876px;
}
.modal-body h5{
  font-size: 40px;
  color: #1E1E1E;
}
div#myModal{
  padding: 0;
}
.desktop{
  display: block;
}
.mobile{
  display: none;
}
.connect-us{
  border: 1px solid #1E1E1E4D !important;
}
.about-heading{
  position: inherit;
}
.thumbnail-main{
    display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px;
  cursor: pointer;
}
.slick-current .thumbnail-main {
  background: #1E1E1E1A;
}
.nav-slider-main h3{
  margin-top: 100px;
  font-size: 32px;
  font-weight: 325;
  line-height: 42px;
  text-align: left;
  margin-bottom: 60px;  
  color: #1E1E1E;
}