/*===========================
    01. Common CSS
===========================*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap");
@font-face {
    font-family: 'Futura';
    src: url('Futura-Bold.woff2') format('woff2'),
        url('Futura-Bold.woff') format('woff'),
        url('Futura-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('Futura.woff2') format('woff2'),
        url('Futura.woff') format('woff'),
        url('Futura.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('Futura-Bold_1.woff2') format('woff2'),
        url('Futura-Bold_1.woff') format('woff'),
        url('Futura-Bold_1.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('Futura_1.woff2') format('woff2'),
        url('Futura_1.woff') format('woff'),
        url('Futura_1.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('FuturaCondMedium.woff2') format('woff2'),
        url('FuturaCondMedium.woff') format('woff'),
        url('FuturaCondMedium.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('FuturaCondMedium_1.woff2') format('woff2'),
        url('FuturaCondMedium_1.woff') format('woff'),
        url('FuturaCondMedium_1.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('FuturaCondMedium_2.woff2') format('woff2'),
        url('FuturaCondMedium_2.woff') format('woff'),
        url('FuturaCondMedium_2.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}



body {
  font-weight: normal;
  font-style: normal;
  overflow-x: hidden;
  /* font-family: "Nunito Sans", sans-serif; */
  font-family: "Futura", serif;
  font-size: 20px;
}
html {
        scroll-behavior: smooth;
    }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::-moz-selection { /* Code for Firefox */
  /* color: #fff !important;
  background: #4bc4be !important; */
}

::selection {
  /* color: #fff !important;
  background: #4bc4be !important; */
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

button {
  cursor: pointer;
}

a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 50px;
  margin-bottom: 20px;
}

h2 {
  font-size: 45px;
}



@media only screen and (min-width: 480px) and (max-width: 767px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

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

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin: 0px;
}

.img-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.main-bg {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    z-index: 0;
    background: url(../images/main-bg.png) no-repeat center top;
    background-size: cover;
}
a.logo {
    float: left;
    margin: 20px 0 0 0;
}
.header-links {
    position: absolute;
    top: 50px;
    display: flex;
    gap: 30px;
	z-index:9;
}

.header-links a {
    color: #fff;
    font-size: 18px;
}
.ty-wrap {
    padding-top: 80px;
}
a.link-offset {
    position: absolute;
    /* margin-top: -120px; */
    top: -30px;
}
.container {
    /* max-width: unset; */
    max-width: 1300px;
    /* padding: 0 60px; */
}

.content-wrapper h1, .content-wrapper .main-title {
font-family: "Futura", serif;
/* font-size: 57px; */
font-size: 40px;
font-weight: 700;
line-height: 1.1;
text-align: center;
color:#541179;
/* font-style: italic; */
margin-bottom: 30px;
}
.content-wrapper *{color:#fff;}
.content-wrapper p {
    font-family: "Futura", serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
    /* text-align: justify; */
}

.content-wrapper {
    width: 100%;
    /* max-width: 367px; */
}
.content-wrapper p {margin-bottom:35px; font-size: 22px; }
.content-wrapper p:last-child {margin-bottom:0px;}
.info {
    display: flex;
    margin-top: 60px;
    gap: 30px;
}

.info > div {
    width: 173px;
    height: 47px;
    border: 1px solid #fff;
    text-align: center;
    width: 173px;
    height: 47px;
    top: 417px;
    left: 299px;
    gap: 0px;
    border-radius: 10px;
    line-height: 47px;
    font-family: "Futura", serif;
    font-size: 16px;
    font-weight: 600;
    /* line-height: 19.2px; */
    /* text-align: left; */
}

.info .info-time {
    background: #4bc4be;
    border-color: #4bc4be;
}
.main-wrapper {
    display: flex;
    align-items: center;
    /* height: calc(100vh - 161px); */
    height: auto;
    min-height: 100vh;
	/* padding:90px 0px; */
	z-index: 999;
  position: relative;
}

.header.header-03 {
    position: relative;
    top: 0;
    width: 100%;
}
.get-in-touch-form {
    display: flex;
    gap: 30px;
}
.horizontal-form-field label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.36px;
    text-align: left;
    color: #fff;
    flex: 0 0 100%;
	margin-bottom: 15px;
}
form {
    display: flex;
    align-items: center;
	
}
section.get-in-touch .container {
    padding: 15px 50px 7px 50px;
    box-shadow: 0px 4px 4px 0px #00000040;
    background: rgb(2 70 52 / 40%);
    border-radius: 15px;
}
.horizontal-form-field input[type="text"], .horizontal-form-field input[type="tel"], .horizontal-form-field select {
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.horizontal-form-field input[type="text"]::placeholder {
    color: #fff;
}

.horizontal-form-field {
    display: flex;
    flex-wrap: wrap;
    max-width: 290px;
    position: relative;
	align-items: center;
}

input[type=radio] ~ label {
    flex: auto;
	margin:0;
}

.form-submit-captcha {
    display: flex;
    align-items: center;
	    gap: 30px;
}

.horizontal-form-field:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    background: #fff;
    right: 0;
    max-height: 55px;
}

