@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital@0;1&family=Roboto+Slab:wght@100..900&display=swap');

*::before,
*::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  outline: none;
}

:root {
  --main-color: #860001;
  --second-color: #C29528;

}

html,
body {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  font-size: 18px;
  color: var(--second-color);
  line-height: 1.5;
  padding: 0;
  margin: 0;
}

a {
  color: #004E5A;
  text-decoration: none;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  display: inline-block;
}


.pd-5 {
  padding: 0 5px
}

.md-5 {
  margin: 0 -5px
}

.pd-10 {
  padding: 0 10px
}

.md-10 {
  margin: 0 -10px
}

.container {
  max-width: 100%;
  padding: 0 100px;
}


.home-red-line {
  position: fixed;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: var(--main-color);
  width: 10px;
  z-index: 9;
}

.home-yellow-line {
  position: fixed;
  height: 92vh;
  bottom: 0px;
  left: 10px;
  background: var(--second-color);
  width: 10px;
  z-index: 9;
}

.main-wapper {
  padding: 0;
}

.message {
  background: linear-gradient(85.48deg, #860001 72.2%, #C39E4D 120.69%);
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.message .photo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
}

.message .photo img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
}

.message h2 {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 2px 0
}

.message p {
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
  color: #F4E6C3;
  margin: 0px
}

header {
  position: relative;
  width: 100%;
  top: 0px;
  z-index: 5;
  transition: all .5s ease;
  background: #fff;
  -webkit-box-shadow: 0px 4px 18px 0px rgba(38, 38, 38, 0.15);
  -moz-box-shadow: 0px 4px 18px 0px rgba(38, 38, 38, 0.15);
  box-shadow: 0px 4px 18px 0px rgba(38, 38, 38, 0.15);
}

header .header-main {
  margin: 0px;
  display: flex;
  justify-content: space-between;
  padding: 20px 100px;
  align-items: flex-start;
  position: absolute;
  width: 100%;
}

header .header-main .logo {
  width: 340px;
  transition: all .5s ease;
}

header .header-main .logo img {
  width: 100%;
}

header .header-main .rightside {
  display: flex;
  align-items: center;
  padding: 10px 0
}

header .header-main .rightside ul.main-menu {
  display: flex;
  justify-content: space-between;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

header .header-main .rightside ul.main-menu li {
  margin-left: 30px;
  transition: all .5s ease;
}

header .header-main .rightside ul.main-menu li a {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

header .header-main .rightside ul.main-menu li a:hover,
header .header-main .rightside ul.main-menu li a.active {
  color: var(--main-color);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

header .header-main .rightside ul.main-menu li .dropdown-menu {
  border-radius: 0px;
  border: none;
  background: var(--main-color);
  padding: 10px;
}

header .header-main .rightside ul.main-menu li .dropdown-menu li {
  margin: 0px;
}

header .header-main .rightside ul.main-menu li .dropdown-menu li a {
  color: #fff;
}

header .header-main .rightside ul.main-menu li .dropdown-menu li a:hover {
  background: #fff;
  color: var(--main-color);
}

header .header-main .rightside .btn-menu {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: transparent;
  border: none;
  margin-left: 28px
}

header .header-main .rightside .btn-menu span {
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: #000;
  display: block;
  margin: 2px 0
}

header .header-main.inner-header .rightside ul.main-menu li a {
  color: #fff;
}

header .header-main.inner-header .rightside .btn-menu span {
  background: #fff;
}


/* header.fixed{transition: all .5s ease; position: fixed; top: -41px;}
header.fixed .header-main .header-bottom-part .rightside ul.main-menu li{margin-left: 15px; transition: all .5s ease;}
header.fixed .header-main .header-bottom-part .rightside ul.main-menu li a{padding: 22px 10px;transition: all .5s ease; font-size: 14px;}
header.fixed .header-main .header-bottom-part .logo{width: 170px; transition: all .5s ease;} */

.top-hero-banner {
  background: #fff;
  position: relative;
  overflow: hidden;
  padding: 100px 0 20px 0;
}

.top-hero-banner .pattern {
  position: absolute;
  top: 75px;
  right: -100px;
  animation: 5s linear 0s normal none infinite running spin;
}

.top-hero-banner .container {
  position: relative;
  display: flex;
  align-items: center;
}

.top-hero-banner .content {
  width: 41.3%;
  padding-right: 65px;
}

.top-hero-banner .content .tag {
  color: #000;
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  margin: 0 0 20px 0;
  letter-spacing: 4px;
}

.top-hero-banner .content h1 {
  color: #000;
  font-size: 61px;
  font-weight: 400;
  line-height: 62px;
  margin: 0 0 20px 0;
}

.top-hero-banner .content p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #000;
  margin: 0 0 40px 0;
}

.top-hero-banner .content .btn-booknow {
  border: #860001 2px solid;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: var(--main-color);
  padding: 18px 30px;
}

.top-hero-banner .content .btn-booknow:hover {
  background: var(--main-color);
  color: #fff;
}

.video-block {
  width: 58.7%;
  height: 777px;
  position: relative;
  overflow: hidden;
}

.video-block video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
}

.video-block img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
}



