/* @font-face {
    font-family: Aspekta-300;
    src: url(../font/Aspekta-300.ttf);
}

@font-face {
    font-family: Aspekta-400;
    src: url(../font/Aspekta-400.ttf);
}

@font-face {
    font-family: Aspekta-500;
    src: url(../font/Aspekta-500.ttf);
}

@font-face {
    font-family: Aspekta-600;
    src: url(../font/Aspekta-600.ttf);
}

@font-face {
    font-family: Aspekta-700;
    src: url(../font/Aspekta-700.ttf);
}

@font-face {
    font-family: Alphabet;
    src: url(../font/Alfphabet-IV.ttf);
}*/
@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: Outfit-Regular;
    src: url(../font/Outfit-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: Outfit-Medium;
    src: url(../font/Outfit-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: Outfit-SemiBold;
    src: url(../font/Outfit-SemiBold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: Outfit-Bold;
    src: url(../font/Outfit-Bold.ttf);
    font-weight: 700;
}


:root {
    --alt-font: 'Urbanist', sans-serif;
}

.Urbanist-font {
    font-family: 'Urbanist', sans-serif;
}

.Outfit-font {
    font-family: 'Outfit-Regular', sans-serif;
}


.font-small {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
}

.font-medium {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
}

.font-large {
    font-size: 35px;
    line-height: 45px;
    font-weight: 400;
}

.font-extra-large {
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
}

* {
    padding: 0;
    margin: 0;
}

body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: 'Outfit-Regular', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Aspekta-500', sans-serif;
}

.subheader {
    height: 80px;
    width: 100%;
    background: black;
    position: fixed;
    z-index: 99999;
    justify-content: space-between;
}

#headclr {
    background-color: black;
}

.subheader button {
    background-color: white;
    z-index: 999;
    position: relative;
    border: none;
    top: 0;
    padding: 6.5px 9px;
    z-index: 1;
}

.subheader button i {
    background-color: white;
    padding: 0px 5px;
    font-size: 30px;
}

.side-menu {
    position: fixed;
    top: 0;
    left: -340px;
    width: 300px;
    height: 100%;
    background-color: rgb(0, 0, 0, 1);
    transition: left 0.5s ease;
    overflow-y: scroll;
}

.side-menu::-webkit-scrollbar {
    width: 0px;
}

.side-menu.open {
    left: 0;
}

.link {
    display: flex;
    flex-direction: column;
    padding-top: 80px;
    list-style: none;
}

.link li {
    height: 40px;
    border-bottom: 1px solid #afafaf;
    display: flex;
    align-items: center;
    margin: 0px 15px;
}

h5,
h6 {
    width: 100%;
    text-decoration: none;
    color: white;
    font-weight: lighter;
}

a {
    text-decoration: none !important;
}

.link a {
    color: white;
    font-size: 18px;
    font-family: 'Urbanist', sans-serif;
    font-weight: 500;
    /* width: 100%; */
    /* text-decoration: none; */
    /* font-weight: lighter; */
    /* padding: 7px 3px; */
    /* font-weight: 500; */
    /* font-size: 16px; */
}

.side-menu ul {
    padding: 20px;
}

.side-menu ul li:hover {
    background-color: #555;
}

.info {
    width: 95%;
    justify-content: space-between;
}

.logo {
    max-width: 200px;
    /* background: black; */
    position: fixed;
    left: 58px;
    top: 0;
    padding: 25px 18px;
    z-index: 99;
}

.links {
    height: 50px;
    display: inline;
    align-items: center;
    padding: 0px 60px 0px 0px;
    display: flex;
    list-style: none;
    margin: 0px;
}



.link a:hover {
    color: #fff;
}

.links a {
    font-size: 16px;
    color: white;
    line-height: 50px;
    letter-spacing: 1px;
    font-family: 'Urbanist', sans-serif;
}

.links a:hover {
    color: #fff;
}

.links i {
    font-size: 13px;
    font-weight: bolder;
}

#carouselExampleFade {
    width: 100%;
}

/*.carousel-inner {*/
/*    width: 100%;*/
/*}*/

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100vh !important;
}

.carousel-item img {
    z-index: -1;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.txt {
    width: 50%;
    transform: translate(-50%, -50%);
    top: 40%;
    left: 50%;
}

.txt h1 {
    font-size: 75px;
    z-index: 1;
    font-weight: lighter;
}

.txt h5 {
    z-index: 1;
}

.side-link {
    width: 250px;
    height: 65px;
    border-left: 2px solid white;
    z-index: 1;
    position: absolute;
    right: 0px;
    bottom: 220px;
    background: rgba(0, 0, 0, 0.8);
    padding: 2px 15px;
}

.side-link a {
    text-decoration: none;
    color: white;
    letter-spacing: 3px;
    font-weight: bolder;
    font-size: 18px;
    cursor: pointer;
}

.side-link h6 {
    font-size: 14px;
    font-weight: lighter;
}

#sub-header {
    background-color: black;
}

