@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Montserrat/Montserrat-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Montserrat/Montserrat-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Montserrat/Montserrat-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Montserrat/Montserrat-Black.ttf") format("truetype");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  height: -webkit-fill-available;
}

a,
a:hover {
  text-decoration: none;
  color: inherit;
}

p {
  margin: 0;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

button:focus {
  outline: none !important;
}

.btn {
  outline: none !important;
  box-shadow: none !important;
}

.rest-btn {
  background: transparent;
  border: 0;
  outline: none !important;
  box-shadow: none !important;
  padding: 0;
  cursor: pointer;
  transition: none;
}

:root {
  --main-color: #D74D5A;
  --second-color: #a83f49;
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1176px;
  }
}
body {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 16px;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  background: #F5F5F5;
  color: #121212;
}
body::-webkit-scrollbar-track {
  background: #FFF;
}
body::-webkit-scrollbar-thumb {
  background: var(--main-color);
}
body::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
body.no-scroll {
  overflow: hidden;
}

.modal-backdrop {
  background: rgba(18, 18, 18, 0.5);
}

.main-btn {
  background: var(--main-color);
  color: #FFF !important;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: bold;
  outline: none !important;
  box-shadow: none !important;
  border: none;
}
.main-btn:hover {
  background: var(--second-color);
}