.tms-awards-area {
  padding: 200px 0;
  background: var(--main-color);
  position: relative;
  overflow: hidden;
}

.tms-awards-area .container {
  position: relative;
  z-index: 1
}

.tms-awards-area h2 {
  text-align: center;
  font-size: 62px;
  line-height: 62px;
  color: #fff;
  font-weight: 400;
  margin: 0 auto 40px auto;
  max-width: 1060px
}

.tms-awards-area h2 span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
}

.tms-awards-area p {
  font-size: 16px;
  line-height: 30px;
  color: #FFF6F6;
  font-weight: 400;
  margin: 0px;
  text-align: center;
}

.tms-awards-area .wheel {
  width: 867px;
  height: 870px;
  position: absolute;
  bottom: -472px;
  left: 50%;
  margin-left: -433px;
  -webkit-animation: spin 8s linear infinite;
  -moz-animation: spin 8s linear infinite;
  animation: spin 8s linear infinite;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.important-dates-area {
  position: relative;
  padding: 100px 0;
}

.important-dates-area::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 600px;
  background: var(--second-color);
}

.important-dates-area h2 {
  position: relative;
  z-index: 1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin: 0 0 50px 0;
}

.important-dates-area h2 img {
  margin-right: 10px;
}

.important-dates-area ul.date-list {
  margin: 0px auto 80px auto;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  max-width: 1360px;
  position: relative;
  z-index: 1;
}

.important-dates-area ul.date-list li {
  width: 20%;
  border-right: #FCBFBD 1px solid;
  color: #fff;
  padding: 0 50px;
}

.important-dates-area ul.date-list li .date {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #FFECBE;
  margin: 0 0 10px 0;
}

.important-dates-area ul.date-list li .name {
  font-size: 25px;
  line-height: 25px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 15px 0;
}

.important-dates-area ul.date-list li:last-child {
  border-right: none;
}

.important-dates-area .container {
  position: relative;
}

.important-dates-area .photo-block {
  position: relative;
  width: 100%;
  height: 620px;
  overflow: hidden;
}

.important-dates-area .photo-block img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
}

.important-dates-area .photo-block::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 228px;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.important-dates-area .standard-decade {
  display: flex;
  justify-content: end;
  margin-top: -308px;
  position: relative;
  z-index: 1;
  margin-bottom: 90px;
}

.important-dates-area .titlearea {
  width: 67.2%;
  padding: 0px 80px 0 50px;
  position: sticky;
  top: 15px;
  margin-top: -70px;
  z-index: 9;
}

.important-dates-area .titlearea h3 {
  font-size: 61px;
  line-height: 62px;
  color: #000;
  font-weight: 400;
}

.important-dates-area .titlearea h3 span {
  padding-left: 8px;
}

.important-dates-area .titlearea h3 span.red {
  color: var(--main-color);
  padding-right: 12px;
}

.important-dates-area .standard-decade .rightside {
  width: 32.8%;
  border-left: #EEEEEE 1px solid;
  padding: 50px 50px 0 50px;
}

.important-dates-area .standard-decade .rightside h4 {
  font-size: 31px;
  line-height: 31px;
  font-weight: 500;
  color: #000;
  margin: 0 0 30px 0;
}

.important-dates-area .standard-decade .rightside p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #000;
  margin: 0 0 30px 0;
}

.important-dates-area .standard-decade .rightside .btn-more {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  color: var(--main-color);
}

.important-dates-area .standard-decade .rightside .btn-more span {
  text-decoration: underline;
}

.important-dates-area .standard-decade .rightside .btn-more .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: var(--main-color) 1px solid;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.important-dates-area .standard-decade .rightside .btn-more:hover .icon {
  background: var(--main-color);
  transform: rotate(45deg);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.important-dates-area .standard-decade .rightside .btn-more:hover .icon svg path {
  stroke: #fff;
}

.important-dates-area ul.photo-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
  min-height: 2480px;
  position: relative;
  z-index: 99;
}

.important-dates-area ul.photo-list li {
  margin: 0 0 30px 0;
  border: 10px solid;
  border-image: linear-gradient(45deg, #860001, #C39E4D) 1;
  position: sticky;
}

.important-dates-area ul.photo-list li .inner-photo {
  width: 100%;
  height: 578px;
  position: relative;
  overflow: hidden;
}

.important-dates-area ul.photo-list li .inner-photo img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
}

.important-dates-area ul.photo-list li .inner-photo .name {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #fff;
  z-index: 1;
  font-size: 30px;
  line-height: 30px;
  color: #000;
  font-weight: 500;
  padding: 24px 50px;
}