.child-link {
    width: 19%;
    height: 50px;
    position: absolute;
    left: 40%;
    top: 0px;
}

.child-link a {
    line-height: 46px;
}

.part-2 {
    width: 100%;
    height: auto;
    color: white;
    background-color: rgb(0, 0, 0, 0.9);
}

.coll-link {
    height: 50px;
    background-color: white;
}

.child-box {
    /* height: 750px; */
    background-image: linear-gradient(rgb(0, 0, 0, 0.5));
    overflow: hidden;
    padding: 0px;
}

.child-box img {
    object-fit: cover;
    transition: 2s;
    width: 100%;
    height: 100%;
}

.child-box:hover {
    filter: grayscale(0);
}

.child-box img:hover {
    transform: scale(1.1);
}

#child-box-col {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.text {
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50% !important;
}

/* 
.text h4 {
    letter-spacing: 4px;
} */

.text h6 {
    letter-spacing: 2px;
}

#text-border {
    width: 150px;
    height: 150px;
    border: 1px solid white;
    display: flex;
    align-items: end;
    padding: 11px 17px;
}

#fs {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* .box1 {
    height: 375px;
    overflow: hidden;
    display: flex;
}

.box1 .col-lg-12 {
    height: 375px;
    overflow: hidden;
    display: flex;
}

.box1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

#shadow {
    font-size: 55px;
    text-shadow: 2px 5px 10px lightgray;
}

/* 
.slider-img {
    width: 80%;
} */
/* 
.swiper {
    width: 80%;
    padding: 0px;
} */

.swiper-slide {
    text-align: left;
    font-size: 18px;
    /* width: 1540px !important; */
    /* margin-right: 0px !important;     */
}

.swiper-horizontal {
    padding-bottom: 45px !important;
}

/* .swiper-slide img {
    display: block;
    object-fit: cover;
} */


.txts {
    background-color: white;
    color: black;
}

.txts p {
    font-size: 18px;
    line-height: 28px;
}

footer {
    background-color: black;
}

.ftr {
    width: 70%;
    margin-left: 15%;
}

.ftrlink {
    margin-top: 2%;
    font-size: 12px;
    list-style: none;

}

.ftrlink li a {
    font-size: 18px;
    line-height: 110%;
    color: white;
    text-decoration: none;
    padding-right: 30px;
    display: block;
}

#mainhead {
    height: 54px;
}

#child-box {
    width: 80%;
    height: 550px;
}

#coll-link {
    border: 1px solid red;
}

#child-box-1 {
    width: 100%;
}

.text {
    top: 40%;
}

.text h1 {
    font-size: 70px;
    letter-spacing: 5px;
    font-weight: lighter;
}

#cont {
    height: 500px;
}

.cont {
    background-color: rgb(10, 10, 10);
    height: 500px;
}

.cont-text h1 {
    font-weight: lighter;
    letter-spacing: 3px;
}

.cont-text h2 {
    font-size: 70px;
    font-weight: lighter;
}

.cont button {
    border: 1px solid gray;
    color: gray;
    background-color: transparent;
}

#main-box {
    height: auto;
    background-color: black;
}

#head {
    height: 300px;
}

#inner-box {
    height: auto;
    justify-content: space-evenly;
    align-items: center;
    border: 1px solid gray;
    background-color: black;
}

#inner-box .box {
    height: 360px;
    width: 360px;
    margin-top: 2%;
}

.inner-img {
    height: 280px;
}

.inner-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.inner-text {
    height: 80px;
    text-align: center;
}

.inner-text h5 {
    font-size: 13px;
    width: 100%;
    color: black;
}

.inner-text h6 {
    color: black;
}

.photo {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
}

/* BOOKMATCH BLISS  */
.header-img {
    width: 100%;
    height: 898px;
    position: relative;
    z-index: -1;
}

.header-img {
    object-fit: cover;
}

#head-img-txt {
    text-align: center;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

#head-img-txt h1 {
    margin: 60px 0px;
    font-size: 70px;
    color: white;
}

.header-img button {
    padding: 12px 30px;
    border: none;
}

.count-head {
    position: absolute;
    bottom: 60px;
}

