@import url('https://fonts.google.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap');
@font-face {
    font-family: BAHNSCHRIFT;
    src: url('/resorce/fonts/BAHNSCHRIFT.TTF');
}

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@font-face {
    font-family: BAHNSCHRIFT1;
    src: url('/resorce/fonts/BAHNSCHRIFT\ 1.TTF');
}

@font-face {
    font-family: BAHNSCHRIFT2;
    src: url('/resorce/fonts/BAHNSCHRIFT\ 2.TTF');
}

@font-face {
    font-family: BAHNSCHRIFT3;
    src: url('/resorce/fonts/BAHNSCHRIFT\ 3.TTF');
}

@font-face {
    font-family: BAHNSCHRIFT4;
    src: url('/resorce/fonts/BAHNSCHRIFT\ 4.TTF');
}

@font-face {
    font-family: BAHNSCHRIFT5;
    src: url('/resorce/fonts/BAHNSCHRIFT\ 5.TTF');
}

/* width */

::-webkit-scrollbar {
    width: 7px;
}

/* Track */

::-webkit-scrollbar-track {
    background: rgb(172, 172, 172);
    border-radius: 10px;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: #555;
    border-radius: 10px;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: rgb(65, 65, 65);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.container {
    width: 100%;
    margin: 0;
    padding: 0;
}

.container .section-1 {
    margin: 0;
    background-image: url(../images/background-1_1.png);
    background-size: cover;
    height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* box-sizing: border-box; */
}

.container .section-1 img {
    width: 600px;
    top: 30%;
}

.container h1 {
    margin: 0;
    font-family: BAHNSCHRIFT;
    color: white;
    text-align: center;
    font-size: 44px;
    padding: 20px;
}

header {
    margin: 0;
    padding: 3em;
    padding-right: 6em;
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    /* text-align: right; */
}

header a {
    position: absolute;
    right: 7%;
    top: 30%;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    font-size: 24px;
    font-family: BAHNSCHRIFT;
    font-weight: bold;
    border: 4px rgba(255, 255, 255, 0.9) solid;
    padding: 10px;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
}

header a:hover {
    background-color: rgb(223, 182, 3);
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
    /* background: linear-gradient(180deg, rgb(83, 80, 37), rgb(190, 190, 4)); */
}

header a:focus {
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
}

header .logo img {
    height: 130px;
}

.description-box {
    margin: 0;
    padding: 0;
    min-width: 400px;
    max-width: 800px;
    color: white;
    font-family: BAHNSCHRIFT;
    /* font-weight: lighter; */
    font-size: 1.4em;
    line-height: 1.6em;
    text-align: left;
    padding: 20px;
    display: flex;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 18px;
    min-height: 450px;
}

.container .arrow {
    position: absolute;
    font-size: 25px;
}

.section-2_nav {
    width: 100%;
    margin-top: 1.4em;
    background-color: rgba(0, 0, 0, 0);
    padding: 20px;
    position: absolute;
    display: flex;
    /* justify-content: center; */
    justify-content: space-around;
    /* top: 0; */
}

.section-2_nav a {
    text-decoration: none;
    margin-right: 30px;
    margin-left: 30px;
    font-family: BAHNSCHRIFT;
    font-size: 25px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    transition: 0.3s ease-in-out;
}

.section-2_nav a:hover {
    color: rgba(223, 182, 3);
}

.section-2_nav #active {
    color: rgba(223, 182, 3);
}

.container .section-2 {
    margin: 0;
    background-image: url(../images/background-2.png);
    height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-size: cover;
    align-items: flex-end;
    box-sizing: border-box;
    /* padding-top:  154px; */
    /* padding-top: 8%; */
}

.section-2 .photo-section {
    margin: 0;
    margin-bottom: 0;
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
}

.section-2 .photo-section .photo-1 img {
    padding: 0;
    padding-left: 260px;
    margin-left: 180px;
    height: 700px;
    bottom: 0;
    position: relative;
    z-index: 2;
}