.important-dates-area ul.photo-list li:nth-of-type(4n+1) {
  top: 240px;
}

.important-dates-area ul.photo-list li:nth-of-type(4n+2) {
  top: 260px;
}

.important-dates-area ul.photo-list li:nth-of-type(4n+3) {
  top: 280px;
}

.important-dates-area ul.photo-list li:nth-of-type(4n+4) {
  top: 300px;
}


.tms-logo-area {
  position: relative;
  padding: 60px 0 0 0;
}

.tms-logo-area h2 {
  text-align: center;
  font-size: 62px;
  line-height: 62px;
  color: #000;
  font-weight: 400;
  margin: 0 0 52px 0;
}

.tms-logo-area h2 span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  color: var(--main-color);
}

.tms-logo-area .sponsors-block {
  background: #FFF6F6;
  padding: 50px 0;
}

.tms-logo-area h3 {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: var(--main-color);
  font-weight: 500;
  letter-spacing: 4px;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}

.tms-logo-area .sponsors-block .sponsor-logo-area {
  width: 100%;
  overflow: hidden;
  height: 310px;
}

.tms-logo-area .sponsors-block .sponsor-logo-area ul.logo-list {
  margin: 0px -25px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  animation: scrollup 4s linear infinite;
}

.tms-logo-area .sponsors-block .sponsor-logo-area ul.logo-list li {
  padding: 0 25px;
  margin-bottom: 30px;
}

.tms-logo-area .sponsors-block .sponsor-logo-area ul.logo-list li .logo-box {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: var(--main-color) 1px solid;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.tms-logo-area .sponsors-block .sponsor-logo-area ul.logo-list li .logo-box img {
  max-width: 80%;
  max-height: 80%;
  top: 10%;
  bottom: 10%;
  left: 10%;
  right: 10%;
  margin: auto;
  object-fit: contain;
  position: absolute;
}

.tms-logo-area .media-partner-block {
  padding: 0px;
}

.tms-logo-area .media-partner-block .half-part {
  width: 50%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.tms-logo-area .media-partner-block .half-part:first-child {
  padding-right: 25px;
}

.tms-logo-area .media-partner-block .half-part:last-child {
  padding-left: 25px;
  border-left: #EEEEEE 1px solid;
}

.tms-logo-area .media-partner-block .half-part:last-child ul.logo-list {
  width: 1520px;
}

.tms-logo-area .media-partner-block .inner-scroll-block {
  overflow: hidden;
}

.tms-logo-area .media-partner-block ul.logo-list {
  margin: 0px -25px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: 950px;
  animation: scrollRight 6s linear infinite;
}

.tms-logo-area .media-partner-block ul.logo-list li {
  padding: 0 25px;
  margin-bottom: 30px;
}

.tms-logo-area .media-partner-block ul.logo-list li .logo-box {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: var(--second-color) 1px solid;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.tms-logo-area .media-partner-block ul.logo-list li .logo-box img {
  max-width: 80%;
  max-height: 80%;
  top: 10%;
  bottom: 10%;
  left: 10%;
  right: 10%;
  margin: auto;
  object-fit: contain;
  position: absolute;
}

.tms-logo-area .media-partner-block .slider {
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.tms-logo-area .media-partner-block .slider .slide-track {
  -webkit-animation: scroll 10s linear infinite;
  animation: scroll 10s linear infinite;
  display: flex;
  width: calc(190px * 14);
}

.tms-logo-area .media-partner-block .slider .slide {
  width: 190px;
}

.tms-logo-area .media-partner-block .slider .slide .logo-block {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: var(--second-color) 1px solid;
  position: relative;
  overflow: hidden;
  background: #fff;
  margin-bottom: 30px;
}

.tms-logo-area .media-partner-block .slider .slide .logo-block img {
  max-width: 80%;
  max-height: 80%;
  top: 10%;
  bottom: 10%;
  left: 10%;
  right: 10%;
  margin: auto;
  object-fit: contain;
  position: absolute;
}

.tms-logo-area .media-partner-block .half-part:first-child .slider .slide-track {
  -webkit-animation: righttoleft 8s linear infinite;
  animation: righttoleft 8s linear infinite;
  width: calc(190px * 10);
}

@keyframes scrollup {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-100%);
  }
}


footer .footer-area {
  background: var(--main-color);
  padding: 100px 0 130px 0;
}

footer .footer-area .d-flex {
  margin: 0 -50px;
}

footer .footer-area .large-box {
  width: 38%;
  padding: 0 50px;
  border-right: #A1393A 1px solid;
}

footer .footer-area .small-box {
  width: 24%;
  padding: 0 50px
}

footer .footer-area h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 4px;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}

footer .footer-area h2 {
  font-size: 60px;
  line-height: 62px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 30px 0;
}

footer .footer-area ul.link {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

footer .footer-area ul.link li a {
  font-size: 14px;
  line-height: 32px;
  color: #fff;
  text-decoration: underline;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

footer .footer-area .input-area {
  position: relative;
}

footer .footer-area .input-area .form-control {
  border-radius: 0px;
  background: transparent;
  border: none;
  border-bottom: #fff 1px solid;
  font-size: 16px;
  line-height: 23px;
  padding: 20px 0;
  color: #fff;
}

footer .footer-area .input-area .form-control:focus {
  box-shadow: none;
  border-bottom: #fff 1px dashed;
}

footer .footer-area .input-area .btn-send {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  position: absolute;
  top: 0px;
  right: 0px;
}

footer .footer-area .input-area .form-control::-ms-input-placeholder {
  color: #fff;
}

footer .footer-area .input-area .form-control::placeholder {
  color: #fff;
}

footer .footer-area .copyright {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}

footer .footer-area .copyright ul.social {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
}

footer .footer-area .copyright ul.social li {
  margin-right: 10px;
}

footer .footer-area .copyright p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  margin: 0px;
}

footer .footer-area .copyright ul.privacy-link {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
}

footer .footer-area .copyright ul.privacy-link li {
  position: relative;
}

footer .footer-area .copyright ul.privacy-link li::before {
  content: '|';
  padding-left: 10px;
  margin-right: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

footer .footer-area .copyright ul.privacy-link li a {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

footer .footer-area .copyright ul.privacy-link li:first-child::before {
  content: none;
}



@-webkit-keyframes scroll {
  0% {
    transform: translateX(calc(-190px * 7));

  }

  100% {
    transform: translateX(0);
  }
}

@keyframes scroll {
  0% {
    transform: translateX(calc(-190px * 7));
  }

  100% {

    transform: translateX(0);
  }
}




@-webkit-keyframes righttoleft {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-190px * 5));
  }
}

@keyframes righttoleft {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-190px * 5));
  }
}