.count {
    color: white;
    text-align: center;
    padding: 25px 0px;
    justify-content: space-evenly;
}

.paragrph {
    height: 450px;
}

.paragrph .row {
    height: 450px;
    text-align: center;
}

.paragrph .row div {
    height: 450px;
    padding: 75px 191px;
    font-size: 18px;
    font-family: cursive;
}

.section-3 {
    width: 100%;
    height: 650px;
    border: 1px solid black;
}

.section-3 .row div {
    height: 650px;
    width: 50%;
}

.section-3 .row div img {
    object-fit: cover;
}

.sec-3-text {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.sec-3-text h1 {
    font-size: 55px;
    color: white;
}

.section-4 {
    height: 450px;
    border: 1px solid black;
    position: relative;
}

.section-4 .row {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.section-4 .row h1 {
    padding: 40px, 0px;
}

.extra-menu {
    background-color: white;
    padding: 20px 0px;
}

.extra-menu::-webkit-scrollbar {
    scrollbar-width: thin;
}

.extra-menu a:hover {
    color: black !important;
}

.extra-menu a {
    word-spacing: -1px;
}

.img-background-overlay {
    content: '';
    background-color: black;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
}

.child-box:hover .img-background-overlay {
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.h-50vh {
    height: 50vh;
}

.h-50half-vh {
    height: 51.35vh;
}

.h-50half-vh-2 {
    height: 51.95vh;
}

.word-spacing-minus-5px {
    word-spacing: -5px;
}

.btn-swiper {
    padding: 10px 20px !important;
    font-size: 16px !important;
    line-height: 22px !important;
    border-radius: 10px !important;
    border: 1px solid black !important;
    border-radius: 0px !important;
}

.btn-swiper:hover {
    border: 1px solid;
    color: #000;
    background-color: #e7e6e6;
}

.swiper-pagination-bullet-active {
    background-color: #555 !important;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.bi-list::before {
    color: black !important;
}

.footer-text {
    font-size: 18px;
    max-width: 50%;
    margin: auto;
}

footer .ftrlink {
    margin-bottom: 50px;
}

.mx-w-25 {
    max-width: 25% !important;
}

.main-footer {
    position: relative;
    font-size: 16px;
    border-top: 1px solid #fff6;
    top: 150px;
}

.main-footer ul,
.main-footer ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-footer .upper-section {
    position: relative;
    background: #010101;
    padding: 100px 0 50px;
}

.main-footer h5 {
    /* font-family: 'SuisseIntl_Medium', sans-serif; */
    text-transform: capitalize;
    margin-bottom: 15px;
    font-weight: 400;
    color: #ffffff;
}

.main-footer .upper-section .footer-column {
    position: relative;
    margin-bottom: 10px;
}

.main-footer .info-col {
    padding-right: 0px;
}

.main-footer .info {
    position: relative;
    margin-bottom: 20px;
}

.main-footer .info li {
    position: relative;
    display: block;
    font-weight: 400;
    color: #ffffff;
    line-height: 24px;
    margin-bottom: 5px;
}

.main-footer .info li:last-child {
    margin-bottom: 0;
}

.main-footer .info li a {
    position: relative;
    display: inline-block;
    color: #ffffff;
}

.main-footer .info li a:hover {
    text-decoration: underline;
}

.main-footer .links {
    position: relative;
    margin-bottom: 40px;
}

.main-footer .links li {
    position: relative;
    display: block;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.main-footer .links li:last-child {
    margin-bottom: 0;
}

.main-footer .links li a {
    position: relative;
    color: #ffffff;
}

.main-footer .links li a:hover {
    text-decoration: underline;
}

.main-footer .social-links {
    position: relative;
    padding-top: 10px;
    margin-left: -7px;
}

.main-footer .social-links li {
    position: relative;
    float: left;
    margin-right: 25px;
}

.main-footer .social-links li:last-child {
    margin-right: 0;
}

.main-footer .social-links li a {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 40px;
}

.main-footer .social-links li .icon img {
    max-height: 60px;
    -ms-filter: invert(100%);
    -moz-filter: invert(100%);
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.main-footer .social-links li a:hover {
    color: #f6a21c;
    opacity: 0.70;
}

.main-footer .f-bottom {
    position: relative;
    font-size: 20px;
}

.main-footer .f-bottom .inner {
    position: relative;
    text-align: center;
    padding: 20px 0 20px;
}

.main-footer .f-bottom .copyright {
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

.main-footer .copyright a {
    position: relative;
    color: #fff;
}

.main-footer .copyright a:hover {
    text-decoration: underline;
}

.f-bottom.border-top {
    border-top: 1px solid #dddddd1c !important;
}

/* parallax-header */
.parallax-header {
    min-height: 90vh;
    position: relative;
    background: black;
    padding: 10px 0;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.parallax-paragraph {
    color: #fff;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.parallax-height {
    min-height: 28vh !important;
}

.philo-card {
    border: 1px solid #ffffff;
    padding: 40px 20px;
}

.philo-card img {
    height: 100px;
    padding: 10px 0px;
    color: #fff;
}

.philo-card-main {
    justify-content: space-around;
    padding-top: 40px;
}

.left-0px {
    left: 0px !important;
}

.left-66px {
    left: 66.33% !important;
}

.export-img {
    height: 450px;
}

.export-contain {
    display: flex;
    align-items: center;
}

.export-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media (min-width:1025px) {
    .map img {
        padding: 10px 100px;
        width: 100%;
    }
}

.all-heading h2 {
    font-size: 44px;
    text-align: center;
    padding: 70px 0px 35px 0px;
}

.catalogues-col {
    /* height: 250px; */
    width: 100%;
    padding: 10px;
    position: relative;
}

.catalogues-col img {
    /* height: 100%; */
    width: 100%;
    object-fit: cover;
}

.catalogues {
    padding: 80px 0px;
}

.catalogues-down a {
    border: 1px solid #111;
    padding: 7px 20px;
    min-width: 150px;
    text-align: center;
    display: block;
    /* position: absolute;
    bottom: 10px;
    right: 16px;
    background-color: black;
    padding: 10px 20px; */
}

.catalogues-down a {
    color: #000;
    text-decoration: none;
}

.catalogues-down a:hover {
    color: #000000;
    text-decoration: none;
}

#gallery {
    padding: 40px 0px;
}

@media screen and (min-width: 991px) {
    #gallery {
        padding: 60px 0px 60px 0px;
    }
}

.img-wrapper {
    position: relative;
    margin-top: 30px;
}

.img-wrapper img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.img-overlay i {
    color: #fff;
    font-size: 3em;
}

#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;
}

@media screen and (min-width: 768px) {
    #overlay img {
        width: 60%;
    }
}

@media screen and (min-width: 1200px) {
    #overlay img {
        width: 50%;
    }
}

#nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

#nextButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #nextButton {
        font-size: 3em;
    }
}

#prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

#prevButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #prevButton {
        font-size: 3em;
    }
}

#exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
}

#exitButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #exitButton {
        font-size: 3em;
    }
}

/* .footer-widget{
    text-align: start;
} */

iframe {
    margin-bottom: -5px;
}




































@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");

/* RESET RULES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
:root {
    --white: #afafaf;
    --red: #e31b23;
    --bodyColor: #292a2b;
    --borderFormEls: hsl(0, 0%, 10%);
    --bgFormEls: hsl(0, 0%, 14%);
    --bgFormElsFocus: hsl(0, 0%, 29%);
}

.my-form label {
    cursor: pointer;
}

.my-form select {
    appearance: none;
}

/* Remove native arrow on IE */
.my-form select::-ms-expand {
    display: none;
}

/*Remove dotted outline from selected option on Firefox*/
/*https://stackoverflow.com/questions/3773430/remove-outline-from-select-box-in-ff/18853002#18853002*/
/*We use !important to override the color set for the select on line 99*/
.my-form select:-moz-focusring {
    color: transparent !important;
    text-shadow: 0 0 0 var(--white);
}

.my-form textarea {
    resize: none;
}

.my-form ul {
    list-style: none;
}




/* FORM ELEMENTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.my-form {
    /* background-color: #292a2b; */
    padding: 100px;
}

.my-form h1 {
    margin-bottom: 1.5rem;
    color: #fff;
}

.my-form li,
.my-form .grid>*:not(:last-child) {
    margin-bottom: 1.5rem;
}

.my-form select,
.my-form input,
.my-form textarea,
.my-form button {
    width: 100%;
    line-height: 1.5;
    padding: 15px 10px;
    border: none;
    border-bottom: 1px solid #000000;
    /* border: 1px solid var(--borderFormEls); */
    color: var(--white);
    /* background: var(--bgFormEls); */
    transition: background-color 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25),
        transform 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25);
}

.my-form textarea {
    height: 80px;
}

.my-form ::placeholder {
    color: inherit;
    /*Fix opacity issue on Firefox*/
    opacity: 1;
}

.my-form select:focus,
.my-form input:focus,
.my-form textarea:focus,
.my-form button:enabled:hover,
.my-form button:focus,
.my-form input[type="checkbox"]:focus+label {
    /* background: var(--bgFormElsFocus); */
}

