/* style css */
body{
    overflow-x: hidden;
}

.skyon-section .skyon-content {
    padding: 250px 150px;
}

.skyon-section .skyon-content .detail .title {
    text-align: center;
}

.skyon-section .skyon-content .detail .title * {
    color: #AF902B;
    text-align: center;
    font-family: "Rajdhani", "Exo 2", "sans-serif";
    font-size: 65px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.skyon-section .skyon-content .detail .info {
    text-align: center;
}

.skyon-section .skyon-content .detail .info p {
    color: #AF902B;
    text-align: center;
    font-family: "Rajdhani", "Exo 2", "sans-serif";
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.skyon-section .skyon-content .detail .info p span {
    display: block;
    font-style: normal;
}

.skyon-section .skyon-content .detail .titles {
    margin-top: 75px;
}

.skyon-section .skyon-content .detail .titles * {
    color: #AF902B;
    text-align: center;
    font-family: "Rajdhani", "Exo 2", "sans-serif";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

form {
    margin: 0;
    padding: 0;
}

.form-part {
    width: 535px;
    margin: 100px auto 0 auto;
}

.form-part input {
    text-align: center;
    color: #dbdbdb;
    position: relative;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    transition: .7s;
    background-color: transparent;
    border-bottom: 2px solid #dbdbdb;
    outline: none;
}

.opacity{
    opacity: 0;
}

.form-part label.gfield_label {
    display: block;
    text-align: center;
    padding-bottom: 0;
    margin-bottom: -8px;
}

.form-part .ginput_container input.medium,
.form-part .ginput_container select.medium,
.form-part .ginput_container textarea.medium {
    width: 100%;
    margin: 0 auto 0 auto;
    display: block;
}

.form-part li.gfield {
    padding: 0 15px 30px;
}

.form-part .register {
    display: block;
    margin: auto;
    margin-top: 65px;
    text-align: center;
}

.form-part .register a {
    color: #AF902B;
    text-align: center;
    font-family: "Orbitron", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.video-section {
    margin-top: 120px;
}

.video {
    display: block;
    width: 100%;
    margin: auto;
}

.footer-title {
    margin-top: 150px;
}

.footer-title * {
    color: #AF902B;
    text-align: center;
    font-family: "Rajdhani", "Exo 2", "sans-serif";
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.slider{
    margin-top: 70px;
}

.slider div{
    display: flex;
    height: 210px;
    align-items: center;
}

.slider img{
    width: 100%;
}

.slider .image4{
    margin-top: -40px;
    width: 70%;
}

.slick-prev{
    font-size: 0;
    display: none;
    opacity: 0;
}

.slick-next{
    font-size: 0;
    display: none;
    opacity: 0;
}

.slick-list{
    padding-top: 50px;
    margin: 0 -60px;
}

.slick-slide{
    padding: 0 60px;
}

.d-none{
    display: none!important;
}











/* responsive css */

@media (min-width: 1200px) and (max-width: 1499px){
    .skyon-section .skyon-content {
        padding: 200px 100px;
    }

    .skyon-section .skyon-content .detail .title * {
        font-size: 42px;
    }

    .skyon-section .skyon-content .detail .info p {
        font-size: 32px;
    }

    .skyon-section .skyon-content .detail .titles *{
        font-size: 28px;
    }

    .form-part {
        width: 535px;
        margin: 60px auto 0 auto;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    .skyon-section .skyon-content {
        padding: 150px 80px;
    }

    .skyon-section .skyon-content .detail .title * {
        font-size: 34px;
    }

    .skyon-section .skyon-content .detail .info p {
        font-size: 26px;
    }

    .skyon-section .skyon-content .detail .titles *{
        font-size: 24px;
    }

    .form-part {
        width: 535px;
        margin: 50px auto 0 auto;
    }

    .video-section {
        margin-top: 70px;
    }

    .form-part .register {
        margin-top: 40px;
    }

    .slider{
        margin-top: 50px;
    }

    .footer-title {
        margin-top: 80px;
    }

    .slick-list{
        margin: 0 -40px;
    }
    
    .slick-slide{
        padding: 0 40px;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .skyon-section .skyon-content {
        padding: 100px 60px;
    }

    .skyon-section .skyon-content .detail .title * {
        font-size: 28px;
    }

    .skyon-section .skyon-content .detail .info p {
        font-size: 22px;
    }

    .skyon-section .skyon-content .detail .titles *{
        font-size: 20px;
    }

    .form-part {
        width: 535px;
        margin: 40px auto 0 auto;
    }

    .video-section {
        margin-top: 60px;
    }

    .form-part .register {
        margin-top: 30px;
    }

    .slider{
        margin-top: 40px;
    }

    .footer-title {
        margin-top: 70px;
    }

    .footer-title *{
        font-size: 26px;
    }

    .slick-list{
        margin: 0 -30px;
    }
    
    .slick-slide{
        padding: 0 30px;
    }

    .skyon-section .skyon-content .detail .titles {
        margin-top: 40px;
    }

    .slider .image4{
        margin-top: -50px;
    }
}

@media (max-width: 767px){
    .skyon-section .skyon-content {
        padding: 70px 30px;
    }

    .skyon-section .skyon-content .detail .title * {
        font-size: 24px;
    }

    .skyon-section .skyon-content .detail .info p {
        font-size: 20px;
    }

    .skyon-section .skyon-content .detail .titles *{
        font-size: 20px;
    }

    .form-part {
        width: 535px;
        margin: 30px auto 0 auto;
    }

    .video-section {
        margin-top: 40px;
    }

    .form-part .register {
        margin-top: 20px;
    }

    .slider{
        margin-top: 30px;
    }

    .footer-title {
        margin-top: 50px;
    }

    .footer-title *{
        font-size: 22px;
    }

    .slick-list{
        margin: 0 -20px;
    }
    
    .slick-slide{
        padding: 0 20px;
    }

    .skyon-section .skyon-content .detail .titles {
        margin-top: 30px;
    }

    .slider .image4{
        margin-top: -40px;
    }

    .video {
        display: block;
        width: 500px;
        margin: auto;
    }

    .form-part .ginput_container input.medium,
.form-part .ginput_container select.medium,
.form-part .ginput_container textarea.medium {
    width: 60%;
    margin: 0 auto 0 auto;
    display: block;
}
}

@media (max-width: 575px){
    .skyon-section .skyon-content {
        width: 100%;
        margin: auto;
        padding: 50px 0;
    }

    .skyon-section .skyon-content .detail .title * {
        font-size: 24px;
        text-align: center;
    }

    .skyon-section .skyon-content .detail .info p {
        font-size: 20px;
        text-align: center;
    }

    .skyon-section .skyon-content .detail .titles *{
        font-size: 20px;
        text-align: center;
    }

    .form-part {
        max-width: 535px;
        margin: 30px auto 0 auto;
        width: 100%;
    }

    .video-section {
        margin-top: 40px;
    }

    .form-part .register {
        margin-top: 20px;
    }

    .slider{
        margin-top: 30px;
    }

    .footer-title {
        margin-top: 50px;
    }

    .footer-title *{
        font-size: 22px;
    }

    .slick-list{
        margin: 0 -20px;
    }
    
    .slick-slide{
        padding: 0 20px;
    }

    .skyon-section .skyon-content .detail .titles {
        margin-top: 30px;
    }

    .slider .image4{
        margin-top: -40px;
    }

    .video {
        display: block;
        width: 90%;
        margin: auto;
    }
}

/* 18-11-2023 */

.form-section .form-part .gform_wrapper form .gfield {
    padding: 0 15px 30px;
    text-align: center;
}

.form-section .form-part .gform_heading {
    display: none;
}

.form-section .form-part .gform_wrapper form .gform_footer button {
    display: block;
    margin: 0 auto;
    margin-top: 65px;
    color: #AF902B;
    text-align: center;
    font-family: "Orbitron", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    background: none;
    padding: 0;
    border: none;
    box-shadow: none;
    cursor: pointer;
}

.form-section .form-part .gform_wrapper .gform_validation_errors ol {
    display: none;
}

.form-section .form-part .gform_wrapper .gform_validation_errors .gform_submission_error {
    text-align: center;
    margin-bottom: 40px;
}

.form-section .form-part .gform_wrapper form .gfield_validation_message {
    font-weight: bold;
    margin-top: 8px;
    text-align: center;
}

.form-section .form-part .gform_wrapper form label.gfield_label {
    margin-bottom: -4px;
}

.video-section {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.footer-logo-slider {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.skyon-section .skyon-content {
    padding-top: 50px;
}

.o-layout__head-overlay--upper, .o-layout__head-overlay--lower {
    background: none !important;
}

.o-layout__head-overlay--dark {
    background: none !important;
}

.form-section .form-part .gform_wrapper form .gfield input {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.form-section .form-part .gform_confirmation_message_2 {
    font-size: 36px;
    line-height: normal;
    text-align: center;
}

@media(min-width:1400px) and (max-width:1599px) {
    .video-section {
        max-width: 60%;
    }
    .footer-logo-slider {
        max-width: 80%;
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .video-section {
        max-width: 70%;
    }
    .footer-logo-slider {
        max-width: 75%;
    }
    .skyon-section .skyon-content {
        padding-top: 0;
    }
    .form-section .form-part .gform_confirmation_message_2 {
        font-size: 30px;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .form-section .form-part .gform_wrapper form .gform_footer button {
        margin-top: 40px;
    }
    .video-section {
        max-width: 65%;
    }
    .footer-logo-slider {
        max-width: 65%;
    }
    .skyon-section .skyon-content {
        padding-top: 0;
    }
    .form-section .form-part .gform_confirmation_message_2 {
        font-size: 26px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .form-section .form-part .gform_wrapper form .gform_footer button {
        margin-top: 30px;
    }
    .video-section {
        max-width: 335px;
    }
    .footer-logo-slider {
        max-width: 335px;
    }
    .skyon-section .skyon-content {
        padding-top: 0;
    }
    .form-section .form-part .gform_wrapper form .gfield {
		padding-left: 100px;
		padding-right: 100px;
	}
    .form-section .form-part .gform_confirmation_message_2 {
        font-size: 22px;
    }
}

@media (max-width:767px) {
    .form-section .form-part .gform_wrapper form .gfield {
        width: 70%;
        margin: 0 auto;
        text-align: center;
    }
    .form-section .form-part .gform_wrapper form label.gfield_label {
        position: relative;
        left: 8px;
    }
    .form-section .form-part .gform_wrapper form .gform_footer button {
        margin-top: 20px;
    }
    .video-section {
        max-width: 90%;
    }
    .video {
        width: 100%;
    }
    .form-section .form-part .gform_confirmation_message_2 {
        font-size: 20px;
    }
}

@media(min-width:240px) and (max-width:575px) {
    .video-section {
        max-width: 90%;
    }
    .form-section .form-part .gform_confirmation_message_2 {
        font-size: 18px;
    }
}

/* 18-11-2023 */