* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: opacity 0.7s ease-in-out;
  font-family: "Montserrat", sans-serif;
}

body {
  overflow-x: hidden;
}

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

.section-one {
  background-image: url('../images/header_one.jpg');
  background-size: 100vw 120vh;
  background-position: center;
  height: 120vh;
  width: 100vw;
}

.info-container-header{
  text-transform: uppercase;
  letter-spacing: 5px;
}

.section-one .navbar {
  width: 70%;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  position: relative;
}

.section-one .navbar .logo-main, .section-one .navbar .navicon {
  position: absolute;
  top: 30px;
  width: 250px;
}

.section-one .navbar .navicon {
  color: rgb(255, 98, 158);
  font-size: 24px;
  top: 35px;
  right: 0;
}

.section-one .info-container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10%;
  text-align: center;
  margin-left: -80px;
}

.section-one .info-container .p-date {
  color: rgb(255, 98, 158);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: -5px;
  text-shadow: 0px 2px 4px rgba(44, 62, 80, 0.55);
}

.section-one .info-container p {
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 105px;
  font-weight: 800;
}

.section-one .info-container .p-description {
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  margin-top: 15px;
  font-weight: 400;
  text-shadow: 0px 2px 4px rgba(44, 62, 80, 0.55);
}

.section-one .info-container .button-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.section-one .info-container .button-container .circular {
  width: 150px;
  height: 50px;
  background-color: rgb(255, 98, 158);
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  border: 1px solid rgb(255, 98, 158);
  border-radius: 50px;
  font-weight: 600;
  margin: 0 auto;
  transition: all ease-in-out 300ms;
}

.contact_button:hover{
  transform: translateY(5px);
  box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)!important;
}

.section-one .info-container .button-container .circular a {
  color: #FFFFFF;
  text-decoration: none;
}

.section-two {
  width: 100vw;
  min-height: 70vh;
  padding-bottom: 50px;
}

.section-two .col-sm-6 {
  padding-right: 0;
}

.section-two .desc-div {
  width: 80%;
  height: 100%;
  display: table;

}

.section-two .left {
  background-color: #FFFFFF;
  margin-top: 50px;
  position: relative;
  background-image: url('../images/img32_blue.png');
  background-repeat: no-repeat;
  background-size: 280px;
  background-position: left top;
}