.my-form select:focus,
.my-form input:focus,
.my-form textarea:focus {
    /* transform: scale(1.02); */
}

.my-form *:required,
.my-form select {
    background-repeat: no-repeat;
    background-position: center right 12px;
    background-size: 15px 15px;
}

.my-form *:required {
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/162656/asterisk.svg);
}

.my-form select {
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/162656/down.svg);
}

.my-form *:disabled {
    cursor: default;
    /* filter: blur(2px); */
}


/* FORM BTNS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.my-form .required-msg {
    display: none;
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/162656/asterisk.svg) no-repeat center left / 15px 15px;
    padding-left: 20px;
    color: #000000;
}

.my-form .btn-grid {
    position: relative;
    overflow: hidden;
    /* transition: filter 0.2s; */
}

.my-form button {
    font-weight: bold;
}

.my-form button>* {
    display: inline-block;
    width: 100%;
    transition: transform 0.4s ease-in-out;
}

.my-form button .back {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-110%, -50%);
}

.my-form button:enabled:hover .back,
.my-form button:focus .back {
    transform: translate(-50%, -50%);
}

.my-form button:enabled:hover .front,
.my-form button:focus .front {
    transform: translateX(110%);
}


/* CUSTOM CHECKBOX
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.my-form input[type="checkbox"] {
    position: absolute;
    left: -9999px;
}

.my-form input[type="checkbox"]+label {
    position: relative;
    display: inline-block;
    color: #000;
    padding-left: 28px;
    transition: background 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25);
}

.my-form input[type="checkbox"]+label::before,
.my-form input[type="checkbox"]+label::after {
    content: '';
    position: absolute;
}

.my-form input[type="checkbox"]+label::before {
    left: 0;
    top: 6px;
    width: 18px;
    height: 18px;
    border: 2px solid var(--white);
}

.my-form input[type="checkbox"]:checked+label::before {
    background: #fff;
}

.my-form input[type="checkbox"]:checked+label::after {
    left: 6px;
    top: 7px;
    width: 6px;
    height: 12px;
    border-bottom: 2px solid #020202;
    border-right: 2px solid #000;
    transform: rotate(45deg);
}



/* MQ
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (min-width: 600px) {
    .my-form .grid {
        display: grid;
        grid-gap: 1.5rem;
    }

    .my-form .grid-2 {
        grid-template-columns: 1fr 1fr;
    }

    .my-form .grid-3 {
        grid-template-columns: auto auto auto;
        align-items: center;
    }

    .my-form .grid>*:not(:last-child) {
        margin-bottom: 0;
    }

    .my-form .required-msg {
        display: block;
    }
}

@media screen and (min-width: 541px) {
    .my-form input[type="checkbox"]+label::before {
        top: 50%;
        transform: translateY(-50%);
    }

    .my-form input[type="checkbox"]:checked+label::after {
        top: 3px;
    }
}

/* .about-main {
    height: 450px;
} */

/* .about-main-img {
    height: 450px;
} */

/* .about-main img {
    object-fit: contain;
    height: 100%;
} */

.section-margin {
    margin: 100px 0px;
}

.font-size-20px {
    font-size: 20px;
}

.font-size-18px {
    font-size: 18px;
    line-height: 26px;
}

.about-heading h1 {
    font-size: 45px;
    line-height: 55px;
    margin-top: 0px;
    margin-bottom: 30px;
}

.about-philosophy {
    text-align: center;
    padding: 30px;
}

.about-philosophy img {
    height: 60px;
}

.strength-img {
    background-image: url(../img/view/FONTANA-ONYX-GREY.jpg);
    color: #ffffff;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-menu a {
    color: #ffffff;
}

.banner-menu a:hover {
    color: #ffffff;
    text-decoration: none;
}

.banner-menu {
    text-align: center;
    font-size: 18px;
}

.font-size-55px {
    font-size: 55px;
}

.font-size-40px {
    font-size: 40px;
}

.font-weight-100 {
    font-weight: 100 !important;
}

.font-weight-200 {
    font-weight: 200 !important;
}

