.clouds {
    background: transparent url(../images/cloud.png) repeat top center;
    z-index: 3;
    -moz-animation: move-clouds-back 75s linear infinite;
    -ms-animation: move-clouds-back 75s linear infinite;
    -o-animation: move-clouds-back 75s linear infinite;
    -webkit-animation: move-clouds-back 75s linear infinite;
    animation: move-clouds-back 75s linear infinite;
}
.main-body {
    background-image: url(../images/header.jpg);
}
.tagline {
    font-family: "ui-monospace";
    font-size: 80px;
    color: rgb(33, 148, 81);
}
.row2 {
    height: 33.33%;
    width: 60%;
}
input {
    outline: none;
    border: none;
}
.container-contact1-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.contact1-form-btn {
    min-width: 190px;
    height: 50px;
    border-radius: 25px;
    background: rgba(12, 12, 12, 0.3);
    font-family: "Roboto";
    font-size: 15px;
    line-height: 1.5;
    color: #fcfcfc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
button {
    outline: none !important;
    border: none;
    background: transparent;
}

.contact1-form-btn:hover {
    background: rgb(255, 94, 0);
    color: black;
}

button:hover {
    cursor: pointer;
}
.flex360-row {
    height: 25%;
    width: 100%;
}
.bg-img {
    background-image: url('../images/bg-1.png');
}
.instroduction-body {
    background-image: url('../images/bg-1.png');
    background-size: cover;
    min-height: 100%;
    background-color: #000036;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #ffffff;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 55%;
}

#infohead {
    margin: auto;
    text-align: center;
}

.player {
    max-width: 750px;
    /* border: 5px solid rgba(0, 0, 0, 0.2); */
    /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); */
    position: relative;
    font-size: 0;
    overflow: hidden;
}

video {
    width: 100%;
    max-height: 100%;
}

.play-button {
    /* margin-top: 10px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact1new {
    width: 100%;
    /* height: 50%; */
    padding: 15px;
    background: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.contact1 {
    width: 70%;
    height: 70%;
    margin: 5%;
    background: -webkit-linear-gradient(159.06deg, rgba(52, 120, 255, 0.4) 0%, rgba(255, 59, 246, 0.4) 100%);
    background: linear-gradient(159.06deg, rgba(52, 120, 255, 0.4) 0%, rgba(255, 59, 246, 0.4) 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 21px;
    padding: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}


.contact1-form-newbtn {
    min-width: 190px;
    height: 40px;
    border-radius: 25px;
    background: #0a89ff;
    font-family: "Roboto";
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.d-none {
    display: none;
}

#inner_div {
    padding: 10%;
}

#maindiv {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: auto;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    gap: 20px;
    margin-top: 8.5%;
}

#subdiv_two {
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 70%;
    height: 100%;
    background: -webkit-linear-gradient(159.06deg, rgba(52, 120, 255, 0.4) 0%, rgba(255, 59, 246, 0.4) 100%);
    background: linear-gradient(159.06deg, rgba(52, 120, 255, 0.4) 0%, rgba(255, 59, 246, 0.4) 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 21px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    /* min-height: 450px; */
    margin: 0;
    padding: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#subdivtwo_one {
    width: 50%;
    padding: 20px;
    margin-top: 10px;
}

#question {
    display: none;
}

#subdivtwo_two {
    width: 4%;
    padding: 10px;
    border-left: 2px solid #8e96c3;
    height: 25vh;
}

#subdivtwo_three {
    margin: auto;
    width: 48%;
}

.fullscreen-loading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    text-align: center;
}