@font-face{
    font-family: gilroy-bold;
    src: url(../fonts/gilroy-bold.OTF);
}
@font-face{
    font-family: gilroy-light;
    src: url(../fonts/GILROY-LIGHT.OTF);
}
*{
    margin: 0 auto;
}
html{
    scroll-behavior: smooth;
}
body{
    font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6{
    font-family: gilroy-bold;
}
a {
    color: inherit;
}
.theme-btn {
    display: inline-block;
    padding: 10px 30px 11px;
    background-color: #313132;
    font-size: 15px;
    transition: .3s;
    text-decoration: none !important;
    color: #fff;
}
a:hover {
    color: inherit;
}
.theme-btn.bordered {
    border: 1px solid;
    background-color: #313132;
}
.theme-btn.bordered:hover {
    background-color: #313132;
    color: #ffffff;
}
.featured-text {
    position: absolute;
    font-weight: 900;
    font-size: 13rem;
    opacity: .08;
    line-height: 1;
    /*text-align: right;*/
    z-index: -1;
    clip-path: polygon(0 0, 0% 3%, 0% 100%, 0% 100%);
    transition: 1s;
}
/* Header Styling */
header .navbar-nav .nav-item .nav-link {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}
header .navbar-brand {
    margin: 0 auto;
    padding: 7px 20px;
}
header .navbar-nav .nav-item .nav-link:hover {
    color: #00973d;
}
header {
    background-color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 8%);
    position: sticky;
    top: 0;
    z-index: 999;
}
nav.navbar.navbar-expand-lg.navbar-light {
    padding: 11px 0;
}
.navbar-nav {
    width: 70%;
}
header > .container {
    padding: 0;
    max-width: 1200px;
}
.section-head h2 {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 20px;
}
.section-head p {
    font-size: 18px;
    font-weight: 500;
}
.realply-section {
    position: relative;
}
.section-head {
    margin-bottom: 30px;
}
/* Banner Styling */
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-button-next:after, .swiper-button-prev:after {
    content: none;
}
.swiper-button-next,
.swiper-button-prev {
    background-color: #fff;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    color: #313132;
    transition: .3s;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 10px rgb(0 0 0 / 18%);
}
.banner {
    height: calc(100vh - 80px);
}
.banner .swiper-slide {
    background-size: cover;
}
.banner .banner-content {
    color: #fff;
}
.banner .banner-content h2 {
    margin-bottom: 30px;
    font-size: 44px;
    transform: translateY(-100px);
    opacity: 0;
    transition: .5s;
    transition-delay: .8s;
    text-shadow: 0px 7px 10px #00000063;
}
/* About Us Section */
.about-us-section:before {content: '';position: absolute;top: 0;height: 100%;background: #f6f6f6;width: 100%;z-index: -1;}
.about-us-section {
    padding: 100px 0;
}
.about-us-section .featured-text {
    top: -30px;
    right: 9%;
}
/* Range of Products */
.range-products-section {
    padding: 45px 0 100px;
}
.range-products-section .featured-text {
    left: 50%;
    transform: translateX(-50%);
    top: 20%;
}
/* Interesting Section */
.interesting-facts-section {
    padding: 100px 0;
    color: #fff;
    margin-bottom: 50px;
    background-size: cover;
}
.interesting-facts-section:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 0.6);
    top: 0;
    left: 0;
}
.interesting-text p.number {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 7px;
    font-weight: 700;
}
.interesting-text {
    margin-top: 20px;
}
.interesting-facts-section .boxes:before {
    content: '';
    position: absolute;
    width: 25%;
    background-color: #f3f3f3;
    height: 100%;
    top: -140px;
    z-index: -1;
}
.boxes {
    position: absolute;
    height: 100%;
    width: 100%;
}
.interesting-facts-section:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 60%;
    background: #f3f3f3;
    top: 0;
    right: 0;
    z-index: -1;
}
.interesting-facts-section .boxes:after {
    content: '';
    position: absolute;
    width: 50%;
    background-color: #f3f3f3;
    height: calc(100% + 170px);
    top: -170px;
    z-index: -1;
    right: 0;
}
/* Gallery Section */
.gallery-section .grid-1 .gallery-grid {
    /* max-height: 460px; */
    overflow: hidden;
    /* padding: 10px; */
    padding-left: 0;
    margin-bottom: 20px;
    /*height: calc(50% - 130px);*/
    height: calc(50% - 90px);
    position: relative;
    width: 100%;
}
.gallery-section .grid-1 {
    width: 35%;
    padding: 10px;
    padding-top: 100px;
}
.gallery-section .grid-2 {
    width: 30%;
    clip-path: polygon(0 79%, 100% 79%, 100% 100%, 0 100%);
    transition: 1s;
    opacity: 0;
    padding: 10px;
}
.gallery-section {
    padding: 90px 0;
}
.gallery-section .grid-3 .gallery-grid {
    /* padding: 10px; */
    padding-right: 0;
}
.gallery-section .grid-2 .gallery-grid {
    height: calc(33% - 25px);
    overflow: hidden;
    /* padding: 10px !important; */
    margin-bottom: 20px;
    position: relative;
}
.gallery-section .grid-2 .gallery-grid.text-grid {
    /* height: calc(33% - 74px); */
    margin: 0;
    margin-bottom: 20px;
}
.gallery-section .grid-2 .gallery-grid img {
    width: 100%;
}
.gallery-section .grid-2 .gallery-grid .section-head {
    background-color: #313132;
    color: #fff;
    text-align: center;
    height: 100%;
    margin-bottom: 0;
    padding: 0 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.gallery-section .featured-text {
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
.gallery-flex{
    overflow: hidden;
}
/* Latest Trend Styling */
.latest-trend-section {
    background-color: #F3F3F3;
    padding: 60px 0;
}
.trend-grid {
    height: 210px;
    width: calc((100% / 3) - 20px);
    margin: 10px;
    background-size: 103%;
    transition: .5s;
    opacity: 0;
    transform: translateY(70px);
    background-position: center;
}
.trend-grid:hover {
    background-size: 108%;
}
/* Footer Styling */
footer {
    background-color: #313132;
    color: #fff;
    padding: 50px 0;
}
footer .footer-grid li {
    list-style: none;
    padding: 5px 0;
}
footer .footer-grid ul {
    padding: 0;
    margin-top: 20px;
}
footer .footer-grid {
    font-size: 14px;
}
footer .footer-grid ul.social-links {
    font-size: 19px;
    display: flex;
}
footer .footer-grid ul.social-links li {
    margin-left: 0;
    margin-right: 20px;
}
footer .footer-links.icons svg {
    width: 19px !important;
    height: auto;
    margin-right: 10px;
}
footer .footer-links.icons li a {
    width: calc(100% - 30px);
    display: inline-block;
}
footer .footer-links.icons li {
    display: flex;
    align-items: center;
}
/* Animation effects */
.banner .swiper-slide-active .banner-content h2 {
    transform: translateY(0);
    opacity: 1;
}
.banner .banner-content .theme-btn {
    transform: translateY(100px);
    opacity: 0;
    transition: .5s;
    transition-delay: .8s;
    text-shadow: 0px 7px 10px #00000063;
}
.banner .swiper-slide-active .banner-content .theme-btn {
    transform: translateY(0);
    opacity: 1;
}
.about-us-section img {
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
    transition: 1s;
}
.about-us-section.active img {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    transition-delay: .5s;
}
.realply-section.active .featured-text {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    transition-delay: .5s;
    transition-delay: 1.5s;
}
.realply-section .section-head h2, .realply-section .section-head p {
    transform: translateY(-50px);
    opacity: 0;
    transition: .7s;
}
.realply-section .section-head p {
    transform: translateY(-50px);
    opacity: 0;
    transition: .5s;
}
.realply-section.active .section-head p {
    transition-delay: .7s;
    transform: translateY(0px);
    opacity: 1;
}
.realply-section.active .section-head p {}
.realply-section.active .section-head h2 {
    transform: translateY(0px);
    opacity: 1;
    /* transition-delay: .5s; */
}
.realply-section .content {
    transform: translateY(-50px);
    opacity: 0;
    transition: .7s;
}
.realply-section.active .content {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: .3s;
}
.about-us-section.active .content p {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: .9s;
}
.about-us-section .content p,.about-us-section .content a {
    transform: translateY(-50px);
    opacity: 0;
    transition: .5s;
}
.about-us-section.active .content a {
    transform: translateY(0px);
    opacity: 1;
    /*transition-delay: 1s;*/
}
.swiper-container-products {
    transform: translateY(50px);
    opacity: 0;
    transition: .5s;
}
.range-products-section.active .swiper-container-products {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: 1s;
}
.interesting-facts-section .col-sm-8 {
    transform: translateY(70px);
    transition: .5s;
    opacity: 0;
}
.interesting-facts-section.active .col-sm-8 {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: .7s;
}
.col-sm-8 {}
.gallery-section .grid-1 {
    clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
    transition: 2s;
}
.gallery-section.active .grid-1 {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    transition-delay: 1s;
}
.gallery-section.active .grid-2 {
    clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
    transition-delay: 1s;
    opacity: 1;
}
.gallery-section.active .grid-2 .gallery-grid.text-grid h2 {
    transition-delay: 1.8s;
}
.gallery-section.active .grid-2 .gallery-grid.text-grid p {
    transition-delay: 2s;
}
.gallery-section.active .grid-2 .gallery-grid.text-grid a {
    /* transition-delay: 2.2s; */
}
.latest-trend-section.active .trend-grid {
    opacity: 1;
    /*transition-delay: .7s;*/
    transform: translateY(0px);
}
.latest-trend-section .content {
    transition: .5s;
    transform: translateY(70px);
    opacity: 0;
}
.latest-trend-section.active .content {
    transition-delay: .5s;
    transform: translateY(0px);
    opacity: 1;
}
.range-products-section .swiper-slide:hover:after {
    transform: scale(1);
}
.range-products-section .swiper-slide:after, .gallery-section .gallery-grid:before {
    content: '';
    background-color: rgb(0 0 0 / 36%);
    height: calc(100% - 10px);
    width: calc(100% - 10px);
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0);
    transition: .5s;
}
.range-products-section .swiper-slide:after{
    width: calc(100% - 0px);
    height: calc(100% - 0px);
}
.inspiration-grids-section .gallery-section .gallery-grid:before {
    height: calc(100% - 15px);
}
.range-products-section .swiper-slide:hover .product-info{
    transform: translateY(0px);
    opacity: 1;
}
.product-info {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    color: #fff;
    transition: .5s;
    transform: translateY(-70px);
    opacity: 0;
    z-index: 1;
}
.gallery-section .gallery-grid:hover:before {
    transform: scale(0);
}
.gallery-section .gallery-grid:hover .product-info {
    transform: translateY(0px);
    opacity: 0;
}
.gallery-section .gallery-grid img{
    transition: .5s;
}
.gallery-section .gallery-grid:hover img{
    transform: scale(1.05);
}
.gallery-section .grid-3 .gallery-grid:before {
    left: initial;
    right: 0;
}
.gallery-section .grid-2 .gallery-grid:before {
    width: calc(100% - 20px);
    left: 10px;
}
.gallery-section .gallery-grid:before {
    top: 10px;
}
.gallery-section .grid-2 .gallery-grid.text-grid::before {
    content: none;
}
.transition{
    position: absolute;
    top: -10%;
    left: 0%;
    width: 100%;
    height: 0%;
    background: #80ffd3;
    z-index:-1;
}
/* theme-btn  */
.theme-btn{
    /* top: 40px; */
    /*margin: 0 10px;*/
    display: inline-block;
    text-decoration:none;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    cursor: hand;
    text-align: center;
    text-transform: capitalize;
    border-radius:0px;
    position: relative;
    overflow: hidden!important;
    transition: all .3s ease-in-out;
    background: #ffffff;
    z-index: 1;
}
.theme-btn:hover{
    color: #000 !important;
    transition-delay: 0s !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 10px #0000001c;
}
.theme-btn::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: #313132;
    position: absolute;
    left: 0%;
    opacity: 1;
    top: 0;
    z-index: -12;
    transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
  } 