button.btn-know-more {
    width: 160px;
    height: 53px;
    top: 651.22px;
    left: 1179.6px;
    gap: 0px;
    border-radius: 5px;
    background: #f5b11b;
    color: #541179 !important;
    font-family: "Futura", serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    /* text-align: left; */
    outline: 0;
    box-shadow: none;
    border: 0;
	text-transform: uppercase; letter-spacing: 1px;
}

.captcha-row label {
    color: #fff;
    display: block;
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.36px;
}

.horizontal-form-field .horizontal-form-field:after {
    display: none;
}

.captcha-row input[type="text"] {
    border: 1px solid #fff;
    background: transparent;
    border-radius: 8px;
    width: 173px;
    height: 25px;
    line-height: 35px;
	color:#fff;
	font-size: 14px;
    font-weight: 400;
	padding:0 5px;
}

select#country_code option {
    color: #000;
}

.horizontal-form-field .form-input {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
}

input[type=radio] {
    line-height: 16px;
    margin-top: 0px;
    margin-right: 5px;
}

.horizontal-form-field input[type="tel"]::placeholder {
    color: #fff;
}

div#formContainer {
    margin-top: 80px;
}
.event-date-time {
    font-weight: 400;
    color: #fff;
    font-size: 22px;
    display: none;
}.form-container-horizontal.attending-tab {position: absolute;left: 50px;top: 15px;min-width: 200px;}.get-in-touch-form{margin-left: 230px;} 
.registration-form-panel {margin-top: 80px;position: relative;}

.pr{position:relative;}