.inner-top-banner-area {
  padding: 0px;
  position: relative;
  min-height: 662px;
  display: flex;
  align-items: end;
}

.inner-top-banner-area .photo-area {
  width: 58.5%;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
}

.inner-top-banner-area .photo-area .photo {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.inner-top-banner-area .photo-area .photo img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
}

.inner-top-banner-area .photo-area .photo::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: linear-gradient(118.72deg, rgba(134, 0, 1, 0.8) 0%, rgba(194, 149, 40, 0.8) 158.38%);
  z-index: 1;
  mix-blend-mode: hard-light;
}

.inner-top-banner-area .photo-area .video-block {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.inner-top-banner-area .photo-area .video-block video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
}

.inner-top-banner-area .photo-area::before {
  content: '';
  position: absolute;
  width: 72%;
  height: 10px;
  background: #c29528;
  bottom: -5px;
  z-index: 2;
  left: 14%;
}

.inner-top-banner-area .container {
  position: relative;
  z-index: 2;
}

.inner-top-banner-area .content-block {
  width: 55.4%;
}

.inner-top-banner-area .content-block h1 {
  font-size: 61px;
  line-height: 78px;
  font-weight: 400;
  color: #000;
}

.inner-top-banner-area .content-block h1 span {
  background: #fff;
}

.inner-top-banner-area .content-block h1 span.yellow {
  color: var(--second-color);
}

.inner-top-banner-area .content-block h1 span.red {
  color: var(--main-color);
}

.inner-top-banner-area .btn-area {
  display: flex;
  margin-top: 128px;
}

.inner-top-banner-area .btn-area a {
  margin-right: 14px;
}

.inner-top-banner-area .btn-area .btn-yellow {
  background: var(--second-color);
  padding: 18px 25px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
}

.inner-top-banner-area .btn-area .btn-yellow:hover {
  background: var(--main-color);
}

.inner-top-banner-area .btn-area .btn-red {
  background: var(--main-color);
  padding: 18px 25px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
}

.inner-top-banner-area .btn-area .btn-red:hover {
  background: var(--second-color);
}


.safety-and-security-area {
  padding: 108px 0 88px 0;
  position: relative;
}

.safety-and-security-area h2 {
  font-size: 61px;
  line-height: 62px;
  font-weight: 400;
  color: #000;
  text-align: center;
  position: relative;
  padding-bottom: 42px;
  margin-bottom: 50px;
}

.safety-and-security-area h2::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -85px;
  background-color: var(--second-color);
  width: 170px;
  height: 4px;
}

.safety-and-security-area h2 span {
  color: var(--main-color);
}

.safety-and-security-area .d-flex {
  align-items: center;
}

.safety-and-security-area .leftside {
  width: 33.5%;
  border: var(--main-color) 1px solid;
  padding: 50px 44px;
}

.safety-and-security-area .leftside h3 {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 500px;
  background-color: var(--main-color);
  display: inline-block;
  padding: 12px 18px;
  border-radius: 50px;
  margin: 0 0 30px 0;
}