.font-weight-300 {
    font-weight: 300 !important;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.color-black {
    color: #111;
}

.color-hover-gray:hover {
    color: #d3d3d3;
}

.color-white {
    color: #fff !important;
}

.margin-50px-top {
    margin-top: 50px !important;
}

.margin-30px-top {
    margin-top: 30px !important;
}

.margin-30px-bottom {
    margin-bottom: 30px !important;
}

input,
input::placeholder,
textarea,
textarea::placeholder {
    font-family: 'Urbanist', sans-serif;
}

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

.table-main {
    overflow: hidden;
    overflow-x: auto;
    margin-bottom: 100px;
}

tr {
    font-family: 'Outfit-Regular', sans-serif !important;
    height: 50px;
    border: 1px solid #afafaf;
}

th {
    font-family: 'Outfit-Regular', sans-serif !important;
    text-align: center !important;
}

td,
tr,
th {
    border-left: 1px solid #afafaf;
    border-right: 1px solid #afafaf;
}

.dropmenu {
    display: none;
}

.dropmenu-main:hover .dropmenu {
    display: block !important;
    position: absolute;
    background: black;
    padding: 0px 15px;
    /*right: 50px;*/
    list-style: none;
}

.product-dropmenu {
    display: none;
}


.subheader button {
    display: none !important;
}

@media screen and (max-width: 991px) {
    .subheader button {
        display: block !important;
    }

    .logo {
        padding: 13px 21px;
    }
}

.dropmenu-mobile {
    list-style: none;
    padding-left: 40px !important;
    padding-top: 0px !important;
}

.product-size img {
    width: 100%;
}
.sixtwelvw {
    display: grid;
    grid-template-columns: repeat(4,1fr) ;
    gap: 15px;
    margin-bottom: -0px !important;
}
.sixty-twenty{
    display: grid;
    grid-template-columns: repeat(4,1fr) ;
    gap: 15px;
    margin-bottom: -0px !important;
}
.cards-list {
    /* z-index: -10; */
    width: 100%;
    /* display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap; */
    margin-bottom: -160px !important;
    position: relative;
}
.sixtwelvw.card-tiles .card_image img {
    width: inherit;
    height: inherit;
    object-fit: contain;
}

.sixtwelvw .card-tiles {
    /* margin: 30px auto; */
    width: 100%;
    /* height: 250px; */
    height: auto;
    border-radius: 40px;
    cursor: pointer;
    transition: 0.4s;
}
.sixtwelvw .card_image {
    width: inherit;
    height: inherit;
    border-radius: 40px;
    margin-top: 10px !important;
}
.card_image_ img{
    width:100%;
}

.card-tiles .card_image .fix-height img{
    height: 300px !important;
    object-fit: cover !important;
width: 100%;
}
.card {
    margin: 30px auto;
    width: 300px;
    height: 300px;
    border-radius: 40px;
    cursor: pointer;
    transition: 0.4s;
}
.card-tiles_:hover {
    transform: scale(0.9, 0.9);
    transition: 0.4s;
}
.card-tiles_ {
    transition: 0.4s;
}
.product_txt_ {
    margin-top: 20px;
    font-size: 22px;
    text-align: center;
    font-family: Outfit-Regular;
}
.card .card_image {
    width: inherit;
    height: inherit;
    border-radius: 40px;
}

.card .card_image img {
    width: inherit;
    height: inherit;
    /* border-radius: 40px; */
    object-fit: cover;
}

.card .card_title {
    text-align: center;
    border-radius: 0px 0px 40px 40px;
    font-family: Outfit-Regular;
    font-weight: bold;
    font-size: 22px;
    margin-top: 10px;
}

.card:hover {
    transform: scale(0.9, 0.9);
    /* box-shadow: 5px 5px 30px 15px rgba(0, 0, 0, 0.25),
        -5px -5px 30px 15px rgba(0, 0, 0, 0.22); */
}

.title-white {
    color: white;
}

.title-black {
    color: black;
}

@media all and (max-width: 500px) {
    .card-list {
        /* On small screens, we are no longer using row direction but column */
        flex-direction: column;
    }
}

.side-bar {
    /* background-color: #141414; */
    /* color: #fff; */
    /* height: 100%;
    position: sticky !important;
    top: 100px !important;
    margin-top: 30px; */
}

.side-bar h1 {
    border-bottom: 1px solid #101010;
    text-align: start;
    height: 50px;
    padding: 0px 20px;
}

.side-bar h4 {
    /* margin-top: 30px;
    margin-bottom: 20px;
    height: 30px;
    border-bottom: 1px solid #00000040;
    text-align: start;
    padding: 0px 20px; */
    border: 1px solid #00000040;
    text-align: center;
    padding: 15px 0px;
}

.side-bar h4 a {
    text-align: center;
    color: #292929;
    font-family: Outfit-Regular;

}

.no-border {
    border: none !important;
}

.product-sidebar {
    position: relative;
        position: sticky;
}

.card-tiles {
    /* margin: 30px auto; */
    width: 100%;
    /*height: 250px;*/
    height: auto;
    border-radius: 40px;
    cursor: pointer;
    transition: 0.4s;
}

.card-tiles .card_image {
    width: inherit;
    height: inherit;
    border-radius: 40px;
    /* margin-top: 81px; */
    display:flex;
}

.card-tiles .card_image img {
    width: inherit;
    height: inherit;
    object-fit: contain;
}

.card-tiles .card_title {
    text-align: center;
    border-radius: 0px 0px 40px 40px;
    font-family: Outfit-Regular;
    font-size: 18px;
    margin-top: -45px;
}

.card-tiles:hover {
    transform: scale(0.95, 0.95);
}

.modal-content .column {
    display: none;
}

/* The Modal (background) */
.modal {
    display: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: red;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
    height: 90%;
    max-height: 600px;
    display: flex;
    border-radius: 5px;
}

/* The Close Button */
.close {
    font-size: 25px;
    font-weight: bold;
    color: lightgray;
    position: absolute;
    top: 10px;
    right: 10px;
    height: 20px;
    width: 50px;
    opacity: 1 !important;
}

.close img {
    height: 100%;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
    
    justify-content: center;
    align-items: center;
    height: 100%;
    /* width: 66.666667%; */
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.cursor {
    cursor: pointer
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 40px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    background: transparent;
    user-select: none;
    -webkit-user-select: none;
}

#info {
    margin-top: 50px;
    font-size: 12px;
    text-align: left;
}

/* Position the "next button" to the right */
.next {
    right: 0%;
    border-radius: 3px 0 0 3px;
    right: -100px;
}

.prev {
    left: -100px;
}

/* On hover, add a black background color with a little bit see-through */
.prev a:hover,
.next a:hover {
    /* background-color: rgba(0, 0, 0, 0.8); */
    color: #fff !important;
}

/* Number text (1/3 etc) */
.numbertext {
    color: rgb(255, 255, 255);
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    bottom: 5px;
    left: 0;
}

img {
    margin-bottom: -4px;
}

#caption {
    margin-top: 50px;
    font-size: 20px;
}

