/* Font Family ***********************************************************************/
@font-face {
  font-family: "Canela-Regular";
  src: url("../fonts/Canela/Canela-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Canela-RegularItalic";
  src: url("../fonts/Canela/Canela-RegularItalic.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Canela-Medium";
  src: url("../fonts/Canela/Canela-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Cera-GR-Medium";
  src: url("../fonts/Cera-GR/Cera-GR-Medium.ttf");
  font-display: swap;
}

/* New Font Family ***********************************************************************/
@font-face {
  font-family: "Gilroy-Light";
  src: url("../fonts/gilroy/Gilroy-Light.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-Regular";
  src: url("../fonts/gilroy/Gilroy-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-Medium";
  src: url("../fonts/gilroy/Gilroy-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-SemiBold";
  src: url("../fonts/gilroy/Gilroy-SemiBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-SemiBoldItalic";
  src: url("../fonts/gilroy/Gilroy-SemiBoldItalic.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-Bold";
  src: url("../fonts/gilroy/Gilroy-Bold.ttf");
  font-display: swap;
}

:root {
  --white: #ffffff;
  --blue-zodiac: #13243f;
  --tumbleweed: #d5a474;
  --liver: #4e4e4e;
  --silver: #c6c6c6;
}

/* Common class Start ****************************************************************/
.mobile {
  display: none !important;
}
.desktop {
  display: block !important;
}
.bg {
  padding: 100px 0;
}
.white {
  color: var(--white);
}
.blue-zodiac {
  color: #13243f !important;
}
.blue-zodiac-bg {
  background-color: #13243f;
}
.tumbleweed {
  color: var(--tumbleweed);
}
.tumbleweed-bg {
  background-color: var(--tumbleweed) !important;
}
.x-small {
  font-size: 10px;
}
.small {
  font-size: 12px;
}
/*CommonclassEnd******************************************************************/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
*::before,
*::after {
  box-sizing: border-box;
}
.common::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
}
body {
  font-family: "Gilroy-Regular";
  /* font-family: "Canela-Medium"; */
}
body.show {
  position: fixed;
  top: 0;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  line-height: 1.2;
  color: var(--blue-zodiac);
  font-family: "Gilroy-SemiBold";
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}
h1 {
  font-size: 52px;
}
h2 {
  font-size: 48px;
}
h3 {
  font-size: 36px;
}
h4 {
  font-size: 32px;
}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 18px;
}
p {
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
  color: var(--liver);
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}
ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  text-transform: capitalize;
  display: inline-block;
  line-height: 1.2;
  color: inherit;
  font-family: inherit;
}
span {
  display: inline-block;
}
img,
video {
  max-width: 100%;
}
.cmn-btn {
  font-size: 17px;
  padding: 12px 54px;
  color: var(--silver);
  background: var(--blue-zodiac);
  border: 1px solid transparent;
  border-radius: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Gilroy-Medium";
  /* font-family: "Cera-GR-Medium"; */
}
.cmn-btn img {
  max-width: 30px;
  margin-right: 10px;
}
section {
  padding: 80px 0;
  overflow: hidden;
}
.section-heading {
  text-align: center;
  margin-bottom: 50px !important;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.section-heading p {
  font-size: 20px;
  margin-bottom: 10px;
  /* font-family: "Canela-Regular"; */
}
.section-heading p span {
  color: var(--blue-zodiac);
  font-family: "Gilroy-Medium";
  /* font-family: "Canela-Medium"; */
}
.button-box {
  padding-top: 20px;
}
.button-box ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.form-control-common {
  font-size: 20px;
  color: #c6c6c6;
  background: var(--white);
  padding: 10px 20px;
  border: 1px solid transparent;
  border-radius: 0;
  width: 100%;
  appearance: textfield;
  box-shadow: none;
  resize: none;
  outline: none;
}
.form-select {
  font-size: 16px;
  color: #000;
  border-radius: 25px;
  padding: 14px 20px;
  box-shadow: none;
  border: transparent;
  resize: none;
  outline: none;
  font-family: "Gilroy-SemiBold";
  /* font-family: "Cera-GR-Medium"; */
}
.input-group {
  padding-bottom: 30px;
  justify-content: center;
}
input::placeholder {
  color: #c6c6c6;
  /*  opacity: 1;*/
}
input::-webkit-input-placeholder {
  color: #c6c6c6;
}
input::-moz-placeholder {
  color: #c6c6c6;
}
input:-moz-placeholder {
  color: #c6c6c6;
}
input::-moz-placeholder {
  color: #c6c6c6;
}
input:-ms-input-placeholder {
  color: #c6c6c6;
}
input.form-control {
  color: #595c5f;
}

.form-control:focus,
.form-select:focus {
  border-color: transparent;
  box-shadow: none;
}
.form-select,
select {
  color: #595c5f;
  /*color: var(--silver);*/
  background-color: var(--white);
  opacity: 1;
  outline: none;
}
select:focus {
  outline: none;
}

.form-select:invalid,
select :invalid {
  /*  color: #c6c6c6;*/
  color: var(--silver);
  opacity: 1;
}

/* header css start **********************************************************************/
/* @keyframes smoothScroll {
  0% {
    transform: translateY(-60px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
} */
/* #header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  animation: smoothScroll 1s forwards;
  box-shadow: 0 0 10px 2px #000000;
} */
#header {
  padding: 25px 0;
  background: transparent;
  transition: 0.5s all;
  position: relative;
}
#header .header-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .logo-box img {
    max-width: 150px;
    width: 100%;
    filter: drop-shadow(2px 4px 6px black);
}
#header .main-nav .click-menu,
#header .main-nav .cancel-menu {
  display: none;
  cursor: pointer;
  position: relative;
  z-index: 11;
  width: 30px;
  height: 30px;
}
#header .main-nav .click-menu span,
#header .main-nav .cancel-menu span {
  width: 25px;
  height: 3px;
  background: var(--tumbleweed);
  transition: 0.5s all ease-in-out;
  border-radius: 5px;
  position: relative;
}
#header .main-nav .cancel-menu span {
  position: absolute;
  height: 4px;
}
#header .main-nav .cancel-menu span:first-child {
  transform: rotate(45deg);
}
#header .main-nav .cancel-menu span:last-child {
  transform: rotate(-45deg);
}
#header .main-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 20px;
}
#header .button-box {
  padding-top: 0;
  margin-left: 20px;
}
#header .main-nav nav ul li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}
#header .main-nav nav ul li a {
  font-size: 20px;
  color: var(--white);
  padding: 10px 12px;
  transition: 0.5s all;
  position: relative;
}
#header .main-nav nav ul li a::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  margin: 0 auto;
  transition: 0.5s all;
  background-color: var(--white);
}
#header .main-nav nav ul li.active a::before,
#header .main-nav nav ul li.active a::before {
  color: var(--white-color);
  width: 36%;
}
#header .main-nav nav ul li a:hover::before {
  width: 36%;
}