.safety-and-security-area .leftside .logo {
  width: 350px;
  height: 125px;
  position: relative;
  overflow: hidden;
}

.safety-and-security-area .leftside .logo img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: contain;
}

.safety-and-security-area .rightside {
  width: 66.5%;
  padding-left: 38px;
}

.safety-and-security-area .rightside p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #000;
  margin: 0 0 20px 0;
}

.safety-and-security-area .rightside p:last-child {
  margin: 0px;
}

.nomination-entry-form {
  background: #F8F8F8;
  padding: 100px 0 35px 0;
  margin-bottom: 30px;
}

.nomination-entry-form h2 {
  font-size: 61px;
  line-height: 62px;
  font-weight: 400;
  color: var(--second-color);
  text-align: center;
  position: relative;
  padding-bottom: 26px;
  margin-bottom: 40px;
}

.nomination-entry-form h2::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -85px;
  background-color: var(--second-color);
  width: 170px;
  height: 4px;
}

.nomination-entry-form h2 span {
  color: #0078BB;
  display: block;
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
}

.nomination-entry-form h3 {
  text-align: center;
  font-size: 30px;
  line-height: 38px;
  color: var(--second-color);
  font-weight: 500;
  margin: 0 0 26px 0;
}

.nomination-entry-form .form-area {
  margin-bottom: 65px;
}

.nomination-entry-form .inputarea .info {
  font-size: 20px;
  line-height: 32px;
  color: #000;
  margin: 16px 0 0 0;
}

.nomination-entry-form label {
  display: block;
  margin: 0px;
  color: #000;
  font-size: 20px;
  line-height: 24px;
}

.nomination-entry-form label span {
  color: #0078BB
}

.nomination-entry-form p {
  text-align: right;
  margin: 0 0 60px 0;
}

.nomination-entry-form p small {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

.nomination-entry-form textarea.form-control {
  padding-top: 16px;
}

.nomination-entry-form .form-control {
  margin-bottom: 8px;
  border: none;
  border-bottom: #000 1px solid;
  background: transparent;
  border-radius: 0px;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  padding: 26px 0;
}

.nomination-entry-form .form-control:focus {
  box-shadow: none;
  border-bottom: var(--second-color) 1px solid;
}

.nomination-entry-form .form-control::-ms-input-placeholder {
  color: #000;
}

.nomination-entry-form .form-control::placeholder {
  color: #000;
}

.nomination-entry-form .btn-send {
  background: #0078BB;
  padding: 18px 60px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  border: none;
  margin: 0 8px
}

.nomination-entry-form .btn-send:hover {
  background: var(--main-color);
}

.nomination-entry-form .btn-yellow {
  background: var(--second-color);
  padding: 18px 60px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  border: none;
  margin: 0 8px;
}

.nomination-entry-form .btn-yellow:hover {
  background: var(--main-color);
}

.nomination-entry-form .file-main-area {
  padding: 50px 0 70px 0;
}

.nomination-entry-form .file-main-area .file-size {
  font-size: 20px;
  line-height: 32px;
  color: var(--main-color);
  font-weight: 400;
  margin: 0 0 35px 0;
}

.nomination-entry-form .file-main-area ul.file-upload-list {
  margin: 0px -12px;
  padding: 0px;
  list-style: none;
  display: flex;
}

.nomination-entry-form .file-main-area ul.file-upload-list li {
  padding: 0 12px;
  width: 33.33%;
}

.nomination-entry-form .file-main-area .checkbox-block {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 40px 0px 0px 0px;
}

.nomination-entry-form .file-main-area .checkbox-block input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  display: none;
}

.nomination-entry-form .file-main-area .checkbox-block .checkmark {
  color: var(--main-color);
  font-size: 16px;
  font-family: var(--aptos400);
  line-height: 22px;
  padding: 0 0 0 30px;
  display: block;
  position: relative;
}

.nomination-entry-form .file-main-area .checkbox-block .checkmark a {
  color: var(--main-color);
  text-decoration: underline;
}

.nomination-entry-form .file-main-area .checkbox-block .checkmark::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fff;
  border-radius: 3px;
  width: 22px;
  height: 22px;
}

.nomination-entry-form .file-main-area .checkbox-block input:checked~.checkmark::before {
  background: var(--main-color);
}

.nomination-entry-form .file-main-area .checkbox-block input:checked~.checkmark::after {
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  background: url(../images/check-icon.svg) center center no-repeat;
  width: 18px;
  height: 18px;
  background-size: cover;
}

.drop-zone {
  max-width: 100%;
  height: 148px;
  padding: 0px;
  cursor: pointer;
  border-radius: 80px;
  background: #fff;
  position: relative;
}

.drop-zone .drop-zone__prompt {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  padding: 0 184px 0 64px;
}

.drop-zone .drop-zone__prompt h4 {
  font-size: 25px;
  line-height: 26px;
  margin: 0 0 8px 0;
  color: #0078BB;
  font-weight: 500;
}

