body {
   background: #000000;
   font-family: 'Helvetica-Regular';
}
@font-face {
   font-family: 'Helvetica-Regular';
   src: url('../fonts/Helvetica-Regular.otf');
}
@font-face {
   font-family: 'Monaco-Regular';
   src: url('../fonts/Monaco-Regular.ttf');
}
h1,h2,h3,h4 {
   font-family: 'Monaco-Regular'; 
}
.container {
    max-width: 1778px;
}
a {
    text-decoration: none !important;
}
.swal2-modal {
	font-family: 'Helvetica-Regular' !important;
	text-align: center;
}


.swal2-content .btn.btn-text {
	background: transparent !important;
	color: #000!important ;
    border: 2px solid #111 !important;
}

.swal2-content .btn.btn-text:hover {
	background: #000 !important;
	color: #fff!important;
}


.header {
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0px;
    z-index: 3;
    padding: 50px 0px;
    transition: all 0.5s;
}
.header.navbar-fixed-top {
    padding: 40px 0px;
    background: #000;    
    transition: all 0.5s;
}
.header .row {
    align-items: center;
}
.mainlogo {
    text-align: center;
}
.mainlogo a {
    display: inline-block;
}
.upcoming-events:hover{
    background: none;
    color: #fff;
}
.upcoming-events {
    display: inline-block;
    background: #F7F7F2;
    padding: 14px 10px;
    border-radius: 100px;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    min-width: 270px;
    height: 55px;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #fff;
    cursor: pointer;
}
.btn-top:hover {
    background: none;
    color: #fff;
}

.btn-top {
    display: inline-block;
    background: #F7F7F2;
    padding: 14px 10px;
    border-radius: 100px;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    min-width: 270px;
    height: 55px;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #fff;
    cursor: pointer;
}
.socialicon {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    gap: 0px 36px;
    justify-content: end;
}
.socialicon a {
    display: block;
    width: 64px;
    /* background: #ccc; */
    border-radius: 100%;
    transition: all .3s;
}
.socialicon a :hover{
    background: #ccc;
    border-radius: 100%;
}

.contactmenu {
    background: #000000;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    left: -100%;
    transition: .5s;
}
.contactmenu.open {
    left: 0px;
    transition: .5s;
}
.contactmenu .guest-form {
    padding-bottom: 200px;
}
.contactmenu-header {
    text-align: center;
    padding: 34px 0px;
}
.contactmenu-header .closebtn {
    position: absolute;
    left: 60px;
    color: #fff;
    font-size: 63px;
    top: 42px;
    line-height: 40px;
}
.contactmenu .heading-sec {
    max-width: 1070px;
    margin-bottom: 66px;
    padding-top: 100px;
}
.contactmenu .heading-sec p {
    max-width: 850px;
    margin: 0px auto;
}
.mainbanner {
    min-height: 1057px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: relative;
}
.pageheading {
    padding: 183px 0px 220px;
}
.pageheading-left h1 {
    font-size: 50px;
    line-height: 67px;
    color: #fff;
    text-transform: uppercase;
    margin: 0px;
}
.pageheading-right p {
    font-size: 17px;
    line-height: 20px;
    color: #fff;
    margin: 0px;
}
.pageheading-left {
    padding-left: 30px;
}
.pageheading .container {
    padding: 0px 56px;
}
.images-col {
    display: flex;
    overflow: hidden;
}
.images-card::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    transition: 0.5s ease;
}
.images-card:hover::after {
    background: rgba(0, 0, 0, 0.5);
    transition: 0.5s ease;
}
.images-card .img-fluid {
    width: 100%;
    transition: transform .5s;
}
.images-card {
    overflow: hidden;
    position: relative;
}
.what-traverse {
    padding: 206px 0px 0px;
}
.heading-sec {
    text-align: center;
    max-width: 900px;
    margin: 0px auto 100px;
}
.heading-sec h2 {
    color: #fff;
    font-size: 50px;
    line-height: 67px;
    margin-bottom: 23px;
    text-transform: uppercase;
}
.heading-sec p {
    font-size: 17px;
    line-height: 23px;
    color: #fff;
    margin-bottom: 0px;
}
.btn.btn-text:hover {
    background: none;
    color: #fff;
}
.btn.btn-text {
    display: inline-block;
    background: #F7F7F2;
    padding: 14px 10px;
    border-radius: 100px;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    min-width: 270px;
    height: 55px;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #fff;
}
.heading-sec .btn.btn-text {
    margin-top: 40px;
}
.traverse-card .img-fluid {
    width: 100%;
    transition: transform .5s;
}
.what-traverse .col-md-4 {
    padding: 0px 16px;
}
.what-traverse .row {
    margin: 0px -16px;
}
.mobile {
    display: none;
}
.what-traverse .container-fluid {
    padding: 0px 52px;
}
.traverse-card {
    margin-bottom: 24px;
    overflow: hidden;
    position: relative;
}
.traverse-card:hover::after {
    background: rgba(0, 0, 0, 0.5);
    transition: transform .5s;
}
.traverse-card::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    transition: transform .5s;
}
.pageheading.coldoutside-sec {
    padding: 156px 0px 140px;
}
.pageheading-left h2 {
    font-size: 50px;
    line-height: 67px;
    color: #fff;
    text-transform: uppercase;
    margin: 0px;
}
.videosecbox {
    max-width: 1735px;
    margin: 0px auto;
}
.videosec {
    overflow: hidden;
}
.take-stage .col-md-6 {
    padding: 0px;
}
.take-stage .row {
    align-items: center;
}
.take-stage-left h2 {
    font-size: 50px;
    line-height: 67px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 60px;
}
.take-stage-left p {
    font-size: 17px;
    line-height: 20px;
    margin: 0px;
    color: #fff;
}
.take-stage-left .btn.btn-text {
    margin-top: 45px;
}
.take-stageimg img.img-fluid {
    width: 100%;
}
.take-stage-left {
    padding: 0px 120px;
}
.take-stage {
    padding: 113px 0px;
}
.guestlist {
    padding: 61px 0px 202px;
}
.guestlist .heading-sec {
    margin-bottom: 70px;
}
.guest-form .form-group {
    margin-bottom: 27px;
}
    .guest-form .form-group input, .guest-form .form-group textarea {
        border-radius: 35px;
        border: 1px solid #fff;
        min-height: 94px;
        background: none !important;
        color: #fff;
        padding: 30px 66px;
        font-size: 20px;
        outline: none !important;
        box-shadow: none !important;
        width: 100%;
    }
        .guest-form .form-group input:focus {
            border: 1px dashed #fff;
        }
        .guest-form .form-group input::-webkit-input-placeholder {
            color: #fff;
        }
        .guest-form .form-group input::-moz-placeholder {
            color: #fff;
        }
        .guest-form .form-group input:-ms-input-placeholder {
            color: #fff;
        }
        .guest-form .form-group input:-moz-placeholder {
            color: #fff;
        }