.left {
    width: 80%;
    height: 700px;
    background-image: url(/resorce/pic_3.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
    z-index: 1;
    /* margin-top: 8%; */
}

.right {
    width: 300px;
    height: 820px;
    margin-left: -240px;
    margin-right: 30px;
    z-index: 0;
    transform-origin: bottom left;
    transform: skewY(-12deg);
    background: #ffc43c;
    transition: 0.3s ease-in-out;
}

.right:hover {
    /* color: #111; */
    background: #ffc43c;
    box-shadow: 0 0 40px rgba(255, 224, 47, 0.884);
    /* transform: skew(20deg); */
}

.container .section-3 {
    margin: 0;
    background-image: url(../images/background-3.png);
    background-size: cover;
    height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-size: cover;
    align-items: flex-end;
    box-sizing: border-box;
}

.section-3 .photo-section {
    margin: 0;
    margin-bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-start;
}

.section-3 .section-3_left {
    height: 800px;
    width: 30%;
    margin-left: -380px;
    background-image: url(/resorce/pic_4.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
    z-index: 1;
    /* margin-top: 8%; */
}

.section-3 .section-3_right {
    width: 300px;
    height: 870px;
    /* margin-left: -240px; */
    margin-left: 30px;
    z-index: 0;
    transform-origin: bottom right;
    transform: skewY(12deg);
    background: #b892f6;
    transition: 0.3s ease-in-out;
}

.section-3_right:hover {
    /* color: #111; */
    background: #b892f6;
    box-shadow: 0 0 40px rgba(184, 146, 246, 0.884);
    /* transform: skew(20deg); */
}

.contactus-box {
    position: absolute;
    /* width:80%; */
    height: 640px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    left: 40%;
    right: 10%;
    text-align: center;
    color: white;
    font-family: BAHNSCHRIFT;
    /* font-weight: lighter; */
    font-size: 1.4em;
    line-height: 1.6em;
    text-align: left;
    padding: 20px;
    display: flex;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 18px;
    /* min-height: 450px; */
}

textarea {
    resize: none;
}

.form__group {
    position: relative;
    padding: 5px 0 0;
    margin-top: 25px;
    /* width: 50%; */
}

.form__field {
    font-family: inherit;
    width: 100%;
    border: 0;
    border-bottom: 2px solid #bbbbbb;
    outline: 0;
    font-size: 2rem;
    color: #b892f6;
    padding-top: 20px;
    background: transparent;
    transition: border-color 0.2s;
}

.form__field::placeholder {
    color: transparent;
}

.form__field:placeholder-shown~.form__label {
    font-size: 1.9rem;
    cursor: text;
    top: 20px;
}

.form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 1.8rem;
    /* color: #bbbbbb;*/
    color: #e4e4e4;
}

.form__field:focus {
    padding-bottom: 6px;
    font-weight: 700;
    border-width: 3px;
    border-image: linear-gradient(to right, #11998e, #38ef7d);
    border-image-slice: 1;
}

.form__field:focus~.form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 1rem;
    color: #11998e;
    font-weight: 700;
}

/* reset input */

.form__field:required, .form__field:invalid {
    box-shadow: none;
}

.modal-body .form__group {
    position: relative;
    padding: 3px 0 0;
    margin-top: 5px;
    /* width: 100%; */
}

.modal-body .form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 1.3rem;
    color: #bbbbbb;
}

.modal-title {
    margin: 0;
    /* line-height: 1.42857143; */
    text-align: center;
}

/* .btn{
font-size: 18px;

} */

.btn-block {
    display: block;
    width: 100%;
    font-size: 20px;
    transition: 0.4s ease-in-out;
}

.modal-body .col .row_url {
    width: 70%;
}

.modal-body .col .row_age {
    width: 20%;
}

.col {
    display: flex;
    justify-content: space-between;
}

.modal-header .close {
    /* margin-top: -2px; */
    color: white;
}

.modal-title {
    color: white;
}

