/* Font Family ***********************************************************************/
@font-face {
  font-family: "Canela-Regular";
  src: url("../fonts/Canela/Canela-Regular.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;
}

/* @font-face {
  font-family: "Gilroy-Light";
  src: url("../fonts/gilroy/Gilroy-Light.ttf");
  font-display: swap;
} */

@font-face {
  font-family: "Silk-Serif-Regular";
  src: url("../fonts/Silk-Serif/Silk-Serif-Regular.otf");
  font-display: swap;
}
@font-face {
  font-family: "Silk-Serif-Medium";
  src: url("../fonts/Silk-Serif/Silk-Serif-Medium.otf");
  font-display: swap;
}
@font-face {
  font-family: "Silk-Serif-SemiBold";
  src: url("../fonts/Silk-Serif/Silk-Serif-SemiBold.otf");
  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 {
  --black: #2e2e2e;
  --white: #ffffff;
  --liver: #575757;
  --tumbleweed: #a88968;
  --tumbleweed-light: #d5a474;
  --silver: #c6c6c6;
  --alabaster: #fafafa;
  --black-cat: #413b35;
}

/* Common class Start ****************************************************************/
.mobile {
  display: none !important;
}
.desktop {
  display: block !important;
}
.white {
  color: var(--white) !important;
}
.black-cat-bg {
  background-color: var(--black-cat);
}
.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: "Silk-Serif-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(--tumbleweed);
  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: 62px;
}
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(--black);
  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;
  color: var(--white);
  padding: 12px 54px;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 25px;
  background: var(--tumbleweed);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Gilroy-SemiBold";
  /* 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: 945px;
  margin: 0 auto;
}
.section-heading p {
  font-size: 20px;
  margin-bottom: 30px;
  /* font-family: "Silk-Serif-Regular"; */
}
.section-heading p:not:last-child {
  margin-bottom: 30px;
}
.section-heading p span {
  color: var(--black);
  display: inline;
  font-family: "Gilroy-Medium";
  /* font-family: "Silk-Serif-SemiBold"; */
}
.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: #595c5f;
  background: var(--white);
  padding: 10px 20px;
  border: 1px solid transparent;
  border-radius: 0;
  width: 100%;
  appearance: textfield;
  box-shadow: none;
  resize: none;
  outline: none;
  font-family: "Gilroy-SemiBold";
}
.form-select {
  font-size: 16px;
  color: var(--silver);
  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; */
}
#enquire-now .enquire-now-box .cmn-btn{
    margin: 0 auto;
}
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;
}

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

.intl-tel-input, .iti {
  width: 100%;
}

/* 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: 190px;
  width: 100%;
}
#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(--black);
  padding: 10px 16px;
  transition: 0.5s all;
  position: relative;
}
#header .main-nav nav ul li a.active {
  color: var(--tumbleweed);
}
#header .main-nav nav ul li a:hover {
  color: var(--tumbleweed);
}
/* #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(--tumbleweed);
} 
/* #header .main-nav nav ul li.active a::before,
#header .main-nav nav ul li.active a::before {
  color: var(--tumbleweed);
  width: 36%;
}
#header .main-nav nav ul li a:hover::before {
  width: 36%;
} */

/* Home banner css ***************************************************************************/
#home-banner {
  padding: 0 0;
}
#home-banner .home-banner-part {
    background: url("../images/trio-banner.webp") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 15% 0;
}
#home-banner .text-box h1 {
  color: var(--white);
  font-family: "Gilroy-Bold";
  /* font-family: "Canela-Regular"; */
}
#home-banner .enquire-bx {
  max-width: 370px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  position: relative;
  border-radius: 20px;
  padding: 24px 26px;
  display: none;
}
#home-banner .enquire-bx h6 {
  color: var(--liver);
  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 {
  padding: 9.5px 22px;
  border: 0;
  border-radius: 25px;
  font-family: "Gilroy-SemiBold";
  /* font-family: "Cera-GR-Medium"; */
}

/* About css ******************************************************************************/
#about-trio {
  background-color: var(--alabaster);
  padding-bottom: 0;
  position: relative;
}
#about-trio .section-heading {
  margin-bottom: 80px !important;
}
#about-trio .box.box1 .text-box {
  position: absolute;
  text-align: center;
  padding: 30px 30px;
  /* margin-right: -790px; */
  margin-left: unset;
  z-index: 2;
  max-width: 350px;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  top: 50%;
  left: 24%;
  transform: translateY(10%);
}
#about-trio .box.box1 .text-box h2 {
  margin-bottom: 0;
}
#about-trio .box.box1 .text-box span {
  font-size: 20px;
  line-height: 1.3;
  /* font-family: "Silk-Serif-Regular"; */
}
#about-trio .box.box1 .text-box .amenities-class h2 {
  font-size: 90px;
}

/* Floor css ******************************************************************************/
#floor {
  background-color: var(--alabaster);
}
#floor .box {
  text-align: center;
}
#floor .box .title-bx {
  margin-bottom: 26px;
}
#floor .amenities-bx {
  padding: 14px 14px;
}
#floor .box.box2 {
  border-left: 2px solid var(--tumbleweed);
  border-right: 2px solid var(--tumbleweed);
}
#floor .amenities-bx .img-box {
  min-height: 58px;
}
#floor .amenities-bx .img-box img {
  max-width: 12%;
  margin: 0 auto;
  margin-bottom: 8px;
  display: block;
}
#floor .amenities-bx span {
  font-size: 18px;
  line-height: 1.3;
  /* font-family: "Silk-Serif-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.box1 {
  text-align: right;
}
#strategically .located-address .box {
  text-align: center;
  padding: 10px 20px;
  margin: 0 auto;
  max-width: 350px;
}
#strategically .located-address .box.box3 {
  text-align: left;
}
#strategically .located-address .box.box2 {
  border-left: 2px solid var(--tumbleweed);
  border-right: 2px solid var(--tumbleweed);
}
#strategically .located-address .box h4 {
  font-size: 54px;
  color: var(--tumbleweed);
  margin-bottom: 0;
}
#strategically .located-address .box span {
  font-size: 22px;
  line-height: 1.2;
  color: var(--black);
  font-family: "Gilroy-Medium";
  /* font-family: "Silk-Serif-Regular"; */
}