.section-two .left .side-tag {
  position: absolute;
  width: 200px;
  height: 60px;
  top: 50%;
  left: -70px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.section-two .left .side-tag .draw-line {
  width: 45px;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 1px;
  background-color: #31374F;
}

.section-two .left .side-tag span {
  font-size: 9px;
  font-family: "Montserrat", sans-serif;
  color: #31374F;
  font-weight: 600;
  padding-left: 30px;
  letter-spacing: 0.15em;
}

.section-two .left .info-content {
  float: right;
  width: 70%;
  min-height: 100px;
  display: table-row;
}

.section-two .left .info-content .top-design-line {
  width: 100%;
  min-height: 80px;
  padding: 10px 30px;
}

.section-two .left .info-content .top-design-line .draw-line {
  width: 120px;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 10px;
  background-color: rgb(255, 98, 158);
}

.section-two .left .info-content .top-design-line span {
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

.section-two .left .info-content .top-design-line .info-content-heading {
  color: #31374F;
  font-weight: 800;
  font-size: 30px;
  line-height: 40px;
  padding-top: 70px;
  padding-bottom: 30px;
  font-family: "Montserrat", sans-serif;
  min-height: 100px;
}

.section-two .left .info-content .top-design-line .p-content {
  color: #AEAEAE;
  font-size: 16px;
  line-height: 27px;
  min-height: 100px;
  font-family: "Montserrat", sans-serif;
}

.section-two .right {
  background-color: rgb(255, 98, 158);
  margin-top: -30px;
  padding: 90px 90px;
  min-height: 300px;
  padding-bottom: 20 !important;
  width: 90%;
}

.section-two .right .multiple-repeat {
  width: 85%;
  padding-bottom: 20px;
  min-height: 100px;
  position: relative;
  float: right;
}

.section-two .right .multiple-repeat .multiple-repeat-number {
  position: absolute;
  left: -60px;
  font-size: 30px;
  color: #af2258;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}

.section-two .right .multiple-repeat .mod-content {
  padding-top: 5px;
  padding-right: 20px;
}

.section-two .right .multiple-repeat .mod-content .gap10px {
  width: 100%;
  height: 10px;
}

.section-two .right .multiple-repeat .mod-content .multiple-repeat-heading {
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  color: #af2258;
  font-weight: 900;
  padding-bottom: 20px;
}

.section-two .right .multiple-repeat .mod-content .multiple-repeat-info {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 22px;
}

.section-three {
  width: 100vw;
  min-height: 100vh;
  padding-bottom: 50px;
  background-image: url(../images/img24.png);
  background-repeat: no-repeat;
  background-size: 280px;
  background-position: top left;
  margin-top: -100px;
  position: relative;
}

.section-three .draw-line-ver {
  position: absolute;
  background-color: rgb(255, 98, 158);
  width: 0.20em;
  height: 120px;
  left: 51%;
  top: -30px;
  border-radius: 50px;
}

.section-three .video-play-button {
  position: absolute;
  top: 20%;
  left: calc(50% - 160px);
  width: 200px;
  min-width: 320px;
  margin-left: auto;
  margin-right: auto;
  height: 100px;
  text-align: center;
}

.section-three .video-play-button .text {
  color: #613C8C;
  font-size: 13px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  line-height: 50px;
  vertical-align: middle !important;
  padding: 0 15px;
  letter-spacing: 0.1em;
}

.section-three .video-play-button button {
  vertical-align: middle !important;
  background-color: transparent;
  border: 1px solid transparent;
}

.section-three .video-play-button button i {
  font-size: 120px;
  vertical-align: middle !important;
  font-weight: 300;
  color: #613C8C;
}

.section-three .side-tag {
  position: absolute;
  width: 200px;
  height: 60px;
  top: 50%;
  right: 0;
  z-index: 100;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.section-three .side-tag .draw-line {
  width: 45px;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 1px;
  background-color: #31374F;
}

.section-three .side-tag span {
  font-size: 9px;
  font-family: "Montserrat", sans-serif;
  color: rgb(255, 98, 158);
  font-weight: 600;
  padding-left: 30px;
  letter-spacing: 0.15em;
}

.section-four {
  width: 100vw;
  padding-bottom: 50px;
  margin-top: -350px;
  z-index: 10;
  position: relative;
  padding-right: 10px;
  text-align: justify;
}

.section-four .ghost {
  visibility: hidden;
  width: 100%;
  top: 0;
  left: 0;
  position: relative;
}

.section-four .card-view {
  width: 95%;
  min-height: 650px;
  background-color: #FAFAFA;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-four .card-view .draw-line {
  position: absolute;
  left: 50%;
  top: -20px;
  width: 2px;
  height: 100px;
  margin-top: 20px;
  margin-bottom: 10px;
  background-color: rgb(255, 98, 158);
}

.section-four .card-view .float-text {
  width: 400px;
  min-width: 300px;
  height: 200px;
  position: absolute;
  top: 140px;
  left: 15%;
}

.section-four .card-view .float-text h1 {
  font-size: 27px;
  color: #31374F;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  padding-bottom: 20px;
}

.section-four .card-view .float-text p {
  color: #AEAEAE;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  text-align: justify;
}

.section-four .card-view .settings {
  top: 220px;
  left: 60%;
  width: 300px;
  z-index: 100;
}

.section-four .card-view .settings h1 {
  font-size: 20px;
  color: #613C8C;
  padding-bottom: 7px;
}

.section-four .card-view .left-up-image {
  position: absolute;
  top: 400px;
  width: 670px;
}

.section-four .card-view .left-up-image img {
  width: 100%;
}

.section-four .card-view .right-up-image {
  position: absolute;
  width: 670px;
  top: 300px;
  left: 49%;
}

.section-four .card-view .right-up-image img {
  width: 100%;
}

.section-four .card-view .center-up-image {
  position: absolute;
  width: 300px;
  top: 760px;
  left: 38%;
}

.section-four .card-view .center-up-image img {
  width: 100%;
}

.section-four .card-view .settings-one {
  top: 920px;
  left: 15%;
  width: 270px;
  min-width: 270px;
  z-index: 100;
}

.section-four .card-view .settings-one h1 {
  font-size: 20px;
  color: #613C8C;
  padding-bottom: 7px;
}

.section-four .card-view .settings-two {
  top: 810px;
  left: 65%;
  width: 270px;
  min-width: 270px;
  z-index: 100;
}

.section-four .card-view .settings-two h1 {
  font-size: 20px;
  color: #613C8C;
  padding-bottom: 7px;
}

.section-four .card-view .settings-three {
  top: 1050px;
  left: 65%;
  width: 270px;
  min-width: 270px;
  z-index: 100;
}

.section-four .card-view .settings-three h1 {
  font-size: 20px;
  color: #613C8C;
  padding-bottom: 7px;
}

.section-five {
  width: 100vw;
  position: relative;
  background-color: #22252a;
}

.section-five .ghost {
  visibility: hidden;
  width: 100%;
  top: 0;
  left: 0;
  position: relative;
}

.section-five .wrapper {
  min-height: 690px;
  z-index: 10;
  position: relative;
}

.section-five .line-draw {
  position: absolute;
  left: 50%;
  top: -100px;
  width: 2px;
  height: 120px;
  margin-top: 20px;
  margin-bottom: 10px;
  background-color: rgb(255, 98, 158);
}

.section-five .top-right-image {
  position: absolute;
  top: -40px;
  right: 0;
  width: 200px;
  height: 320px;
  background-image: url(../images/img27_dark.png);
  background-repeat: no-repeat;
  background-size: 85% 100%;
  background-position: top right;
}

.section-five .middle-left-image {
  position: absolute;
  top: 300px;
  width: 100px;
  height: 330px;
  background-image: url(../images/img46_dark.png);
  background-repeat: no-repeat;
  background-size: 80% 100%;
  background-position: top left;
}

.section-five .bottom-right-image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 300px;
  height: 500px;
  background-image: url(../images/img38_dark.png);
  background-repeat: no-repeat;
  background-size: 90% 100%;
  background-position: top right;
}

.section-five .bottom-image {
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 800px;
  height: 400px;
  background-image: url(../images/img31_dark.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top left;
}

.section-five .main-heading {
  color: #FFFFFF;
  width: 100%;
  text-align: center;
  font-size: 24px;
  padding-top: 80px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  line-height: 35px;
}

.section-five .profile-cart {
  position: absolute;
  width: 400px;
  height: 500px;
  top: -60px;
  left: 13%;
  padding: 0;
}

.section-five .profile-cart img {
  width: 100%;
  height: 100%;
}

.section-five .profile-cart .name-tag {
  position: absolute;
  width: 100%;
  top: 38%;
  left: 50px;
}

.section-five .profile-cart .name-tag h4 {
  font-size: 24px;
  color: rgb(255, 98, 158);
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  line-height: 27px;
  text-shadow: 0px 2px 4px rgba(44, 62, 80, 0.55);
}

.section-five .profile-cart .name-tag span {
  color: #FFFFFF;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-shadow: 0px 2px 4px rgba(44, 62, 80, 0.55);
}

.section-five .xtwo {
  top: 70px;
  left: 58%;
}

.section-five .xthree {
  margin-left: 60px;
  top: 480px;
}

.section-five .xfour {
  top: 600px;
  left: 56%;
}

.section-five button {
  position: absolute;
  top: 1200px;
  margin-left: -90px;
  left: 50%;
  width: 180px;
  height: 40px;
  background-color: rgb(255, 98, 158);
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 9px;
  border: 1px solid rgb(255, 98, 158);
  border-radius: 50px;
  font-weight: 500;
  letter-spacing: 0.15em;
}

.section-six {
  width: 100vw;
  min-height: 600px;
  position: relative;
  background-color: #FAFAFA;
  padding-bottom: 150px;
}

.section-six .top-right-image {
  position: absolute;
  top: -40px;
  right: 0;
  width: 200px;
  height: 320px;
  background-image: url(../images/img28_dark_flipped.png);
  background-repeat: no-repeat;
  background-size: 85% 100%;
  background-position: right;
  margin-top: 80px;
}

.section-six .side-tag {
  position: absolute;
  width: 200px;
  height: 60px;
  top: 50%;
  right: 0;
  z-index: 100;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.section-six .side-tag .draw-line {
  width: 35px;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 1px;
  background-color: #31374F;
}

.section-six .side-tag span {
  font-size: 9px;
  color: rgb(255, 98, 158);
  font-weight: 600;
  padding-left: 15px;
  letter-spacing: 0.15em;
}

.section-six .line-draw {
  position: absolute;
  left: 50%;
  top: -60px;
  width: 0.2em;
  height: 120px;
  margin-top: 20px;
  margin-bottom: 10px;
  background-color: rgb(255, 98, 158);
}

.section-six .schedule-dates {
  width: 80%;
  min-height: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
}

.section-six .schedule-dates .head4 {
  font-size: 25px;
  color: #31374F;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}

.section-six .schedule-dates .head4_sub{
  padding-bottom: 30px;
  color: #31374F;
  font-weight: 700;
}

.section-six .schedule-dates .row .col-sm-4 {
  min-height: 100px;
  padding-bottom: 5px;
}

.section-six .schedule-dates .row .col-sm-4 .gap20px {
  width: 100%;
  height: 20px;
}

.section-six .schedule-dates .row .col-sm-4 .time {
  color: #613C8C;
  font-size: 18px;
  line-height: 45px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.section-six .schedule-dates .row .col-sm-4 .note {
  font-size: 12px;
  color: #AEAEAE;
  font-family: "Montserrat", sans-serif;
}

.section-six .schedule-dates .draw-line-hr {
  margin-top: 10px;
  width: 100px;
  height: 0.22em;
  margin-bottom: 8px;
  background-color: rgb(255, 98, 158);
  border-radius: 20px;
}

.section-six .schedule-dates .sd-dates {
  color: #31374F;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
}

.section-six .schedule-dates .ad {
  min-height: 100px;
}

.section-seven {
  width: 100vw;
  min-height: 1000px;
  position: relative;
  padding-top: 20px;
}

.section-seven .upper-base {
  position: relative;
  min-height: 200px;
  z-index: 10;
}

.section-seven .upper-base .line-draw {
  position: absolute;
  left: 50%;
  top: -60px;
  width: 0.2em;
  height: 100px;
  margin-top: 20px;
  margin-bottom: 10px;
  background-color: #31374F;
}

.section-seven .upper-base .faq-details {
  width: 57%;
  min-height: 800px;
  background-color: rgb(255, 98, 158);
  float: right;
  padding-bottom: 50px;
}

.section-seven .upper-base .faq-details .faq-content {
  width: 55%;
  height: 100%;
  margin: 0 auto;
  margin-top: 80px;
  padding: 0 20px;
}

.section-seven .upper-base .faq-details .faq-content h2 {
  color: #FFFFFF;
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 40px;
  font-family: "Montserrat", sans-serif;
}

.section-seven .upper-base .faq-details .faq-content .seperate-ques {
  margin-top: 40px;
}

.section-seven .upper-base .faq-details .faq-content .seperate-ques h3 {
  font-size: 22px;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  color: #af2258;
  padding-bottom: 6px;
  line-height: 30px;
}

.section-seven .upper-base .faq-details .faq-content .seperate-ques p {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 22px;
  font-family: "Montserrat", sans-serif;
}

.section-seven .pink-little-image {
  position: absolute;
  width: 300px;
  height: 330px;
  top: -140px;
  background-image: url(../images/img32_blue.png);
  background-repeat: no-repeat;
  background-size: 80% 100%;
  background-position: top left;
}

.section-seven .images-show {
  position: absolute;
  width: 47%;
  height: 820px;
  top: 120px;
  left: 30px;
  z-index: 100;
  background-image: url(../images/img37_dark.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
}

.section-eight {
  width: 100vw;
  min-height: 800px;
  padding-bottom: 100px;
  position: relative;
  background-color: #FAFAFA;
}

.section-eight .wrap-sponsers {
  width: 78%;
  margin: 0 auto;
  padding-top: 50px;
}

.section-eight .wrap-sponsers .row {
  margin-left: 50px;
}

.section-eight .wrap-sponsers h2 {
  font-size: 27px;
  color: #31374F;
  margin-left: 50px;
  font-weight: 700;
  padding-bottom: 80px;
  font-family: "Montserrat", sans-serif;
}

.section-eight .wrap-sponsers .col-sm-4 {
  padding-left: 30px;
  height: 120px;
}

.section-eight .wrap-sponsers .col-sm-4 img {
  width: 160px;
}

.section-eight .wrap-sponsers .tagline-info {
  width: 100%;
  height: 50px;
  margin-top: 10px;
  color: #AEAEAE;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}

.section-eight .wrap-sponsers .button-container {
  padding-top: 40px;
  display: flex;
  justify-content: center;
}

.section-eight .wrap-sponsers button {
  width: 180px;
  height: 40px;
  background-color: rgb(255, 98, 158);
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 9px;
  border: 1px solid rgb(255, 98, 158);
  border-radius: 50px;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin: 0 auto;
}

.section-eight .side-tag {
  position: absolute;
  width: 200px;
  height: 60px;
  bottom: 80px;
  right: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.section-eight .side-tag .draw-line {
  width: 35px;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 1px;
  background-color: #31374F;
}

.section-eight .side-tag span {
  font-size: 9px;
  color: rgb(255, 98, 158);
  font-weight: 600;
  padding-left: 15px;
  letter-spacing: 0.15em;
}

.section-last {
  width: 100vw;
  min-height: 400px;
  position: relative;
  background-color: #22252a;
  padding-bottom: 10px;
}

.section-last .upper-crust {
  position: relative;
  min-height: 400px;
  z-index: 10;
  width: 100%;
  margin: 0 auto;
}

.section-last .upper-crust .line-draw {
  position: absolute;
  left: 50%;
  top: -100px;
  width: 0.23em;
  height: 200px;
  margin-top: 20px;
  margin-bottom: 10px;
  background-color: rgb(255, 98, 158);
  border-radius: 100px;
}

.section-last .upper-crust .journey-image {
  width: 220px;
  height: 220px;
  position: absolute;
  margin-left: -110px;
  left: 50%;
  top: 118px;
}

.section-last .upper-crust .journey-image img {
  width: 100%;
}

.section-last .upper-crust .input-box {
  width: 400px;
  height: 50px;
  position: absolute;
  margin-left: -200px;
  left: 50%;
  top: 420px;
  border-radius: 100px;
  border: 2px solid #FFFFFF;
}

.section-last .upper-crust .input-box input {
  height: 50px;
  width: 350px;
  padding-left: 20px;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  background-color: transparent;
  border: 0px;
  color: #FFFFFF;
}

.section-last .upper-crust .input-box button {
  border: 0px;
  width: 40px;
  height: 50px;
  color: #AEAEAE;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  background-color: transparent;
}

.section-last .upper-crust .footer {
  bottom: 40px;
  text-align: center;
  width: 100%;
  color: #AEAEAE;
  font-size: 10px;
  font-family: "Montserrat", sans-serif;
  position: absolute;
}

.section-last .right-top {
  position: absolute;
  width: 200px;
  height: 200px;
  top: -80px;
  background-image: url(../images/img28_dark.png);
  background-repeat: no-repeat;
  background-size: 80% 100%;
  background-position: top left;
}

.section-last .left-bottom {
  position: absolute;
  width: 300px;
  height: 300px;
  bottom: 0;
  right: 0;
  background-image: url(../images/img39_dark.png);
  background-repeat: no-repeat;
  background-size: 80% 100%;
  background-position: top right;
}

@media screen and (max-width: 1000px) {
  .section-four .card-view {
    min-height: 10px !important;
  }
  .section-four .draw-line {
    position: static !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px !important;
  }
  .section-four .xmin {
    position: static !important;
    margin-left: auto;
    margin-right: auto;
  }
  .section-four .bound {
    position: static !important;
    width: 70% !important;
    min-width: 350px !important;
    margin-left: auto;
    margin-right: auto;
  }
  .section-five .wrapper {
    width: 100%;
    min-height: 1200px !important;
  }
  .section-five .wrapper .profile-cart {
    margin-left: -200px;
    left: 50%;
    top: 150px;
  }
  .section-five .wrapper .xtwo {
    top: 650px;
  }
  .section-five .wrapper .xthree {
    top: 1150px;
  }
  .section-five .wrapper .xfour {
    top: 1650px;
  }
  .section-five .wrapper button {
    top: 2210px;
    margin-left: -90px;
    left: 50%;
  }
  .section-seven .images-show {
    display: none;
  }
  .section-seven .faq-details {
    width: 90% !important;
    float: none !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: -80px;
    padding-top: 60px;
  }

  .section_other .wrapper{
    grid-template-columns: 1fr 1fr !important;
  }

  .section_other .wrapper div{
    height: 280px !important;
  }

  .info_wrapper{
      grid-template-columns: 1fr 1fr !important;
  }
}

@media screen and (max-width: 800px) {
  .section-one .info-container {
    padding: 0 20px;
  }
  .section-one .info-container p {
    font-size: 70px;
  }
  .section_other .wrapper{
    grid-template-columns: 1fr 1fr !important;
  }
  .section_other .wrapper div{
    height: 280px !important;
  }
  .info_wrapper{
      grid-template-columns: 1fr 1fr !important;
  }
}

@media screen and (max-width: 765px) {
  .section-one .info-container {
    margin-top: 15%;
    padding-top: 50px;
    margin-left: 0px;
  }
  .section-two .desc-div {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
  .section-two .left {
    margin-top: -30px;
  }
  .section-two .left .info-content {
    width: 80%;
  }
  .section-two .right {
    margin-top: 50px;
    padding: 50px 10px;
  }
  .section-six .fix {
    width: 100%;
    height: 60px;
  }
  .section-six .gap20px {
    height: 0px;
  }
  .section_other .wrapper{
    grid-template-columns: 1fr 1fr !important;
  }
  .section_other .wrapper div{
    height: 280px !important;
  }
  .info_wrapper{
      grid-template-columns: 1fr 1fr !important;
  }
}

@media screen and (max-width: 600px) {
  .section-one .navbar {
    width: 90%;
  }
  .section-one .info-container {
    width: 100%;
  }
  .section-two .desc-div {
    width: 90%;
  }
  .section-seven .faq-content {
    width: 90% !important;
  }
  .section_other .wrapper{
    grid-template-columns: 1fr !important;
  }
  .section_other .wrapper div{
    height: 270px !important;
  }
  .info_wrapper{
      grid-template-columns: 1fr !important;
  }
}

@media screen and (max-width: 400px) {
  .section-one .info-container {
    margin-top: 3%;
    padding-top: 50px;
    margin-left: 0px;
  }
  .section-one .info-container p {
    font-size: 50px;
    margin-top: 20px;
  }
  .section-two .left .info-content .info-content-heading {
    font-size: 26px !important;
  }
  .section-two .left .info-content .p-content {
    font-size: 15px !important;
  }
  .section-two .left .side-tag {
    width: 150px;
  }
  .section-two .right .multiple-repeat {
    width: 75%;
  }
  .section-three .side-tag {
    width: 150px;
  }
  .section-four {
    margin-top: -300px;
  }
  .section-four .wiggle {
    width: 260px !important;
  }
  .section-eight .side-tag {
    width: 150px;
  }
  .section-eight .wrap-sponsers .row {
    margin-left: 15px;
  }
  .section-last .input-box {
    width: 300px !important;
    margin-left: -150px !important;
  }
  .section-last .input-box input {
    width: 250px !important;
  }
  .section_other .wrapper{
    grid-template-columns: 1fr !important;
  }
  .section_other .wrapper div{
    height: 270px !important;
  }

  .info_wrapper{
      grid-template-columns: 1fr !important;
  }
}

/* Code here */

.section_other{
  margin-top: 100px;
}

.section_other p{
  text-align: center;
  font-size: 27px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  padding-bottom: 20px;
  color: #31374f;
}

.section_other .wrapper{
  margin-top: 50px;
  margin-bottom: 100px;
  margin-left: 80px;
  margin-right: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 50px;
  min-height: 40vh;
}

.section_other .wrapper div {
  height: 240px;
  text-align: center;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 2px 40px rgba(44, 62, 80, 0.15);
  font-size: 14px;
}

.section_other .wrapper div img{
  height: 50px;
  margin-bottom: 30px;
}

/* The Info Details Cards */

.info_wrapper {
  margin-left: 80px;
  margin-right: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 50px;
}

.info_wrapper .info_detail {
  text-align: center;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 2px 40px rgba(44, 62, 80, 0.15);
}

.info_wrapper .info_detail div{
  display: flex;
  align-items:center;
  text-align: left;
}

.info_wrapper div img{
  height: 32px;
  padding-right: 16px;
}

.heading_info_details{
  font-weight: 700;
  font-size: 20px;
}

.sub_info_details{
  font-weight: 500;
  margin-top: 16px;
}

/* Footer */
.head_footer{
  font-size: 25px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  padding-top: 150px;
  padding-left: 100px;
}

.head4_sub_footer{
  padding-bottom: 30px;
  color: #fff;
  font-weight: 700;
  padding-left: 100px;
}

.footer_details div{
  padding-left: 100px;
  display: flex;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}

.footer_details div:first-child{
  color: rgb(255, 98, 158);
}

.footer_details div img{
  height: 25px;
  padding-right: 16px;
}

.footer_tag_line{
  color: #fff;
  text-align: center;
  margin-top: 40px;
}

.footer_tag_line b:hover{
  color: #FFC107;
  cursor: default;
}