.modal-header {
    border-bottom: 1px solid #ffffff;
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-body {
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    background-color: rgb(117 117 117 / 62%);
    margin-top: 5%;
    font-family: 'BAHNSCHRIFT';
}

/*

 .section-2 .photo-section .photo-2 {
	width:300px;
	height: 850px;
    position: absolute; 
    margin-left: 1400px;
    margin-bottom: 50px;
    z-index:0;
	transform: skewY(-15deg);
	background: #ffc43c;
    transition: 0.3s ease-in-out;
}

.section-2 .photo-section .photo-2:hover{
    color: #111; 
    
    box-shadow: 0 0 40px rgba(134, 123, 0, 0.979); 
    /* transform: skew(20deg); */

/* } */

/* @media (max-width:1950px) {
    .container .section-2 {
        padding-top:  2px;
    
    }
} */

/* @media (max-height:800px){
    .right {
        width: 250px;
        height: 730px;
    }
} */

@media (max-width:1600px) {
    .contactus-box {
        height: 600px;
        /* margin-top: 100px; */
    }
    .section-3 .section-3_left {
        height: 700px;
        width: 33%;
        margin-left: -300px;
    }
    .section-3 .section-3_right {
        height: 780px;
    }
    .section-2 .photo-section .photo-1 img {
        padding: 0;
        padding-left: 260px;
        margin-left: 180px;
        height: 500px;
        bottom: 0;
        /* position: relative; */
        /* padding-left: ; */
        z-index: 2;
    }
    .section-2 .photo-section .photo-2 {
        width: 250px;
        height: 750px;
        position: absolute;
        margin-left: 1100px;
        margin-bottom: 50px;
        z-index: 0;
        transform: skewY(-15deg);
        background: #ffc43c;
        transition: 0.3s ease-in-out;
    }
}

/* (1366x768) WXGA Display */

@media screen and (max-width: 1366px) {
    /* insert styles here */

    .contactus-box {
        height: 600px;
        left: 37%;
        right: 2%;
        margin-top: 65px;
    }

  
    .section-3 .section-3_right {
        height: 600px;
    }
  
    .right {
        width: 270px;
        height: 660px;
        margin-left: -240px;
    }
    .left {
        width: 80%;
        height: 600px;
    }
}

@media only screen and (min-device-width: 720px) and (max-device-width: 1280px) {
    /* insert styles here */
    .right {
        width: 240px;
        height: 640px;
        margin-left: -220px;
    }
}
@media (max-width:1050px) {
    .contactus-box {
        height: 600px;
        left: 37%;
        right: 2%;
        /* margin-top: 100px; */
    }
    .section-3 .section-3_left {
        height: 700px;
        width: 33%;
        margin-left: -250px;
    }
    .section-3 .section-3_right {
        height: 780px;
        width: 250px;
    }
    .right {
        width: 250px;
        height: 730px;
        margin-left: -220px;
    }
    .container .section-1 {
        background-image: url(../images/background-1_normal.png);
        background-size: cover;
    }
    .container .section-2 {
        background-image: url(../images/background-2_normal.png);
        background-size: cover;
    }
    header .logo img {
        height: 100px;
        padding-bottom: 10px;
    }
    .description-box {
        margin: 10px;
        padding: 10px;
        min-width: 300px;
    }
    .section-2_nav a {
        font-size: 22px;
        margin-right: 20px;
        margin-left: 20px;
    }
    .section-2 .photo-section .photo-1 img {
        padding: 0;
        padding-left: 100px;
        margin-left: 40px;
        height: 500px;
        bottom: 0;
        /* position: relative; */
        /* padding-left: ; */
        z-index: 2;
    }
    .section-2 .photo-section .photo-2 {
        width: 250px;
        height: 950px;
        position: absolute;
        margin-left: 740px;
        margin-bottom: 50px;
        z-index: 0;
        transform: skewY(-15deg);
        background: #ffc43c;
        transition: 0.3s ease-in-out;
    }
}

/* (1024x768) iPad 1 & 2, Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    /* insert styles here */
    .right {
        width: 240px;
        height: 600px;
        margin-left: -220px;
    }

    .section-3 .section-3_right {
        height: 680px;
        width: 250px;
    }
}

