@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}


/***** Font Files *****/

@font-face {
    font-family: 'PlayfairDisplay';
    src: url(../fonts/PlayfairDisplay.ttf);
}


@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

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

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

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

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

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

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.btn10 {
    border: 1px solid #a30000!important;
    text-align: center;
    position: relative;
    overflow: hidden!important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #a30000!important;
    z-index: 10;
    display: inline-block;
    color: #fff;
    padding: 20px 20px;
    border-radius: 10px;
    font-size: 17px;
    font-family: Poppins;
    font-weight: 400
}

.btn10:hover {
    border: 1px solid #a30000!important;
    color: #fff!important
}

.btn10::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #a30000;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    transition: all .7s cubic-bezier(.77, 0, .175, 1);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000!important
}

.btn10::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #fff;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2, .95, .57, .99);
    -moz-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    -o-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    transition: all .4s cubic-bezier(.2, .95, .57, .99);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000!important
}

.btn10:hover::before,
.btn1O:hover::before {
    opacity: 1;
    width: 116%
}

.btn10:hover::after,
.btn1O:hover::after {
    opacity: 1;
    width: 120%
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'PlayfairDisplay';
    font-size: 56px;
    line-height: 62px;
    color: #463929;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 55px;
    line-height: 60px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 30px;
    line-height: 34px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 24px;
    line-height: 29px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 20px;
    line-height: 25px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 18px;
    line-height: 23px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

p {
    color: #41ACCA;
    font-size: 50px;
    line-height: 60px;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}

/*Coming Soon */

.header-logo {
    text-align: center;
    padding-top: 30px;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
}

section.comingsoon-sec .container-fluid {
    padding: 0;
}

section.comingsoon-sec {
    height: 100vh;
    background: #fdfbf2;
}

.comingsoon-slider .slick-slide {
    margin: 0;
}

section.comingsoon-sec .row .col-lg-6 {
    padding: 0;
}

.comingsoon-slider img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    opacity: 0.1;
}

.comingsoon-slider {background-color: #473b2c;margin-bottom: 0 !important;}

.comingsoon-txt {
    display: grid;
    align-items: center;
    justify-content: center;
    align-content: center;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.comingsoon-txt::after {
    content: '';
    position: absolute;
    background-image: url(../images/logo-after.png);
    width: 288px;
    height: 308px;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -70px;
    right: -50px;
    opacity: 0.1;
    z-index: 0;
}
.social-media {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}

.slick-dots {
    bottom: 45px;
}

.slick-dots li button:before {
    width: 30px;
    content: '';
    background: #ffffff;
    height: 2px;
}

.slick-dots li button {
    width: 20px;
    height: 20px;
}

.slick-dots li {
    width: 30px;
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #ffffff;
    top: -13px;
}


.comingsoon-txt input {
    border: 0;
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid #443727;
    background: #fdfbf2;
    font-size: 12px;
    font-family: 'PlayfairDisplay';
    font-weight: 600;
    margin: 0 0 50px;
}

.comingsoon-btn {
    text-align: center;
    margin: 0 auto 0;
}

.comingsoon-txt form .row .col-lg-6 {
    padding: 10px;
}

.btn1 {
    font-size: 16px;
    color: #473b2c;
    font-family: 'PlayfairDisplay';
    padding: 0 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background: transparent;
    position: relative;
    z-index: 1;
    border: navajowhite;
}

.btn1:after {
    content: '';
    position: absolute;
    border: 1px solid #473b2c;
    width: 100%;
    height: 50px;
    left: 0;
    top: 0;
    z-index: -2;
    background: #fdfbf2;
}

.social-media ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    gap: 20px;
    position:relative;
    z-index:999;
}


.social-media ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #55493a;
    border-radius: 50%;
    color: #55493a;
}

.social-media ul li a:hover {
    background: #463929;
    color: #fff;
}

.btn1:before {
    position: absolute;
    bottom: -3px;
    left: -3px;
    width: 100%;
    z-index: -3;
    height: 100%;
    border: 1px solid #55493a;
    content: '';
    transition: 0.3s ease-in-out;
}

.btn1:hover::before {
    left: 0;
    bottom: 0;
    transition: 0.3s ease-in-out;
}

