@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "Helvetica-Light";
  src: url("../assets/font/Helvetica-Neue-LT-Std-45-Light.otf")
    format("truetype");
}
/* @font-face {
  font-family: "gothamBook";
  src: url("../assets/font/Helvetica-45-Light-Regular.ttf") format("truetype");
} */
@font-face {
  font-family: "BodonBk";
  src: url("../assets/font/BodonBk-366b661d.ttf") format("opentype");
}
* {
  margin: 0;
  box-sizing: border-box;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Helvetica-Light";
  background: url(../assets/images/bg.svg) repeat center / 34px;
  background-attachment: fixed;
  background-color: #fafaf8;
  font-weight: 300;
  color: #000;
}

body::-webkit-scrollbar-track {
  background-color: rgb(0, 0, 0);
}

body::-webkit-scrollbar {
  width: 2px;
  background-color: rgb(0, 0, 0);
}

body::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background: #fef1de;
}

a,
p,
ul li {
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
  font-family: Helvetica-Light;
  color: #3d3c3c;
}

::-moz-selection {
  color: #fef1de;
  background: #000;
}

::selection {
  color: #fef1de;
  background: #000;
}

.scrollbar-track {
  background: rgba(0, 0, 0, 0) !important;
}

.scrollbar-track .scrollbar-thumb {
  background: #fef1de;
}

section {
  padding: 6rem 0;
  overflow-y: visible;
  position: relative;
}

video,
img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

h6,
h5,
h2,
h1,
h3,
h4 {
  font-family: "BodonBk";
}

.section-heading {
  color: #000;
  font-family: "BodonBk";
  font-size: clamp(2rem, 1.7442rem + 2.0465vw, 4.2rem);
  font-size: clamp(2.5rem, 2.2098rem + 1.6585vw, 4.2rem);
  font-weight: 600;
  margin-bottom: 2rem;
}
.my-dnone {
  display: none;
}
.my-block {
  display: block;
}
.container-fluid {
  width: 90%;
}
.theme-btn:hover {
  background-color: #000;
  color: #fff;
  transition: all 0.4s ease-in-out;
}
.theme-btn {
  background-color: #fff;
  display: inline-block;
  font-family: "Hostania";
  color: #000;
  transition: all 0.4s ease-in-out;
  padding: 0.7rem 4vw;
  border: 1px solid #000;
  border-radius: 40px;
  font-weight: 500;
  /* margin-top: 1.5rem; */
  box-shadow: 3px 3px 10px #00000057;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.myenquire-form h4 {
  font-size: 2rem;
  text-align: center;
  color: #000;
  margin-bottom: 2.5rem;
}

.myenquire-form .theme-btn {
  /* display: block; */
  padding: 0.7rem 3vw;
  border-radius: 30px;
  color: #000;
  /* width: 100%; */
  margin-top: 2rem;
  font-size: clamp(1.1rem, 1.0488rem + 0.2927vw, 1.4rem);
  font-weight: 600;
  border: 1px solid #fff0;
  transition: all 0.4s ease-in-out;
  background-color: #fff;
}
.nav-link.active {
  background-color: #f4f4f4;
  color: #ff0000;
  border-radius: 5px;
}
.myenquire-form .theme-btn:hover {
  border: 1px solid #fff;
  transition: all 0.2s ease-in-out;
  color: #fff;
  background-color: #000;
}

/* Enquire form */
.myenquire-form .input-form {
  margin-bottom: 1rem;
}