/* Home banner css ***************************************************************************/
#home-banner {
  padding: 0 0;
  margin-top: -160px;
}
#home-banner .home-banner-part {
  background: url("../images/home-banner-image.webp") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 16% 0;
}
#home-banner .enquire-bx {
  max-width: 370px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  position: relative;
  border-radius: 20px;
  padding: 24px 26px;
  display: none;
}
#home-banner .enquire-bx h6 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: "Gilroy-Bold";
  /* font-family: "Cera-GR-Medium"; */
}
#home-banner .enquire-bx .form-control-common {
  font-size: 16px;
  color: #595c5f;
  border-radius: 25px;
  font-family: "Gilroy-SemiBold";
  /* font-family: "Cera-GR-Medium"; */
}
#home-banner .enquire-bx .form-select {
  padding: 11px 20px;
}
#home-banner .enquire-bx .cmn-btn {
  color: var(--silver);
  padding: 9.5px 22px;
  border: 0;
  border-radius: 25px;
  font-family: "Gilroy-SemiBold";
  /* font-family: "Cera-GR-Medium"; */
}

/* About css ******************************************************************************/
#about-siniya .section-heading {
  margin-bottom: 80px !important;
}
#about-siniya .section-heading h4 {
  margin-bottom: 40px !important;
  font-family: "Gilroy-Medium";
  /* font-family: "Canela-Regular"; */
}
#about-siniya .box.box2 {
  padding: 40px 30px;
}
#about-siniya .box.box2 .text-box {
  margin-bottom: 50px;
}
#about-siniya .box.box1 .img-box img {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
  display: block;
}
#about-siniya .box.box2 .about-small-bx .box {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
#about-siniya .box.box2 .about-small-bx .box {
  display: flex;
  align-items: center;
  column-gap: 16px;
  width: 100%;
  padding: 30px 10px;
  border-bottom: 1px solid var(--silver);
  height: 100%;
}
#about-siniya .box.box2 .about-small-bx .box.box5,
#about-siniya .box.box2 .about-small-bx .box.box6 {
  border-bottom: none;
}
#about-siniya .box.box2 .about-small-bx .box .img-box {
  width: 35%;
}
#about-siniya .box.box2 .about-small-bx .box .img-box img {
    width: 100%;
    /* max-width: 62%; */
    margin: 0 auto;
    display: block;
    max-width: 60px;
    height: 50px;
}
#about-siniya .box.box2 .about-small-bx .box .text-bx h6 {
  color: var(--liver);
  font-family: "Gilroy-Medium";
  /* font-family: "Canela-Regular"; */
}
#about-siniya .box.box2 p {
  font-family: "Gilroy-Medium";
  /* font-family: "Canela-Regular"; */
}