.whatsapp {
  position: fixed;
  z-index: 4;
  bottom: 25px;
  right: 64px;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  -webkit-filter: drop-shadow(0 8px 16px rgba(158, 158, 158, 0.16));
          filter: drop-shadow(0 8px 16px rgba(158, 158, 158, 0.16));
}
@media (max-width: 991px) {
  .whatsapp {
    bottom: 63px;
    right: 24px;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    -webkit-filter: drop-shadow(0 8px 16px rgba(158, 158, 158, 0.45));
            filter: drop-shadow(0 8px 16px rgba(158, 158, 158, 0.45));
  }
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 112px;
  display: flex;
  align-items: center;
  z-index: 5;
}
@media (max-width: 991px) {
  header {
    height: 68px;
  }
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
header .header-inner .header-logo img {
  width: 81.78px;
}
@media (max-width: 991px) {
  header .header-inner .header-logo img {
    width: 68.65px;
  }
}
@media (max-width: 991px) {
  header .header-inner .header-logo .logo-web {
    display: none;
  }
}
header .header-inner .header-logo .logo-mobile {
  display: none;
}
@media (max-width: 991px) {
  header .header-inner .header-logo .logo-mobile {
    display: block;
  }
}
header .header-inner .header-logo .logo-sticky {
  display: none;
}
header .header-inner .header-action .header-menu-toggle {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 2px;
  border: 1px solid rgba(142, 142, 142, 0.05);
  padding: 6px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
header .header-inner .header-action .header-menu-toggle span {
  color: #FFF;
  font-size: 16px;
}
@media (max-width: 991px) {
  header .header-inner .header-action .header-menu-toggle span {
    font-size: 12px;
  }
}
header .header-inner .header-action .header-menu-toggle .icon {
  width: 25px;
  height: 25px;
  display: inline-block;
}
@media (max-width: 991px) {
  header .header-inner .header-action .header-menu-toggle .icon {
    width: 20px;
    height: 20px;
  }
}
header.sticky {
  position: fixed;
  background: #FFF;
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
  transition: 0.2s;
}
header.sticky .header-inner .header-logo .main-logo {
  display: none;
}
header.sticky .header-inner .header-logo .logo-web {
  display: none;
}
header.sticky .header-inner .header-logo .logo-mobile {
  display: none;
}
header.sticky .header-inner .header-logo .logo-sticky {
  display: block;
}
header.sticky .header-inner .header-action .header-menu-toggle {
  border-color: #dddddd;
}
header.sticky .header-inner .header-action .header-menu-toggle span {
  color: #000000;
}
header.sticky .header-inner .header-action .header-menu-toggle .icon {
  -webkit-filter: brightness(0.5) !important;
          filter: brightness(0.5) !important;
}

footer {
  background: #121212;
  padding: 33px 0 47px;
  position: relative;
}
@media (max-width: 991px) {
  footer {
    padding: 28px 0 21px;
  }
}
footer .footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  footer .footer-inner {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  footer .footer-inner .footer-info {
    margin-bottom: 20px;
  }
}
footer .footer-inner .footer-info .footer-logo {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 991px) {
  footer .footer-inner .footer-info .footer-logo {
    justify-content: center;
    gap: 12px;
  }
}
footer .footer-inner .footer-info .footer-logo img {
  width: 103.37px;
}
@media (max-width: 991px) {
  footer .footer-inner .footer-info .footer-logo img {
    width: 66.04px;
  }
}
footer .footer-inner .footer-info .footer-logo p {
  font-size: 12px;
  color: #FFF;
  text-align: start;
  max-width: 386px;
}
@media (max-width: 991px) {
  footer .footer-inner .footer-info .footer-logo p {
    display: none;
  }
}
footer .footer-inner .footer-info .copyright {
  font-size: 11px;
  color: #FFF;
  margin-top: 16px;
}
@media (max-width: 991px) {
  footer .footer-inner .footer-info .copyright {
    font-size: 8px;
  }
}
footer .footer-inner .footer-social ul {
  display: flex;
  align-items: center;
  gap: 8px;
}
footer .footer-inner .footer-social ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #FFF;
}
@media (max-width: 991px) {
  footer .footer-inner .footer-social ul li a {
    width: 18px;
    height: 18px;
  }
  footer .footer-inner .footer-social ul li a img {
    width: 50%;
    height: 8px;
  }
}
footer .footer-pattern {
  position: absolute;
  height: 100%;
  width: 206px;
  pointer-events: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
}
@media (max-width: 991px) {
  footer .footer-pattern {
    width: 179px;
  }
}
footer .footer-pattern img {
  height: 100%;
}
footer .footer-pattern.footer-pattern-start {
  inset-inline-start: 0;
  top: 0;
}
@media (max-width: 991px) {
  footer .footer-pattern.footer-pattern-start {
    display: none;
  }
}
footer .footer-pattern.footer-pattern-end {
  inset-inline-end: 0;
  top: 0;
}

.main-section {
  min-height: 886px;
  position: relative;
  margin-bottom: 216px;
}
@media (max-width: 1199px) {
  .main-section {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .main-section {
    min-height: 100vh;
  }
}
.main-section .main-slider {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  inset-inline-start: 0;
}
.main-section .main-slider .swiper-slide {
  min-height: 886px;
}
@media (max-width: 991px) {
  .main-section .main-slider .swiper-slide {
    min-height: 100vh;
  }
}
.main-section .main-slider .main-sec-bg {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 886px;
}
@media (max-width: 991px) {
  .main-section .main-slider .main-sec-bg {
    min-height: 100vh;
  }
}
.main-section .main-slider .main-sec-bg .video-bg {
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
  width: 100%;
  height: 100%;
}
.main-section .main-slider .main-sec-bg .main-sec-img {
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
  width: 100%;
  height: 100%;
}
.main-section:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.main-section .main-content {
  padding-top: 168px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .main-section .main-content {
    padding-top: 158px;
    padding-bottom: 50px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.main-section .main-content h1 {
  font-size: 48px;
  color: #FFF;
  font-weight: bold;
  margin-bottom: 12px;
  max-width: 640px;
  line-height: 58px;
}
@media (max-width: 991px) {
  .main-section .main-content h1 {
    font-size: 24px;
    line-height: 30px;
    max-width: 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .main-section .main-content h1 {
    max-width: 320px;
  }
}
.main-section .main-content h1 span {
  text-transform: uppercase;
  position: relative;
}
.main-section .main-content h1 span:after {
  content: "VOZ";
  position: absolute;
  top: 4px;
  inset-inline-start: 3px;
  width: 100%;
  height: 100%;
  color: #D74A55;
  z-index: -1;
}
@media (max-width: 991px) {
  .main-section .main-content h1 span:after {
    top: 0;
    inset-inline-start: 2px;
  }
}
.main-section .main-content h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #FFF;
}
@media (max-width: 991px) {
  .main-section .main-content h2 {
    display: none;
  }
}
.main-section .main-content h2 .text-logo {
  width: 41.35px;
  display: inline-block;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}
.main-section .main-content h3 {
  font-size: 18px;
  font-weight: 400;
  color: #FFF;
  max-width: 482px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .main-section .main-content h3 {
    display: none;
  }
}
.main-section .main-content .scroll-down-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 28px auto 0;
  position: relative;
}
@media (max-width: 991px) {
  .main-section .main-content .scroll-down-box {
    order: 2;
    width: 89px;
    margin: 0 auto 80px;
  }
  .main-section .main-content .scroll-down-box img {
    width: 89px;
    height: 90px;
  }
}
.main-section .main-content .scroll-down-box .arrow {
  position: absolute;
  top: 35%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9;
  left: 69px;
}
@media (max-width: 991px) {
  .main-section .main-content .scroll-down-box .arrow {
    top: 36%;
    left: 44px;
  }
}
.main-section .main-content .scroll-down-box span {
  color: #FFF;
  font-size: 12px;
  padding-top: 6px;
}
@media (max-width: 991px) {
  .main-section .main-content .scroll-down-box span {
    padding-top: 1px;
  }
}
.main-section .main-content .side-content {
  display: flex;
  align-items: center;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  width: 209px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: -40px;
  text-align: end;
}
@media (max-width: 991px) {
  .main-section .main-content .side-content {
    width: 278px;
    font-size: 16px;
    opacity: 0.5;
    -webkit-margin-start: auto;
            margin-inline-start: auto;
  }
}
.main-section .main-sec-box {
  background: #FFF;
  border-radius: 16px;
  padding: 47px 90px 43px;
  -webkit-filter: drop-shadow(0 8px 16px rgba(209, 209, 209, 0.16));
          filter: drop-shadow(0 8px 16px rgba(209, 209, 209, 0.16));
  display: grid;
  grid-template-columns: 282.91px 588px;
  grid-gap: 100px;
  position: absolute;
  bottom: -216px;
  z-index: 2;
}
@media (max-width: 1199px) {
  .main-section .main-sec-box {
    display: none;
  }
}
.main-section .main-sec-box .sec-content p {
  color: #6D6D6D;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.main-section .main-sec-box .sec-content p img {
  width: 41.35px;
}
.main-section .main-sec-box .sec-content p:last-child {
  margin-bottom: 0;
}
.main-section .main-sec-box .pattern-img {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: -1;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.main-section .main-sec-box .pattern-img img {
  width: 100%;
  height: 100%;
}
.main-section .main-sec-box .pattern-img-one {
  inset-inline-start: 0;
}
.main-section .main-sec-box .pattern-img-two {
  inset-inline-end: 0;
}

.second-section-mobile {
  display: none;
}
@media (max-width: 1199px) {
  .second-section-mobile {
    display: block;
    padding: 21px 50px 40px;
    position: relative;
  }
  .second-section-mobile .second-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .second-section-mobile .second-inner .sec-logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .second-section-mobile .second-inner .sec-logo img {
    width: 189.5px;
  }
  .second-section-mobile .second-inner .sec-content {
    line-height: 16px;
  }
  .second-section-mobile .second-inner .sec-content p {
    color: rgba(109, 109, 109, 0.6);
    font-size: 12px;
    display: inline;
    line-height: 16px;
    word-break: break-all;
    text-align: justify;
    font-weight: 600;
  }
  .second-section-mobile .second-inner .sec-content p img {
    width: 24px;
  }
  .second-section-mobile .pattern-img {
    position: absolute;
    z-index: -1;
    top: 0;
    inset-inline-end: 0;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
    width: 172px;
  }
  .second-section-mobile .pattern-img img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 575px) {
  .second-section-mobile {
    padding: 21px 0 40px;
  }
  .second-section-mobile .second-inner .sec-content {
    max-width: 286px;
  }
}

.our-services-section {
  position: relative;
  padding-top: 75px;
  padding-bottom: 56px;
}
@media (max-width: 991px) {
  .our-services-section {
    padding-top: 35px;
    padding-bottom: 40.5px;
  }
}
.our-services-section .our-services-inner {
  display: grid;
  grid-template-columns: 319px 1fr;
  align-items: center;
  grid-gap: 73px;
}
@media (max-width: 1199px) {
  .our-services-section .our-services-inner {
    grid-template-columns: 300px 1fr;
    grid-gap: 30px;
  }
}
@media (max-width: 991px) {
  .our-services-section .our-services-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25.7px;
  }
}
@media (max-width: 991px) {
  .our-services-section .our-services-inner .sec-head {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .our-services-section .our-services-inner .sec-head {
    max-width: 286px;
  }
}
.our-services-section .our-services-inner .sec-head h5 {
  font-size: 29px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .our-services-section .our-services-inner .sec-head h5 {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.our-services-section .our-services-inner .sec-head p {
  font-size: 16px;
  color: #6D6D6D;
  line-height: 24px;
}
@media (max-width: 991px) {
  .our-services-section .our-services-inner .sec-head p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: rgba(94, 94, 94, 0.6);
  }
  .our-services-section .our-services-inner .sec-head p img {
    width: 24px;
  }
}
@media (max-width: 767px) {
  .our-services-section .our-services-inner .sec-head p {
    word-break: break-all;
    text-align: justify;
  }
}
.our-services-section .our-services-inner .our-services-content {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 991px) {
  .our-services-section .our-services-inner .our-services-content {
    display: grid;
    grid-template-columns: repeat(2, 139px);
    gap: 7.7px;
  }
}
.our-services-section .our-services-inner .our-services-content .services-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1 0 172px;
}
@media (max-width: 1199px) {
  .our-services-section .our-services-inner .our-services-content .services-box {
    flex: 0 1 auto;
  }
}
@media (max-width: 991px) {
  .our-services-section .our-services-inner .our-services-content .services-box {
    height: 181.73px;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
  }
}
.our-services-section .our-services-inner .our-services-content .services-box .service-img {
  height: 229px;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .our-services-section .our-services-inner .our-services-content .services-box .service-img {
    height: 180px;
    border-radius: 20px;
  }
}
@media (max-width: 991px) {
  .our-services-section .our-services-inner .our-services-content .services-box .service-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
}
.our-services-section .our-services-inner .our-services-content .services-box .service-img img {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-services-section .our-services-inner .our-services-content .services-box span {
  display: inline-block;
  padding-top: 17px;
  color: #6D6D6D;
}
@media (max-width: 1199px) {
  .our-services-section .our-services-inner .our-services-content .services-box span {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .our-services-section .our-services-inner .our-services-content .services-box span {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding-top: 0;
    color: #B2B2B2;
    font-size: 10px;
    font-weight: 500;
    z-index: 2;
    width: 100%;
  }
}
.our-services-section .our-services-inner .our-services-content .services-box:hover .service-img img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
.our-services-section .servieces-pattern {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media (max-width: 991px) {
  .our-services-section .servieces-pattern {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .our-services-section .servieces-pattern img {
    width: 36px;
    height: 249px;
  }
}

.section-pattern-mobile {
  display: none;
}
@media (max-width: 991px) {
  .section-pattern-mobile {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 115px;
    z-index: -1;
  }
  .section-pattern-mobile img {
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 576px) {
  .music-modal .modal-dialog {
    max-width: 828px;
  }
}
.music-modal .modal-content {
  -webkit-filter: drop-shadow(0 8px 16px rgba(209, 209, 209, 0.16));
          filter: drop-shadow(0 8px 16px rgba(209, 209, 209, 0.16));
  border: none;
  border-radius: 16px;
  position: relative;
}
.music-modal .close-modal {
  position: absolute;
  right: -60px;
  top: -70px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 0.3s;
  z-index: 2;
}
.music-modal .close-modal:hover {
  background-color: rgb(0, 0, 0);
}
@media (max-width: 991px) {
  .music-modal .close-modal {
    right: 10px;
    top: 10px;
  }
}
@media (max-width: 767px) {
  .music-modal .close-modal {
    right: 15px;
    top: 15px;
    background-color: transparent !important;
    width: 15px;
    height: 15px;
    border-radius: 0;
  }
  .music-modal .close-modal svg line {
    stroke: #000000;
  }
}
.music-modal .modal-body {
  padding: 16px 15px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .music-modal .modal-body {
    padding: 27px 38px 25px;
  }
}
.music-modal .modal-body .music-modal-inner {
  display: grid;
  grid-template-columns: 375px 1fr;
  grid-gap: 40px;
  align-items: center;
}
@media (max-width: 767px) {
  .music-modal .modal-body .music-modal-inner {
    grid-template-columns: 100%;
    grid-gap: 29px;
    justify-content: center;
  }
}
.music-modal .modal-body .music-modal-inner .music-img {
  width: 100%;
  height: 365px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .music-modal .modal-body .music-modal-inner .music-img {
    height: 203px;
    max-width: 209px;
    margin: 0 auto;
  }
}
.music-modal .modal-body .music-modal-inner .music-img img {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.music-modal .modal-body .music-modal-inner .music-content .music-head {
  font-size: 20px;
  font-weight: bold;
  color: #121212;
  margin-bottom: 32px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .music-modal .modal-body .music-modal-inner .music-content .music-head {
    margin-bottom: 29px;
    text-align: center;
  }
}
.music-modal .modal-body .music-modal-inner .music-content .music-list {
  font-size: 16px;
  color: #6D6D6D;
}
@media (max-width: 767px) {
  .music-modal .modal-body .music-modal-inner .music-content .music-list {
    font-size: 12px;
  }
}
.music-modal .modal-body .music-modal-inner .music-content .music-list li {
  margin-bottom: 16px;
  position: relative;
  -webkit-padding-start: 29px;
          padding-inline-start: 29px;
}
@media (max-width: 767px) {
  .music-modal .modal-body .music-modal-inner .music-content .music-list li {
    line-height: 14px;
  }
}
.music-modal .modal-body .music-modal-inner .music-content .music-list li:last-child {
  margin-bottom: 0;
}
.music-modal .modal-body .music-modal-inner .music-content .music-list li:after {
  content: "";
  position: absolute;
  inset-inline-start: 3px;
  top: 6px;
  background: transparent;
  width: 12px;
  height: 12px;
  border: 2px solid #D74D5A;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 767px) {
  .music-modal .modal-body .music-modal-inner .music-content .music-list li:after {
    top: 1px;
  }
}
.music-modal .modal-body .pattern-img {
  position: absolute;
  inset-inline-end: 0;
  top: 0;
  height: 100%;
  width: 206px;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: -1;
  opacity: 0.1;
}
.music-modal .modal-body .pattern-img img {
  width: 100%;
}
@media (max-width: 767px) {
  .music-modal .modal-body .pattern-img {
    width: 254px;
    opacity: 0.05;
  }
}

@media (min-width: 576px) {
  .player-modal .modal-dialog {
    max-width: 754px;
  }
}
.player-modal .modal-body {
  padding: 10px;
}
@media (max-width: 767px) {
  .player-modal .modal-body {
    padding: 5px;
  }
}
.player-modal .modal-content {
  -webkit-filter: drop-shadow(0 8px 16px rgba(209, 209, 209, 0.16));
          filter: drop-shadow(0 8px 16px rgba(209, 209, 209, 0.16));
  border: none;
  border-radius: 12px;
  position: relative;
}
.player-modal .close-modal {
  position: absolute;
  right: -60px;
  top: -70px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 0.3s;
  z-index: 2;
}
.player-modal .close-modal:hover {
  background-color: rgb(0, 0, 0);
}
@media (max-width: 991px) {
  .player-modal .close-modal {
    right: 10px;
    top: 10px;
  }
}
@media (max-width: 767px) {
  .player-modal .close-modal {
    right: 13px;
    top: 13px;
    background-color: rgba(255, 255, 255, 0.3) !important;
    width: 16px;
    height: 16px;
    border-radius: 5px;
  }
  .player-modal .close-modal svg {
    width: 5.95px;
  }
}
.player-modal .player-inner {
  height: 455px;
}
@media (max-width: 767px) {
  .player-modal .player-inner {
    height: 190px;
  }
}
.player-modal .player-inner .plyr {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.listen-us-section {
  padding-top: 50px;
  margin-bottom: 80px;
  position: relative;
}
@media (max-width: 991px) {
  .listen-us-section {
    padding-top: 35px;
    margin-bottom: 40px;
  }
}
.listen-us-section .sec-head {
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .listen-us-section .sec-head {
    max-width: 286px;
  }
}
.listen-us-section .sec-head h5 {
  font-size: 29px;
  font-weight: bold;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .listen-us-section .sec-head h5 {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.listen-us-section .sec-head p {
  font-size: 16px;
  color: #6D6D6D;
  line-height: 24px;
  max-width: 669px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 991px) {
  .listen-us-section .sec-head p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: rgba(94, 94, 94, 0.6);
  }
}
@media (max-width: 767px) {
  .listen-us-section .sec-head p {
    word-break: break-all;
    text-align: justify;
  }
}
.listen-us-section .listen-us-content {
  margin-top: 24px;
}
.listen-us-section .listen-us-content .listen-us-video-box {
  height: 478px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .listen-us-section .listen-us-content .listen-us-video-box {
    height: 188px;
    max-width: 286px;
    margin: 0 auto;
  }
}
.listen-us-section .listen-us-content .listen-us-video-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.listen-us-section .listen-us-content .listen-us-video-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.listen-us-section .listen-pattern-top {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  z-index: -1;
  width: 100%;
  height: 359px;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media (max-width: 991px) {
  .listen-us-section .listen-pattern-top {
    display: none;
  }
}
.listen-us-section .listen-pattern-top:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 235px;
  background: linear-gradient(to bottom, #FFFFFF, rgba(255, 255, 255, 0));
  z-index: -1;
}
.listen-us-section .listen-pattern-top img {
  width: 100%;
  height: 235px;
}

.play-btn {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: 22px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .play-btn {
    margin-top: 10px;
  }
}
.play-btn .play-btn-icon {
  width: 146px;
  height: 146px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .play-btn .play-btn-icon {
    width: 68.43px;
    height: 68.43px;
  }
}
.play-btn .play-btn-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
}
@media (max-width: 767px) {
  .play-btn .play-btn-icon svg {
    width: 15px;
    height: 15px;
  }
}
.play-btn .play-btn-icon span {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  border: 1px solid #FFF;
  position: absolute;
  width: 100%;
  height: 100%;
}
.play-btn .play-btn-icon span.line1 {
  width: 116px;
  height: 116px;
}
@media (max-width: 767px) {
  .play-btn .play-btn-icon span.line1 {
    width: 54.37px;
    height: 54.37px;
  }
}
.play-btn .play-btn-icon span.line2 {
  width: 146px;
  height: 146px;
}
@media (max-width: 767px) {
  .play-btn .play-btn-icon span.line2 {
    width: 68.43px;
    height: 68.43px;
  }
}
.play-btn .play-text {
  color: #FFFFFF;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 22px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .play-btn .play-text {
    color: #B2B2B2;
    font-size: 10px;
    font-weight: 500;
    margin-top: 12px;
  }
}
@media (min-width: 768px) {
  .play-btn:hover .play-btn-icon span.line1 {
    width: 192px;
    height: 192px;
  }
}
@media (min-width: 768px) {
  .play-btn:hover .play-btn-icon span.line2 {
    width: 162px;
    height: 162px;
  }
}
@media (min-width: 768px) {
  .play-btn:hover .play-text {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
}

.partners-section {
  margin-top: 80px;
  position: relative;
  padding-bottom: 41px;
}
@media (max-width: 991px) {
  .partners-section {
    margin-top: 40px;
  }
}
.partners-section .sec-head {
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .partners-section .sec-head {
    padding-top: 35px;
  }
}
@media (max-width: 767px) {
  .partners-section .sec-head {
    max-width: 286px;
  }
}
.partners-section .sec-head h5 {
  font-size: 29px;
  font-weight: bold;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .partners-section .sec-head h5 {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.partners-section .sec-head p {
  font-size: 16px;
  color: #6D6D6D;
  line-height: 24px;
  max-width: 682px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 991px) {
  .partners-section .sec-head p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: rgba(94, 94, 94, 0.6);
  }
}
@media (max-width: 767px) {
  .partners-section .sec-head p {
    word-break: break-all;
    text-align: justify;
  }
}
.partners-section .partners-content {
  position: relative;
  height: 534.81px;
  overflow: hidden;
  transition: 0.5s;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
.partners-section .partners-content.partners-content-mobile {
  display: none;
}
.partners-section .partners-content .partners-list {
  display: grid;
  grid-template-columns: repeat(6, 172px);
  grid-gap: 24px;
}
@media (max-width: 1199px) {
  .partners-section .partners-content .partners-list {
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 24px;
  }
}
@media (max-width: 991px) {
  .partners-section .partners-content .partners-list {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 24px;
  }
}
.partners-section .partners-content .partners-list .partner-box {
  width: 172px;
  height: 167.35px;
}
@media (max-width: 1199px) {
  .partners-section .partners-content .partners-list .partner-box {
    width: 100%;
  }
}
.partners-section .partners-content .more-box {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 127px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(250, 250, 250, 0.85) 50%, rgb(245, 245, 245) 100%);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.partners-section .partners-content .more-box .btn-more {
  border: 2px solid #6D6D6D;
  background: #F5F5F5;
  border-radius: 12px;
  font-size: 16px;
  color: #121212;
  min-width: 260px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
  transition: 0.3s;
}
.partners-section .partners-content .more-box .btn-more:hover {
  background: #D74D5A;
  color: #FFF;
  border-color: #D74D5A;
}
.partners-section .partners-content.open {
  height: auto;
  overflow: unset;
}
.partners-section .partners-content.open .more-box {
  bottom: -50px;
  height: auto;
  background: transparent;
}
@media (max-width: 767px) {
  .partners-section .partners-content {
    height: 350px;
  }
  .partners-section .partners-content.partners-content-web {
    display: none;
  }
  .partners-section .partners-content.partners-content-mobile {
    display: block;
  }
  .partners-section .partners-content .partners-list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px 10px;
    max-width: 286px;
    margin: 25px auto 0;
  }
  .partners-section .partners-content .partners-list .partner-box {
    width: 80px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .partners-section .partners-content .more-box {
    bottom: 0;
  }
  .partners-section .partners-content.open .more-box {
    bottom: -65px;
  }
}
@media (max-width: 767px) {
  .partners-section {
    padding-bottom: 0;
  }
  .partners-section.open {
    padding-bottom: 80px;
  }
}
.partners-section.open {
  padding-bottom: 80px;
}
.partners-section .partners-pattern {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media (max-width: 991px) {
  .partners-section .partners-pattern {
    top: 83px;
    opacity: 0.6;
  }
  .partners-section .partners-pattern img {
    width: 42px;
    height: 276px;
  }
}

.our-team-section {
  margin-top: 41px;
  padding-bottom: 82px;
  position: relative;
}
@media (max-width: 991px) {
  .our-team-section {
    padding-bottom: 65px;
  }
  .our-team-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #FFFFFF, rgba(255, 255, 255, 0));
    z-index: -1;
  }
}
.our-team-section .our-team-inner .sec-head {
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .our-team-section .our-team-inner .sec-head {
    padding-top: 35px;
    position: relative;
    z-index: 3;
  }
}
@media (max-width: 767px) {
  .our-team-section .our-team-inner .sec-head {
    max-width: 286px;
  }
}
.our-team-section .our-team-inner .sec-head h5 {
  font-size: 29px;
  font-weight: bold;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .our-team-section .our-team-inner .sec-head h5 {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.our-team-section .our-team-inner .sec-head p {
  font-size: 16px;
  color: #6D6D6D;
  line-height: 24px;
  max-width: 682px;
  margin: 0 auto;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 991px) {
  .our-team-section .our-team-inner .sec-head p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: rgba(94, 94, 94, 0.6);
  }
  .our-team-section .our-team-inner .sec-head p img {
    width: 24px;
  }
}
@media (max-width: 767px) {
  .our-team-section .our-team-inner .sec-head p {
    word-break: break-all;
    text-align: justify;
  }
}
.our-team-section .our-team-inner .our-team-slider {
  margin: 79px 2px 0;
}
@media (max-width: 991px) {
  .our-team-section .our-team-inner .our-team-slider {
    margin-top: 28px;
  }
}
.our-team-section .our-team-inner .our-team-slider .team-box {
  border: 1px solid #BCBCBC;
  border-radius: 12px;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 991px) {
  .our-team-section .our-team-inner .our-team-slider .team-box {
    background-color: #F5F5F5;
    padding: 10px 15px;
    gap: 9px;
    max-width: 286px;
    margin: 0 auto;
  }
}
.our-team-section .our-team-inner .our-team-slider .team-box .avatar {
  width: 103.97px;
  height: 103.97px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .our-team-section .our-team-inner .our-team-slider .team-box .avatar {
    width: 68.9px;
    height: 68.9px;
  }
}
.our-team-section .our-team-inner .our-team-slider .team-box .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.our-team-section .our-team-inner .our-team-slider .team-box .team-info h6 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 8.2px;
  color: #D96B75;
}
@media (max-width: 991px) {
  .our-team-section .our-team-inner .our-team-slider .team-box .team-info h6 {
    font-size: 12px;
    margin-bottom: 3.7px;
  }
}
.our-team-section .our-team-inner .our-team-slider .team-box .team-info p {
  font-size: 17px;
  font-weight: 500;
  color: #6D6D6D;
}
@media (max-width: 991px) {
  .our-team-section .our-team-inner .our-team-slider .team-box .team-info p {
    font-size: 12px;
    font-weight: 500;
  }
}
@media (max-width: 991px) {
  .our-team-section .our-team-inner .our-team-slider .team-slider .swiper-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.our-team-section .our-team-pattern {
  position: absolute;
  right: 0;
  top: -40%;
  z-index: -1;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media (max-width: 991px) {
  .our-team-section .our-team-pattern {
    display: none;
  }
}
@media (max-width: 991px) {
  .our-team-section .section-pattern-mobile {
    z-index: 2;
  }
}

.our-work-section {
  position: relative;
  padding-bottom: 104px;
  padding-top: 131px;
}
@media (max-width: 1199px) {
  .our-work-section {
    padding-top: 35px;
    padding-bottom: 40px;
  }
}
.our-work-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  background: linear-gradient(to bottom, #FFFFFF, rgba(255, 255, 255, 0));
  z-index: -1;
}
@media (max-width: 1199px) {
  .our-work-section:after {
    display: none;
  }
}
.our-work-section .our-work-inner {
  display: grid;
  grid-template-columns: 270px minmax(829px, 1fr);
  grid-gap: 54px;
  align-items: center;
}
@media (max-width: 1199px) {
  .our-work-section .our-work-inner {
    grid-template-columns: 100%;
    grid-gap: 25px;
  }
}
@media (max-width: 1199px) {
  .our-work-section .our-work-inner .sec-head {
    text-align: center;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .our-work-section .our-work-inner .sec-head {
    max-width: 286px;
  }
}
.our-work-section .our-work-inner .sec-head h5 {
  font-size: 29px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .our-work-section .our-work-inner .sec-head h5 {
    font-size: 20px;
    margin-bottom: 18px;
  }
}
.our-work-section .our-work-inner .sec-head p {
  font-size: 16px;
  color: #6D6D6D;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .our-work-section .our-work-inner .sec-head p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: rgba(94, 94, 94, 0.6);
  }
}
@media (max-width: 767px) {
  .our-work-section .our-work-inner .sec-head p {
    word-break: break-all;
    text-align: justify;
  }
}
@media (max-width: 1199px) {
  .our-work-section .our-work-inner .our-work-content {
    margin: 0 15px;
  }
}
.our-work-section .our-work-inner .our-work-content .our-work-slider .work-box {
  background: #FFF;
  -webkit-padding-end: 24px;
          padding-inline-end: 24px;
  border-radius: 24px;
  display: grid;
  grid-template-columns: 211px 1fr;
  align-items: flex-start;
  gap: 8px;
}
@media (max-width: 767px) {
  .our-work-section .our-work-inner .our-work-content .our-work-slider .work-box {
    -webkit-padding-end: 10px;
            padding-inline-end: 10px;
    border-radius: 12px;
    grid-template-columns: 113px 1fr;
    gap: 3px;
  }
}
.our-work-section .our-work-inner .our-work-content .our-work-slider .work-box .work-img {
  height: 100%;
  border-radius: 24px 454px 0 24px;
  overflow: hidden;
}
.our-work-section .our-work-inner .our-work-content .our-work-slider .work-box .work-img img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
  width: 100%;
  height: 100%;
}
.our-work-section .our-work-inner .our-work-content .our-work-slider .work-box .work-info {
  padding-top: 30px;
  padding-bottom: 19px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
@media (max-width: 767px) {
  .our-work-section .our-work-inner .our-work-content .our-work-slider .work-box .work-info {
    padding-top: 15px;
    padding-bottom: 10px;
  }
}
.our-work-section .our-work-inner .our-work-content .our-work-slider .work-box .work-info .work-info-text h6 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #121212;
}
@media (max-width: 767px) {
  .our-work-section .our-work-inner .our-work-content .our-work-slider .work-box .work-info .work-info-text h6 {
    font-size: 9px;
    margin-bottom: 5px;
  }
}
.our-work-section .our-work-inner .our-work-content .our-work-slider .work-box .work-info .work-info-text p {
  font-size: 12px;
  color: #6D6D6D;
}
@media (max-width: 767px) {
  .our-work-section .our-work-inner .our-work-content .our-work-slider .work-box .work-info .work-info-text p {
    font-size: 9px;
  }
}
.our-work-section .our-work-inner .our-work-content .our-work-slider .work-box .work-info .btn-work {
  font-size: 14px;
  font-weight: 500;
  border: 2px solid #6D6D6D;
  border-radius: 6px;
  margin-top: auto;
  transition: 0.3s;
  padding: 5px 12px;
  color: #121212;
}
@media (max-width: 767px) {
  .our-work-section .our-work-inner .our-work-content .our-work-slider .work-box .work-info .btn-work {
    font-size: 8px;
    align-self: flex-end;
    border: 1px solid #6D6D6D;
    padding: 4px 8px;
  }
}
.our-work-section .our-work-inner .our-work-content .our-work-slider .work-box:hover .work-img img {
  -webkit-filter: none;
          filter: none;
}
.our-work-section .our-work-inner .our-work-content .our-work-slider .work-box:hover .work-info .btn-work {
  background: #D74D5A;
  color: #FFF;
  border-color: #D74D5A;
}
.our-work-section .our-work-pattern {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 206px;
  z-index: -1;
  pointer-events: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
}
.our-work-section .our-work-pattern img {
  height: 100%;
}
@media (max-width: 767px) {
  .our-work-section .our-work-pattern {
    width: 146px;
  }
  .our-work-section .our-work-pattern:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(250, 250, 250, 0.85), rgb(245, 245, 245));
    opacity: 0.49;
  }
}

.case-study-section {
  min-height: 100vh;
  position: relative;
  background: linear-gradient(to bottom, #FFFFFF, #F5F5F5);
  margin-bottom: 154px;
}
@media (min-height: 599px) {
  .case-study-section {
    min-height: 768px;
  }
}
@media (max-width: 991px) {
  .case-study-section {
    min-height: auto;
    background: transparent;
    margin-bottom: 40px;
  }
}
.case-study-section .case-study-inner {
  padding-top: 271px;
}
@media (max-width: 991px) {
  .case-study-section .case-study-inner {
    padding-top: 130px;
    position: relative;
    z-index: 2;
  }
}
.case-study-section .case-study-inner h3 {
  font-size: 16px;
  color: #121212;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-weight: normal;
  display: inline-block;
}
@media (max-width: 991px) {
  .case-study-section .case-study-inner h3 {
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 10px;
    text-transform: capitalize;
  }
}
.case-study-section .case-study-inner h1 {
  font-size: 56px;
  color: #121212;
  font-weight: bold;
  margin-bottom: 16px;
  line-height: 68px;
  width: 400px;
}
@media (max-width: 991px) {
  .case-study-section .case-study-inner h1 {
    color: #FFF;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .case-study-section .case-study-inner h1 {
    font-size: 26px;
    margin-bottom: 51px;
    line-height: 33px;
    width: 185px;
  }
}
.case-study-section .case-study-inner h2 {
  font-size: 16px;
  color: #121212;
  line-height: 19px;
  width: 436px;
  font-weight: normal;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .case-study-section .case-study-inner h2 {
    color: rgba(255, 255, 255, 0.5);
    line-height: 17px;
  }
}
@media (max-width: 767px) {
  .case-study-section .case-study-inner h2 {
    font-size: 14px;
    width: 258px;
    text-align: justify;
    word-break: break-all;
    -webkit-margin-start: auto;
            margin-inline-start: auto;
  }
}
.case-study-section .case-study-img {
  width: 66vw;
  height: 100%;
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 29% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 29% 100%);
}
@media (min-width: 1800px) {
  .case-study-section .case-study-img {
    width: 60vw;
  }
}
@media (max-width: 1199px) {
  .case-study-section .case-study-img {
    width: 60vw;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 35% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 35% 100%);
  }
}
@media (max-width: 991px) {
  .case-study-section .case-study-img {
    width: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 74%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 74%);
    height: 491.42px;
  }
}
.case-study-section .case-study-img:after {
  content: "";
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(232deg, rgba(0, 0, 0, 0.71), rgba(0, 0, 0, 0));
  z-index: 2;
}
@media (max-width: 991px) {
  .case-study-section .case-study-img:after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.71), rgba(0, 0, 0, 0));
  }
}
@media (max-width: 991px) {
  .case-study-section .case-study-img:before {
    content: "";
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
  }
}
.case-study-section .case-study-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.case-study-section .background-web-box {
  background: #FFF;
  border-radius: 24px;
  padding: 24px;
  -webkit-filter: drop-shadow(0 8px 16px rgba(210, 210, 210, 0.16));
          filter: drop-shadow(0 8px 16px rgba(210, 210, 210, 0.16));
  width: 955px;
  position: absolute;
  bottom: -77px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 991px) {
  .case-study-section .background-web-box {
    position: relative;
    left: unset;
    bottom: unset;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
            transform: none;
    border-radius: 0;
    -webkit-filter: none;
            filter: none;
    background: transparent;
    text-align: center;
    padding: 0;
    margin-top: 200px;
  }
}
@media (max-width: 767px) {
  .case-study-section .background-web-box {
    max-width: 286px;
    margin: 135px auto 0;
  }
}
.case-study-section .background-web-box .background-pattern {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  width: 206px;
  height: 100%;
  z-index: -1;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media (max-width: 991px) {
  .case-study-section .background-web-box .background-pattern {
    display: none;
  }
}
.case-study-section .background-web-box .background-pattern img {
  height: 100%;
  width: 100%;
}
.case-study-section .background-web-box h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .case-study-section .background-web-box h5 {
    font-size: 20px;
    margin-bottom: 12px;
    text-transform: capitalize;
  }
}
@media (max-width: 767px) {
  .case-study-section .background-web-box .background-text {
    line-height: 16px;
    text-align: start;
  }
}
.case-study-section .background-web-box .background-text p {
  font-size: 14px;
  color: #121212;
  line-height: 26px;
}
@media (max-width: 991px) {
  .case-study-section .background-web-box .background-text p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: rgba(94, 94, 94, 0.6);
  }
}
@media (max-width: 767px) {
  .case-study-section .background-web-box .background-text p {
    text-align: justify;
    word-break: break-all;
    display: inline;
  }
}
.case-study-section .case-study-pattern {
  position: absolute;
  left: 0;
  top: 134px;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media (max-width: 991px) {
  .case-study-section .case-study-pattern {
    bottom: 0;
    top: unset;
    opacity: 0.4;
  }
  .case-study-section .case-study-pattern img {
    height: 262px;
    width: 38px;
  }
}

.vocal-identity-section {
  margin-bottom: 92px;
  position: relative;
}
@media (max-width: 991px) {
  .vocal-identity-section {
    padding-top: 35px;
    margin-bottom: 40.3px;
  }
}
@media (max-width: 991px) {
  .vocal-identity-section:after {
    content: "";
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 80%;
    background: linear-gradient(to bottom, #FFFFFF, rgba(255, 255, 255, 0));
    z-index: -1;
  }
}
.vocal-identity-section .vocal-identity-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 49px;
  max-width: 955px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .vocal-identity-section .vocal-identity-inner {
    max-width: 100%;
    flex-direction: column;
    gap: 25px;
  }
}
.vocal-identity-section .vocal-identity-inner .vocal-identity-box {
  width: 571px;
  height: 478px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .vocal-identity-section .vocal-identity-inner .vocal-identity-box {
    width: 430px;
    height: 350px;
  }
}
@media (max-width: 991px) {
  .vocal-identity-section .vocal-identity-inner .vocal-identity-box {
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 767px) {
  .vocal-identity-section .vocal-identity-inner .vocal-identity-box {
    width: 286px;
    height: 191.07px;
  }
}
.vocal-identity-section .vocal-identity-inner .vocal-identity-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.vocal-identity-section .vocal-identity-inner .vocal-identity-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vocal-identity-section .vocal-identity-inner .vocal-identity-box .play-btn {
  -webkit-margin-start: -12px;
          margin-inline-start: -12px;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .vocal-identity-section .vocal-identity-inner .vocal-identity-box .play-btn {
    -webkit-margin-start: -6px;
            margin-inline-start: -6px;
    margin-top: 13px;
  }
}
.vocal-identity-section .vocal-identity-inner .sec-head {
  max-width: 327px;
}
@media (max-width: 991px) {
  .vocal-identity-section .vocal-identity-inner .sec-head {
    max-width: 100%;
    order: -1;
  }
}
@media (max-width: 767px) {
  .vocal-identity-section .vocal-identity-inner .sec-head {
    max-width: 286px;
  }
}
.vocal-identity-section .vocal-identity-inner .sec-head h5 {
  font-size: 29px;
  font-weight: bold;
  margin-bottom: 16px;
  color: #121212;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .vocal-identity-section .vocal-identity-inner .sec-head h5 {
    font-size: 20px;
    margin-bottom: 12px;
    text-align: center;
    text-transform: capitalize;
  }
}
.vocal-identity-section .vocal-identity-inner .sec-head p {
  font-size: 16px;
  line-height: 24px;
  color: #6D6D6D;
}
@media (max-width: 991px) {
  .vocal-identity-section .vocal-identity-inner .sec-head p {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    color: rgba(94, 94, 94, 0.6);
  }
}
@media (max-width: 767px) {
  .vocal-identity-section .vocal-identity-inner .sec-head p {
    word-break: break-all;
    text-align: justify;
  }
}
.vocal-identity-section .vocal-identity-pattern {
  position: absolute;
  inset-inline-end: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media (max-width: 991px) {
  .vocal-identity-section .vocal-identity-pattern {
    top: 21px;
    -webkit-transform: none;
            transform: none;
    width: 43px;
    height: 249px;
    opacity: 0.4;
  }
}

.components-phonetic-signs-section {
  margin-top: 92px;
  margin-bottom: 92px;
  position: relative;
}
@media (max-width: 991px) {
  .components-phonetic-signs-section {
    margin-top: 40.3px;
    margin-bottom: 41px;
    padding-top: 35px;
  }
  .components-phonetic-signs-section:after {
    content: "";
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 80%;
    background: linear-gradient(to bottom, #FFFFFF, rgba(255, 255, 255, 0));
    z-index: -1;
  }
}
.components-phonetic-signs-section .components-phonetic-signs-inner {
  max-width: 955px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .components-phonetic-signs-section .components-phonetic-signs-inner {
    max-width: 100%;
  }
}
.components-phonetic-signs-section .components-phonetic-signs-inner .sec-head {
  margin-bottom: 48px;
}
@media (max-width: 991px) {
  .components-phonetic-signs-section .components-phonetic-signs-inner .sec-head {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .components-phonetic-signs-section .components-phonetic-signs-inner .sec-head {
    max-width: 286px;
    margin: 0 auto 48px;
  }
}
.components-phonetic-signs-section .components-phonetic-signs-inner .sec-head h5 {
  font-size: 29px;
  font-weight: bold;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .components-phonetic-signs-section .components-phonetic-signs-inner .sec-head h5 {
    font-size: 20px;
    margin-bottom: 12px;
    text-transform: uppercase;
  }
}
.components-phonetic-signs-section .components-phonetic-signs-inner .sec-head p {
  font-size: 16px;
  color: #6D6D6D;
  line-height: 24px;
}
@media (max-width: 991px) {
  .components-phonetic-signs-section .components-phonetic-signs-inner .sec-head p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: rgba(94, 94, 94, 0.6);
  }
}
@media (max-width: 767px) {
  .components-phonetic-signs-section .components-phonetic-signs-inner .sec-head p {
    word-break: break-all;
    text-align: justify;
  }
}
@media (max-width: 767px) {
  .components-phonetic-signs-section .components-phonetic-signs-inner .components-phonetic-signs-cards {
    max-width: 286px;
    margin: 0 auto;
  }
}
.components-phonetic-signs-section .components-phonetic-signs-inner .components-phonetic-signs-cards .components-phonetic-signs-card {
  background: #FFF;
  border-radius: 24px;
  padding: 16px 24px 16px 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  position: relative;
  margin-bottom: 24px;
  -webkit-filter: drop-shadow(0 8px 16px rgba(210, 210, 210, 0.16));
          filter: drop-shadow(0 8px 16px rgba(210, 210, 210, 0.16));
}
.components-phonetic-signs-section .components-phonetic-signs-inner .components-phonetic-signs-cards .components-phonetic-signs-card:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .components-phonetic-signs-section .components-phonetic-signs-inner .components-phonetic-signs-cards .components-phonetic-signs-card {
    background: transparent;
    border-radius: 0;
    padding: 5px;
    padding-bottom: 8px;
    gap: 18px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.1);
  }
  .components-phonetic-signs-section .components-phonetic-signs-inner .components-phonetic-signs-cards .components-phonetic-signs-card:last-child {
    border-bottom: none;
  }
}
@media (max-width: 575px) {
  .components-phonetic-signs-section .components-phonetic-signs-inner .components-phonetic-signs-cards .components-phonetic-signs-card {
    padding: 5px 0 10px;
  }
}
.components-phonetic-signs-section .components-phonetic-signs-inner .components-phonetic-signs-cards .components-phonetic-signs-card .sound-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 991px) {
  .components-phonetic-signs-section .components-phonetic-signs-inner .components-phonetic-signs-cards .components-phonetic-signs-card .sound-wrap {
    gap: 11px;
  }
}
.components-phonetic-signs-section .components-phonetic-signs-inner .components-phonetic-signs-cards .components-phonetic-signs-card .sound-wrap .sound-img {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .components-phonetic-signs-section .components-phonetic-signs-inner .components-phonetic-signs-cards .components-phonetic-signs-card .sound-wrap .sound-img {
    width: 51px;
    height: 51px;
  }
  .components-phonetic-signs-section .components-phonetic-signs-inner .components-phonetic-signs-cards .components-phonetic-signs-card .sound-wrap .sound-img:after {
    display: none;
  }
}
.components-phonetic-signs-section .components-phonetic-signs-inner .components-phonetic-signs-cards .components-phonetic-signs-card .sound-wrap .sound-info {
  max-width: 343px;
}
@media (max-width: 991px) {
  .components-phonetic-signs-section .components-phonetic-signs-inner .components-phonetic-signs-cards .components-phonetic-signs-card .sound-wrap .sound-info {
    max-width: 185px;
  }
}
.components-phonetic-signs-section .components-phonetic-signs-inner .components-phonetic-signs-cards .components-phonetic-signs-card .sound-wrap .sound-info h6 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .components-phonetic-signs-section .components-phonetic-signs-inner .components-phonetic-signs-cards .components-phonetic-signs-card .sound-wrap .sound-info h6 {
    font-size: 16px;
    margin-bottom: 4px;
  }
}
.components-phonetic-signs-section .components-phonetic-signs-inner .components-phonetic-signs-cards .components-phonetic-signs-card .sound-wrap .sound-info p {
  font-size: 14px;
  color: #121212;
}
@media (max-width: 991px) {
  .components-phonetic-signs-section .components-phonetic-signs-inner .components-phonetic-signs-cards .components-phonetic-signs-card .sound-wrap .sound-info p {
    font-size: 12px;
    opacity: 0.5;
  }
}
.components-phonetic-signs-section .components-phonetic-signs-inner .components-phonetic-signs-cards .components-phonetic-signs-card .sound-play {
  display: flex;
  align-items: center;
  gap: 8px;
}
.components-phonetic-signs-section .components-phonetic-signs-inner .components-phonetic-signs-cards .components-phonetic-signs-card .sound-play span {
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  width: 87px;
}
@media (max-width: 991px) {
  .components-phonetic-signs-section .components-phonetic-signs-inner .components-phonetic-signs-cards .components-phonetic-signs-card .sound-play span {
    display: none;
  }
}
.components-phonetic-signs-section .components-phonetic-signs-inner .components-phonetic-signs-cards .components-phonetic-signs-card .sound-play .play-svg {
  width: 39px;
  height: 39px;
}
@media (max-width: 991px) {
  .components-phonetic-signs-section .components-phonetic-signs-inner .components-phonetic-signs-cards .components-phonetic-signs-card .sound-play .play-svg {
    width: 27px;
    height: 27px;
  }
}
.components-phonetic-signs-section .components-phonetic-signs-inner .components-phonetic-signs-cards .components-phonetic-signs-card .sound-play .player {
  width: 39px;
  height: 39px;
}
@media (max-width: 991px) {
  .components-phonetic-signs-section .components-phonetic-signs-inner .components-phonetic-signs-cards .components-phonetic-signs-card .sound-play .player {
    width: 27px;
    height: 27px;
  }
}
.components-phonetic-signs-section .components-phonetic-signs-inner .components-phonetic-signs-cards .components-phonetic-signs-card .sound-card-pattern {
  position: absolute;
  inset-inline-end: 0;
  top: 0;
  width: 206px;
  height: 100%;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media (max-width: 991px) {
  .components-phonetic-signs-section .components-phonetic-signs-inner .components-phonetic-signs-cards .components-phonetic-signs-card .sound-card-pattern {
    display: none;
  }
}
.components-phonetic-signs-section .components-phonetic-signs-inner .components-phonetic-signs-cards .components-phonetic-signs-card .sound-card-pattern img {
  height: 100%;
  width: 100%;
}
.components-phonetic-signs-section .components-phonetic-signs-pattern {
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  width: 48px;
  height: 332px;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 1199px) {
  .components-phonetic-signs-section .components-phonetic-signs-pattern {
    bottom: 57px;
    top: unset;
    width: 36px;
    height: 249px;
    opacity: 0.4;
  }
}
.components-phonetic-signs-section .components-phonetic-signs-pattern-two {
  position: absolute;
  inset-inline-end: 0;
  bottom: 100px;
  width: 86px;
  height: 213px;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 1199px) {
  .components-phonetic-signs-section .components-phonetic-signs-pattern-two {
    display: none;
  }
}

.phonetic-tag-section {
  margin-top: 92px;
  position: relative;
  margin-bottom: 74px;
}
@media (max-width: 991px) {
  .phonetic-tag-section {
    padding-top: 35px;
    margin-bottom: 40px;
    margin-top: 40.3px;
  }
  .phonetic-tag-section:after {
    content: "";
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 80%;
    background: linear-gradient(to bottom, #FFFFFF, rgba(255, 255, 255, 0));
    z-index: -1;
  }
}
.phonetic-tag-section .phonetic-tag-inner {
  margin: 0 auto;
  max-width: 955px;
}
@media (max-width: 991px) {
  .phonetic-tag-section .phonetic-tag-inner {
    max-width: 100%;
  }
}
.phonetic-tag-section .phonetic-tag-inner .sec-head {
  text-align: center;
  margin: 0 auto;
  max-width: 758px;
}
@media (max-width: 767px) {
  .phonetic-tag-section .phonetic-tag-inner .sec-head {
    max-width: 286px;
  }
}
.phonetic-tag-section .phonetic-tag-inner .sec-head h5 {
  font-size: 29px;
  font-weight: bold;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .phonetic-tag-section .phonetic-tag-inner .sec-head h5 {
    font-size: 20px;
    margin-bottom: 12px;
    text-transform: capitalize;
  }
}
.phonetic-tag-section .phonetic-tag-inner .sec-head p {
  font-size: 16px;
  color: #6D6D6D;
  line-height: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .phonetic-tag-section .phonetic-tag-inner .sec-head p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: rgba(94, 94, 94, 0.6);
  }
}
@media (max-width: 767px) {
  .phonetic-tag-section .phonetic-tag-inner .sec-head p {
    word-break: break-all;
    text-align: justify;
  }
}
.phonetic-tag-section .phonetic-tag-inner .phonetic-tag-content {
  margin-top: 49px;
}
@media (max-width: 767px) {
  .phonetic-tag-section .phonetic-tag-inner .phonetic-tag-content {
    margin-top: 25px;
  }
}
.phonetic-tag-section .phonetic-tag-inner .phonetic-tag-content .phonetic-tag-video-box {
  height: 478px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .phonetic-tag-section .phonetic-tag-inner .phonetic-tag-content .phonetic-tag-video-box {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .phonetic-tag-section .phonetic-tag-inner .phonetic-tag-content .phonetic-tag-video-box {
    height: 213.58px;
    max-width: 286px;
    margin: 0 auto;
  }
}
.phonetic-tag-section .phonetic-tag-inner .phonetic-tag-content .phonetic-tag-video-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.phonetic-tag-section .phonetic-tag-inner .phonetic-tag-content .phonetic-tag-video-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.phonetic-tag-section .phonetic-tag-pattern {
  position: absolute;
  inset-inline-end: 0;
  bottom: -103px;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  width: 48px;
  height: 332px;
}
@media (max-width: 1199px) {
  .phonetic-tag-section .phonetic-tag-pattern {
    display: none;
  }
}
.phonetic-tag-section .phonetic-tag-pattern-two {
  position: absolute;
  inset-inline-start: 0;
  top: 151px;
  width: 81px;
  height: 201px;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media (max-width: 1199px) {
  .phonetic-tag-section .phonetic-tag-pattern-two {
    display: none;
  }
}

.other-versions-section {
  margin-top: 74px;
  position: relative;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .other-versions-section {
    margin-top: 40.6px;
    padding-top: 35px;
    margin-bottom: 40px;
  }
  .other-versions-section:after {
    content: "";
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 80%;
    background: linear-gradient(to bottom, #FFFFFF, rgba(255, 255, 255, 0));
    z-index: -1;
  }
}
.other-versions-section .other-versions-inner {
  margin: 0 auto;
  max-width: 955px;
}
@media (max-width: 991px) {
  .other-versions-section .other-versions-inner {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .other-versions-section .other-versions-inner {
    max-width: 286px;
  }
}
.other-versions-section .other-versions-inner .sec-head {
  text-align: center;
  margin: 0 auto;
  max-width: 622px;
}
.other-versions-section .other-versions-inner .sec-head h5 {
  font-size: 29px;
  font-weight: bold;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .other-versions-section .other-versions-inner .sec-head h5 {
    font-size: 20px;
    margin-bottom: 12px;
    text-transform: capitalize;
  }
}
.other-versions-section .other-versions-inner .sec-head p {
  font-size: 16px;
  color: #6D6D6D;
  line-height: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .other-versions-section .other-versions-inner .sec-head p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: rgba(94, 94, 94, 0.6);
  }
}
@media (max-width: 767px) {
  .other-versions-section .other-versions-inner .sec-head p {
    word-break: break-all;
    text-align: justify;
  }
}
.other-versions-section .other-versions-inner .other-versions-content {
  margin-top: 49px;
  display: grid;
  grid-template-columns: repeat(2, 467.2px);
  grid-gap: 24px;
}
@media (max-width: 991px) {
  .other-versions-section .other-versions-inner .other-versions-content {
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    gap: 20px;
    margin: 49px 25px 0;
  }
}
@media (max-width: 767px) {
  .other-versions-section .other-versions-inner .other-versions-content {
    margin-top: 25px;
    gap: 5px;
    margin: 24px auto 0;
  }
}
.other-versions-section .other-versions-inner .other-versions-content .other-versions-video-box {
  height: 467.2px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .other-versions-section .other-versions-inner .other-versions-content .other-versions-video-box {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .other-versions-section .other-versions-inner .other-versions-content .other-versions-video-box {
    height: 143.98px;
    max-width: 144.05px;
    margin: 0 auto;
  }
}
.other-versions-section .other-versions-inner .other-versions-content .other-versions-video-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.other-versions-section .other-versions-inner .other-versions-content .other-versions-video-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.other-versions-section .other-versions-inner .other-versions-content .other-versions-video-box .play-btn {
  margin-top: 0;
}
@media (max-width: 767px) {
  .other-versions-section .other-versions-inner .other-versions-content .other-versions-video-box .play-btn {
    margin-top: 3px;
  }
  .other-versions-section .other-versions-inner .other-versions-content .other-versions-video-box .play-btn .play-btn-icon {
    width: 42.92px;
    height: 42.92px;
  }
  .other-versions-section .other-versions-inner .other-versions-content .other-versions-video-box .play-btn .play-btn-icon svg {
    width: 9.41px;
    height: 9.41px;
  }
  .other-versions-section .other-versions-inner .other-versions-content .other-versions-video-box .play-btn .play-btn-icon span.line1 {
    width: 34.1px;
    height: 34.1px;
  }
  .other-versions-section .other-versions-inner .other-versions-content .other-versions-video-box .play-btn .play-btn-icon span.line2 {
    width: 42.92px;
    height: 42.92px;
  }
  .other-versions-section .other-versions-inner .other-versions-content .other-versions-video-box .play-btn .play-text {
    margin-top: 6.6px;
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
}

.other-projects-section {
  margin-top: 80px;
  margin-bottom: 132px;
  position: relative;
  padding-top: 48px;
  border-top: 1px solid rgba(112, 112, 112, 0.15);
}
@media (max-width: 991px) {
  .other-projects-section {
    margin-top: 40px;
    margin-bottom: 0;
    padding-bottom: 41px;
    padding-top: 35px;
    border-top: none;
  }
  .other-projects-section:after {
    content: "";
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 85%;
    background: linear-gradient(to bottom, #FFFFFF, rgba(255, 255, 255, 0));
    z-index: -1;
  }
}
@media (max-width: 1199px) {
  .other-projects-section .other-projects-inner {
    margin: 0 16px;
  }
}
.other-projects-section .other-projects-inner .sec-head {
  max-width: 929px;
}
@media (max-width: 991px) {
  .other-projects-section .other-projects-inner .sec-head {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .other-projects-section .other-projects-inner .sec-head {
    max-width: 286px;
    margin: 0 auto;
  }
}
.other-projects-section .other-projects-inner .sec-head h5 {
  font-size: 29px;
  font-weight: bold;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .other-projects-section .other-projects-inner .sec-head h5 {
    font-size: 20px;
    margin-bottom: 12px;
    text-transform: capitalize;
    text-align: center;
  }
}
.other-projects-section .other-projects-inner .sec-head p {
  font-size: 16px;
  color: #6D6D6D;
  line-height: 24px;
  text-align: start;
}
@media (max-width: 991px) {
  .other-projects-section .other-projects-inner .sec-head p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    text-align: center;
    color: rgba(94, 94, 94, 0.6);
  }
}
@media (max-width: 767px) {
  .other-projects-section .other-projects-inner .sec-head p {
    word-break: break-all;
    text-align: justify;
  }
}
.other-projects-section .other-projects-inner .other-projects-content {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .other-projects-section .other-projects-inner .other-projects-content {
    margin-top: 25px;
  }
}
.other-projects-section .other-projects-inner .other-projects-content .other-projects-slider .project-box {
  background: #ECECEC;
  border: 1px solid #E1E1E1;
  -webkit-padding-end: 32px;
          padding-inline-end: 32px;
  border-radius: 24px;
  display: grid;
  grid-template-columns: 510px 1fr;
  align-items: flex-start;
  gap: 47px;
}
@media (max-width: 1199px) {
  .other-projects-section .other-projects-inner .other-projects-content .other-projects-slider .project-box {
    grid-template-columns: 400px 1fr;
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .other-projects-section .other-projects-inner .other-projects-content .other-projects-slider .project-box {
    grid-template-columns: 300px 1fr;
    gap: 15px;
    -webkit-padding-end: 20px;
            padding-inline-end: 20px;
  }
}
@media (max-width: 767px) {
  .other-projects-section .other-projects-inner .other-projects-content .other-projects-slider .project-box {
    grid-template-columns: 113px 1fr;
    gap: 3px;
    background: #FFF;
    border: none;
    -webkit-padding-end: 7px;
            padding-inline-end: 7px;
    border-radius: 12px;
    -webkit-filter: drop-shadow(0 8px 16px rgba(185, 185, 185, 0.28));
            filter: drop-shadow(0 8px 16px rgba(185, 185, 185, 0.28));
  }
}
.other-projects-section .other-projects-inner .other-projects-content .other-projects-slider .project-box .project-img {
  height: 100%;
  border-radius: 24px 454px 0 24px;
  overflow: hidden;
}
.other-projects-section .other-projects-inner .other-projects-content .other-projects-slider .project-box .project-img img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
  width: 100%;
  height: 100%;
}
.other-projects-section .other-projects-inner .other-projects-content .other-projects-slider .project-box .project-info {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
@media (max-width: 991px) {
  .other-projects-section .other-projects-inner .other-projects-content .other-projects-slider .project-box .project-info {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .other-projects-section .other-projects-inner .other-projects-content .other-projects-slider .project-box .project-info {
    padding-top: 13px;
    padding-bottom: 8px;
  }
}
.other-projects-section .other-projects-inner .other-projects-content .other-projects-slider .project-box .project-info .project-info-text h6 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #121212;
}
@media (max-width: 767px) {
  .other-projects-section .other-projects-inner .other-projects-content .other-projects-slider .project-box .project-info .project-info-text h6 {
    font-size: 10px;
    margin-bottom: 5px;
  }
}
.other-projects-section .other-projects-inner .other-projects-content .other-projects-slider .project-box .project-info .project-info-text p {
  font-size: 16px;
  color: #121212;
  line-height: 24px;
}
@media (max-width: 767px) {
  .other-projects-section .other-projects-inner .other-projects-content .other-projects-slider .project-box .project-info .project-info-text p {
    font-size: 10px;
    line-height: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.other-projects-section .other-projects-inner .other-projects-content .other-projects-slider .project-box .project-info .btn-project {
  font-size: 16px;
  border: 2px solid #6D6D6D;
  border-radius: 6px;
  margin-top: 24px;
  transition: 0.3s;
  min-width: 260px;
  height: 48px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #121212;
}
@media (max-width: 991px) {
  .other-projects-section .other-projects-inner .other-projects-content .other-projects-slider .project-box .project-info .btn-project {
    min-width: auto;
    padding: 5px 15px;
    border: 1px solid #6D6D6D;
  }
}
@media (max-width: 767px) {
  .other-projects-section .other-projects-inner .other-projects-content .other-projects-slider .project-box .project-info .btn-project {
    padding: 4px 8px;
    font-size: 8px;
    border-radius: 6px;
    align-self: flex-end;
    margin-top: 18px;
    height: auto;
  }
}
.other-projects-section .other-projects-inner .other-projects-content .other-projects-slider .project-box:hover .project-img img {
  -webkit-filter: none;
          filter: none;
}
.other-projects-section .other-projects-inner .other-projects-content .other-projects-slider .project-box:hover .project-info .btn-project {
  background: #D74D5A;
  color: #FFF;
  border-color: #D74D5A;
}
.other-projects-section .other-projects-pattern {
  position: absolute;
  inset-inline-end: 0;
  top: 0;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  width: 206px;
  height: 190px;
}
@media (max-width: 1199px) {
  .other-projects-section .other-projects-pattern {
    display: none;
  }
}
.other-projects-section .other-projects-pattern-two {
  position: absolute;
  inset-inline-start: 0;
  bottom: 75px;
  width: 48px;
  height: 300px;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .other-projects-section .other-projects-pattern-two {
    display: none;
  }
}
.other-projects-section .other-projects-pattern-three {
  display: none;
}
@media (max-width: 767px) {
  .other-projects-section .other-projects-pattern-three {
    display: block !important;
    position: absolute;
    inset-inline-start: 0;
    bottom: 0;
    height: 100%;
    width: 146px;
    pointer-events: none;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    overflow: hidden;
  }
}

.menu-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000000;
  z-index: 7;
  padding: 38px 0 38px;
  -webkit-transform: translateY(-120%);
          transform: translateY(-120%);
  transition: 0.8s;
  overflow-y: auto;
  border-radius: 0 0 100vw 100vw;
  opacity: 0;
}
.menu-box.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  border-radius: 0;
}
@media (max-width: 991px) {
  .menu-box {
    background: #121212;
  }
}
.menu-box::-webkit-scrollbar-track {
  background: transparent;
}
.menu-box::-webkit-scrollbar-thumb {
  background: transparent;
}
.menu-box::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
@media (max-height: 600px) {
  .menu-box {
    padding: 38px 0 20px;
  }
}
@media (max-width: 991px) {
  .menu-box {
    padding: 27px 0 130px;
  }
}
@media (max-width: 991px) {
  .menu-box .menu-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100vh - 51px);
  }
}
.menu-box .menu-wrapper .menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-height: 600px) {
  .menu-box .menu-wrapper .menu-head {
    margin-bottom: 20px;
  }
}
.menu-box .menu-wrapper .menu-head .menu-logo {
  display: none;
}
@media (max-width: 991px) {
  .menu-box .menu-wrapper .menu-head .menu-logo {
    display: block;
  }
  .menu-box .menu-wrapper .menu-head .menu-logo img {
    width: 68.65px;
  }
}
.menu-box .menu-wrapper .menu-head .menu-head-action {
  display: flex;
  align-items: center;
  gap: 55px;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
@media (max-width: 991px) {
  .menu-box .menu-wrapper .menu-head .menu-head-action {
    gap: 15px;
  }
}
.menu-box .menu-wrapper .menu-head .menu-head-action .close-menu-toggle {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 6px 16px;
}
@media (max-width: 991px) {
  .menu-box .menu-wrapper .menu-head .menu-head-action .close-menu-toggle {
    gap: 10px;
    background: rgba(255, 255, 255, 0.05);
  }
  .menu-box .menu-wrapper .menu-head .menu-head-action .close-menu-toggle svg {
    width: 12px;
  }
}
.menu-box .menu-wrapper .menu-head .menu-head-action .close-menu-toggle span {
  color: #FFF;
  font-size: 16px;
}
@media (max-width: 991px) {
  .menu-box .menu-wrapper .menu-head .menu-head-action .close-menu-toggle span {
    font-size: 12px;
  }
}
.menu-box .menu-wrapper .menu-lang .dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0;
  outline: none !important;
  box-shadow: none !important;
  background: transparent;
  border: none;
}
.menu-box .menu-wrapper .menu-lang .dropdown .dropdown-toggle .lang-icon {
  width: 24px;
  height: 24px;
}
.menu-box .menu-wrapper .menu-lang .dropdown .dropdown-toggle span {
  color: #FFF;
  font-size: 16px;
}
.menu-box .menu-wrapper .menu-lang .dropdown .dropdown-toggle::after {
  display: none;
}
.menu-box .menu-wrapper .menu-lang .dropdown .dropdown-menu {
  min-width: 100px;
  box-shadow: none;
  padding: 0;
  overflow: hidden;
  top: 8px !important;
}
.menu-box .menu-wrapper .menu-lang .dropdown .dropdown-menu .dropdown-item {
  font-size: 12px;
  padding: 8px 0;
  text-align: center;
  font-weight: 500;
}
.menu-box .menu-wrapper .menu-lang .dropdown .dropdown-menu .dropdown-item:hover, .menu-box .menu-wrapper .menu-lang .dropdown .dropdown-menu .dropdown-item:active, .menu-box .menu-wrapper .menu-lang .dropdown .dropdown-menu .dropdown-item:focus {
  background: var(--main-color);
  color: #FFF;
}
.menu-box .menu-wrapper .menu-lang.menu-lang-mobile {
  display: none;
}
@media (max-width: 991px) {
  .menu-box .menu-wrapper .menu-lang.menu-lang-web {
    display: none;
  }
  .menu-box .menu-wrapper .menu-lang.menu-lang-mobile {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
  }
}
.menu-box .menu-wrapper .menu-list {
  display: inline-flex;
}
@media (max-width: 991px) {
  .menu-box .menu-wrapper .menu-list {
    justify-content: center;
  }
}
.menu-box .menu-wrapper .menu-list ul {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 28px;
}
@media (max-height: 600px) {
  .menu-box .menu-wrapper .menu-list ul {
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .menu-box .menu-wrapper .menu-list ul {
    justify-content: center;
    align-items: center;
  }
}
.menu-box .menu-wrapper .menu-list ul li a {
  color: #FFF;
  font-size: 36px;
  transition: 0.5s;
  display: inline-flex;
}
@media (max-width: 991px) {
  .menu-box .menu-wrapper .menu-list ul li a {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .menu-box .menu-wrapper .menu-list ul li a:hover {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
}
.menu-box .menu-wrapper .menu-foot-wrap {
  margin-top: 80px;
}
@media (max-height: 600px) {
  .menu-box .menu-wrapper .menu-foot-wrap {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .menu-box .menu-wrapper .menu-foot-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
  }
}
.menu-box .menu-wrapper .menu-foot-wrap .contact-btn {
  display: flex;
  align-items: center;
  gap: 5px;
}
.menu-box .menu-wrapper .menu-foot-wrap .contact-btn span {
  font-size: 16px;
  font-weight: 500;
  color: #FFF;
}
.menu-box .menu-wrapper .menu-foot-wrap .menu-footer {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-height: 600px) {
  .menu-box .menu-wrapper .menu-foot-wrap .menu-footer {
    margin-top: 3px;
  }
}
@media (max-width: 991px) {
  .menu-box .menu-wrapper .menu-foot-wrap .menu-footer {
    flex-direction: column;
    margin-top: 50px;
  }
}
.menu-box .menu-wrapper .menu-foot-wrap .menu-footer .copyright {
  font-size: 11px;
  color: #FFF;
}
.menu-box .menu-wrapper .menu-foot-wrap .menu-footer .copyright .mobile {
  display: none;
}
@media (max-width: 991px) {
  .menu-box .menu-wrapper .menu-foot-wrap .menu-footer .copyright {
    font-size: 12px;
    font-weight: 300;
  }
  .menu-box .menu-wrapper .menu-foot-wrap .menu-footer .copyright .web {
    display: none;
  }
  .menu-box .menu-wrapper .menu-foot-wrap .menu-footer .copyright .mobile {
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .menu-box .menu-wrapper .menu-foot-wrap .menu-footer .menu-social {
    margin-top: 16px;
  }
}
.menu-box .menu-wrapper .menu-foot-wrap .menu-footer .menu-social ul {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 991px) {
  .menu-box .menu-wrapper .menu-foot-wrap .menu-footer .menu-social ul {
    gap: 6px;
  }
}
.menu-box .menu-wrapper .menu-foot-wrap .menu-footer .menu-social ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #FFF;
}
@media (max-width: 991px) {
  .menu-box .menu-wrapper .menu-foot-wrap .menu-footer .menu-social ul li a {
    width: 16px;
    height: 16px;
  }
  .menu-box .menu-wrapper .menu-foot-wrap .menu-footer .menu-social ul li a img {
    width: 48%;
    height: auto;
  }
}
.menu-box .menu-box-pattern {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: -1;
  height: 100%;
}
.menu-box .menu-box-pattern img {
  height: 100%;
}
@media (max-width: 991px) {
  .menu-box .menu-box-pattern {
    height: 50%;
  }
}

.contact-modal::-webkit-scrollbar-track {
  background: #000000;
}
.contact-modal::-webkit-scrollbar-thumb {
  background: #222222;
}
.contact-modal::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
@media (min-width: 576px) {
  .contact-modal .modal-dialog {
    max-width: 367px;
  }
}
@media (max-width: 991px) {
  .contact-modal .modal-dialog {
    max-width: 90%;
    margin: 0 auto;
  }
}
.contact-modal .modal-content {
  -webkit-filter: drop-shadow(0 8px 16px rgba(209, 209, 209, 0.16));
          filter: drop-shadow(0 8px 16px rgba(209, 209, 209, 0.16));
  border: none;
  border-radius: 8px;
  position: relative;
}
.contact-modal .close-modal {
  position: absolute;
  right: 21px;
  top: 21px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.contact-modal .modal-body {
  position: relative;
  padding: 49px 34px 27px;
}
@media (max-width: 991px) {
  .contact-modal .modal-body {
    padding: 46px 32px 31px;
  }
}
.contact-modal .modal-body .contact-modal-inner .contact-head {
  text-align: center;
  margin-bottom: 11.4px;
  padding-bottom: 11.4px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.16);
}
.contact-modal .modal-body .contact-modal-inner .contact-head h5 {
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 27px;
  color: var(--main-color);
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .contact-modal .modal-body .contact-modal-inner .contact-head h5 {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.contact-modal .modal-body .contact-modal-inner .contact-head .contact-info {
  background: #F5F5F5;
  border-radius: 12px;
  padding: 15px;
  border: 1px solid #BCBCBC;
}
@media (max-width: 991px) {
  .contact-modal .modal-body .contact-modal-inner .contact-head .contact-info {
    padding: 13px;
  }
}
.contact-modal .modal-body .contact-modal-inner .contact-head .contact-info .contact-info-item {
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  gap: 5px;
}
@media (max-width: 991px) {
  .contact-modal .modal-body .contact-modal-inner .contact-head .contact-info .contact-info-item {
    margin-bottom: 10px;
  }
}
.contact-modal .modal-body .contact-modal-inner .contact-head .contact-info .contact-info-item div {
  display: flex;
  align-items: center;
  gap: 5.5px;
}
.contact-modal .modal-body .contact-modal-inner .contact-head .contact-info .contact-info-item div span {
  font-size: 12px;
  font-weight: 500;
  color: #6D6D6D;
}
.contact-modal .modal-body .contact-modal-inner .contact-head .contact-info .contact-info-item:last-child {
  margin-bottom: 0;
}
.contact-modal .modal-body .contact-modal-inner .contact-modal-form .form-group {
  margin-bottom: 11px;
}
.contact-modal .modal-body .contact-modal-inner .contact-modal-form .form-group:last-child {
  margin-bottom: 0;
}
.contact-modal .modal-body .contact-modal-inner .contact-modal-form .form-group .form-control {
  height: 41px;
  border: 1px solid #BCBCBC;
  border-radius: 12px;
  background: #F5F5F5;
  box-shadow: none;
  outline: 0;
  font-size: 14px;
}
@media (max-width: 991px) {
  .contact-modal .modal-body .contact-modal-inner .contact-modal-form .form-group .form-control {
    height: 38px;
  }
}
.contact-modal .modal-body .contact-modal-inner .contact-modal-form .form-group .form-control::-webkit-input-placeholder {
  font-size: 13px;
  color: #9A9A9A;
  font-weight: 500;
}
.contact-modal .modal-body .contact-modal-inner .contact-modal-form .form-group .form-control:-ms-input-placeholder {
  font-size: 13px;
  color: #9A9A9A;
  font-weight: 500;
}
.contact-modal .modal-body .contact-modal-inner .contact-modal-form .form-group .form-control::-ms-input-placeholder {
  font-size: 13px;
  color: #9A9A9A;
  font-weight: 500;
}
.contact-modal .modal-body .contact-modal-inner .contact-modal-form .form-group .form-control::placeholder {
  font-size: 13px;
  color: #9A9A9A;
  font-weight: 500;
}
@media (max-width: 991px) {
  .contact-modal .modal-body .contact-modal-inner .contact-modal-form .form-group .form-control::-webkit-input-placeholder {
    font-size: 12px;
  }
  .contact-modal .modal-body .contact-modal-inner .contact-modal-form .form-group .form-control:-ms-input-placeholder {
    font-size: 12px;
  }
  .contact-modal .modal-body .contact-modal-inner .contact-modal-form .form-group .form-control::-ms-input-placeholder {
    font-size: 12px;
  }
  .contact-modal .modal-body .contact-modal-inner .contact-modal-form .form-group .form-control::placeholder {
    font-size: 12px;
  }
}
.contact-modal .modal-body .contact-modal-inner .contact-modal-form .form-group textarea {
  height: 119px !important;
  resize: none;
}
@media (max-width: 991px) {
  .contact-modal .modal-body .contact-modal-inner .contact-modal-form .form-group textarea {
    height: 111px !important;
  }
}
.contact-modal .modal-body .contact-modal-inner .contact-modal-form .main-btn {
  width: 100%;
  height: 42.51px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}
@media (max-width: 991px) {
  .contact-modal .modal-body .contact-modal-inner .contact-modal-form .main-btn {
    height: 39px;
    margin-top: 24px;
  }
}
.contact-modal .modal-body .contact-pattern {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 272px;
  height: 100%;
  z-index: -1;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}/*# sourceMappingURL=main.css.map */