@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-color: #fff;
  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: #444;
  font-family: "BodonBk";
  font-size: clamp(2rem, 1.7442rem + 2.0465vw, 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 {
  padding: 4rem 2rem 4rem 2rem;
  /* background-color: #000; */
  height: 100%;
  /* background: repeating-linear-gradient(90deg, black, #090d0e 30px); */
}

.myenquire-form .theme-btn {
  /* display: block; */
  padding: 0.7rem 3vw;
  border-radius: 30px;
  color: #000;
  /* width: 100%; */
  margin-top: 2rem;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
  font-weight: 600;
  border: 1px solid #fff0;
  transition: all 0.4s ease-in-out;
  background-color: #fff;
}

.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: #000;
  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 #000;
  background-color: transparent;
  color: #000;
  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 #000;
  background-color: #0001;
  color: #000;
}

.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: #000;
}

.myenquire-form select::-moz-placeholder,
.myenquire-form input::-moz-placeholder,
.myenquire-form select option::-moz-placeholder,
.myenquire-form textarea::-moz-placeholder {
  color: #000;
}

.myenquire-form select:-ms-input-placeholder,
.myenquire-form input:-ms-input-placeholder,
.myenquire-form select option:-ms-input-placeholder,
.myenquire-form textarea:-ms-input-placeholder {
  color: #000;
}

.myenquire-form select::-ms-input-placeholder,
.myenquire-form input::-ms-input-placeholder,
.myenquire-form select option::-ms-input-placeholder,
.myenquire-form textarea::-ms-input-placeholder {
  color: #000;
}

.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: #000;
}

.myenquire-form select::-moz-placeholder,
.myenquire-form input::-moz-placeholder,
.myenquire-form select option::-moz-placeholder,
.myenquire-form textarea::-moz-placeholder {
  color: #000;
}

.myenquire-form select:-ms-input-placeholder,
.myenquire-form input:-ms-input-placeholder,
.myenquire-form select option:-ms-input-placeholder,
.myenquire-form textarea:-ms-input-placeholder {
  color: #000;
}

.myenquire-form select::-ms-input-placeholder,
.myenquire-form input::-ms-input-placeholder,
.myenquire-form select option::-ms-input-placeholder,
.myenquire-form textarea::-ms-input-placeholder {
  color: #000;
}

.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: #000;
}

.myenquire-form select::-moz-placeholder,
.myenquire-form input::-moz-placeholder,
.myenquire-form select option::-moz-placeholder,
.myenquire-form textarea::-moz-placeholder {
  color: #000;
}

.myenquire-form select:-ms-input-placeholder,
.myenquire-form input:-ms-input-placeholder,
.myenquire-form select option:-ms-input-placeholder,
.myenquire-form textarea:-ms-input-placeholder {
  color: #000;
}

.myenquire-form select::-ms-input-placeholder,
.myenquire-form input::-ms-input-placeholder,
.myenquire-form select option::-ms-input-placeholder,
.myenquire-form textarea::-ms-input-placeholder {
  color: #000;
}

.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: #000;
}

.myenquire-form select::-moz-placeholder,
.myenquire-form input::-moz-placeholder,
.myenquire-form select option::-moz-placeholder,
.myenquire-form textarea::-moz-placeholder {
  color: #000;
}

.myenquire-form select:-ms-input-placeholder,
.myenquire-form input:-ms-input-placeholder,
.myenquire-form select option:-ms-input-placeholder,
.myenquire-form textarea:-ms-input-placeholder {
  color: #000;
}

.myenquire-form select::-ms-input-placeholder,
.myenquire-form input::-ms-input-placeholder,
.myenquire-form select option::-ms-input-placeholder,
.myenquire-form textarea::-ms-input-placeholder {
  color: #000;
}