/* strategically css ******************************************************************************/
#strategically .box.box1 .img-bx img {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  display: block;
}
#strategically .located-address {
  margin-top: 50px;
}
#strategically .located-address .box {
  text-align: center;
  padding: 20px 20px;
  margin: 0 auto;
  max-width: 350px;
}
#strategically .located-address .box.box2 {
  border-left: 2px solid var(--tumbleweed);
  border-right: 2px solid var(--tumbleweed);
}
#strategically .located-address .box h4 {
  color: var(--white);
  margin-bottom: 0;
  font-family: "Gilroy-SemiBoldItalic";
  /* font-family: "Canela-RegularItalic"; */
}
#strategically .located-address .box span {
  font-size: 22px;
  line-height: 1.2;
  color: var(--white);
}

/* Gallery css ******************************************************************************/
#gallery {
  padding-bottom: 20px;
}
#gallery .box .img-box img {
  width: 100%;
  border-radius: 18px;
}
#gallery .box .img-bx-space {
  margin-bottom: 10px;
}

/* Invest here css ******************************************************************************/
#invest-here .box.box1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#invest-here .box.box1 .text-box {
  padding: 80px 130px;
}
#invest-here .box.box1 .text-box h2 span {
  font-size: 60px;
}
#invest-here ul {
  margin-top: 30px;
  position: relative;
}
#invest-here ul li {
  font-size: 20px;
  padding-left: 20px;
  margin-bottom: 12px;
  position: relative;
  /* font-family: "Canela-Regular"; */
}
#invest-here ul li:after {
  position: absolute;
  content: "";
  left: 0;
  top: 11px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--tumbleweed);
}

/* Enquire now css ******************************************************************************/
#enquire-now .section-heading h3 {
  color: var(--white);
  font-family: "Gilroy-Medium";
  /* font-family: "Cera-GR-Medium"; */
}
#enquire-now .form-control-common {
  font-size: 16px;
  color: #595c5f;
  border-radius: 25px;
  padding: 14px 20px;
  font-family: "Gilroy-SemiBold";
  /* font-family: "Cera-GR-Medium"; */
}

#enquire-now .form-control-common.d-padding {
  padding: 14px 20px 14px 95px !important;
}

/* footer css ******************************************************************************/
#footer {
  border-top: 2px solid var(--liver);
}
#footer .footer-box {
  padding: 34px 0;
}
#footer .footer-box p {
  font-size: 18px;
  color: var(--white);
  text-align: center;
  font-family: "Gilroy-Light";
}

.intl-tel-input,
.iti {
  width: 100%;
}
.iti__flag-container {
  padding: 0 !important;
}
.iti--separate-dial-code .iti__selected-flag {
  border-radius: 37% 0 0 37% !important;
  /* background-color: rgba(0, 0, 0, 0.08) !important; */
}

.intl-tel-input.iti-container {
  max-width: 250px;
}

#home-banner .intl-tel-input.separate-dial-code .selected-dial-code {
  padding-left: 14px !important;
}
.d-padding {
  padding: 10px 20px 10px 95px !important;
}

/* Thank you Css ******************************************************************************/
#thank-you {
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#thank-you .thank-you-box {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  padding: 80px 30px;
  text-align: center;
  background-color: var(--alabaster);
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 8px;
}
#thank-you .thank-you-box .cmn-btn {
  font-size: 16px;
  padding: 12px 34px;
}

/****************************************************************/
.iti__selected-dial-code {
  font-family: inherit !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 14px !important;
}
.iti {
  font-family: Arial, sans-serif !important;
}
.iti__flag-container,
.iti__selected-flag,
.iti__selected-dial-code {
  font-family: Arial, sans-serif !important;
}