.guest-form .form-group textarea {
    min-height: 382px;
}
.guestform-btn {
    text-align: right;
    padding-top: 6px;
}
.guest-form {
    max-width: 1589px;
    margin: 0px auto;
}
.mainfooter {
    background: #F7F7F3;
    padding: 78px 0px 73px;
}
.mainfooter .container {
    padding: 0px 100px;
}
.mainfooter-right .socialicon {
    gap: 0px 20px;
}
.mainfooter-right .socialicon a {
    width: 74px;
}
.mainfooter-left h2 {
    font-size: 50px;
    line-height: 67px;
    margin: 0px;
    color: #000;
}
.mainfooter-left p {
    font-size: 17px;
    line-height: 20px;
    color: #000;
    margin: 0px;
}
.mainfooter-left {
    display: flex;
    align-items: center;
    gap: 0px 90px;
}
.mainfooter-left a{
     color: #000;
}
.mainfooter-left a:hover{
     color: #ccc;
}
.coprightrow {
    margin-top: 30px;
}
.copright p {
    font-size: 17px;
    line-height: 20px;
    color: #000;
    margin: 0px;
}
.designed-by p {
    font-size: 17px;
    line-height: 20px;
    color: rgb(0, 0, 0);
    margin: 0px;
    text-align: right;
}
.designed-by p a {
    text-decoration: none !important;
    color: #000;
}

.designed-by p a:hover {
    color: #ccc;
}


.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.hinge {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
main {
    overflow: hidden;
}

.three-video {
    display: flex;
    width: 100%;         /* Desktop */
    overflow: hidden;
}

.video-item {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.video-item iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
    transform: scale(1.25);
}

/* =========================
   LAPTOP / SMALL DESKTOP
   ========================= */


/* =========================
   TABLET
   ========================= */
@media (max-width: 991px) {
   

    .video-item iframe {
        transform: scale(1.2);
    }
}

/* =========================
   MOBILE
   ========================= */
@media (max-width: 575px) {


    .video-item iframe {
        transform: scale(1.15);
    }
}



.floating-label {
    position: relative;
}

    .floating-label label {
        position: absolute;
        top: 50%;
        left: 30px;
        color: #fff;
        font-size: 20px;
        pointer-events: none;
        transform: translateY(-50%);
        transition: 0.3s ease;
        background: #000;
        padding: 0 5px;
    }

    .floating-label input,
    .floating-label textarea {
        padding: 14px 12px;
    }

        .floating-label input:focus + label,
        .floating-label input:not(:placeholder-shown) + label,
        .floating-label textarea:focus + label,
        .floating-label textarea:not(:placeholder-shown) + label {
            top: 1px;
            font-size: 15px;
            color: #fff;
        }

.field-validation-error {
    position: absolute;
    bottom: 0;
    left: 0;
    color: red;
    line-height: 1;
    font-size: 13px;
    bottom: -19px;
    left: 33px;
}
.w-auto {
    min-width: auto !important;
}
.btn.btn-text.CustomBox.w-auto:hover {
   background: #000 !important;
	color: #fff!important;
}
.swal2-icon.swal2-success .placeholder {

	background: transparent !important;
}

.floating-label input.input-validation-error {
    background: transparent url("../../assets/images/error.png") no-repeat scroll right 20px center !important;
    border: 1px solid #d93025 !important;
    transition: all 0s ease-in-out 0s;
    box-shadow: none;
}
.floating-label input.valid {
    background: transparent url("../../assets/images/success.png") no-repeat scroll right 20px center !important;
    transition: all 0s ease-in-out 0s !important;
}