.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: #000;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.myenquire-form select::-moz-placeholder,
.myenquire-form input::-moz-placeholder,
.myenquire-form select option::-moz-placeholder,
.myenquire-form textarea::-moz-placeholder {
  color: #000;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.myenquire-form select:-ms-input-placeholder,
.myenquire-form input:-ms-input-placeholder,
.myenquire-form select option:-ms-input-placeholder,
.myenquire-form textarea:-ms-input-placeholder {
  color: #000;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.myenquire-form select::-ms-input-placeholder,
.myenquire-form input::-ms-input-placeholder,
.myenquire-form select option::-ms-input-placeholder,
.myenquire-form textarea::-ms-input-placeholder {
  color: #000;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.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: #000;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.myenquire-form select::-moz-placeholder,
.myenquire-form input::-moz-placeholder,
.myenquire-form select option::-moz-placeholder,
.myenquire-form textarea::-moz-placeholder {
  color: #000;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.myenquire-form select:-ms-input-placeholder,
.myenquire-form input:-ms-input-placeholder,
.myenquire-form select option:-ms-input-placeholder,
.myenquire-form textarea:-ms-input-placeholder {
  color: #000;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.myenquire-form select::-ms-input-placeholder,
.myenquire-form input::-ms-input-placeholder,
.myenquire-form select option::-ms-input-placeholder,
.myenquire-form textarea::-ms-input-placeholder {
  color: #000;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.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: #000;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.myenquire-form select::-moz-placeholder,
.myenquire-form input::-moz-placeholder,
.myenquire-form select option::-moz-placeholder,
.myenquire-form textarea::-moz-placeholder {
  color: #000;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.myenquire-form select:-ms-input-placeholder,
.myenquire-form input:-ms-input-placeholder,
.myenquire-form select option:-ms-input-placeholder,
.myenquire-form textarea:-ms-input-placeholder {
  color: #000;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.myenquire-form select::-ms-input-placeholder,
.myenquire-form input::-ms-input-placeholder,
.myenquire-form select option::-ms-input-placeholder,
.myenquire-form textarea::-ms-input-placeholder {
  color: #000;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.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: #000;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.myenquire-form select::-moz-placeholder,
.myenquire-form input::-moz-placeholder,
.myenquire-form select option::-moz-placeholder,
.myenquire-form textarea::-moz-placeholder {
  color: #000;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.myenquire-form select:-ms-input-placeholder,
.myenquire-form input:-ms-input-placeholder,
.myenquire-form select option:-ms-input-placeholder,
.myenquire-form textarea:-ms-input-placeholder {
  color: #000;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.myenquire-form select::-ms-input-placeholder,
.myenquire-form input::-ms-input-placeholder,
.myenquire-form select option::-ms-input-placeholder,
.myenquire-form textarea::-ms-input-placeholder {
  color: #000;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.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: #000;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.myenquire-form select::-moz-placeholder,
.myenquire-form input::-moz-placeholder,
.myenquire-form select option::-moz-placeholder,
.myenquire-form textarea::-moz-placeholder {
  color: #000;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.myenquire-form select:-ms-input-placeholder,
.myenquire-form input:-ms-input-placeholder,
.myenquire-form select option:-ms-input-placeholder,
.myenquire-form textarea:-ms-input-placeholder {
  color: #000;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.myenquire-form select::-ms-input-placeholder,
.myenquire-form input::-ms-input-placeholder,
.myenquire-form select option::-ms-input-placeholder,
.myenquire-form textarea::-ms-input-placeholder {
  color: #000;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.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: #000;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.myenquire-form select::-moz-placeholder,
.myenquire-form input::-moz-placeholder,
.myenquire-form select option::-moz-placeholder,
.myenquire-form textarea::-moz-placeholder {
  color: #000;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.myenquire-form select:-ms-input-placeholder,
.myenquire-form input:-ms-input-placeholder,
.myenquire-form select option:-ms-input-placeholder,
.myenquire-form textarea:-ms-input-placeholder {
  color: #000;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.myenquire-form select::-ms-input-placeholder,
.myenquire-form input::-ms-input-placeholder,
.myenquire-form select option::-ms-input-placeholder,
.myenquire-form textarea::-ms-input-placeholder {
  color: #000;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.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: #000;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.myenquire-form select::-moz-placeholder,
.myenquire-form input::-moz-placeholder,
.myenquire-form select option::-moz-placeholder,
.myenquire-form textarea::-moz-placeholder {
  color: #000;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.myenquire-form select:-ms-input-placeholder,
.myenquire-form input:-ms-input-placeholder,
.myenquire-form select option:-ms-input-placeholder,
.myenquire-form textarea:-ms-input-placeholder {
  color: #000;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.myenquire-form select::-ms-input-placeholder,
.myenquire-form input::-ms-input-placeholder,
.myenquire-form select option::-ms-input-placeholder,
.myenquire-form textarea::-ms-input-placeholder {
  color: #000;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.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: #000;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.myenquire-form select::-moz-placeholder,
.myenquire-form input::-moz-placeholder,
.myenquire-form select option::-moz-placeholder,
.myenquire-form textarea::-moz-placeholder {
  color: #000;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.myenquire-form select:-ms-input-placeholder,
.myenquire-form input:-ms-input-placeholder,
.myenquire-form select option:-ms-input-placeholder,
.myenquire-form textarea:-ms-input-placeholder {
  color: #000;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.myenquire-form select::-ms-input-placeholder,
.myenquire-form input::-ms-input-placeholder,
.myenquire-form select option::-ms-input-placeholder,
.myenquire-form textarea::-ms-input-placeholder {
  color: #000;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.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: #000;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.myenquire-form select::-moz-placeholder,
.myenquire-form input::-moz-placeholder,
.myenquire-form select option::-moz-placeholder,
.myenquire-form textarea::-moz-placeholder {
  color: #000;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.myenquire-form select:-ms-input-placeholder,
.myenquire-form input:-ms-input-placeholder,
.myenquire-form select option:-ms-input-placeholder,
.myenquire-form textarea:-ms-input-placeholder {
  color: #000;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.myenquire-form select::-ms-input-placeholder,
.myenquire-form input::-ms-input-placeholder,
.myenquire-form select option::-ms-input-placeholder,
.myenquire-form textarea::-ms-input-placeholder {
  color: #000;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.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: #000;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.myenquire-form select::-moz-placeholder,
.myenquire-form input::-moz-placeholder,
.myenquire-form select option::-moz-placeholder,
.myenquire-form textarea::-moz-placeholder {
  color: #000;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.myenquire-form select:-ms-input-placeholder,
.myenquire-form input:-ms-input-placeholder,
.myenquire-form select option:-ms-input-placeholder,
.myenquire-form textarea:-ms-input-placeholder {
  color: #000;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.myenquire-form select::-ms-input-placeholder,
.myenquire-form input::-ms-input-placeholder,
.myenquire-form select option::-ms-input-placeholder,
.myenquire-form textarea::-ms-input-placeholder {
  color: #000;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.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: #000;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.myenquire-form select::-moz-placeholder,
.myenquire-form input::-moz-placeholder,
.myenquire-form select option::-moz-placeholder,
.myenquire-form textarea::-moz-placeholder {
  color: #000;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.myenquire-form select:-ms-input-placeholder,
.myenquire-form input:-ms-input-placeholder,
.myenquire-form select option:-ms-input-placeholder,
.myenquire-form textarea:-ms-input-placeholder {
  color: #000;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.myenquire-form select::-ms-input-placeholder,
.myenquire-form input::-ms-input-placeholder,
.myenquire-form select option::-ms-input-placeholder,
.myenquire-form textarea::-ms-input-placeholder {
  color: #000;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.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: #000;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.myenquire-form select::-moz-placeholder,
.myenquire-form input::-moz-placeholder,
.myenquire-form select option::-moz-placeholder,
.myenquire-form textarea::-moz-placeholder {
  color: #000;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.myenquire-form select:-ms-input-placeholder,
.myenquire-form input:-ms-input-placeholder,
.myenquire-form select option:-ms-input-placeholder,
.myenquire-form textarea:-ms-input-placeholder {
  color: #000;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.myenquire-form select::-ms-input-placeholder,
.myenquire-form input::-ms-input-placeholder,
.myenquire-form select option::-ms-input-placeholder,
.myenquire-form textarea::-ms-input-placeholder {
  color: #000;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.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: #000;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.myenquire-form select::-moz-placeholder,
.myenquire-form input::-moz-placeholder,
.myenquire-form select option::-moz-placeholder,
.myenquire-form textarea::-moz-placeholder {
  color: #000;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.myenquire-form select:-ms-input-placeholder,
.myenquire-form input:-ms-input-placeholder,
.myenquire-form select option:-ms-input-placeholder,
.myenquire-form textarea:-ms-input-placeholder {
  color: #000;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.myenquire-form select::-ms-input-placeholder,
.myenquire-form input::-ms-input-placeholder,
.myenquire-form select option::-ms-input-placeholder,
.myenquire-form textarea::-ms-input-placeholder {
  color: #000;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.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: #000;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.myenquire-form select::-moz-placeholder, .myenquire-form input::-moz-placeholder, .myenquire-form select option::-moz-placeholder, .myenquire-form textarea::-moz-placeholder {
  color: #000;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.myenquire-form select:-ms-input-placeholder, .myenquire-form input:-ms-input-placeholder, .myenquire-form select option:-ms-input-placeholder, .myenquire-form textarea:-ms-input-placeholder {
  color: #000;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.myenquire-form select::-ms-input-placeholder, .myenquire-form input::-ms-input-placeholder, .myenquire-form select option::-ms-input-placeholder, .myenquire-form textarea::-ms-input-placeholder {
  color: #000;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.myenquire-form select::placeholder,
.myenquire-form input::placeholder,
.myenquire-form select option::placeholder,
.myenquire-form textarea::placeholder {
  color: #000;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.myenquire-form select option {
  background-color: #fff;
}

/*  */
.courses-section .courses-card p {
  /* display: inline-block; */
  /* border: 1px solid #0001; */
  border-radius: 2rem;
  /* padding: 10px; */
  font-size: 14px;
}
.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;
  /* border: 1px solid #cd2d38; */
  border-top: none;
}
/* .courses-section .courses-card:hover .courses-img img {
  transition: all 0.4s ease-in-out;
} */
.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 {
  background: url(../assets/images/wings.png) no-repeat center;
  background-size: 50%;
  background-attachment: fixed;
}
.featured-section .featured-image.acc-image.iao-seal img{
  width: 120px;
}
.featured-section .featured-image.acc-image {
  padding: 0.5rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 1px 2px 5px 5px #0000000a;
}
/*  */

/* .gallery-section .gallery-container .gallery-items.item_9 {
  grid-area: 3 / 4 / 4 / 5;
}
.gallery-section .gallery-container .gallery-items.item_8 {
  grid-area: 3 / 3 / 4 / 4;
}
.gallery-section .gallery-container .gallery-items.item_7 {
  grid-area: 3 / 1 / 4 / 3;
}
.gallery-section .gallery-container .gallery-items.item_6 {
  grid-area: 2 / 3 / 3 / 5;
}
.gallery-section .gallery-container .gallery-items.item_5 {
  grid-area: 2 / 2 / 3 / 3;
}
.gallery-section .gallery-container .gallery-items.item_4 {
  grid-area: 2 / 1 / 3 / 2;
}
.gallery-section .gallery-container .gallery-items.item_3 {
  grid-area: 1 / 4 / 2 / 5;
}
.gallery-section .gallery-container .gallery-items.item_2 {
  grid-area: 1 / 2 / 2 / 4;
}
.gallery-section .gallery-container .gallery-items.item_1 {
  grid-area: 1 / 1 / 2 / 2;
}
.gallery-section .gallery-heading p {
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}
.gallery-section .gallery-heading {
  margin-bottom: 2rem;
}
.gallery-section .gallery-container .gallery-items {
  overflow: hidden;
  cursor: pointer;
}
.gallery-section .gallery-container .gallery-items:hover img {
  transform: scale(1.1);
}
.gallery-section .gallery-container .gallery-items img {
  transition: 0.6s all ease-in-out;
  height: 100%;
}
.gallery-section .gallery-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
.gallery-section .gallery-brnd {
  position: absolute;
  right: 0;
  width: 25%;
} */
/* .gallery-section {} */
/*  */
.insta-section .insta-content .insta-text p {
  font-size: 14px;
}
.insta-section .insta-content .insta-text h3 {
  font-size: 1.2rem;
}
.insta-section .insta-content .insta-text {
  padding: 2rem 0.5rem 0.5rem 0.5rem;
}
/* .insta-section .insta-content .insta-image{
  border-bottom: 1px solid #000;
 } */
.insta-section {
  padding: 1rem 0 1rem 0;
}
.featured-section {
  padding-top: 0;
}
.featured-section .featured-brnd {
  position: absolute;
  left: 0;
  top: -5%;
  width: 32%;
}
.statistics-section .statistics-brnd {
  position: absolute;
  bottom: -5%;
  width: 30%;
  right: 5%;
}
.student-section .student-card p {
  font-size: 14px;
  margin-top: 1rem;
}
.student-section .student-card h4 {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  /* font-weight: 600; */
}
.student-section .student-brnd {
  position: absolute;
  right: 0;
  width: 18%;
  top: -5%;
}
.myenquire-form p {
  color: #fff;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.offers-mod .modal_offer .modal_offers-content .offer-flex {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
  justify-content: space-around;
}
.offers-mod .modal_offer .modal_offers-content .offer-flex {
  gap: 1rem;
}

.offers-mod .modal_offer .modal_offers-content .offer-flex .ser,
.offers-mod .modal_offer .modal_offers-content .offer-flex .tra1 {
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
  color: #000;
}
.offers-mod .modal_offer .modal_offers-content .offer-flex .tra1 {
  margin-bottom: 0;
}
.offers-mod .modal_offer .modal_offers-content .offer-flex .ser {
  margin-top: 0;
}

.offers-mod .modal_offer .modal_offers-content .tnc {
  color: #000;
  display: block;
  font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}
.offers-mod .modal_offer .modal_offers-content .tnc {
  margin: 1rem 0;
}
/*  */
.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 0.8rem;
  border: 1px solid #000;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
}
.float-btn a:hover {
  background: #fff;
  color: #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: none;
  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;
  }
}
/* .home_intro-section .home_intro-brnd2 img, */
.home_intro-section .home_intro-image {
  position: relative;
  width: 100%;
}
.home_intro-section .home_intro-image .home_intro-image2 {
  position: absolute;
  right: -40%;
  top: 50%;
  transform: translateY(-50%);
  width: 70%;
}
.home_intro-section .home_intro-brnd2 img {
  position: absolute;
  left: 0;
  width: 20%;
  top: 0%;
  z-index: -1;
}
.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: 8rem 0;
}
.bg_intro-section .container-fluid {
  width: 90%;
}
.bg_intro-section {
  background: url(../assets/images/bg-dia-left.png) no-repeat left;
  background-size: contain;
}
/*  */
.colaboration-section .colaboration-content p {
  font-weight: 600;
  font-size: clamp(1.1rem, 1.0317rem + 0.3902vw, 1.5rem);
}
.colaboration-section .colaboration-brnd {
  position: absolute;
  right: 0;
  /* opacity: 0; */
  width: 25%;
  bottom: 0;
}
.colaboration-section {
  background: url(../assets/images/bg-dia.png) no-repeat top center;
  background-size: cover;
  background-color: #ffffffea;
  background-blend-mode: difference;
}
.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-slide {
  text-align: center;
  font-size: 18px;
  background: #000;
  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 */
.partnership-section .partnership-content .partnership-image span {
  font-size: clamp(2.5rem, 2.2439rem + 1.4634vw, 4rem);
  color: #444;
  font-weight: bold;
  margin-bottom: 0;
}
.partnership-section .partnership-content .partnership-image img {
  width: auto;
  height: 80px;
}
.partnership-section .partnership-content .partnership-image {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}
.partnership-section .partnership-content .partnership-para p {
  font-weight: 600;
  font-size: clamp(1.1rem, 1.0317rem + 0.3902vw, 1.5rem);
}
.partnership-section {
  background: url(../assets/images/body-bg.png) repeat center;
  background-size: 45%;
  background-color: #ffffff87;
  background-blend-mode: overlay;
}
.partnership-section .partnership-brnd {
  position: absolute;
  left: 0;
  top: -5%;
  width: 20%;
}
/* Video sec */
.video-section .video-div .swiper-slide img,
.video-section .video-div {
  height: 100vh;
}
/* main{
 display: none;
} */
.loading-container {
  position: fixed;
  top: 0;
  overflow: hidden;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.loading-container video {
  height: 100vh;
}
.video-section video {
  height: 100vh;
}
/* .video-section .video-btn .video-button {
  background-color: #fff;
  padding: 0.5rem 2rem;
  font-weight: bold;
}
.video-section .video-btn {
  right: 2rem;
  position: absolute;
  top: 2rem;
  z-index: 2;
} */
.navigation-sec .navigation-button{
  border: 1px solid #000;
  padding: .5rem 2rem;
}
.navigation-sec .navigation-div {
  width: 90%;
  display: flex;
  padding: .7rem 0;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.navigation-sec .navigation-logo img {
  /* position: fixed; */
  left: 3rem;
  top: 2rem;
  z-index: 2;
  width: 75px;
}
.video-section .video-image::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #00000079;
}
.video-section .video-image {
  position: relative;
  width: 100%;
}
.video-section .video-image .video_image-content h3 {
  font-size: clamp(2.5rem, 1.9878rem + 2.9268vw, 5.5rem);
  color: #fff;
}
.video-section .video-image .video_image-content {
  position: absolute;
  width: 90%;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video-section {
  background-color: #000;
  padding: 0 0;
}
/* Video sec */
/*  */
/* 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;
}
.msb-section {
  padding: 4rem 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 .footer-links p {
  font-size: 14px;
  color: #fff;
  margin: 0;
  padding: 1rem 0;

  display: flex;
  gap: 12px;
}

.footer .footer-links a {
  color: #ffffff91;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
}

.footer .footer-links a:hover {
  color: #ddd;
  text-decoration: underline;
}

.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;
}
.msb-section .msb-content img {
  width: auto;
  height: 90px;
}
.modal-dialog-scrollable .modal-content{
  overflow: scroll;
}
/*  offers modal */
.offers-mod .modal-dialog-scrollable .modal_offer {
  overflow-y: auto;
  display: flex;
  align-items: center;
  max-height: calc(80vh - 3.5rem);
  background: url(../assets/images/wings-thankyou.png) no-repeat center;
  background-size: contain;
  background-color: #fff;
}
.offers-mod .modal_offer .modal_offers-image {
  width: 50%;
}
.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: 3.5rem;
}
.offers-mod .modal_offer .modal_offers-content h4 {
  /* font-family: "Poppins", sans-serif; */
  font-size: 1.5rem;
  font-weight: 300;
}
/*  offers modal */
.aboutftv-section {
  overflow: hidden;
}
.aboutftv-section .aboutftv-brnd {
  position: absolute;
  right: -12%;
  width: 33%;
  opacity: 0.5;
  top: 0;
}

.courses-section .courses-brnd {
  position: absolute;
  left: 0;
  bottom: 10%;
  z-index: -1;
}
/*   */
.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;
}
/*  */
/* @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) {
  .enquire .row.enqrow .enquire-diamond {
    bottom: -67%;
  }
}
@media screen and (max-width: 992px) {
  .myenquire-form .theme-btn {
    padding: 0.7rem 1.5rem;
  }
  .offers-mod .modal-dialog-scrollable .modal_offer {
    flex-direction: column-reverse;
    background-position: top;
  }
  .offers-mod .modal_offer .modal_offers-image,
  .offers-mod .modal_offer .modal_offers-content {
    width: 100%;
  }
  .footer {
    background-position: right bottom;
  }
  .enquire .row.enqrow .enquire-diamond {
    bottom: -54%;
  }
  .home_intro-section .home_intro-image {
    position: relative;
    width: 68%;
  }
}

@media screen and (max-width: 767px) {
  /* .myenquire-form {
    background: url(../assets/images/wings.png) no-repeat center;
    background-size: contain;
    background-color: #000000b5;
    background-attachment: fixed;
  } */
  .enquire .enquire-image img,
  .enquire .enquire-image {
    height: 100%;
  }
  .my-block{
    display: none;
  }
  .my-dnone{
    display: flex;
  }
  .aboutftv-section .row,
  .enquire .row {
    flex-direction: column-reverse;
  }
  .courses-section {
    background-size: 75%;
  }
  .enquire .row.enqrow .enquire-diamond {
    bottom: -20%;
  }
  .bg_intro-section,
  .msb-section {
    padding-top: 2rem;
  }
  .statistics-section {
    background: url(../assets/images/about-img.jpg) no-repeat center right;
    background-size: contain;
    background-color: #ffffffc9;
    background-blend-mode: overlay;
  }
  .statistics-section .statistics-brnd {
    left: 0;
    top: -10%;
    bottom: auto;
    right: auto;
    width: 45%;
  }
  .aboutftv-section .aboutftv-brnd {
    width: 58%;
  }
  .courses-section h3 {
    font-size: 1.6rem;
  }
  /* .bg_intro-section .container-fluid{
    width: 90%;
  } */
  .video-section .video-logo img {
    width: 140px;
  }
  .bg_intro-section .row {
    flex-direction: column-reverse;
  }
  .insta-section {
    padding: 2rem 0;
  }
  .partnership-section {
    padding-top: 2rem;
  }
  .home_intro-section .home_intro-brnd2 img {
    top: auto;
    bottom: -7%;
  }
  .featured-section {
    background: url(../assets/images/fashiontv-horizontal-text.png) no-repeat
      bottom center;
    background-size: contain;
  }
  .colaboration-section .colaboration-brnd {
    width: 40%;
  }
}

@media screen and (max-width: 576px) {
  .enquire .row.enqrow .enquire-diamond {
    display: none;
  }
  .partnership-section .partnership-content .partnership-image img {
    width: auto;
    height: 65px;
}
  .offers-mod .modal_offer .modal_offers-content {
    padding-top: 3rem;
  }
  /* .gallery-section .gallery-container {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
  .gallery-section .gallery-container .gallery-items.item_1 {
    grid-area: 1 / 1 / 2 / 2;
  }
  .gallery-section .gallery-container .gallery-items.item_2 {
    grid-area: 1 / 2 / 2 / 4;
  }
  .gallery-section .gallery-container .gallery-items.item_3 {
    grid-area: 2 / 1 / 3 / 2;
  }
  .gallery-section .gallery-container .gallery-items.item_4 {
    grid-area: 2 / 2 / 3 / 3;
  }
  .gallery-section .gallery-container .gallery-items.item_5 {
    grid-area: 2 / 3 / 3 / 4;
  }
  .gallery-section .gallery-container .gallery-items.item_6 {
    grid-area: 3 / 1 / 4 / 3;
  }
  .gallery-section .gallery-container .gallery-items.item_7 {
    grid-area: 4 / 2 / 5 / 4;
  }
  .gallery-section .gallery-container .gallery-items.item_8 {
    grid-area: 4 / 1 / 5 / 2;
  }
  .gallery-section .gallery-container .gallery-items.item_9 {
    grid-area: 3 / 3 / 4 / 4;
  } */
  .courses-section .courses-brnd {
    width: 30%;
  }
  .home_intro-section .home_intro-brnd2 img {
    width: 36%;
  }
  .partnership-section .partnership-brnd {
    top: -9%;
    width: 34%;
  }
}

@media screen and (max-width: 425px) {
  .footer .contact-flex {
    gap: 0.5rem;
  }
  .offers-mod .modal_offer .modal_offers-content .offer-child h2 {
    font-size: 2.5rem;
  }
  .video-section .video-logo img {
    left: 2rem;
  }
  /* .image1-section .header-logo img {
    height: 60px;
  } */
  .footer .contact-flex li a,
  .footer p a,
  .footer p {
    font-size: 1rem;
  }
  .courses-section {
    background-size: 100%;
  }
  .statistics-section .statistics-brnd {
    top: -17%;
    width: 65%;
  }
  .home_intro-section .home_intro-brnd2 img {
    width: 48%;
  }
  /* .gallery-section .gallery-brnd {
    right: 0;
    width: 35%;
  } */
  .aboutftv-section .aboutftv-brnd {
    width: 86%;
    right: -25%;
  }
  .container-fluid {
    width: 100%;
  }
  .colaboration-section .colaboration-brnd {
    width: 55%;
  }
  .navigation-sec .navigation-logo img{
    width: 170px;
  }
  .navigation-sec .navigation-div{
    width: 94%;
    padding: .5rem 0;
  } 
  .navigation-sec .navigation-button {
    padding: .5rem 1rem;
    font-size: 14px;
}
}

@media screen and (max-width: 375px) {
  .myenquire-form {
    padding: 4rem 1.5rem 8rem 1.5rem;
  }
  .partnership-section .partnership-content .partnership-image img {
    width: auto;
    height: 50px;
}
}

@media screen and (max-width: 320px) {
  .navigation-sec .navigation-logo img {
    width: 150px;
}
}
@media screen and (max-width: 320px) {
  .insta-section .insta-heading h2 {
    font-size: 28px;
  }
}