/* @media screen and (max-width:1400px) {
    .right {
        width: 250px;
        height: 730px;
        margin-left: -220px;
    }
} */


@media (max-width:800px) {
    .contactus-box {
        height: 600px;
        /* margin-top: 100px; */
        left: 37%;
        right: 2%;
    }
    .section-3 .section-3_left {
        height: 600px;
        width: 32%;
        margin-left: -190px;
    }
    .section-3 .section-3_right {
        width: 200px;
        margin-left: 20px;
    }
    .right {
        width: 200px;
        height: 630px;
        margin-left: -120px;
    }
    .section-2 .photo-section .photo-1 img {
        padding: 0;
        padding-left: 50px;
        margin-left: 20px;
        height: 400px;
        bottom: 0;
        /* position: relative; */
        /* padding-left: ; */
        z-index: 2;
    }
    .section-2 .photo-section .photo-2 {
        width: 170px;
        height: 600px;
        position: absolute;
        margin-left: 580px;
        margin-bottom: 50px;
        z-index: 0;
        transform: skewY(-15deg);
        background: #ffc43c;
        transition: 0.3s ease-in-out;
    }
}

@media (max-width:600px) {
    .contactus-box {
        height: 600px;
        margin-top: 0;
        left: 10%;
        right: 10%;
        z-index: 4;
    }
    .section-3 .section-3_left {
        height: 600px;
        width: 32%;
        margin-left: -100px;
    }
    .section-3 .section-3_right {
        width: 100px;
        margin-left: 20px;
        height: 700px;
    }
    .right {
        width: 200px;
        height: 630px;
        margin-left: -90px;
    }
    .container .section-1 {
        /* margin: 0; */
        background-image: url(../images/background-1_small.png);
        /* box-sizing: border-box; */
    }
    .container .section-2 {
        background-image: url(../images/background-2_small.png);
        background-size: cover;
    }
    header .logo img {
        height: 85px;
        padding-bottom: 10px;
    }
    .container h1 {
        margin: 10px;
        font-family: BAHNSCHRIFT;
        color: white;
        text-align: center;
        line-height: 50px;
        font-size: 44px;
        padding: 9px;
    }
    .description-box {
        margin: 10px;
        padding: 10px;
        color: white;
        font-family: BAHNSCHRIFT;
        /* font-weight: lighter; */
        font-size: 16px;
        line-height: 1.5em;
        min-width: 300px;
        text-align: left;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        background-color: rgba(0, 0, 0, 0.6);
        height: 350px;
    }
    header a {
        font-size: 16px;
        padding: 10px;
    }
    .section-2_nav a {
        font-size: 18px;
        margin-right: 12px;
        margin-left: 12px;
    }
}

@media (max-width:420px) {
    .section-3 .section-3_right {
        height: 700px;
    }
    .section-3 .section-3_left {
        height: 400px;
    }
    .contactus-box {
        height: 475px;
        margin-top: 25%;
        left: 5%;
        right: 5%;
    }
    .contactus-box .form__group {
        margin-top: 5px;
    }
    .right {
        width: 100px;
        /* height: 230px; */
        margin-left: -70px;
    }
    .left {
        height: 402px;
    }
    .container .section-1 {
        /* margin: 0; */
        background-image: url(../images/background-1_small.png);
        /* box-sizing: border-box; */
    }
    header .logo img {
        height: 65px;
        padding-bottom: 10px;
    }
    .container h1 {
        margin: 10px;
        font-family: BAHNSCHRIFT;
        color: white;
        text-align: center;
        line-height: 50px;
        font-size: 40px;
        padding: 9px;
    }
    .description-box {
        margin: 10px;
        padding: 10px;
        color: white;
        font-family: BAHNSCHRIFT;
        /* font-weight: lighter; */
        font-size: 16px;
        line-height: 1.5em;
        min-width: 300px;
        text-align: left;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        background-color: rgba(0, 0, 0, 0.6);
        height: 530px;
    }
    header a {
        font-size: 15px;
        padding: 10px;
    }
    .section-2_nav a {
        font-size: 18px;
        margin-right: 5px;
        margin-left: 5px;
    }
}