.drop-zone .drop-zone__prompt p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  color: #0078BB;
  font-weight: 400;
  text-align: left;
}

.drop-zone .icon {
  position: absolute;
  top: 0px;
  right: 0px;
  background: var(--second-color);
  width: 148px;
  height: 148px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.drop-zone--over {
  border-style: solid;
}

.drop-zone__input {
  display: none;
}

.drop-zone__thumb {
  width: 100%;
  height: 24px;
  border-radius: 10px;
  overflow: hidden;
  background-color: transparent;
  background-size: cover;
  position: absolute;
  background-image: none !important;
  top: 50%;
  margin-top: -13px;
  ;
}

.drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 100%;
  padding: 0;
  color: #000;
  font-size: 18px;
  line-height: 24px;
}


.sposnors-page {
  padding: 84px 0;
}

.sposnors-page h2 {
  text-align: center;
  font-size: 62px;
  line-height: 62px;
  color: #000;
  font-weight: 400;
  margin: 0 0 60px 0;
}

.sposnors-page h2 span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  color: var(--main-color);
}

.sposnors-page ul.sposnor-list {
  margin: 0 -15px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.sposnors-page ul.sposnor-list li {
  padding: 0 15px;
  margin-bottom: 30px;
  width: 33.33%;
  height: 290px;
}

.sposnors-page ul.sposnor-list li a {
  display: block;
  border: #E3E3E3 1px solid;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.sposnors-page ul.sposnor-list li a img {
  max-width: 80%;
  max-height: 80%;
  top: 10%;
  bottom: 10%;
  left: 10%;
  right: 10%;
  margin: auto;
  object-fit: contain;
  position: absolute;
}

.modal-backdrop {
  background: #fff;
  opacity: 0.8 !important;
}

.sposnors-page ul.sposnor-list li .modal-content {
  background: #FFF5DE;
  border-radius: 0px;
  border: #C29528 1px solid;
}

.sposnors-page ul.sposnor-list li .modal-content .modal-body {
  padding: 130px 90px 100px 415px;
  position: relative;
}

.sposnors-page ul.sposnor-list li .modal-content .modal-body .btn-close {
  position: absolute;
  top: 45px;
  right: 45px;
}

.sposnors-page ul.sposnor-list li .modal-content .logo-area {
  width: 268px;
  height: 268px;
  border: var(--second-color) 1px solid;
  border-radius: 50%;
  position: absolute;
  top: 130px;
  left: 90px;
  overflow: hidden;
  background: #fff;
}

.sposnors-page ul.sposnor-list li .modal-content .logo-area img {
  max-width: 80%;
  max-height: 80%;
  top: 10%;
  bottom: 10%;
  left: 10%;
  right: 10%;
  margin: auto;
  object-fit: contain;
  position: absolute;
}

.sposnors-page ul.sposnor-list li .modal-content h3 {
  font-size: 61px;
  line-height: 62px;
  color: var(--main-color);
  font-weight: 400;
  margin: 0 0 30px 0;
}

.sposnors-page ul.sposnor-list li .modal-content p {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  font-weight: 400;
  margin: 0 0 20px 0;
}

.sposnors-page ul.sposnor-list li .modal-content a.btn-link {
  background: var(--second-color);
  border: none;
  display: inline-flex;
  width: auto;
  align-items: center;
  justify-content: center;
  padding: 16px 20px;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
}

.sposnors-page ul.sposnor-list li .modal-content a.btn-link:hover {
  background: #DFCDA1;
}

.sposnors-page ul.sposnor-list li .modal-content a.btn-link svg {
  margin-left: 30px;
}

.award-categories-page {
  padding: 76px 0;
}

.award-categories-page h2 {
  text-align: center;
  font-size: 62px;
  line-height: 62px;
  color: #000;
  font-weight: 400;
  margin: 0 0 60px 0;
  position: relative;
  padding-bottom: 40px;
}

.award-categories-page h2 span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  color: var(--main-color);
}

.award-categories-page h2 strong {
  color: var(--main-color);
  font-weight: 400;
}

.award-categories-page h2::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 170px;
  height: 4px;
  background: var(--second-color);
  margin-left: -85px;
}

