@charset "UTF-8";
@font-face {
  font-family: 'Rethink Sans';
  src: url(fonts/RethinkSans-VariableFont_wght.ttf);
}
body {
  margin: 0;
  font-family: "Poppins", sans-serif;
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}


h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  color:#fff;
  line-height: 19px;
}
.container {
    max-width: 1150px !important;
}
.first_section {
    background-color: #000;
    padding: 40px 0;
    display: flex;
}
.first_section img { 
    width: 500px;
}
.first_sec_right h1{
    color: rgb(237, 0, 140);
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    margin-top: 50px;
    font-size:1.5rem;
}

.book_form form {
    min-width: 300px;
    max-width: 400px;
    padding: 20px;
    margin: 0 auto;
    background: #ffffff;
    -webkit-box-shadow: 3px 3px 23px -9px rgb(245 239 239 / 86%);
    -moz-box-shadow: 3px 3px 23px -9px rgba(0,0,0,0.86);
    box-shadow: 5px 5px 23px -9px rgb(255 255 255 / 86%);
}
.book_form form input {
    border: 1px solid #040404 !important;
    border-radius: 0 !important;
    padding: 8px 5px !important;
    color: #444;
    margin: 10px 0px;
}

.book_form form button {
    color: #fff;
    background: #000;
    border: 1px solid #fff !important;
    margin-top: 20px;
    border-radius: 0px !important;
    padding: 10px 30px 13px;
}

.book_form form button:hover {
  background:#000 !important;
  color:#fff !important;
}
.book_form {
    margin-top:40px;
}
.second_section h2{
    color: rgb(237, 0, 140);
    font-family: "Lato", sans-serif;
    font-weight: 600;
    margin-top: 10px;
	padding-bottom: 20px;
    font-size:1.6rem;
}
.second_section{
    background-color: #000;
    margin-top: 30px;
}
.second_section p{
    color:#fff;
	padding: 0 20px;
}
.third_section{
    margin-top: 25px;
}
.third_sec_left {
    background-color: #000;
    padding: 18px;
	width:48.4%;
}
.third_sec_left h3{
    color: #fff;
   font-family: "Poppins", sans-serif;
    font-size: 1.125rem;
    padding-top: 30px;
	font-weight:bold;
}
.third_sec_left p {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    padding-bottom: 15px;
}
.third_section a {
    background-color: rgb(186,0,110);
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 8px 16px 0 rgb(255 255 255 / 20%), 0 6px 20px 0 rgb(208 197 197 / 19%);
}
.register_form form {
    min-width: 300px;
    padding: 20px;
    margin: 40px auto;
    background: #ffffff;
    -webkit-box-shadow: 3px 3px 23px -9px rgb(245 239 239 / 86%);
    -moz-box-shadow: 3px 3px 23px -9px rgba(0,0,0,0.86);
    box-shadow: 5px 5px 23px -9px rgb(255 255 255 / 86%);
}
.register_form form input {
    border: 1px solid #040404 !important;
    border-radius: 0 !important;
    padding: 8px 5px !important;
    color: #444;
    margin: 10px 0px;
}

.register_form form button {
    color: #fff;
    background: #000;
    border: 1px solid #fff !important;
    margin-top: 20px;
    border-radius: 0px !important;
    padding: 10px 30px 13px;
}