@media (max-width:330px) {
    .section-3 .section-3_right {
        height: 400px;
    }
    .section-3 .section-3_left {
        height: 400px;
    }
    .contactus-box {
        height: 475px;
        margin-top: -25%;
        left: 5%;
        right: 5%;
    }
    .contactus-box .form__group {
        margin-top: 5px;
    }
    .right {
        width: 100px;
        height: 330px;
        margin-left: -70px;
    }
    .left {
        height: 402px;
    }
    .container .section-1 {
        /* margin: 0; */
        background-image: url(../images/background-1_small.png);
        /* box-sizing: border-box; */
    }
    header .logo img {
        height: 65px;
        padding-bottom: 10px;
    }
    .container h1 {
        margin: 10px;
        font-family: BAHNSCHRIFT;
        color: white;
        text-align: center;
        line-height: 50px;
        font-size: 40px;
        padding: 9px;
    }
    .description-box {
        margin: 10px;
        padding: 10px;
        color: white;
        font-family: BAHNSCHRIFT;
        /* font-weight: lighter; */
        font-size: 16px;
        line-height: 1.5em;
        min-width: 300px;
        text-align: left;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        background-color: rgba(0, 0, 0, 0.6);
        height: 530px;
    }
    header a {
        font-size: 15px;
        padding: 10px;
    }
    .section-2_nav a {
        font-size: 18px;
        margin-right: 5px;
        margin-left: 5px;
    }
}

@media (max-width:330px) {
    header .logo img {
        height: 50px;
    }
    .container h1 {
        margin: 10px;
        font-family: BAHNSCHRIFT;
        color: white;
        text-align: center;
        line-height: 30px;
        font-size: 25px;
        padding: 5px;
    }
    .description-box {
        margin: 10px;
        padding: 7px;
        margin-top: 70px;
        color: white;
        font-family: BAHNSCHRIFT;
        /* font-weight: lighter; */
        font-size: 15px;
        /* line-height: 1.4em; */
        /* min-width: 300px; */
        text-align: left;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        background-color: rgba(0, 0, 0, 0.6);
        height: 200px;
    }
    header a {
        font-size: 10px;
        padding: 4px;
        margin: -5px;
    }
    .section-2_nav a {
        font-size: 18px;
        margin-right: 5px;
        margin-left: 5px;
    }
    header {
        margin: 0;
        padding: 1em;
        padding-right: 2em;
        /* position: absolute; */
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        /* text-align: right; */
    }
}

/* 
@media (max-height:840px) {
    .section-3 .section-3_right {
        height: 600px;
    }
    .contactus-box {
        height: 600px;
        margin-top: -50px;
        left: 6%;
        right: 6%;
        z-index:4;
    }

    .right {
        width: 270px;
        height: 700px;
        margin-left: -240px;
    }

    .left {
        width: 80%;
        height: 600px;
    }
} */

/* @media (max-height:670px) {
    .section-3 .section-3_right {
        height: 600px;
    }
    .contactus-box {
        height: 470px;
        margin-top: 20%;
        left: 10%;
        right: 10%;
    }
    .contactus-box .form__group {
        margin-top: 5px;
    }
    .section-3_left {
        visibility: hidden;
    }
    .section-3 .section-3_right {
        height: 500px;
        width: 100px;
    }

    header {
        margin: 0;
        padding: 0.6em;
        padding-right: 6em;
    }
} */

/* @media (max-height:550px) {
    .section-3 .section-3_right {
        height: 600px;
    }
    .contactus-box {
        height: 470px;
        margin-top: 35%;
        left: 5%;
        right: 5%;
    }
    .contactus-box .form__group {
        margin-top: 5px;
    }
    .section-3_left {
        visibility: hidden;
    }
    .section-3 .section-3_right {
        height: 500px;
        width: 100px;
    }

    header {
        margin: 0;
        padding-right: 6em;
    }
} */