.award-categories-page ul.award-list {
  margin: 0px -12px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.award-categories-page ul.award-list li {
  padding: 0 12px;
  width: 50%;
  margin-bottom: 24px;
}

.award-categories-page ul.award-list li .award-block {
  border: var(--main-color) 1px solid;
  display: flex;
  transition: all .5s ease;
  width: 100%;
  min-height: 415px;
}

.award-categories-page ul.award-list li .award-block .leftside {
  width: 50%;
  padding: 50px 44px;
  background: #fff;
  transition: all .5s ease;
  position: relative;
}

.award-categories-page ul.award-list li .award-block .leftside::before {
  content: '';
  position: absolute;
  bottom: 45px;
  left: 44px;
  background: var(--second-color);
  width: 76px;
  height: 4px;
  transition: all .5s ease;
}

.award-categories-page ul.award-list li .award-block .leftside h4 {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 500px;
  background-color: var(--main-color);
  display: inline-block;
  padding: 12px 18px;
  border-radius: 50px;
  margin: 0 0 30px 0;
  transition: all .5s ease;
}

.award-categories-page ul.award-list li .award-block .leftside .logo-block {
  width: 100%;
  height: 214px;
  position: relative;
  overflow: hidden;
}

.award-categories-page ul.award-list li .award-block .leftside .logo-block img {
  max-width: 100%;
  max-height: 100%;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  margin: auto;
  object-fit: contain;
  position: absolute;
}

.award-categories-page ul.award-list li .award-block .rightside {
  width: 50%;
  padding: 46px 40px;
  border-left: var(--main-color) 1px solid;
  transition: all .5s ease;
  overflow: hidden;
}

.award-categories-page ul.award-list li .award-block .rightside h3 {
  font-size: 31px;
  line-height: 38px;
  color: #000;
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  position: relative;
}

.award-categories-page ul.award-list li .award-block .rightside h3::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: var(--second-color);
  width: 76px;
  height: 4px;
  transition: all .5s ease;
}

.award-categories-page ul.award-list li .award-block .rightside h3 span {
  color: var(--main-color);
  transition: all .5s ease;
}

.award-categories-page ul.award-list li .award-block .rightside p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #000;
  margin: 0 0 35px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: all .5s ease;
  min-height: 90px;
}

.award-categories-page ul.award-list li .award-block .rightside .btn-nominate {
  background: var(--second-color);
  border: var(--second-color) 2px solid;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 16px 44px;
}

.award-categories-page ul.award-list li .award-block .rightside .btn-nominate:hover {
  background: transparent;
  color: var(--second-color);
}

.award-categories-page ul.award-list li:hover .award-block {
  width: 203%;
  z-index: 5;
  position: relative;
  transition: all .5s ease;
}

.award-categories-page ul.award-list li:hover .award-block .leftside {
  width: 25%;
  transition: all .5s ease;
}

.award-categories-page ul.award-list li:hover .award-block .leftside h4 {
  background: var(--second-color);
  transition: all .5s ease;
}

.award-categories-page ul.award-list li:hover .award-block .rightside {
  width: 75%;
  background: var(--main-color);
  transition: all .5s ease;
  padding: 35px 40px;
}

.award-categories-page ul.award-list li:hover .award-block .rightside h3 {
  color: #fff;
  transition: all .5s ease;
}

.award-categories-page ul.award-list li:hover .award-block .rightside h3 span {
  color: var(--second-color);
  transition: all .5s ease;
}

.award-categories-page ul.award-list li:hover .award-block .rightside p {
  color: #fff;
  min-height: 90px;
  transition: all .5s ease;
}

.award-categories-page ul.award-list li:nth-of-type(2n+2):hover .award-block {
  position: relative;
  margin-left: -103%;
  transition: all .5s ease;
}

.bespoke-package-page {
  padding: 76px 0 0 0;
}

.bespoke-package-page h2 {
  text-align: center;
  font-size: 62px;
  line-height: 62px;
  color: #000;
  font-weight: 400;
  margin: 0 0 60px 0;
  position: relative;
  padding-bottom: 40px;
}

.bespoke-package-page h2 span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  color: var(--main-color);
}

.bespoke-package-page h2 strong {
  color: var(--main-color);
  font-weight: 400;
}

.bespoke-package-page h2::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 170px;
  height: 4px;
  background: var(--second-color);
  margin-left: -85px;
}

.bespoke-package-page ul.bespoke-list {
  margin: 0px -12px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.bespoke-package-page ul.bespoke-list li {
  width: 50%;
  padding: 0 12px;
  display: flex;
  margin-bottom: 24px;
}

.bespoke-package-page ul.bespoke-list li .bespoke-block {
  width: 100%;
  height: 100%;
  background: #FFF5DE;
}

.bespoke-package-page ul.bespoke-list li .bespoke-block .photo-area {
  width: 100%;
  height: 360px;
  position: relative;
  overflow: hidden;
}

.bespoke-package-page ul.bespoke-list li .bespoke-block .photo-area img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
  transition: all .5s ease;
}