.theme-btn::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: #3eb189;
    position: absolute;
    left: 0%;
    opacity: 0;
    top: 0;
    z-index: -15;
    transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
}
.theme-btn:hover::before, .theme-btn:hover::before{
	opacity:1;
	transform: translateX(101%);
}
.theme-btn:hover::after, .theme-btn:hover::after{
	opacity:1;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-101%);
}
.theme-btn.bordered:hover {
    background-color: #fff;
    border: 1px solid transparent;
    /* transition-delay: 0s !important; */
}
.realply-section.main-banner.active {
    position: relative;
}
.realply-section.main-banner.active::after {content: '';background-color: #000;position: absolute;top: 0;left: 0;width: 100%;height: 100%;opacity: .3;}
.realply-section.main-banner .container {
    z-index: 1;
}
/* Collection Page */
.main-banner {
    padding: 110px 0;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.main-banner .container {
    text-align: center;
}
.breadcrumbs {
    display: flex;
    justify-content: center;
    font-size: 14px;
    text-transform: uppercase;
}
.breadcrumbs li {
    list-style: none;
    margin: 4px 10px;
    position: relative;
    transition: .7s;
}
.breadcrumbs li a {
    display: inline-block;
    /* background-color: #313132; */
    /* padding: 4px 15px 3px 10px; */
    /* padding: 4px 10px; */
    transition: .3s;
    font-weight: 500;
    text-shadow: 0px 0px 7px rgb(0 0 0 / 78%);
    position: relative;
}
.breadcrumbs li.left a {
    /* clip-path: polygon(0.5% 0%, 100% 0, 100% 100%, 0 100%, 8.5% 50%); */
    /* padding: 4px 10px 3px 15px; */
}
.breadcrumbs li:before {content: '';/* position: absolute; *//* top: -1px; *//* left: -2px; *//* background-color: #fff; *//* height: calc(100% + 2px); *//* width: calc(100% + 3px); *//* z-index: 0; */}
.main-banner-head h1 {
    font-size: 54px;
    text-shadow: 0px 0px 7px rgb(0 0 0 / 78%);
    margin-bottom: 10px;
    transform: translateY(-70px);
    opacity: 0;
    transition: .5s;
}
.breadcrumbs li.right a {
    /* clip-path: polygon(87.2% 0, 100% 50%, 87.2% 100%, 0 100%, 0 0); */
}
.breadcrumbs li.right:before {
    /* clip-path: polygon(86.5% 0, 100% 50%, 86.5% 100%, 0 100%, 0 0); */
    /* left: -1px; */
}
.breadcrumbs li.left:before {
    /* clip-path: polygon(0.2% 0%, 100% 0, 100% 100%, 0 100%, 8.5% 50%); */
}
.breadcrumbs li.right:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f105";
    position: relative;
    right: -11px;
}
.breadcrumbs li a:before {content: '';position: absolute;top: 100%;left: 0;background-color: #fff;height: 2px;width: 100%;transition: .3s;transform: scale(0);}
.breadcrumbs li:hover a:before {
    transform: scale(1);
}
.company-profile-sec::after {
    content: '';
    background-color: #E4E4E4;
    position: absolute;
    width: 50%;
    height: 90%;
    top: 0;
    z-index: 0;
    right: 0;
}
.company-profile-img {
    position: relative;
    padding: 0px 0 0 10px;
    z-index: 1;
}
.company-profile-sec:before {
    content: none;
}
.company-profile-sec:before {
    top: 15%;
    left: 0;
}
.company-profile-sec {
    padding: 60px 0 100px 100px;
    background-color: #f6f6f6;
}
.company-profile-text {
    padding-right: 100px;
}
.breadcrumbs li:hover a {
    /* background-color: #fff; */
    /* color: #313132; */
    text-decoration: none;
}
.breadcrumbs li:hover {
    filter: drop-shadow(0px 0px 12px #0000006b);
}
.catalog-grid {
    background-color: #313132;
    color: #fff;
    text-align: center;
    box-shadow: 0 0 10px rgb(0 0 0 / 21%);
}
.catalog-img {
    height: 340px;
    overflow: hidden;
    background-color: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.catalog-img img {
    max-height: 100%;
}
.catalog-category {
    padding: 15px;
}
.catalog-grid .catalog-book {
    margin-top: -170px;
}
.catalog-grid .cta-btn {
    padding: 40px 0;
}
.catalog-grid .catalog-book img {
    max-width: 40%;
}
.nav-tabs {
    display: flex;
    justify-content: center;
    width: fit-content;
    border: 1px solid #C5C5C5;
    margin: 0 auto;
    /* border-radius: 5px; */
    margin-bottom: 50px;
}
.range-products-section .nav-tabs {
    max-width: 50%;
}
.nav-tabs .nav-link.active {
    background-color: #E4E4E4 !important;
}
.nav-tabs .nav-item {
    margin: 0;
    border: none !important;
    width: 50%;
}
.nav-tabs .nav-link {
    padding: 17px 0;
    text-align: center;
    border: none !important;
    border-radius: 0;
    height: 100%;
}
.nav-tabs .nav-link .tab-img {
    max-width: 50%;
}
/* Career Form */
.career-form {
    display: flex;
    flex-wrap: wrap;
    transform: translateY(100px);
    opacity: 0;
    transition: .5s;
}
.join-us-section.active .career-form {
    transform: none;
    opacity: 1;
}
.career-form .form-group {
    width: 25%;
    padding: 0 6px;
    margin-left: 0;
}
.career-form .form-group label {
    font-size: 13px;
    text-transform: capitalize;
    color: #8B8B8B;
    margin-bottom: 6px;
    font-weight: 300;
    transition: .3s;
}
.career-form .form-group .form-control {
    font-size: 14px;
}
.form-group .columns-3 .form-control {
    width: 31.33%;
    padding: 5px;
}
.form-group .columns-2 .form-control {
    width: 48%;
    padding: 7px;
}
.form-group .columns-3, .form-group .columns-2 {
    justify-content: space-between;
}
.career-form .form-group input[type="file"] {
    height: auto;
}
.career-form .form-group .form-control:focus {
    box-shadow: none;
    border-color: #4d4d4d;
}
form .theme-btn {
    padding: 15px 80px 16px;
}
.career-contact-section {
    background-color: #F3F3F3;
    padding: 85px 0 100px;
    text-align: center;
}
.join-us-section {
    padding: 100px 0;
}
.contact-detail-img {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.contact-detail-grid > div:last-child {
    font-size: 24px;
    max-width: 40%;
    display: flex;
}
.contact-detail-grid h4 {
    margin-bottom: 15px;
}
.send-message-contact {
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    background-color: #fff;
    margin-top: -14rem;
    z-index: 99;
    position: relative;
    transition: 1.5s;
    clip-path: polygon(110% 0%, 110% 0%, 110% 110%, 110% 110%);
}
.send-message-contact.active {
    clip-path: polygon(-10% 0, 110% 0%, 110% 110%, 0% 110%);
    transition-delay: .3s;
}
.send-message-contact .contact-form {
    padding: 30px;
}
.main-banner.contact-banner-section {
    height: 75vh;
    padding: 60px 0 !important;
    align-items: initial;
}
.contact-page-form .form-control {
    border: none;
    border-bottom: 1px solid rgb(112 112 112 / 38%);
    border-radius: 0;
    padding-left: 0;
    box-shadow: none !important;
}
.contact-page-form label {
    font-size: 13px;
    color: #BCBCBC;
    margin-bottom: 0;
}
.contact-details-dark {
    background-color: #313132;
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 20px;
}
.contact-details-dark svg path {
    fill : #fff;
}
.contact-form .section-head h2 {
    color: #4D4D4D;
}
.address-section {
    padding: 60px 0;
}
.address-section img {
    margin-bottom: 15px;
}
.address-section h4 {
    margin-bottom: 20px;
}
.contact-detail-img svg {
    /* height: 60%; */
    width: auto;
    margin-left: 0;
}
.contact-details-dark .contact-detail-grid {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}
svg.stroke-white path {
    fill: none;
    -webkit-text-stroke-color: #fff !important;
    stroke: #f5f3f2;
    stroke-width: 2px;
}
.main-banner.active .main-banner-head h1 {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: .5s;
}
.main-banner.active .breadcrumbs li.right, .main-banner.active .breadcrumbs li.left {
    transition-delay: 1s;
    transform: translateX(0px);
    opacity: 1;
}
.main-banner .breadcrumbs li.right {
    transform: translateX(-40px);
    opacity: 0;
}
.main-banner .breadcrumbs li.left {
    transform: translateX(40px);
    opacity: 0;
}
.address-grid {
    transform: translateY(-50px);
    opacity: 0;
    transition: .7s;
}
.address-section.active .address-grid {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: .3s;
}
.map-section.active {
    transform: translateY(0px);
    opacity: 1;
    /* transition-delay: .3s; */
}
.map-section {
    transform: translateY(-70px);
    opacity: 0;
    transition: .7s;
}
.join-us-section .form {
    transform: translateY(70px);
    transition: .7s;
    opacity: 0;
}
.join-us-section.active .form {
    transform: translateY(0px);
    transition-delay: .7s;
    opacity: 1;
}
.product-listing-tabs .nav-tabs {
    display: none;
    /* width: 100%;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    border: none;
    margin-bottom: 0;
    position: sticky;
    top: 79px;
    z-index: 999;
    background: #fff; */
}
.product-listing-tabs .nav-tabs .nav-item {
    width: 100%;
}
.product-listing-tabs .nav-tabs .nav-item .nav-link {
    border: none !important;
    border-right: 1px solid #707070 !important;
    padding: 22px 0;
    font-size: 15px;
}
.product-listing-tabs .nav-tabs .nav-item:nth-child(3) .nav-link {
    width: calc(100% + 2px);
}
.product-listing-tabs .nav-tabs .nav-item:nth-child(4) .nav-link {
    width: calc(100% - 2px);
}
.product.right .col-sm-6:first-child {
    order: 1;
}
.products-listing-section .tab-content .product {
    min-height: 90vh;
}
.products-listing-section .tab-content .product .col-sm-6 {
    padding: 0;
}
.product .product-content {
    padding: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background-color: #E6D6CB;
}
.product .product-content h2 {
    color: #4D4D4D;
}
.product .product-content .short-description h2 {
    font-size: 44px;
    font-weight: 600;
    margin-bottom: 40px;
}
.product .product-content .short-description p {
    margin-bottom: 40px;
}
.product .product-image {
    height: 100%;
    width: 100%;
    background-size: cover;
}
.product-listing-tabs .nav-tabs .nav-item .nav-link.active {
    color: #fff;
    background-color: #313132 !important;
}
.product-listing-tabs .nav-tabs .nav-item:last-child .nav-link {
    border-right: none !important;
}
.theme-btn.transparent:before {
    background-color: transparent !important;
}
.product .product-content .theme-btn.transparent {
    background: transparent !important;
    color: #313132 !important;
    border: 1px solid #313132;
}
.product .product-content .theme-btn.transparent:hover {
    background-color: #fff !important;
    border-color: #fff;
}
.product .product-content .theme-btn.bordered {
    border-color: #313132;
}
.product .product-content .theme-btn.bordered:hover {
    border-color: #fff;
}
.product .product-content .theme-btn {
    /*margin-right: 15px;*/
    padding: 10px 40px;
}
.products-listing-section.active {
    transform: translateY(0px);
    opacity: 1;
}
.products-listing-section {
    transform: translateY(90px);
    opacity: 0;
    transition: .7s;
}
.contact-details-dark .contact-detail-grid .contact-detail-img {
    width: 25%;
    margin: 0;
}
.contact-details-dark .contact-detail-grid .contact-detail-text {
    width: 75% !important;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    max-width: initial;
    font-size: 16px;
}
.contact-details-dark .contact-detail-grid .contact-detail-text h4 {
    width: 100%;
    font-size: 21px;
    margin-bottom: 8px;
}
.contact-details-dark .contact-detail-grid .contact-detail-text>.d-flex a {
    margin: 0;
    width: 40px !important;
    font-size: 21px;
}
.contact-details-dark .contact-detail-grid .contact-detail-text p {
    width: 100%;
}
.send-message-contact .section-head h2 {
    font-size: 32px;
}
.products-listing-section .tab-content .tab-pane {
    display: block;
}
.product-listing-tabs .nav-tabs .nav-item .nav-link img {
    max-height: 40px;
    margin-right: 7px;
}
.product-listing-tabs .nav-tabs .nav-item .nav-link.active img {
    filter: invert(1);
}
.about-right-img {
    text-align: right;
    position: relative;
    display: inline-block;
    margin-right: 0;
    max-width: 75%;
}
.about-left-img {
    max-width: 180px;
    position: relative;
    margin-left: 0;
    margin-top: -70px;
    left: 30px;
    /* min-width: 30%; */
}
.about-right-img.right {
    max-width: 85%;
}
.about-right-img.right::after {
    right: initial;
    left: -50px;
    bottom: -45px;
}
.about-right-img img, 
.about-left-img img {
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
    transition: 1s;
}
.company-overview-section.active .about-right-img img {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    transition-delay: .5s;
}
.company-overview-section.active .about-left-img img{
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    transition-delay: 1s;
}
.about-left-img:before {content: '';position: absolute;top: -100%;left: 40px;width: 100%;height: 150%;background-color: #F1F1F1;z-index: -1;}
.about-right-img:after {content: '';position: absolute;height: 100%;width: 80%;right: -60px;bottom: -60px;background-color: #F1F1F1;z-index: -1;}
.company-overview-section {
    padding: 60px 0 90px;
}
.mvv {
    min-height: 500px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    color: #fff;
    background-size: cover;
    padding: 60px;
}
.down-anim {
    clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
    transition: 1s;
}
.realply-section.active .down-anim {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    transition-delay: .3s;
}
.up-anim {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    transition: 1s;
}
.realply-section.active .up-anim {
    clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
    transition-delay: .5s;
}
.mvv .mvv-content {
    position: relative;
    z-index: 1;
}
.mvv:before {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #000;opacity: .4;transition: .5s;}
.mvv .mvv-content img {
    max-width: 70px;
    margin-bottom: 20px;
    transition: .5s;
}
.mvv:hover .mvv-content img {
    transform: scale(1.1);
}
.mvv:hover:before {
    opacity: .6;
}
.mvv .mvv-content h2 {
    margin-bottom: 15px;
}
.mvv .mvv-content p {
    font-size: 15px;
}
.mvv-section {
    padding: 0px 0 60px;
    background-color: #f3f3f3;
}
.categories-section {
    padding: 60px 0 80px;
}
.categories-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    text-align: center;
    font-weight: 500;
    margin: 0 auto;
    padding: 0;
}
.categories-list img {
    max-width: 70%;
}
.categories-section .category-grid:hover img {
    transform: scale(1.05);
}
.categories-section .category-grid img {
    transition: .3s;
    transform-origin: center bottom;
}
.map-svg svg {
    width: 100%;
}
.map-svg svg path:hover {
    fill: #7d7d7d;
}
.map-svg svg path[fill="#4d301c"]:hover {
    fill: #313132;
}
.map-svg svg path[fill="#4d301c"] {
    transition: .5s;
}
.about-map-section {
    background: #F3F3F3;
    padding: 30px 0;
}
.categories-list.awards {
    /* align-items: flex-end; */
    /* color: #fff; */
    font-weight: 400;
    transform: translateY(70px);
    opacity: 0;
    transition: .7s;
}
.awards-section.active .categories-list.awards {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: .7s;
}
.categories-list.awards .category-grid {
    width: 17%;
}
.categories-list.awards .category-grid.big {
    width: 30%;
}
.categories-list.awards .category-grid.big img {
    max-width: 100% !important;
    width: 40%;
}
.categories-list.awards .category-grid img{
    max-width: 70%;
    width: 35%
}
.categories-list.awards .category-grid .img {
    height: 130px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 15px;
}
.awards-section {
    padding: 60px 0;
    color: #fff;
}
.awards-section:before {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: #000;opacity: .8;}
.awards-section>div {
    position: relative;
}
.stamp {
    position: absolute;
    right: -35%;
    height: 120%;
}
.certification-section {
    padding: 60px 0 80px;
    overflow: hidden;
}
.join-about-section {
    padding: 60px 0;
    background-color: #f3f3f3;
}
.join-about-section .section-head {
    /* max-width: 50%; */
}
.join-about-section .theme-btn {
    padding: 14px 60px 15px;
}
.timeline {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 100px 0;
    position: relative;
}
.timeline::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 7px;
    transform: translate(-50%,-50%);
    background-color: #cfcfcf;
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
    /* transition: 5s; */
}
.timeline-block {
    width: calc(100% / 6);
    position: relative;
    transform: scale(0);
    transition: .7s;
}
.timeline-block .year {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #313132;
    color: #fff;
    border-radius: 50%;
    position: relative;
    border: 7px solid #CFCFCF;
    font-size: 24px;
    transition: .3s;
    backface-visibility: hidden;
}
.timeline-block .year-content {
    position: absolute;
    top: calc(100% + 15px);
    font-size: 15px;
}
.timeline-block.up .year-content {
    top: initial;
    bottom: calc(100% + 15px);
    padding: 0 30px;
}
.timeline-section {
    background-color: #F3F3F3;
    padding: 74px 0;
}
.timeline-section.active .timeline::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    transition: 3.5s;
}
.timeline-section.active .timeline .timeline-block:nth-child(2) {
    transition-delay: .2s;
}
.timeline-section.active .timeline .timeline-block:nth-child(3) {
    transition-delay: .5s;
}
.timeline-section.active .timeline .timeline-block:nth-child(4) {
    transition-delay: 1s;
}
.timeline-section.active .timeline .timeline-block:nth-child(5) {
    transition-delay: 1.7s;
}
.timeline-block .year:hover {
    transform: scale(.95);
}
.timeline-section.active .timeline .timeline-block:nth-child(6) {
    transition-delay: 2.5s;
}
.timeline-section.active .timeline .timeline-block {
    transform: scale(1);
}
/* Brands Page */
.brands-info-section {
    text-align: center;
    padding: 60px 0;
}
.brand-column {
    background-size: 100% 100%;
    height: 100%;
    min-height: 70vh;
    background-position: center;
    transition: .7s;
    overflow: hidden;
}
.brands-column-section {
    padding-bottom: 100px;
}
.brand-column-text {
    width: 50%;
    margin-left: 0;
    background-color: rgb(255 255 255 / 80%);
    padding: 65px 35px 100px 50px;
    transition: .7s;
    transform: translateX(-100%);
    height: 100%;
}
.brand-img {
    background-color: #fff;
    display: inline-block;
    padding: 10px 30px;
    box-shadow: 0 0 10px #00000014;
    margin-bottom: 30px;
}
.brand-img img {
    height: 40px;
    transform: scale(.95);
    transition: .5s;
    backface-visibility: hidden;
}
.brand-content p {
    line-height: 2.2;
    margin-bottom: 30px;
}
.brand-column:hover {
    background-size: 105% 105%;
}
.brand-column:hover .brand-img img {
    transform: scale(1);
}
.brand-column:hover .brand-column-text {
    background-color: rgb(255 255 255 / 90%);
}
.brands-column-section.active .brand-column-text {
    transform: translateX(0%);
}
/*Manufacturing Page*/
.manufacturing-info-text {
    /* margin-top: 40px; */
}
.manufacturing-info-text .content p {
    line-height: 2;
}
.manufacturing-info-section.production-section {
    padding: 100px 0;
    background-position: bottom;
}
.manufacturing-info-section {
    padding: 20px 0 0;
}
.manufacturing-info-img {
    transition: .7s;
    transform: translateY(100px);
    opacity: 0;
}
.manufacturing-info-section.active .manufacturing-info-img {
    transform: translateY(0);
    transition-delay: .7s;
    opacity: 1;
}
.manufacturing-info-section.active  .manufacturing-info-text .content {
    transform: translateY(0);
    transition-delay: .3s;
    opacity: 1;
}
.manufacturing-info-section .manufacturing-info-text .content {
    transition: .7s;
    transform: translateY(70px);
    opacity: 0;
}
.inspiration-grids-section .gallery-section .grid-1 {
    width: 37.5%;
    padding-top: 0;
}
.inspiration-grids-section .gallery-section .grid-2 {
    width: 25%;
}
.inspiration-grids-section .gallery-section .grid-2 .gallery-grid:first-child {
    height: 45%;
}
.inspiration-grids-section .gallery-section .grid-2 .gallery-grid:last-child {
    height: calc(34% - 3px);
}
.inspiration-grids-section .gallery-section .grid-2 .gallery-grid img {
    height: 100%;
    width: auto;
    max-width: initial;
}
.inspiration-grids-section .gallery-section .grid-2 .gallery-grid::before {
    width: calc(100%);
    left: 0;
    top: 0;
}
.inspiration-grids-section .gallery-section .grid-2 .gallery-grid .product-info {
    width: 100%;
}
.inspiration-grids-section .gallery-section .grid-2 .gallery-grid {
    margin: 10px 10px 20px 10px !important;
    padding: 0 !important;
}
.inspiration-grids-section .nav-tabs {
    border: none;
    width: 100%;
}
.inspiration-grids-section .nav-tabs .nav-item {
    width: 11%;
    margin: 0 10px;
}
.inspiration-grids-section .nav-tabs .nav-item a {
    padding: 15px;
    width: 100%;
    background-color: #E4E4E4 !important;
}
.inspiration-grids-section .nav-tabs .nav-item a.active {
    background-color: #313132 !important;
    color: #fff;
}
.inspiration-grids-section .gallery-section {
    padding-top: 0;
}
.inspiration-grids-section {
    padding-top: 65px;
}
.veneers-info-section {
    padding: 60px 0;
    background-size: cover;
}
.veneers-info-text {
    background-color: rgb(225 225 225 / 0.81);
    padding: 30px 40px;
}
.veneers-grid .button a.transparent {
    border: 2px solid #313132;
    color: #313132;
}
.veneers-grid .button a.transparent:hover {
    border-color: transparent;
}
.veneers-grid .button {
    margin: 10px 0 20px;
    display: flex;
    justify-content: space-between;
}
.veneers-grid .button a {
    width: calc(50% - 10px);
    margin: initial;
}
/* .veneers-section .nav-tabs .nav-item {
    width: 16%;
} */
.veneers-section {
    /* padding-bottom: 100px; */
}
.veneers-section .tab-content {
    background: #F3F3F3;
    padding: 60px 0;
}
.veneers-grid {
    margin-bottom: 50px;
}
/* Product Detail */
.product .show {
    width: calc(100% - 85px);
     height: 400px; 
    order: 2;
    margin-right: 0;
}
.product #show-img {
    width: 400px;
    height: 400px;
}
.product .small-img {
    width: 70px;
    height: 100%;
    /* margin-top: 10px; */
    position: relative;
    /* left: 25px; */
    order: 1;
    margin-left: 0;
}
.product .small-img .icon-left,
.product .small-img .icon-right {
    width: 12px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.product .small-img .icon-left {
    transform: rotate(180deg);
}
.product .small-img .icon-right {
    right: 0;
}
.product .small-img .icon-left:hover,
.product .small-img .icon-right:hover {
    opacity: 0.5;
}
.product .small-container {
    /* width: 100%; */
    /* height: 100%; */
    /* overflow: hidden; */
    /* position: absolute; */
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
}
.product .small-container div {
    /* width: 800%; */
    position: relative;
}
.product .small-container .show-small-img {
    width: 70px;
    height: 70px;
    margin-bottom: 6px;
    cursor: pointer;
    /* float: left; */
}
.product .small-container .show-small-img:last-of-type {
    margin-right: 0;
}
.product-detail-page{
    background-color: #F3F3F3;
}
.product.product-image {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 7px;
    transition: .7s;
    /* transform: translateY(80px); */
    opacity: 0;
}
.product-detail table td {
    vertical-align: middle;
    font-size: 14px;
    color: #313131;
}
.product .show > div:last-child{
    z-index: 99;
    height: 400px !important;
    width: 500px !important;
}
.product-name {
    font-family: gilroy-light;
    margin-bottom: 10px;
}
.product-detail {
    padding-left: 100px;
    transform: translateY(80px);
    opacity: 0;
    transition: .7s;
    position: relative;
    z-index: 0;
}
.product-detail .button a {
    width: calc(50% - 10px);
    margin: initial;
}
.product-detail .button {
    display: flex;
    justify-content: space-between;
}
.product-detail .button a.transparent {
    border: 2px solid #313132;
    color: #313132;
}
.product-detail .button a.transparent:hover {
    border-color: transparent;
}
.product-section{
    padding: 100px 0;
}
.product-section.active .product.product-image {
    /* transform: translateY(0px); */
    opacity: 1;
}
.product-section.active .product-detail {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: .7s;
}
.veneers-info-section.active .content {
    transform: translateY(0);
    opacity: 1;
    transition-delay: .7s;
}
.veneers-info-section .content {
    transform: translateY(70px);
    transition: .7s;
    opacity: 0;
}
/* Marquee CSS */
/* Marquee CSS */
logo-slider {
    --image-size: 150px;
    /*border: 1px solid #575757;*/
    padding: 25px 0 30px;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
}
logo-slider:hover div {
    animation-play-state: paused;
}
logo-slider div {
    display: flex;
    position: relative;
    animation: marquee 25s linear infinite;
    justify-content: space-around;
}
logo-slider img {
    display: block;
    min-width: var(--image-size);
    height: var(--image-size);
    margin: 0 1vw;
    filter: grayscale(1);
}
logo-slider:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to right, white, rgba(255, 255, 255, 0) 80px, rgba(255, 255, 255, 0) calc(100% - 80px), white);
}
@media (max-width: 900px) {
    logo-slider {
        --image-size: 50px;
        --image-size: min(max(50px, 10vw), 100px);
    }
}
@keyframes marquee {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}
.chairman-section {
    padding-top: 70px;
    background-color: #f3f3f3;
}
.chairman-section .about-right-img {
    max-width: 90%;
    z-index: 1;
    box-shadow: 0 0 0px rgb(0 0 0 / 11%);
    transition: .3s;
}
.chairman-section .about-right-img::after {
    bottom: -30px;
    right: -40px;
    background: #e4e4e4;
}
.chairman-section.active .about-right-img {
    box-shadow: 0 0 20px rgb(0 0 0 / 11%);
    transition-delay: 1.5s;
}
.chairman-section .featured-text {
    z-index: 1;
    font-size: 9rem;
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
    line-height: initial;
}
.product-subcategory-grid {
    position: relative;
    text-align: center;
    color: #fff;
    padding: 40px;
    min-height: 550px;
    background-size: 110%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    background-position: center;
    transition: .7s;
    box-shadow: 0px 0px 7px rgb(0 0 0 / 20%);
}
.product-subcategory-grid::after {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: #000;opacity: .3;transition: 1s;}
.product-subcategory-grid .inner-grid-content {
    position: relative;
    z-index: 1;
}
.subcategory-listing-section {
    padding: 60px 0;
/*     transform: translateY(90px); */
/*     opacity: 0; */
    transition: .7s;
}
.product-subcategory-grid:hover {
    background-size: 120%;
    box-shadow: 0px 8px 10px rgb(0 0 0 / 25%);
}
.product-subcategory-grid:hover::after {
    opacity: .6;
}
.product-subcategory-grid .inner-grid-content h2, .product-subcategory-grid .inner-grid-content p, .product-subcategory-grid .inner-grid-content a {
    transform: translateY(100px);
    transition: .5s;
    margin-bottom: 30px;
    position: relative;
}
.product-subcategory-grid:hover .inner-grid-content p {transition-delay: .4s;transform: translateY(0);opacity: 1;}
.product-subcategory-grid:hover .inner-grid-content a {
    transition-delay: .6s;
    transform: translateY(0);
    opacity: 1;
}
.product-subcategory-grid .inner-grid-content p, .product-subcategory-grid .inner-grid-content a {
    opacity: 0;
}
.product-subcategory-grid:hover .inner-grid-content h2 {
    transform: translateY(0);
}
.subcategory-listing-section.active {
/*     transform: translateY(0px); */
/*     opacity: 1; */
}
.product-subcategory-grid .inner-grid-content h2::after {content: '';position: absolute;bottom: -10px;background-color: #fff;height: 4px;width: 50px;left: 50%;transform: translateX(-50%);transition: .7s;}
.product-subcategory-grid:hover .inner-grid-content h2::after {
    width: 100%;
}
.product-subcategory-grid .inner-grid-content h2 {
    display: inline-block;
    margin-bottom: 45px;
}
.product-display-slider {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    z-index: 1000;
     padding: 7%; 
    transform: translate(-50%, -50%);
    /*display: none;*/
    opacity: 0;
}
.product-display-slider .swiper-slide img {
    max-width: 100%;
}
.product-display-slider .swiper-slide img {
    max-height: 100%;
    box-shadow: 0 0 40px #00000029;
}
.product-display-slider {
    background: transparent;
}
.product-display-slider .swiper-slide {
    background: initial;
}
.background-overlay {
    position: fixed;
    height: 100vh;
    width: 100vw;
    background: #fff;
    z-index: 999;
    top: 0;
    left: 0;
    opacity: .7;
    display: none;
}
.close {
    font-size: 30px;
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 1;
    z-index: 999;
}
.subcategory-product-name{
    font-size: 22px;
    margin-bottom: 12px;
    margin-top: 13px;
    font-family: gilroy-light;
}
.form-control:focus{
    border-color: #313132;
}
#enquireModal .modal-header {
    border: none;
}
.form-group.active .form-control{
    border-color: #313132;
}
.form-group.active label {
    color: #313132;
}
.subsubcategory-section .image-content img {
    max-height: 420px;
    transition: .3s;
}
.subsubcategory-section {
    padding: 80px 0;
}
.subsubcategory-section .container {
    position: relative;
    z-index: 1;
}
.subsubcategory-section .featured-text {
    font-size: 6rem;
    /* transform: translateX(-50%); */
    top: -100px;
    left: 0;
    line-height: 1.1;
}
.image-content {
    position: relative;
    display: inline-block;
    z-index: 1;
}
.subsubcategory-section .image-content:hover img {
    transform: translate(-3px, -3px);
}
.subsubcategory-section .image-content::before {content: '';position: absolute;width: 100%;height: 100%;background: #313132;right: -12px;bottom: -12px;transition: .3s;z-index: -1;}
.subsubcategory-section .image-content:hover::before {
    right: -15px;
    bottom: -15px;
}
.plywood-grid {
    margin-bottom: 30px;
    padding: 15px;
}
.inspiration-page-section .gallery-grid {
    position: relative;
    max-height: 420px;
    margin-bottom: 30px;
    overflow: hidden;
}
.inspiration-page-section .gallery-grid::before {
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
}
.inspiration-page-section .gallery-grid img {
    min-width: 100%;
}
.editor-content p, .editor-content span {
    font-size: inherit !important;
    font-family: inherit !important;
    color: inherit !important;
    background-color: inherit !important;
}
.editor-content {
    /*margin-top: 50px;*/
}
a.product-cover-link {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}
.inspiration-grids-section .gallery-section > .d-flex > div{
    margin: 0;
}
.range-products-section .swiper-slide {
    max-height: 390px;
    overflow: hidden;
}
.interesting-img {
    width: 77px;
    margin-bottom: 35px;
}
.interesting-img img {
    max-width: 100%;
}