/* Whatsapp Button ******************/
/* .whatsapp-btn-box {
  position: fixed;
  bottom: 25px;
  right: 5px;
}
.whatsapp-btn-box a {
  display: block;
  animation: zoom 2s ease-in-out infinite;
}
.whatsapp-btn-box a img {
  max-width: 65%;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}

.tada {
  animation-name: tada !important;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
} */


.enquire-form {
    gap: 20px;
    z-index: 1;
    position: fixed;
    bottom: 25px;
    right: 50px;
    display: flex;
}
.enquire-form a {
    display: flex;
    background: var(--tumbleweed);
    color: #ffffff;
    padding: 12px 25px;
    align-items: center;
    border: 0;
    height: 48px;
    letter-spacing: 0;
    animation: float 2s ease-in-out infinite;
}
.enquire-form a svg, .enquire-form a img {
    margin-left: 10px;
}
.enquire-form a svg {
    width: 15px;
}
.enquire-form a img {
    width: 100%;
    margin-right: 0;
    max-width: 20px;
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50%{ transform: translateY(-10px); }
}


.gt_options {
    position: absolute !important;
    background-color: #fff;
}

.gt-selected .gt-lang-code{
  display: none;
}

.gt_float_switcher.notranslate {
    background: transparent !important;
}
.gt-selected {
    background-color: transparent !important;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow
{
  background-image : url('../images/arraow-up.svg') !important;
}

.gt_float_switcher .gt_options{
  right: 0;
}

#header .container{
  position: relative;
}

#header .container-fluid {
    width: 90%;
    margin: 0 auto;
}
#header .main-nav nav ul li a {
    padding: 10px 10px !important;
    font-size: 18px;
}

#header .main-nav nav ul li {
    margin-right: 10px !important;
} 

.gt_float_switcher .gt-selected .gt-current-lang {
    display: flex;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    background-size: 14px;
    flex-shrink: 0;
}



/* popup form css */

.popup-bg {
    backdrop-filter: blur(10px);
    background: #00000069;
    /* display: none; */
    position: fixed;
    /* top: 0; */
    left: 0;
    width: 100vw;
    height: 100vh;
    align-items: center;
    justify-content: center;
    z-index: 99;
    bottom: -130%;
    opacity: 0;
    transition: 0.5s;
}
.popup-bg.show {
    display: flex;
    bottom: 0;
    opacity: 1;
}
.iti__country-list {
    z-index: 9999;
}

.popup-bg .popup-form {
    width: 50%;
    margin: 0 auto;
    background-color: #f6f2e9;
    padding: 18px 40px;
    border-radius: 30px;
       position: relative;
}

.popup-bg .popup-form  input.form-control-common, .popup-bg .popup-form select.form-select.select-option {
    border-radius: 50px;
    padding: 12px 15px;
    font-weight: 300;
    font-size: 18px;
    font-family: 'Gilroy-Regular';
    color: #595c5f;;
}

.popup-bg .input-group {
    padding-bottom: 15px;
}
.popup-bg  ::placeholder{
  font-size: 18px !important;
}

 .popup-bg .popup-form input#mobiles-popup {
    padding: 12px 20px 12px 82px !important;
}
 .popup-bg .popup-form  .iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
}

 .popup-bg .popup-form .cmn-btn {
    width: 100%;
    padding: 10px 10px;
}

.popup-bg .close-icon {
    position: absolute;
    z-index: 999;
    top: -20px;
    right: -50px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
}
.popup-bg .close-icon span {
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
}
.popup-bg .close-icon span:first-child {
    transform: rotate(45deg);
}
.popup-bg .close-icon span:last-child {
    transform: rotate(-45deg);
}

.popup-bg  .title {
    margin-bottom: 20px;
}

.popup-bg .title h3 {
    font-size: 28px;
    margin-bottom: 5px;
}



#footer .logo-box img {
    max-width: 200px;
}

#footer .link-box li {
    color: white;
    margin-bottom: 20px;
    font-size: 20px;
    font-family: 'Gilroy-Medium';
}
#footer .footer-box .details div {
    display: flex;
    align-items: center;
    column-gap: 12px;
    margin-bottom: 12px;
}

#footer .footer-box .details div i{
  color: white;
  font-size: 20px;
}
#footer .footer-box .details div.second i {
    transform: rotate(90deg);
}

#footer .footer-box .details  p{
  text-align: left;
}

#footer  .box.box1 {
    border-top: 1px solid gray;
    padding: 30px 0 0 0;
    margin-top: 40px;
}
#footer  strong {
    font-family: 'Gilroy-SemiBold';
}
#footer {
    margin-top: 20px;
}