.btn1:hover::after {
    background: #463929;
}

.btn1:hover {
    color: #fff;
}
/*Modal*/

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
}

.modal-content {
  background: #463929;
  margin: 10% auto;
  padding: 30px 40px 70px;
  border-radius: 12px;
  width: 80%;
  max-width: 570px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  animation: slideIn 0.3s ease-out;
  overflow: hidden;
}

.modal-content h2 {
  color: #ffffff;
  margin-bottom: 10px;
  font-family: 'PlayfairDisplay';
  font-size: 60px;
  line-height: 70px;
}

.modal-content p {
  color: #ffffff;
  font-size: 16px;
  /*font-family: 'Poppins';*/
  line-height: 30px;
}

.close-btn {
  position: absolute;
  right: 25px;
  top: 20px;
  font-size: 28px;
  font-weight: bold;
  color: #aaa;
  cursor: pointer;
}

.close-btn:hover {
  color: #000;
}

@keyframes slideIn {
  from {transform: translateY(-50px); opacity: 0;}
  to {transform: translateY(0); opacity: 1;}
}

/*Modal*/

.modal-content:before {
    content: '';
    position: absolute;
    background-image: url(../images/logo-after.png);
    width: 12%;
    height: 18%;
    bottom: -10px;
    right: -25px;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    z-index: 1;
    opacity: 0.2;
    filter: invert(1) brightness(10.5);
    overflow: hidden;
}

.modal-content img {
    width: 25%;
    margin: 0 auto 20px;
    object-fit: cover;
    filter: invert(1) brightness(20.5);
}

.form-get-quote input:-webkit-autofill {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-text-fill-color: #000 !important; /* Text color ko bhi set karna hota hai */
  transition: background-color 5000s ease-in-out 0s;
}
@media only screen and (min-width: 1366px) and (max-width: 1920px){}

@media only screen and (min-width: 1200px) and (max-width: 1365px){}

@media only screen and (min-width: 992px) and (max-width: 1199px){
.comingsoon-txt::after {
    width: 180px;
    height: 220px;
}

}

@media only screen and (min-width: 768px) and (max-width: 991px){
.comingsoon-txt::after {
    width: 180px;
    height: 220px;
}

}

/*@media only screen and (min-width: 520px) and (max-width: 767px){}*/

@media only screen and (min-width: 300px) and (max-width: 767px){
    
    .header-logo {
    padding-top: 5px;
}

.header-logo img {
    width: 20%;
    filter: invert(0) brightness(20.5);
}

.comingsoon-slider img {
    height: 40vh;
}

.comingsoon-txt {
    display: block;
    height: 60vh;
    text-align: center;
    padding: 0 10px;
}

h1 {
    font-size: 40px;
    line-height: 50px;
    margin: 0 0 5px;
}

section.comingsoon-sec .row .col-lg-6 {
    padding: 0 10px;
}

.comingsoon-txt input {
    margin: 0px 0 10px;
}

.comingsoon-txt::after {
    width: 160px;
    height: 200px;
}

.social-media {
    position: relative;
    bottom: -20px;
}

html {
    overflow-x: hidden;
}

.social-media ul li a {
    width: 30px;
    height: 30px;
}

.btn1 {
    padding: 0 20px;
    font-size: 14px;
    height: 40px;
}

.btn1:after {
    height: 40px;
}

.slick-dots {
    bottom: 0;
}
.modal-content {
    padding: 20px 20px 70px;
}

.modal-content p {
    font-size: 11px;
    line-height: 20px;
}

.modal-content h2 {
    font-size: 40px;
    line-height: 50px;
}

/*.modal-content:before {*/
/*    bottom: -9px;*/
/*    right: -6px;*/
/*    height: 15%;*/
/*    width: 18%;*/
/*}*/
.modal-content::before {
    width: 25%;
    height: 33%;
    bottom: -30px;
    right: -25px;
  }


}

.header-logo img {
    width: 12%;
    object-fit: cover;
}


.comingsoon-txt textarea {
    border: 0;
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid #443727;
    background: #fdfbf2;
    font-size: 12px;
    font-family: 'PlayfairDisplay';
    font-weight: 600;
    margin: 0 0 50px;
    resize: none;
}