.two-clm-row { display: flex; flex-wrap: wrap;width: 100%;padding: 22px 0;font-size:19px;align-items: center;}
.golf-rental-sec .two-clm-row,.hotel-room-reservations-wrap .two-clm-row{align-items: flex-start;}
.two-clm-l{width:155px;font-weight:600;}
.two-clm-r{width:calc(100% - 155px);padding-left: 15px;}
.two-clm-row a{color:#fff;}
a.white-btn,.white-btn{background:#fff;color:#004460;border-radius:35px;line-height: 1;width: 225px;display: inline-block;text-align: center;padding:9px 15px 12px;font-weight:600;transition:0.3s;border:0;}
.two-clm-btn {display: block;margin-top: 10px;}
a.white-btn:hover,.white-btn:hover{background:#4BC4BE;color:#fff!important;}
.regret-img{margin:12px 0;float: right;width: 100%;text-align: right;}
.regret-img3.regret-img {max-width: 352px;float: right;}
.name {display: block;text-align: center;font-size:24px;}
.regret-img:first-child{margin-top:0;}
.align-left{text-align:left;}
.hotel-room-reservations-wrap .regret-l{max-width:580px;width: 48%;}
.center-align{text-align:center;}
.hotel-room-reservations-wrap .regret-content-panel {align-items: center;color: #fff;justify-content: center;margin-top:30px;}
.hotel-room-reservations-wrap .two-clm-row{padding: 30px 0;}

a.white-btn2,.white-btn2{font-size:17px;background:#fff;color:#004460;border-radius:35px;line-height: 1;width:192px;display: inline-block;text-align: center;padding: 26px 15px;font-weight:500;transition:0.3s;font-family: "Futura", serif;border:1px solid #fff;}
a.white-btn2:hover,.white-btn2:hover{background:#4BC4BE!important;color:#fff !important;border:1px solid #4BC4BE;}
.hotel-room-reservations-wrap .two-clm-btn{text-align: center;width: 100%;margin-top: 25px;}
.hotel-room-reservations-wrap .two-clm-btn a,.hotel-room-reservations-wrap .two-clm-btn button{margin:0 15px;}
.border-btn{background:transparent!important;color:#fff!important;}
.connect-with-us-content-panel {padding:0 5%;margin-top: 60px;text-align: center;}
.connect-hd{font-size: 32px;font-weight: 700;line-height: 1;margin:30px 0;display: block;width: 100%;}
.connect-info{font-size:20px;line-height:1;}
.connect-info a{color:#fff;text-decoration:underline;}
.two-clm-row a:hover,.connect-info a:hover{color:#4BC4BE;}
.two-clm-row a {word-wrap: break-word;}
.no-underline{text-decoration:none !important;}
.note1 {font-size: 15px;}
.hd2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 30px;
}
.hd1 {
  font-size: 55px;
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
  color: #fff;
  margin: 0 0 50px;
}
.hd-small {
  font-size: 55px;
}
.regret-r {
  width: 45%;
  text-align: left;
}
.section-border::before {
  content: '';
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.common-pd {
  padding-top: 120px;
  padding-bottom: 120px;
}
.bg-1{background: url(../images/main-bg2.png) no-repeat center top;background-size: cover;}
.container-1 {margin: 0 auto; max-width: 1280px; width: 100%;}
.two-clm-row a { word-wrap: break-word;display: inline;text-decoration: underline;}
.regret-innerwrap{color:#fff;}
.btn-know-more.promo-code-btn {
  background: #4BC4BE;
  color: #fff;
  border-radius: 35px;
  line-height: 1;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 18px 15px;
  font-weight: 500;
  font-size: 24px;
  transition: 0.3s;
  max-width: 655px;
  margin: 20px auto 0;text-decoration:none;
}
.btn-know-more.promo-code-btn:hover {
  background: #1b9d97;
  color: #fff !important;
}
.para1 {font-size:18px;line-height:36px;font-weight:400;}
.regret-r img{max-width:100%;}

@media only screen and (min-width: 768px)
{
	.ty-page-wraper{align-items:flex-start;margin-top: 50px;}
}
@media only screen and (max-width: 1490px)
{
	section.get-in-touch .container {
    padding: 15px 40px 7px 40px;
}
.form-submit-captcha {
    gap: 10px;
}
.form-container-horizontal.m-0 .horizontal-form-field {
    min-width: unset;
}

.get-in-touch-form {
    gap: 20px;
}

.horizontal-form-field input[type="tel"] {
    max-width: 110px;
    
}
.horizontal-form-field
{    min-width: 119px;}
}
@media only screen and (max-width:1279px)
{
.container {
    padding: 0 30px;
}
.regret-r{padding-right:30px;}
.container-1{padding: 0 15px;}
.get-in-touch-form {
    gap: 20px;
}

form {
    flex-wrap: wrap;
}	
.form-submit-captcha {
    gap: 30px;
}

.captcha-row label {
    margin-right: 10px;
}	
}
@media only screen and (min-width:768px) and (max-width:992px){
 .regret-r {
    padding-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .hotel-room-reservations-wrap .regret-l {
  max-width: 100%;
}
}
@media only screen and (max-width:992px)
{a.logo {
    float: left;
}
.container {
    padding: 0 30px;
}

.main-bg {
    /* position: static; */
    height: 100vh;
    transform: none;
    top: 0;
    left: 0;
    /* max-height: 350px; */
}

.content-wrapper * {
    /* color: #000; */
}

.main-wrapper {
    height: auto;
}

.content-wrapper {
    margin-top: 50px;
    max-width: unset;
}

.info > div {
    /* border: 1px solid #000; */
}

.info .info-time {
    color: #fff;
}

form {
    display: block;
}

.get-in-touch-form {
    display: block;
}

section.get-in-touch .container {
    /* padding: 30px 15px; */
    /* background: #eaf0f0; */
    /* box-shadow:unset; */
}

.horizontal-form-field label {
    /* color: #000; */
}

.horizontal-form-field input[type="text"], .horizontal-form-field input[type="tel"], .horizontal-form-field select {/* color: #000 !important; */!i;!;}
.horizontal-form-field input[type="text"]::placeholder, .horizontal-form-field select {
    /*color: #000;*/
}

.form-container-horizontal {
    margin: 15px 0;
	display: inline-block;
        width: 100%;
}

.horizontal-form-field {}

.horizontal-form-field .form-input {
    flex: 0 0 100%;
}

.form-submit-captcha {
    display: block;
}

.captcha-row label {
    /* color: #000; */
    margin-right: 10px;
}

.captcha-row input[type="text"] {
    /* border-color: #000; */
}

button.btn-know-more {
    border: 0;
}
a.logo {
    float: left;
    margin-left: -19px;
}

.horizontal-form-field:after {
    bottom: -15px;
    width: 100%;
    height: 1px;
    background: #ccc;
}
.form-container-horizontal.m-0 .horizontal-form-field:after {
    display: none;
}

.captcha-row {
    margin-top: 10px;
}
div#formContainer {
    margin-top: 50px;
    margin-bottom: 50px;
}

.info {
    margin-top: 30px;
}
.captcha-row {
    margin-bottom: 15px;
}
select#country_code option {
    color: #000;
}

.content-wrapper h1 {
    font-size: 58px;
}



.content-wrapper {
    /* position: absolute; */
    top: 50px;
    /* margin-top: 205px; */
    margin-top: -50vh;
}
.header-links {
    /* position: static; */
    /* gap: 20px; */
    /* margin: 10px 0; */
    top: 106%;
}
.header-links a
{    font-size: 16px;}
section.get-in-touch .container {
        padding: 20px 30px;
    }

}
@media (max-width: 767px) {  

h2 {    font-size: 36px;  }.get-in-touch-form { margin-left: 0; margin-top: 80px; }.form-container-horizontal.attending-tab{min-width: unset;left: 30px;width:calc(100% - 60px);}
.section-border::after,.section-border::before { max-width: 270px; } 
.hd1 { font-size: 35px; margin: 0 0 30px; line-height: 1; } 
.para1 { font-size: 18px; line-height: 30px; }
.regret-l, .regret-r {width: 100%;}
.hotel-room-reservations-wrap .regret-l {max-width: 100%;margin-top: 35px;}
.hd2 {font-size: 27px;}
.two-clm-wrap {text-align: left;}
.hotel-room-reservations-wrap .two-clm-row {padding: 15px 0;}
.two-clm-l {width: 140px;}  
.two-clm-r {width: calc(100% - 140px);padding-left: 10px;} 
.two-clm-row {font-size: 17px;}
.btn-know-more.promo-code-btn { font-size: 20px; max-width: 335px; }
.common-pd { padding-top: 50px; padding-bottom: 50px; }
.para1 br{display:none;}
.regret-r{padding-right:0;}
.hotel-room-reservations-wrap{margin-top:50px;}
  
}



.ty-wrap p{margin-bottom:20px;}
.ty-wrap p a{text-decoration:underline;}
.ty-wrap p a:hover{color:#fff;}




.cursor2 {
  width: 25px;
  height: 40px;
  background:url(../images/cursor.png) no-repeat 0 0;
  opacity:1;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: width .3s, height .3s, opacity .3s;background-size: contain;z-index: 99999;
}

.hover {
  background-color: red;
  opacity: 0.5;
}

.cursorinnerhover {
  width: 50px;
  height: 50px;
  opacity: .5;
}

/*----rdg---*/

/* .parallax-video {
  position: relative;
  height: 100vh;
  overflow: hidden;
} */
.parallax-video {
	position: fixed;
	height: 100vh;
	overflow: hidden;
	left: 0;
	width: 100%;
	top: 0;
}

.parallax-bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 120%; /* slightly larger for smooth parallax movement */
  object-fit: cover;
  transform: translate3d(-50%, 0, 0);
  z-index: -1;
}

.videocontent {
  position: relative;
  text-align: center;
  color: #fff;
  top: -80px;
  /* transform: translateY(-40%); */
  z-index:999;
}
.content-wrapper-box {
	width: 100%;
	background: #ffffffed;
	padding: 80px 80px;
	color: #000;
	margin-top: -40vh;
}
.thankyou-main-wrapper .content-wrapper-box { padding: 100px 50px; }
.content-wrapper-box * {
	color: #000;
}

.access-form {
  /* background: #fbf4ff;
  padding: 30px; */
  display: flex;
  justify-content: center;
  width: auto;
  max-width: 500px;
  /*! margin: 0 auto; */
  align-items: center;
  align-content: center;
  gap: 15px;
}
.access-form .form-group {
  margin: 0;
  width: 100%;
}
.access-form .form-group .form-control {
  height: auto;
  padding: 12px;
  border-color: #D4D4D4;
  color: #000;
  font-size: 18px;
}
.bg-2 {
	background: #541179;
	background: #4b0073;
	background: linear-gradient(180deg, rgba(75, 0, 115, 1) 0%, rgba(84, 17, 121, 1) 49%);
	/* background: #FFCA0C;
	background: linear-gradient(180deg, rgb(255, 202, 12) 0%, rgba(84, 17, 121, 1) 38%); */
background: linear-gradient(90deg,rgba(36, 1, 56, 1) 0%, rgba(84, 17, 121, 1) 56%);
}

.site-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.form-part-ttl {
  width: 100%;
  /* font-size: 28px; */
  font-size: 22px;
  margin: 0 0 15px;
  font-weight: 400;
  line-height: 1.2;
  color: #f5b11b;
  color: #541179;
  letter-spacing: 0.5px;
  font-family: "Futura", serif;
  /* font-style: italic; */
}
.form-part {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3,calc(33.33% - 20px));
	grid-gap: 20px 30px;
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 0px solid #fbf4ff;
	/* background: #fbf4ff;
	padding: 30px; */
}
.form-part .form-group {
  margin: 0;
}
.form-part .form-group .form-control {
  padding: 10px;
  height: auto;
  color: #000;
  border-color: #D4D4D4;
  font-size: 20px;
}
.main-wrapper-2 { padding:100px 0px; min-height: auto; }

.form-part.form-part-2 {
  grid-template-columns: auto;
}
.form-part.form-part-2 .form-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
}
.form-part.form-part-2 .form-group label input[type="checkbox"] {
  margin-right: 7px;
  font-size: ;
}
.form-part.form-part-2 .form-group label {
  font-size: 22px; margin: 0;
}
.btn-know-more svg {
  margin-top: -2px;
  margin-left: 2px;
  position:relative;transition:0.3s;
}
button.btn-know-more {transition:0.5s;}
button.btn-know-more:hover {background:#e6a20e; color:#541179 !important;}
button.btn-know-more:hover svg {left: 7px; transition:0.3s;}
button.btn-know-more svg path {color:#000; stroke: #000;transition:0.5s;}
button.btn-know-more:hover svg path {color:#fff; stroke: #fff;}
.thankyou-main-wrapper .videocontent {margin-bottom: 50px;}
.thankyou-main-wrapper .content-wrapper-box {margin-top: 0;}
.parallax-video::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #54117938; }
.content-wrapper-box.content-wrapper-box-home { background: #541179; }
.content-wrapper-box.content-wrapper-box-home * {color:#fff; }
.content-wrapper-box.content-wrapper-box-home .main-title  {color: #f5b11b; }
.underline { text-decoration: underline; }
.highlight-bg { background: #f5b11b !important; padding: 10px; color: #541179 !important; display: inline-block; width: auto; }
.highlight-bg b, .highlight-bg strong { color: #541179 !important; }
.inner-logo { width: 100%; margin: 0 0 35px; text-align: center; }
.inner-logo img { margin-bottom: 15px; }
.inner-logo .logo-tagline { color: #541179 !important; font-size: 27px; }
.thankyou-main-wrapper .videocontent { margin-top: 100px; }
.logoline-part { margin-bottom: 35px; }
.logoline-part img { max-width: 100%; }
.form-group.recaptcha-group { width: 100%; margin-bottom: 35px; }
.home-page .main-wrapper.main-wrapper-2 .content-wrapper-box {margin-top:0px; padding: 0;}
.invite-register-page .main-wrapper.main-wrapper-2 .content-wrapper-box {margin-top:0px;}
.home-page .parallax-video {position:absolute; transform: none;}
.home-page .videocontent, .invite-register-page .videocontent {top: auto;}
.home-page .main-wrapper-2 { padding: 100px 0px; min-height: auto; background: #541179; }
.invite-register-page .videocontent { margin-bottom: 60px; }
.thank-content { position: relative; z-index: 999; margin-top: 50px;}
.thank-content .form-part-ttl { color: #fff;font-weight: 700; }



@media (min-width: 992px) {
.invite-register-page .main-wrapper-2 { padding: 60px 0px 60px; }
}
@media (max-width: 767px) {  
.videocontent svg { max-width: 250px; }
.content-wrapper-box {padding:30px;}
.content-wrapper h1, .content-wrapper .main-title {font-size: 25px;}
.content-wrapper .main-title br { display: none; }
.content-wrapper p {line-height: 1.3; font-size: 18px;}
.form-part {grid-template-columns: repeat(1,calc(100%));}
.form-part-ttl {font-size: 20px;}
.form-part.form-part-2 .form-group label { font-size: 18px; margin: 0; }
.form-part {margin-bottom: 15px;}
.thankyou-main-wrapper .content-wrapper, .thank-content .content-wrapper {margin-top: 0;}
.thankyou-main-wrapper .parallax-video {overflow: auto;}
.logo-part img { max-width: 300px; width: auto; }
.thankyou-main-wrapper .videocontent { margin-bottom: 50px; top: 0; margin-top: 50px; }
.main-wrapper-2 .content-wrapper {margin-top: 0;}
.main-wrapper {/* align-items: flex-start; */}
.videocontent {top: 50px;}
.thankyou-main-wrapper .content-wrapper-box {padding: 30px 30px;}
.form-group.recaptcha-group .g-recaptcha { scale: 0.8; width: 100%; margin-left: -25px; }
.main-wrapper .container-fluid.p-0 {padding: 0 15px !important;}
.home-page .main-wrapper-2 {padding: 60px 0px;}
.main-wrapper-2 {padding: 60px 0px;}
.invite-register-page .videocontent {margin-bottom: 60px;}
.form-part .form-group .form-control {font-size: 18px;}
.form-part.form-part-2 .form-group label {padding-left: 20px;}
.form-part.form-part-2 .form-group label input[type="checkbox"] { margin-left: -20px; }
}