.caption-container {
    text-align: center;
    background-color: white;
    padding: 2px 16px;
    color: black;
    height: 100%;
    width: 33.333333%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.btn-close {
    position: absolute;
}

.sub-heading {
    height: 20px !important;
    display: flex;
}

.sub-heading .number {
    width: 20px;
}

.number img {
    height: 100%;
}

.list-none {
    list-style: none;
}

.text-shado-white {
    text-shadow: 0px 0px 5px white;
}

.padding-0-30px {
    padding:0px 8px 0 0
}

.short-description {
    font-family: Outfit-Medium;
}

.product-tiles {
    display: flex;
    justify-content: center;
}

.product_txt {
    margin-top: 66px;
}

@media screen and (max-width: 991px) {
    .side-bar {
        position: relative !important;
    }

    .modal-content1 {
        min-width: 85%;
    }
}

.openModalBtn,
.dsn-button.dsn-button-long {
    padding: 10px 15px;
    color: #111;
    border: 1px solid #0b0b0b;
    font-size: 16px;
    cursor: pointer;
    line-height: 22px;
    background-color: white;
    width: 100%;
}

.openModalBtn:hover,
.dsn-button.dsn-button-long:hover,
.dsn-button.dsn-button-long:hover .text-button {
    background-color: #111 !important;
    color: #fff !important;
}


.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    color: #000;

}

.modal-content1 {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 25px;
    border-radius: 0px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    color: #000;
    max-width: 600px;
    text-align: left;
}

.modal-content1 h5 {
    color: #000;
    letter-spacing: 0.2px;
}

.close {
    position: absolute;
    top: 50px;
    right: -40px;
    font-size: 20px;
    cursor: pointer;
    background: #d5d5d5;
    border-radius: 25px;
    width: 25px;
    height: 25px;
    line-height: 23px;
    text-align: center;
}

.catalogue_form {
    padding: 15px 0px 0px;
}

.catalogue_form input::placeholder {
    color: gray;
}

.catalogue_form input {
    padding: 15px;
    width: 100%;
}

.catalogue_form button {
    padding: 15px 20px !important;
    /*margin-top: 25px;*/
    border: 1px solid black;
    cursor: pointer;
}

.catalogue_form button span {
    color: #000 !important;
}

input:hover,
input:focus,
input:focus-visible,
textarea:hover,
textarea:focus,
textarea:active,
textarea:focus-visible {
    outline: none;
}

.table-main1 tr td,
.table-main1 tr th {
    padding: 10px 20px !important;
}