.register_form form button:hover {
  background:#000 !important;
  color:#fff !important;
}
.fourth_section{
    margin-top: 25px;
}
.fourth_section a {
    background-color: rgb(186,0,110);
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 8px 16px 0 rgb(255 255 255 / 20%), 0 6px 20px 0 rgb(208 197 197 / 19%);
}
.fifth_section h2 {
    font-weight: 500;
    font-size: 2rem;
    padding-bottom: 20px;
    padding-top: 10px;
	text-transform: uppercase;
}
.sixth_section h2{
	 font-size: 2rem;
	 text-transform: uppercase;
	 font-weight: 500;
}
.seventh_section h2{
	 font-size: 2rem;
	 text-transform: uppercase;
	 font-weight: 500;
}
.eigth_section h2{
	 font-size: 2rem;
	 text-transform: uppercase;
	 font-weight: 500;
}
.choose_form form {
    min-width: 300px;
    padding: 20px;
    margin: 40px auto;
    background: #000;
    -webkit-box-shadow: 3px 3px 23px -9px rgb(245 239 239 / 86%);
    -moz-box-shadow: 3px 3px 23px -9px rgba(0,0,0,0.86);
    box-shadow: 5px 5px 23px -9px rgb(255 255 255 / 86%);
}
.choose_form form input {
    border: 1px solid #040404 !important;
    border-radius: 0 !important;
    padding: 8px 5px !important;
    color: #fff;
    margin: 10px 0px;
}

.choose_form form button {
    color: #fff;
    background: #000;
    border: 1px solid #fff !important;
    margin-top: 20px;
    border-radius: 0px !important;
    padding: 10px 30px 13px;
}

.choose_form form button:hover {
  background:#000 !important;
  color:#fff !important;
}
.fifth_section .round {
    border-radius: 50%;
    padding: 55px 8px 30px;
    box-shadow: 5px 5px 23px -9px rgb(59 54 54 / 86%);
    color: #fff;
    /* background: linear-gradient(0deg, rgba(82,33,74,1) 1%, rgba(237,0,140,1) 100%); */
    margin: 0 20px;
    border: 1px solid rgba(237, 0, 140, 1);
    background: #000;
}
.fifth_section h3 {
    font-size: 20px;
    font-family: 'Lato';
    font-weight: 600;
    color: rgba(237, 0, 140, 1);
}
.fifth_section p {
    color: #fff;
    font-size: 15px;
}
.second_row {
    margin-top: 35px;
    margin-bottom: 40px;
}
.custom_btn {
    background-color: rgba(237, 0, 140, 1);
    padding: 10px 35px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}
.sixth_section {
    margin-top: 40px;
    background-color: rgba(237,0,140,1);
    padding: 20px;
}
.sixth_section li {
    text-align: left;
    list-style-type: none;
    color: #fff;
}
.sixth_section li i{
    padding-right: 10px;
}
.seventh_section p{
	color:#000;
	margin: auto;
    text-align: justify;
}
.seventh_section .row{
	margin-bottom:50px;
}
.eigth_section .item {
    width: 200px;
    vertical-align: middle;
}
.ninth_section h2 {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 500;
    padding: 40px 0 0 0;
	color: #fff;
}
.ninth_section {
    background-color: #000;
}
.icon {
    font-size: 55px;
    color: #fff;
}
.ninth_section p{
    padding: 15px 35px;
}
.testimonial_section img {
    width: 60%;
    margin: 15px auto;
}
.testimonial_section {
    background-color: rgba(245,245,245,1);
    padding: 8px 0;
}
.gallery_section {
    margin-bottom: 15px;
}
.footer{
	background-color:#000;
}
.footer p{
	font-size:20px;
}
.thankyou_section{
    background-color:#000;
    height:700px;
    padding-top: 10% !important; 
}
.thankyou_section img{
    margin:auto;
}
.thankyou_section h1 {
    font-size: 72px;
    color: #fff;
}
#closeModal{
    background-color: #000;
    border: navajowhite;
    float: right;
}

@media only screen and (max-width: 600px) {
  .first_sec_right {
    margin-top: 40px;
}
.third_sec_left {
    margin: 7px 0 !important;
    width:auto;
}
.fifth_section  iframe {
    height: auto;
}
.testimonial_section img {
    width: auto;
}
.fifth_section .round {
    border-radius: 50%;
    padding: 28px 50px 25px;
    box-shadow: 5px 5px 20px -9px rgb(59 54 54 / 86%);
    margin: 0 0 15px 0;
}
.eigth_section .item {
    width: auto;
}
}