.bespoke-package-page ul.bespoke-list li .bespoke-block .photo-area .lineleft {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.bespoke-package-page ul.bespoke-list li .bespoke-block .photo-area .lineleft .red {
  top: 56px;
  left: 10px;
}

.bespoke-package-page ul.bespoke-list li .bespoke-block .photo-area .lineleft .yellow {
  top: 32px;
}

.bespoke-package-page ul.bespoke-list li .bespoke-block .photo-area .lineright .red {
  top: 56px;
  right: 10px;
}

.bespoke-package-page ul.bespoke-list li .bespoke-block .photo-area .lineright .yellow {
  top: 32px;
  right: 0px;
}

.bespoke-package-page ul.bespoke-list li .bespoke-block .photo-area .red {
  background: var(--main-color);
  width: 10px;
  height: 280px;
  position: absolute;
  transition: all .5s ease;
}

.bespoke-package-page ul.bespoke-list li .bespoke-block .photo-area .yellow {
  background: var(--second-color);
  width: 10px;
  height: 280px;
  position: absolute;
  transition: all .5s ease;
}

.bespoke-package-page ul.bespoke-list li .bespoke-block .content {
  padding: 35px 45px;
}

.bespoke-package-page ul.bespoke-list li .bespoke-block .content h3 {
  font-size: 32px;
  line-height: 40px;
  color: #000;
  font-weight: 500;
  margin: 0 0 16px 0;
}

.bespoke-package-page ul.bespoke-list li .bespoke-block .content p {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  font-weight: 400;
  margin: 0px;
}

.bespoke-package-page ul.bespoke-list li:hover .bespoke-block .photo-area img {
  transform: scale(1.1);
  transition: all .5s ease;
}

.bespoke-package-page ul.bespoke-list li:hover .bespoke-block .photo-area .lineleft .red,
.bespoke-package-page ul.bespoke-list li:hover .bespoke-block .photo-area .lineright .red {
  top: 36px;
  transition: all .5s ease;
}

.bespoke-package-page ul.bespoke-list li:hover .bespoke-block .photo-area .lineleft .yellow,
.bespoke-package-page ul.bespoke-list li:hover .bespoke-block .photo-area .lineright .yellow {
  top: 52px;
  transition: all .5s ease;
}


.become-a-sponsor-area {
  padding: 64px 0 100px 0;
}

.become-a-sponsor-area h2 {
  text-align: center;
  font-size: 62px;
  line-height: 62px;
  color: #000;
  font-weight: 400;
  margin: 0 0 40px 0;
  position: relative;
  padding-bottom: 40px;
}

.become-a-sponsor-area h2::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 170px;
  height: 4px;
  background: var(--second-color);
  margin-left: -85px;
}

.become-a-sponsor-area p {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  margin: 0px;
  color: #000;
  font-weight: 400;
}

.enquire-here-area {
  padding: 100px 0;
  background: url(../images/enquire-here-bg.jpg) bottom center no-repeat;
  background-size: cover;
  position: relative;
}

.enquire-here-area .container {
  position: relative;
  z-index: 2;
}

.enquire-here-area h2 {
  text-align: center;
  font-size: 62px;
  line-height: 62px;
  color: #fff;
  font-weight: 400;
  margin: 0 0 40px 0;
  position: relative;
  padding-bottom: 30px;
}

.enquire-here-area h2::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 170px;
  height: 4px;
  background: var(--second-color);
  margin-left: -85px;
}

.enquire-here-area h2 span {
  display: block;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  margin-top: 25px;
}

.enquire-here-area textarea.form-control {
  padding-top: 16px;
}

.enquire-here-area .form-control {
  margin-bottom: 8px;
  border: none;
  border-bottom: #fff 1px solid;
  background: transparent;
  border-radius: 0px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  padding: 26px 0;
}

.enquire-here-area .form-control:focus {
  box-shadow: none;
  border-bottom: #fff 1px dashed;
}

.enquire-here-area .form-control::-ms-input-placeholder {
  color: #fff;
}

.enquire-here-area .form-control::placeholder {
  color: #fff;
}

.enquire-here-area h3 {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  margin: 35px 0 2px 0;
}

.enquire-here-area .intrested-label {
  margin-bottom: 80px;
}

.enquire-here-area .checkbox-block {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 15px 0px 0px 0px;
}

.enquire-here-area .checkbox-block input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  display: none;
}

.enquire-here-area .checkbox-block .checkmark {
  color: #fff;
  font-size: 16px;
  font-family: var(--aptos400);
  line-height: 22px;
  padding: 0 0 0 30px;
  display: block;
  position: relative;
}

.enquire-here-area .checkbox-block .checkmark::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fff;
  border-radius: 3px;
  width: 22px;
  height: 22px;
}

.enquire-here-area .checkbox-block input:checked~.checkmark::before {
  background: var(--main-color);
  border: #fff 1px solid;
}

.enquire-here-area .checkbox-block input:checked~.checkmark::after {
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  background: url(../images/check-icon.svg) center center no-repeat;
  width: 18px;
  height: 18px;
  background-size: cover;
}

.enquire-here-area .btn-send {
  background: var(--second-color);
  padding: 18px 60px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  border: none;
  margin: 45px 0 0 0;
}

.enquire-here-area .btn-send:hover {
  background: #fff;
  color: var(--main-color);
}

.enquire-here-area::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, #860001 0%, rgba(134, 0, 1, 0) 153.77%);
}