/* Gallery css ******************************************************************************/
#gallery {
  padding-bottom: 0;
  background-color: var(--alabaster);
}
#gallery .gallery-box {
  padding: 20px 20px;
}
#gallery .gallery-box .row {
  row-gap: 8px;
}
#gallery .box .img-box img {
  width: 100%;
}

/* Invest here css ******************************************************************************/
#invest-here {
  background-color: var(--alabaster);
  position: relative;
}
#invest-here .section-heading {
  text-align: left;
  padding-left: 32px;
  margin-bottom: 20px !important;
}
#invest-here .box.box1 .text-box {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px 30px;
}
#invest-here .box.box1 .text-box h2 span {
  font-size: 60px;
}
#invest-here ul {
  margin-top: 24px;
  position: relative;
}
#invest-here ul li {
  font-size: 18px;
  padding-left: 20px;
  margin-bottom: 10px;
  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);
}
#invest-here .box.box1 {
  position: absolute;
  width: 100%;
  max-width: 550px;
  top: 12%;
  left: 14%;
  margin-left: unset;
  z-index: 2;
}
#invest-here .button-bx {
  margin-top: 26px;
  margin-left: 20px;
}
#invest-here .box.box2 .img-box img {
  width: 100%;
}

/* 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 .enquire-now-box .cmn-btn {
  color: var(--black);
  background-color: var(--tumbleweed-light) !important;
}

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

/* Form Css ******************************************************************************/
.intl-tel-input,
.iti {
  width: 100%;
}
.intl-tel-input .flag-container {
  padding: 0 !important;
}
.intl-tel-input.separate-dial-code .selected-flag {
  border-radius: 37% 0 0 37% !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: 14px 20px 14px 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;
}


/* ------------------- */

/* new thankyou page css */

.page-template-thank-you-template .thank-you .img-box img {
    max-width: 70px;
    margin-bottom: 30px;
    filter: none;
}
.page-template-thank-you-template .thankyou-box {
  background-color: #fff;
  height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-template-thank-you-template .thank-you {
    background-color: #fff;
    box-shadow: none;
    width: max-content;
    height: 100%;
    border-radius: 0;
    place-content: center;
    place-items: center;
    text-align: center;
}
.page-template-thank-you-template .thank-you h2 {
    /* margin-bottom: 10px; */
    font-size: 90px;
    text-transform: uppercase;
    line-height: 0.8;
    color: #a88968;
    font-weight: 400;
    margin: 0;
}
.page-template-thank-you-template .text-box h4 {
    font-size: 58px;
    text-transform: uppercase;
    font-weight: 100;
    color: #2e2e2e;
}
.page-template-thank-you-template .line {
    width: 100%;
    /* border: 0.3px solid gray; */
    margin-block: 20px 5px;
    height: 1px;
    background: #707070;
}
.page-template-thank-you-template .thank-you p {
    font-size: 18px;
    color: #2e2e2e;
    margin-bottom: 0;
    font-weight: 500;
}
.page-template-thank-you-template .enquire-form {
    display: none;
}




.iti {
  position: relative;
  z-index: 9999;
  width: 100%;
}

.iti__flag-container {
  z-index: 10000;
}

/*#mobile {
  padding-left: 60px !important; /* Make space for flag dropdown 
}*/

/* .iti input {
  padding-left: 60px !important;
} */

#home-banner .enquire-bx .form-control-common {
    color: #595c5f;
}
/*#enquire-now .form-control-common {
    color: #000;
}*/


/* .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(.9, .9, .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: 2;
  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;
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50%{ transform: translateY(-10px); }
}
.enquire-form a svg, .enquire-form a img {
  margin-left: 10px;
}
.enquire-form a svg {
  width: 15px;
}
.enquire-form a img {
  width: 100%;
  max-width: 20px;
}



/* 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: 999999;
    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 .input-group {
    padding-bottom: 15px;
}

.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;
}
.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 button.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 .intl-tel-input.separate-dial-code .selected-flag {
    background: transparent !important;
}

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

.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;
}

.gt_float_switcher .gt-selected {
    z-index: 99 !important;
}

#header .container{
  position: relative;
}

.gt_float_switcher
{
  box-shadow:none !important;
}

#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;
}

/**/
#enquire-now .section-heading span {
  font-size: 16px;
  color: var(--white);
  padding: 7px 16px;
  border-radius: 50px;
  background-color: #595959;
  margin-bottom: 20px;
}
#enquire-now .button-box {
  padding-top: 0;
}
#enquire-now .button-box ul {
  justify-content: center;
}

/* Gallery Modal */
#gallery .box .img-box a.gallery-img {
  display: block;
}

.gallery-modal .modal-header {
  padding: 0 0 !important;
  border-bottom: 0 !important;
  position: relative;
}
.gallery-modal .modal-header .btn-close {
    position: absolute;
    left: auto;
    right: 0;
    top: -36px;
    opacity: 1 !important;
    width: 10px !important;
    height: 10px !important;
    background-color: var(--white) !important;
    background-size: 50% 50%;
    margin: unset;
}
