@font-face {
  font-family: "Karin";
  src: url("/fonts/KarinMedium.woff2") format("woff2"), url("/fonts/KarinMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.baskervville {
  font-family: "Baskervville", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.1em;
}
@media screen and (min-width: 1000px) {
  .baskervville {
    font-size: 50px;
  }
}

:root {
  --brown: #681929;
  --gold: #C49A5B;
  --white: #ffffff;
  --grey: #fbf1f0;
  --header-height: 90px;
  --gap: 40px;
}

body {
  font-family: halyard-text, sans-serif;
  font-size: var(--body-fn);
  background: var(--white);
  color: #000;
  letter-spacing: 0.01em;
  margin: 0;
  padding: 0 0 0 0;
  font-size: 14.5px;
  line-height: 1.8;
}

.toFade {
  opacity: 0;
  transition: opacity 0.5s;
}

.delay1 {
  transition-delay: 0.5s;
}

.delay2 {
  transition-delay: 1s;
}

.delay3 {
  transition-delay: 1.5s;
}

.gold {
  color: var(--gold);
}

.loaded .toFade {
  opacity: 1;
}

.clear,
* html .clearfix,
*:first-child + html .clearfix {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.full-h {
  position: relative;
  height: 100vh;
  height: 100svh;
  background-size: cover;
  background-position: center;
}

.half-h {
  position: relative;
  height: 43vw;
  background-size: cover;
  background-position: center;
}

.h-auto {
  position: relative;
  min-height: 36vw;
  padding: 90px 20px;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.h-auto h2 {
  color: #fff;
  text-align: center;
  max-width: 640px;
  position: relative;
  z-index: 3;
  margin: auto;
}

.middle {
  position: absolute;
  top: 50%;
  width: calc(100% - 40px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.play {
  width: -moz-max-content;
  width: max-content;
  display: block;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
}
.play img {
  width: 90px;
  margin: 0 auto 20px auto;
  display: block;
}
.play.sml {
  font-size: 14px;
}
.play.sml img {
  width: 60px;
}

.stn {
  width: 75px;
  margin: 0 auto 40px auto;
  display: block;
}

.shape {
  width: 88px;
  display: block;
  margin: auto;
}

.dark_layer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.container {
  width: 1480px;
  max-width: calc(100% - (var(--gap) + var(--gap)));
  margin: auto;
}

.container.small {
  width: 760px;
}

.w1040 {
  width: 1240px;
  max-width: calc(100% - 40px);
}

.bg-video {
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.bg-video video {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.bg-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
}

@media (min-aspect-ratio: 16/9) {
  .bg-video iframe {
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .bg-video iframe {
    width: 177.78vh;
  }
}
.fadeInUp {
  opacity: 0;
  transform: translateY(5px);
}
.fadeInUp.animated {
  animation-name: fadein;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  -webkit-animation-name: fadein;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
}

@keyframes fadein {
  0% {
    transform: translateY(5px);
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}
.bg-grey {
  background: var(--grey);
}

.bg-brown {
  background-color: var(--brown);
  color: #fff;
}

.bg-gold {
  background-color: var(--gold);
  color: var(--cream);
}

.grid_2 {
  width: calc(20% - 30px);
}

.grid_3 {
  width: 25%;
}

.grid_6 {
  width: calc(50% - 10px);
}

.grid_7 {
  width: calc(57.5% - 10px);
}

.grid_5 {
  width: calc(46.5% - 10px);
}

.g_6 {
  width: calc(50% - 40px);
}

.g_3 {
  width: calc(25% - 30px);
}

.g_4 {
  width: 33.33%;
  padding-right: 10px;
  padding-bottom: 20px;
}
.g_4 p {
  font-size: 14px;
  line-height: 1.1;
  display: flex;
  align-items: center;
  gap: 10px;
}
.g_4 p::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--gold);
}

.g_4 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.g_4:nth-child(3n) {
  margin-right: 0;
}

.grid_4 {
  width: calc(33.33% - 26.66px);
}

.grid_8 {
  width: 66.66%;
}

.icons {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
}

.service-icon {
  flex-direction: column;
  width: calc(20% - 40px);
  background-color: #f7e7e5;
  border-radius: 10px;
  display: flex;
  padding: 30px;
  gap: 30px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.service-icon .wrapper {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.grid_img {
  width: 62%;
  max-width: calc(100% - 600px);
  background-size: cover;
  background-position: center;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.grid_img .vt {
  left: initial;
  right: initial;
  bottom: initial;
  margin: auto;
}

.grid_txt {
  min-width: 600px;
  width: 38%;
  max-width: 100%;
  height: 100%;
  padding: 60px 45px;
  display: flex;
}

.inner {
  margin: auto;
  max-width: 100%;
  width: 460px;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

img {
  border: none;
  max-width: 100%;
}

a,
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

textarea:focus,
input:focus,
select:focus {
  outline: none;
}

.slide-toggle {
  overflow: hidden;
  max-width: 460px;
}
.slide-toggle.open .inner.active {
  transition-delay: 500ms;
}

.toggle {
  padding: 15px 0;
  border-bottom: 1px solid var(--gold);
  position: relative;
  cursor: pointer;
}
.toggle:has(.active)::before {
  content: none;
}
.toggle:after {
  content: "";
  position: absolute;
  top: 28px;
  right: 0;
  width: 11px;
  background-color: var(--gold);
  display: block;
  height: 1px;
  pointer-events: none;
}
.toggle::before {
  content: "";
  position: absolute;
  top: 23px;
  right: 5px;
  width: 1px;
  background-color: var(--gold);
  display: block;
  height: 11px;
  pointer-events: none;
}
.toggle h6 {
  font-weight: 400;
}
.toggle .inner {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding 0.5s ease;
}
.toggle .inner.active {
  transition: max-height 0.5s ease-in, padding 0.5s ease;
}
.toggle .inner.active::before {
  height: 0px;
}

/* General */
.caption {
  position: absolute;
  left: 15px;
  bottom: 15px;
  color: #fff;
  text-shadow: 1px -1.5px #000;
  z-index: 2;
}

.img {
  width: 100%;
  margin: 0;
  display: block;
}

/* Headings */
h1,
h2,
h3 {
  margin: 0;
  font-weight: normal;
  font-family: "baskerville-urw", serif;
  color: var(--brown);
  font-weight: 400;
  font-style: normal;
}
h1 strong,
h2 strong,
h3 strong {
  font-weight: 400;
}

p {
  color: #000;
  margin: 0;
}

h1 {
  font-family: "Karin";
  font-size: 56px;
  margin-bottom: 0.5em;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  line-height: 1;
  width: 1180px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

h2 {
  font-size: 44px;
  margin-bottom: 1em;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0;
}

h3 {
  font-size: 40px;
  margin-bottom: 1.5em;
}

h4 {
  font-size: 18x;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-align: center;
}

h5 {
  letter-spacing: 0.14em;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

h6 {
  letter-spacing: 0.1em;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
h6:not(.gold) {
  color: var(--brown);
}

.switch {
  border-bottom: 1px solid #000;
  padding: 0 0 25px 0;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Navigation */
.icon {
  width: 36px;
  display: block;
  height: 36px;
}

.social {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.btn {
  height: 40px;
  width: -moz-max-content;
  width: max-content;
  display: flex !important;
  justify-content: center;
  border-color: inherit;
  align-items: center;
  padding: 0 45px;
  border-radius: 30px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 500;
  background-color: var(--gold);
  color: #fff;
  line-height: 1;
  font-size: 13px;
  letter-spacing: 0.14em;
  transition: all 0.3s;
  border: 1px solid var(--gold);
}
.btn:hover {
  background-color: transparent !important;
  color: var(--gold) !important;
  border: 1px solid var(--gold) !important;
}

.sub-btn {
  margin: 20px 0 0 0;
  width: 150px;
  font-weight: 600;
  text-align: center;
  background-color: #F0D1CD;
  color: var(--brown) !important;
  border-radius: 30px;
}

.ask-q {
  background-color: var(--green);
  color: #000;
  width: 220px;
}

.centeralign {
  text-align: center;
}

.flex-sb-ce {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  -moz-column-gap: 0;
  column-gap: 0;
  row-gap: 0;
  flex-wrap: wrap;
  align-self: normal;
  gap: 20px;
}

.reverse {
  flex-direction: row-reverse;
}

.flex-cc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-cb {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 50px;
       column-gap: 50px;
}

.flex-sb {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.flex-s {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-st-st {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 65px 40px;
  flex-wrap: wrap;
}
.flex-st-st .grid_4 {
  padding-right: 25px;
}
.flex-st-st p:nth-child(3) {
  margin-bottom: 20px;
}

.more {
  display: block;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  letter-spacing: 0.14em;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #681929;
}
.more:after {
  position: absolute;
  bottom: -3px;
  height: 1px;
  display: block;
  content: "";
  background-color: currentColor;
  width: 100%;
}

.b-top {
  border-top: 1px solid;
}

.b-bottom {
  border-bottom: 1px solid;
}

.mauto {
  margin-left: auto;
  margin-right: auto;
}

.max400 {
  width: 400px;
}

.max420 {
  width: 420px;
  max-width: 40%;
}

.max435 {
  width: 435px;
  max-width: 40%;
}

.max485 {
  width: 445px;
  max-width: 40%;
}

.max1090 {
  max-width: 1090px;
}

.max1180 {
  max-width: 1180px;
}

.max1000 {
  max-width: 1000px;
}

.max530 {
  max-width: 530px;
}

.max640 {
  max-width: 640px;
}

.mb20 {
  margin-bottom: 17px;
  display: block;
}

.mb15 {
  margin-bottom: 12px;
}

.mb30 {
  margin-bottom: 30px;
  display: block;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 50px;
}

.pad-t-120 {
  padding-top: 120px;
}

.pad-b-120 {
  padding-bottom: 120px;
}

.mb40 {
  margin-bottom: 30px;
}

.for-con {
  display: none;
}

.faq-div {
  position: relative;
  padding: 16px 0;
  border-top: 1px solid var(--gold);
  cursor: pointer;
}

.container .faq-div:last-child {
  border-bottom: 1px solid var(--gold);
}

.answer {
  display: flex;
  height: 0;
  overflow: hidden;
  justify-content: flex-end;
  padding-right: 50px;
  flex-wrap: wrap;
  padding-left: 50%;
}

.inner_an {
  padding: 30px 0;
}

.answer p {
  display: block;
  margin-bottom: 15px;
}

.answer p:last-child {
  margin-bottom: 0;
}

.close-faq {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--gold);
  display: block;
  position: absolute;
  right: 0;
  top: 5px;
  transition: transform 0.5s;
}

.close-faq:after,
.close-faq:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  background: var(--gold);
}

.close-faq:before {
  width: 75%;
  height: 1px;
}

.close-faq:after {
  width: 1px;
  height: 75%;
}

.faq-div.active .close-faq {
  transform: rotate(45deg);
}

.news-link {
  margin-bottom: 10px;
}

.news-link h6 {
  margin-bottom: 10px;
}

.news-link a {
  text-decoration: underline;
}

.roundImg {
  display: block;
  margin-bottom: 30px;
  border-radius: 50% 50% 0 0;
}

/* enquiry */
.contact-det {
  width: 325px;
  text-align: left;
}
.contact-det p {
  color: #fff;
}

.register-form {
  width: calc(100% - 425px);
  position: relative;
  overflow: hidden;
}

.formbox {
  width: 485px;
  max-width: 100%;
  position: relative;
}

input,
textarea,
select {
  font-size: 15px;
  margin: 0 auto 12px auto;
  padding: 10px 0;
  width: 100%;
  color: var(--white);
  font-family: inherit;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid;
  text-align: left;
  resize: none;
  letter-spacing: 0.01em;
}

select {
  background-image: url(/images/icons/arrow-d.svg);
  background-position: right 50%;
  background-repeat: no-repeat;
}

select option {
  color: #000000;
}

.register-form input,
.register-form select {
  color: var(--white);
  border: 0 none;
  border-bottom: 1px solid;
  padding: 10px 0;
}

.privacy {
  font-size: 10px;
}

.chk_holder {
  margin: 10px auto 0 auto;
  color: #fff;
}

input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: inherit;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--gold);
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/*footer*/
footer {
  background: var(--brown);
  color: #fff;
  border-top: 1px solid #fff;
  padding: 40px 0;
  font-size: 14px;
}
footer p {
  color: #fff;
}
footer .flex-sb {
  align-items: center;
}

.flex-en {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
}

.logo-footer {
  width: 220px;
  display: block;
}

.br-l {
  padding-left: var(--gap);
  border-left: 1px solid var(--gold);
}

.footer-links a {
  display: block;
}

.footer-links ul a {
  margin-bottom: 0.35em;
  font-weight: 500;
}

.footer-info {
  padding: 25px var(--gap);
  font-size: 0.8em;
}

.sub-a {
  font-size: 1.1em;
  font-weight: 600;
  text-transform: uppercase;
}

.brand {
  position: absolute;
  width: 150px;
  display: block;
  right: 0;
  bottom: -80px;
  z-index: 50;
}

/* Token Style */
ul.token-input-list-project {
  border: none;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  text-align: -moz-left;
  text-align: -webkit-left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border-bottom: 1px solid #525252;
  clear: both;
}

li.token-input-input-token-project {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
}

ul.token-input-list-project li input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100% !important;
  margin-bottom: 0;
}

li.token-input-token-project p {
  display: inline;
  padding: 0;
  margin: 0 5px 0 0;
  line-height: 20px;
  font-size: 11px;
}

li.token-input-token-project {
  overflow: hidden;
  height: 25px;
  margin: 0;
  padding: 2px 5px;
  background-color: #ccc;
  color: #000;
  cursor: default;
  border: 1px solid #525252;
  font-size: 12px;
  white-space: nowrap;
  list-style: none;
  display: inline-block;
}

div.token-input-dropdown-project {
  position: absolute;
  width: 100%;
  background-color: #fff;
  overflow-x: hidden;
  cursor: default;
  font-size: 11px;
  z-index: 13;
  color: #000000;
}

div.token-input-dropdown-project ul {
  margin: 0;
  padding: 0;
  display: block !important;
  max-height: 205px;
}

div.token-input-dropdown-project ul li {
  background-color: #fff;
  font-size: 14px;
  padding: 3px;
  margin: 0;
  list-style-type: none;
  font-weight: 100 !important;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
  background-color: #fff;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
  background-color: #fff;
}

div.token-input-dropdown-project ul li em {
  font-weight: bold;
  font-style: normal;
}

div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
  background-color: #ccc;
  color: #fff;
}

/* Parsley-error */
ul.parsley-errors-list.filled,
ul.parsley-errors-list {
  font-size: 10px;
  list-style: outside none none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: left;
  top: 0;
}

ul.parsley-errors-list.filled li,
ul.parsley-errors-list li {
  padding: 0;
  text-align: left;
  color: #F00D0D;
}

* {
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

/* PRIVACY POPUP UPDATE - 20230616 @author - BIVEK */
.popup-text {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 99;
  overflow-y: scroll;
  background-color: #fff;
  transition: 1s;
  top: 0;
  padding: 100px 40px;
}

.popup-text.show {
  visibility: visible;
  opacity: 1;
}

.popup-text h2 {
  margin-bottom: 30px;
}

.popup-text p {
  margin-bottom: 20px;
}

.popup-text h3 {
  font-weight: 300;
  margin-bottom: 40px;
}

.popup-text h4 {
  margin-bottom: 25px;
  /* color: #fff; */
}

.popup-text .close {
  position: absolute;
  top: 20px;
  right: 20px;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  cursor: pointer;
  font-size: 0;
  z-index: 50;
}

.popup-text .close:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 40px;
  transform: rotate(-45deg);
  transform-origin: center;
  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: center;
  background: #000;
}

.popup-text .close:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 40px;
  transform: rotate(45deg);
  transform-origin: center;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: center;
  background: #000;
}

.popup-text .container {
  max-width: 1000px;
  width: 100%;
  text-align: left;
  margin: auto;
}

.pop-up-message {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(102, 0, 51, 0.5);
  padding: 20px;
}

.pop-up-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  background-color: rgb(102, 0, 51);
  padding: 50px;
  max-width: 600px;
  width: 100%;
}

.pop-up-content h4 {
  font-size: 18px;
  padding-bottom: 30px;
  text-align: center;
}

.pop-up-content h4,
.pop-up-content a {
  color: var(--cream);
}

.close-pop-up {
  margin-bottom: 30px;
  text-decoration: underline;
}

.pop-up-content a.btn {
  border-color: var(--cream);
}

#events .flex-c {
  justify-content: flex-start;
  gap: 40px;
  flex-wrap: wrap;
}

.vt {
  border-color: white;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
  z-index: 2;
  background-color: var(--body-color);
}

.spinner {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(104, 25, 41, 0.6);
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1.5);
}

.spinner svg {
  animation: loading-rotate 2s linear infinite;
  height: 60px;
  width: 60px;
}

.spinner .path {
  stroke-dasharray: 90, 150;
  stroke-dashoffset: 0;
  stroke-width: 2;
  stroke: #fff;
  stroke-linecap: round;
  animation: loading-dash 1.5s ease-in-out infinite;
}

@keyframes loading-rotate {
  to {
    transform: rotate(1turn);
  }
}
@keyframes loading-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40px;
  }
  to {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120px;
  }
}
/* code ends here */
.service-sec {
  margin-right: 0 !important;
}

.service-sec.cls-2 {
  display: flex;
  justify-content: flex-end;
}
.service-sec.cls-2 span {
  display: inline-block;
  min-width: 102px;
}

.service-sec.cls-1 {
  padding-left: 10px;
}

@media screen and (max-width: 1300px) {
  h1 {
    font-size: 56px;
  }
  h2 {
    font-size: 40px;
  }
  .icons {
    gap: 30px;
  }
  .service-icon {
    flex-direction: column;
    width: calc(20% - 24px);
    padding: 30px 15px;
  }
  .g_6 {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 1000px) {
  :root {
    --header-height: 74px;
    --gap: 20px ;
  }
  body {
    font-size: 14px;
  }
  .logo {
    width: 180px;
  }
  .brand {
    width: 100px;
    position: relative;
    margin: 30px auto 0 auto;
    bottom: 0;
  }
  .pop-up-content {
    padding: 50px 20px;
  }
  .flex-c,
  .flex-cc,
  .flex-sb {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 40px;
    flex-wrap: wrap;
  }
  .grid_5,
  .grid_4,
  .grid_6,
  .grid_txt,
  .inner,
  .g_3,
  .g_6,
  .g_4,
  .contact-det,
  .register-form,
  .grid_8,
  .grid_3 {
    width: 100%;
  }
  .pad-t-120 {
    padding-top: 60px;
  }
  .pad-b-120 {
    padding-bottom: 60px;
  }
  .footer-bottom {
    padding: 50px 0;
  }
  nav {
    position: fixed;
    top: 0;
    justify-content: center;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100svh;
    background: var(--pink);
    z-index: 9;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    background-color: #fff;
    display: flex;
    flex-direction: column;
  }
  header.active_nav nav {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  #ul {
    flex-direction: column;
  }
  #nav-toggle {
    display: block;
    position: relative;
    top: 0;
    right: 0;
  }
  .grid_img {
    width: 100%;
    max-width: 100%;
    height: 400px;
  }
  .answer {
    padding-left: 15%;
  }
  .roundImg {
    margin-left: auto;
    margin-right: auto;
  }
  html body .popup-text {
    padding: 80px 20px 40px;
  }
  html body .popup-text .close {
    overflow: hidden;
    width: 20px;
    height: 20px;
  }
  .shape {
    width: 60px;
  }
  h1 {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .btn {
    height: 36px;
    padding: 0 40px;
    font-size: 14px;
  }
  .stn {
    width: 65px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 26px;
  }
  .half-h {
    height: 100vw;
  }
  .grid_7 {
    width: 100%;
  }
  .max485 {
    max-width: 100%;
  }
  .quate {
    padding-top: 0;
    font-size: 10px;
  }
  .play img {
    width: 60px;
    margin: 0 auto 20px auto;
    display: block;
  }
  .max570,
  .max640 {
    width: calc(100% - var(--gap));
  }
  .icons {
    gap: 20px;
  }
  .service-icon {
    width: calc(50% - 10px);
    border-radius: 10px;
    gap: 10px;
  }
  .reverse {
    flex-direction: row;
  }
  footer {
    font-size: 12px;
  }
  footer .flex-sb {
    align-items: flex-start;
  }
  footer .flex-en {
    flex-direction: column;
    gap: 10px;
  }
  .gap0-m {
    gap: 0;
  }
  .service-sec.cls-2 {
    justify-content: flex-start;
  }
  .service-sec.cls-1 {
    padding-left: 0;
  }
  .max420, .max435 {
    max-width: 100%;
  }
  #page-contact .flex-cb {
    flex-wrap: wrap;
    gap: 10px;
  }
  #page-contact .flex-cb div {
    width: 100%;
  }
}