.myenquire-form select,
.myenquire-form input,
.myenquire-form select option,
.myenquire-form textarea {
  width: 100%;
  outline: none;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
  padding: 7px 12px;
  caret-color: #fff;
  font-weight: 300;
  background: transparent;
  margin: 15px 0;
  font-family: "Poppins", sans-serif;
  transition: all 0.4s ease-in-out;
  border: none;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  border-radius: 0;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

.myenquire-form select:focus,
.myenquire-form input:focus,
.myenquire-form select option:focus,
.myenquire-form textarea:focus {
  box-shadow: none;
  border-bottom: 1px solid #fff;
  background-color: #0001;
  color: #fff;
}

.myenquire-form select::-webkit-input-placeholder,
.myenquire-form input::-webkit-input-placeholder,
.myenquire-form select option::-webkit-input-placeholder,
.myenquire-form textarea::-webkit-input-placeholder {
  color: #fff;
}

.myenquire-form select::-webkit-input-placeholder,
.myenquire-form input::-webkit-input-placeholder,
.myenquire-form select option::-webkit-input-placeholder,
.myenquire-form textarea::-webkit-input-placeholder {
  color: #fff;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.myenquire-form select option {
  background-color: #000;
}

/*  */

/*  */
.float-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: fixed;
  top: 38%;
  right: 0;
  transform: rotate(90deg) translate(0px, -42px);
  /* -webkit-writing-mode: vertical-rl; */
  z-index: 10;
}
.float-btn .btn {
  background: #000;
  cursor: pointer;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
  color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: inline-block;
  font-family: "Hostania";
  text-decoration: none;
  padding: 0.8rem 1rem;
  border: 1px solid #000;
  border: 1px solid #fff;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
}
.float-btn a:hover {
  background: #fff;
  color: #000;
  border: 1px solid #000;
  transition: all 0.4s ease-in-out
}
/*  */
.error {
  color: #f00;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}
/* Whats App start */
.btn-whatsapp-pulse {
  background: #25d366;
  color: #fff;
  position: fixed;
  bottom: 35px;
  right: 10px;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 24px;
  z-index: 99;
  text-decoration: none;
  border-radius: 50%;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.btn-whatsapp-pulse svg {
  position: absolute;
}
.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  -webkit-animation-name: pulse-border;
  animation-name: pulse-border;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.btn-whatsapp-pulse-border {
  bottom: 120px;
  right: 20px;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}
@-webkit-keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }

  75% {
    padding: 50px;
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}
@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }

  75% {
    padding: 50px;
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}
/*  offers modal */
.offers-mod .modal-dialog-scrollable .modal_offer {
  overflow-y: auto;
  display: flex;
  align-items: center;
  max-height: calc(80vh - 3.5rem);
  /* background: linear-gradient(89deg, #949494, #e3e3e3); */
  background-color: #fff;
}
.offers-mod .modal_offer .modal_offers-image img{
  mix-blend-mode: luminosity;
}
.offers-mod .modal_offer .modal_offers-image {
  width: 40%;
}
.offers-mod .modal_offer .modal_offers-content .form-control:focus{
  box-shadow: none;
}
.offers-mod .modal_offer .modal_offers-content .form-control{
  margin-bottom: 1rem;
}
.offers-mod .modal_offer .modal_offers-content {
  width: 60%;
  padding: 1.2rem 2rem;
  text-align: center;
}
.offers-mod .modal_offer .modal_offers-content .offer-child h2 {
  font-size: 1.8rem;
}
.offers-mod .modal_offer .modal_offers-content h4 {
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.3rem, 1.2488rem + 0.2927vw, 1.6rem);
  font-weight: 300;
  margin-bottom: 2rem;
}
/*  offers modal */
.enquire .row.enqrow .enquire-diamond {
  position: absolute;
  width: 100%;
  bottom: -134%;
  z-index: -4;
  opacity: 0.2;
}
.enquire .row.enqrow {
  position: relative;
  background: repeating-linear-gradient(90deg, black, #090d0e 30px);
}
.enquire {
  padding: 4rem 0;
  position: relative;
  /* margin-top: -10rem;
  z-index: 1;  */
}
.enquire .enquire-image img,
.enquire .enquire-image {
  height: 100%;
}
/*  */
/* Swiper Start*/
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-wrapper{
  justify-content: center;
}
.swiper-slide {
  text-align: center; 
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
/* Swiper End */

/* Footer */
.footer .footer-btn {
  display: inline-block;
  padding: 0.5rem 4vw;
  text-decoration: none;
  color: #444;
  font-weight: 400;
  background-color: #fff;
}

.footer .footer-logo img {
  width: auto;
  height: 50px;
}
.footer p a {
  display: block;
}
.footer p a,
.footer p {
  margin-top: 1rem;
  /* text-align: center; */
  color: #fff;
  font-size: 14px;
}
.footer {
  padding: 5rem 0 0 0;
  position: relative;
  background: url(../assets/images/f-brnd.png) no-repeat left;
  background-color: #444;
  background-size: 15%;
}
/* .footer .newsletter-row input {
  width: 100%;
  border: 1px solid #b4b4b4;
  padding: 0.5rem;
}
.footer .newsletter-row .theme-btn {
  padding: 0.5rem 1rem;
  margin-top: 1rem;
  border-radius: 0;
}
.footer .newsletter-row h4 {
  font-size: 2rem;
}
.footer .newsletter-row p {
  color: #000;
}
.footer .newsletter-row {
  padding: 1rem;
  background-color: #fff;
  height: 100%;
} */
/* .footer .container-fluid {
  width: 90%;
} */
/* .footer .footer-absbranding {
  position: absolute;
  width: 15%;
  bottom: 0;
  left: 5%;
  z-index: 0;
} */

a {
  text-decoration: none;
}

/* .footer-bottom {
  text-align: center;
  margin: 2rem 0;
}
.footer-bottom img {
  width: auto;
  height: 60px;
} */
.footer-social-links {
  margin: 2rem 0 1rem 0;
}

.footer-social-links ul {
  justify-content: center;
}
.footer-social-links ul > * + * {
  margin-left: 12px;
}

.footer-social-links ul li a i {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid #fff9;
  border-radius: 50%;
  transition: all 0.5s ease-in;
  background: rgba(255, 255, 255, 0.0666666667);
  font-size: 12px;
  line-height: 28px;
  color: #fff;
}

.footer-social-links ul li:hover a i {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  color: #fff;
  transition: all 0.5s ease;
  transform: scale(1.2);
}

.footer .contact-flex li a i {
  color: #fff;
  font-size: 14px;
  margin-right: 5px;
}

.footer .contact-flex li a {
  color: #fff;
  font-size: 14px;
}
/* .footer .contact-flex li {
  text-align: center;
} */
.footer .contact-flex {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* .footer .copyright {
  margin-top: 1rem;
} */

.footer .copyright p {
  padding: 1rem 0;
  font-size: 0.7rem;
  color: #fff;
  border-top: 1px solid #fff9ef73;
}

.footer .copyright p a {
  color: inherit;
  font-size: inherit;
}

.footer .links ul li {
  transition: all 0.4s ease-in-out;
  padding: 0.2rem 0;
}

.footer .links ul li a {
  color: #fff;
  font-size: 12px;
}

.footer .links ul li a i {
  font-size: 14px;
  color: #ffca2f;
  padding-right: 0.7rem;
}

.footer .links ul li a:hover {
  color: #ffca2f;
}

.footer .links ul li:hover {
  padding-left: 0.5rem;
}

/* .modal-dialog-scrollable .modal-content {
  overflow-y: scroll;
} */
/*  offers modal */

/*   */
.modal-header {
  display: flex;
  flex-direction: column;
}

.modal-content {
  padding: 40px 20px;
}

.btn-close {
  float: right;
  right: 5%;
  position: absolute;
  top: 5%;
}

.modal-body input {
  width: 60px;
  height: 80px;
  border-radius: 15px;
  text-align: center;
  font-size: 24px;
  margin: 0 5px;
  outline: none;
  border: 0.854px solid #000;
}

.modal-header,
.modal-footer {
  border-bottom: 0;
  border-top: 0;
}

.modal-footer {
  text-align: center;
  margin-top: 10px;
  justify-content: center;
}

.modal-header h5 {
  color: #000000;
  padding: 10px 0;
  text-align: center;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.modal-header p {
  color: #000;
  text-align: center;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.modal-body {
  display: flex;
  justify-content: center;
}

.modal-footer button:hover {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
}

.modal-footer button {
  border-radius: 10px;
  background: #000;
  color: #ffffff;
  border: 1px solid transparent;
  text-align: center;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
  padding: 15px 0;
  width: 80%;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.modal-header a svg {
  margin-right: 0px;
  height: 30px;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
  color: #000;
}

/* navbar start */
.main-logo{
  margin: 1rem 0;
}
.main-logo .navbar-brand img {
  background-color: #006fe8;
  height: 40px;
  padding: 6px 8px;
  max-height: 50px;
  width: auto;
  border-radius: 4px;
  box-sizing: border-box;
}
.gcc-header .navbar-collapse {
  justify-content: end;
}
/* .gcc-header {} */
/* navbar End*/
/* Enquire start */
.main-section .myenquire-form {
  /* width: 50%; */
  height: 100%;
  background-color: #0006;
  padding: 8vw 6vw;
  margin: 0 0 0 auto;
  /* position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center; */
}
.main-section {
  position: relative;
  background: url(../assets/images/banner-1.jpg) no-repeat center / cover;
}

.benefitscol-section .benefitscol-brnd {
  position: absolute;
  right: 0;
  top: 0;
  width: 300px;
}
.benefitscol-section .benefitscol-content ul li strong {
  font-weight: bold;
}
.benefitscol-section .benefitscol-content ul li::after {
  position: absolute;
  content: "";
  left: -28px;
  background: url(../assets/images/list-diamond.png) no-repeat top;
  background-size: contain;
  top: 7px;
  width: 1rem;
  height: 1rem;
}
.benefitscol-section .benefitscol-content ul li {
  position: relative;
  padding-bottom: 1rem;
  list-style-type: none;
}
.benefitscol-section .benefitscol-content ul {
  -moz-column-count: 2;
  column-count: 2;
}
.benefitscol-section .benefitscol-content h3 {
  font-size: clamp(2rem, 1.6585rem + 1.9512vw, 4rem);
}
/* .benefitscol-section .benefitscol-content {} */
/* .benefitscol-section {} */
/* Enquire start */

.about_global-section .about_global-content h3 {
  font-size: clamp(2rem, 1.6585rem + 1.9512vw, 4rem);
}
/* .about_global-section .about_global-content {} */
.about_global-section {
  padding-bottom: 8vw;
  background: url(../assets/images/bg-dia1.png) no-repeat right top / 35%;
}
/* Intro section start */
.about_ftv-section .about_ftv-image {
  box-shadow: 5px 5px 5px #0005;
}
.about_ftv-section .about_ftv-brnd {
  position: absolute;
  left: 0;
  top: 0;
}
.about_ftv-section {
  /* padding: 0 0; */
  background: url(../assets/images/intro-bg.jpg) no-repeat right / 50% 100%;
}
/* Intro section ENd */
.statistics-section {
  background: url(../assets/images/about-img.jpg) no-repeat center right;
  background-size: contain;
  background-blend-mode: overlay;
}
.statistics-section .statistics-brnd {
  left: 0;
  top: -10%;
  bottom: auto;
  right: auto;
  position: absolute;
  width: 25%;
}
.statistics-section .statistics-content p {
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}
.statistics-section .statistics-content h3 {
  /* font-size: clamp(2rem, 1.8837rem + 0.9302vw, 3rem); */
  font-size: clamp(3rem, 2.4837rem + 1.4302vw, 4rem);
  font-weight: 700;
  font-family: "Helvetica-Light";
}
.statistics-section .statistics-content {
  text-align: center;
}
.statistics-section {
  padding: 4rem 0 3rem 0;
}
/*  */

/*  */
.courses-section .courses-card p span {
  font-weight: bold;
}
.courses-section .courses-card p {
  /* display: inline-block; */
  /* border: 1px solid #0001; */
  border-radius: 2rem;
  /* padding: 10px; */
  font-size: 14px;
}
.courses-section .courses-heading {
  margin-top: 4rem;
}
.courses-section h3 {
  font-family: Helvetica-Light;
  font-size: 2rem;
  font-weight: 600;
}
.courses-section .courses-card h4 {
  font-family: Helvetica-Light;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}
.courses-section a.theme-btn {
  background-color: #cd2d38;
  color: #fff;
  border: 1px solid #cd2d38;
}
.courses-section .courses-card .courses-content {
  padding: 1rem;
  text-align: center;
  /* border: 1px solid #cd2d38; */
  border-top: none;
}
 
@-webkit-keyframes draw {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes draw {
  100% {
    stroke-dashoffset: 0;
  }
} 
.courses-section .courses-card:hover .courses-img {
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}
.courses-section .courses-card .courses-img {
  overflow: hidden;
}
.courses-section .courses-card .courses-img img {
  transition: all 0.4s ease-in-out;
}
.courses-section .courses-card:hover .courses-img img {
  transition: all 0.4s ease-in-out;
  transform: scale(1.1);
}
.courses-section .courses-card {
  height: 100%;
  width: 100%;
  border: 1px solid #0000000d;
  box-shadow: 0px -5px 15px 6px #00000008;
  box-shadow: 0px 6px 33px 15px #00000008;
  border-radius: 5px;
  background: url(../assets/images/fashiontv-horizontal-text.png) no-repeat
    bottom center;
  background-size: contain;
  transition: all 0.4s ease-in-out;
  background-color: #fff;
  /* padding: 1rem; */
  overflow: hidden;
}
.courses-section .courses-brnd {
  position: absolute;
  top: 0;
}
.courses-section {
  background: url(../assets/images/wings.png), url(../assets/images/bg-dia.png);
  background-repeat: no-repeat;
  background-position: center, bottom;
  background-size: 50%, 100% auto;
  background-attachment: fixed, scroll;
  background-color: #fafaf8;
  background-blend-mode: normal, color-burn;
  padding-top: 1rem;
}
/*  */
/*  usp section*/
.usp-section {
  background: url(../assets/images/ftv-bg-image.jpg) no-repeat center / cover;
  padding: 0 0;
  background-blend-mode: luminosity;
  background-color: #000000;
  background-attachment: fixed;
}
.usp-section .usp-brnd {
  position: absolute;
  right: 0;
  top: -24%;
  width: 22%;
}
.usp-section .usp-content p {
  color: #fff;
}
.usp-section .usp-content h2 {
  color: #fff;
}
.usp-section .usp-content {
  background-color: #000000d6;
  padding: 10vw 2rem;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
/* usp sectiom */

/* @media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1400px) {
} */
@media screen and (max-width: 1444px) {
  .enquire .row.enqrow .enquire-diamond {
    bottom: -90%;
  }
}

/* @media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 1200px) {
} */

@media screen and (max-width: 1024px) {
  .benefitscol-section {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 992px) {
  .myenquire-form .theme-btn {
    padding: 0.7rem 1.5rem;
  }

  .enquire .row.enqrow .enquire-diamond {
    bottom: -54%;
  }
  .benefitscol-section .benefitscol-content ul {
    -moz-column-count: 1;
    column-count: 1;
  }
  .offers-mod .modal-dialog-scrollable .modal_offer {
    flex-direction: column-reverse;
  }
  .offers-mod .modal_offer .modal_offers-image {
    width: 100%;
  }
  .offers-mod .modal_offer .modal_offers-image img{
    height: auto;
  }
  .offers-mod .modal_offer .modal_offers-content {
    width: 100%;
    padding: 4rem 1.5rem;
    padding-top: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .statistics-section .statistics-brnd {
    width: 45%;
  } 
  .courses-section .coursess-brnd {
    opacity: 0.2;
  } 
  .about_ftv-section {
    background-position: bottom;
    background-size: 100% auto;
  }
  .about_global-section .row,
  .benefitscol-section .row {
    flex-direction: column-reverse;
  }
  .courses-section {
    background-size: 80%, 100% auto;
  } 
  .footer {
    background-size: 28%;
  }
  .usp-section .usp-brnd {
    width: 35%;
  }
  .swiper-wrapper{
    justify-content: start;
  }
  .usp-section .usp-content {
    padding: 5rem 2rem;
  }
}

@media screen and (max-width: 576px) {
  .enquire .row.enqrow .enquire-diamond {
    display: none;
  }
  /* .main-section .main-sec_div video {
    height: 700px;
  } */
  /* .main-section .myenquire-form {
    width: 80%;
  } */
  .offers-mod .modal_offer .modal_offers-content .offer-flex{
    flex-direction: column;
  }
}

@media screen and (max-width: 425px) {
  .footer .contact-flex {
    gap: 0.5rem;
  }
  /* .main-section .myenquire-form {
    width: 100%;
  } */
  .footer .contact-flex li a,
  .footer p a,
  .footer p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 375px) {
  /* .myenquire-form {
    padding: 4rem 1.5rem 8rem 1.5rem;
  } */
  .container-fluid {
    width: 95%;
  }
}

@media screen and (max-width: 320px) {
  .gcc-header .navbar-brand img {
    height: 36px;
  }
}
@media screen and (max-width: 320px) {
}