.whatapp-icon a {
    height: 50px;
    position: fixed;
    bottom: 30px;
    z-index: 100;
    right: 30px;
}

.whatapp-icon a img {
    height: 100%;
}

.tiles_shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

  .modal-body h1 {
        font-weight: 900;
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    filter: drop-shadow(2px 4px 2px black);
    font-family: 'Urbanist';
    }

    .modal-body a.pre-order-btn {
    color: #ffffff;
    background-color: #000000;
    border-radius: 10px 0 10px;
    padding: 10px 15px;
    display: block;
    margin: 2em auto;
    width: max-content;
    font-size: 20px;
    font-weight: 6600;
    font-family: 'Urbanist';
    transition: all .5s ease-in-out;
}

    .modal-body a.pre-order-btn:hover {
        background-color:#fff;
        text-decoration: none;
        color: #000;
        transition: all .5s ease-in-out;
        
    }
    .modal-dialog {
    width: 600px;
    /*margin: 130px auto !important*/
    ;
 
}
.modal-body p {
    margin: 39px 0 10px;
    font-size: 16px;
     color: #fff;
    filter: drop-shadow(2px 1px 2px black);
    font-family: 'Urbanist';
}
.modal {
    position: fixed;
    top: 79px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
 .modal-dialog {
        position: absolute;
        top: 25%;
        /*left: 50%;*/
        transform: translate(-50%, -50%);
        max-width: 80% !important; /* Adjust the width of the modal */
    }
    .modal-content {
    position: relative;
    background-color: red;
    margin: auto;
    padding: 0;
    width: 100%;
    /*max-width: 1200px;*/
    height: 90%;
    max-height: 900px !important;
    display: flex;
    border-radius: 5px;
    background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://zinithsurfaces.com/assets/img/DESERT%20CAM%20CP01%20(Medium).jpg');
    background-position: center;
    background-size: cover;
}
.modal-header .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
    border-radius: 25px;
    width: 25px;
    height: 25px;
    line-height: 23px;
    text-align: center;
    color: #ffffff;
}
.modal-footer{
    border: none !important;
}
.modal-header{
    border-bottom: none !important;
}
.sixtyteen-four{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap:15px;
}
.card-tiles .fix-height {
    width: inherit;
    height: 250px;
    border-radius: 40px;
    margin-top: 81px;
}
.card-tiles .fix-height img {
    width: inherit;
    height: inherit;
    object-fit: cover;
}
.fix-h{
    height: 230px;
}
.varient{
    display: flex;
    gap: 15px;
}
.gray{
    height: 50px;
    width:50px;
    border-radius: 5px;
}
.varient span{
    text-align: center;
}
.grid-layout {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    z-index: 999 !important;
    position: relative;
    background-color: #fff;
}

 #data-output-products .card_image img {
        width: 100%;
    }

    #data-output-products {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 25px;
    }

    .grid-layout {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 10px;
        padding-bottom: 50px;
    }

    .size600x600,
    .size800x800 {
        height: 289px !important;
        object-fit: cover !important;
    }

    .size300x600 {
        height:160px !important;
        object-fit: cover !important;
    }

    .size600x1200 {
            height: 475px !important;
    object-fit: cover !important;
    width: 85% !important;
    margin: auto;
    }

      .size800x1600 {
        height: 500px !important;
        object-fit: cover !important;
    }

      .s600x600 {
        height: 245px !important;
        object-fit: cover !important;
        width: 245px !important;
    }

    
    .s800x800 {
        height: 289px !important;
        object-fit: cover !important;
        width: 250px !important;

    }

    .s300x600 {
        height:150px !important;
        object-fit: cover !important;
        width: 250px !important;
        box-shadow: 0px;
    }

    .s600x1200 {
            height: 450px !important;
    object-fit: cover !important;
    width: 100% !important;
    margin: auto;
    }

    .s800x1600 {
    width: 250px !important;
    height: 500px !important;
    object-fit: cover !important;
}

    
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #230000 !important;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    /* line-height: 1.42857143; */
    vertical-align: middle !important;
    border-top: 1px solid #ddd;
}
.footer-det{
    color: #fff;
    text-align: center;
    padding: 50px 0;
    font-family: 'Outfit-Regular', sans-serif;
}
.grid-footer{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 15px;
}
.footer-column h2{
    color: #fff;
    font-family: 'Outfit-Regular', sans-serif;
    font-weight: 600;
}
.social-icons{
    display: flex;
    margin: auto;
}
.footer-logo{
    width: 250px;
}
.ftrlink li a i{
    font-size: 30px;
}