@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

html,
body {
    height: 100vh;
    /* overflow: hidden; */
    scroll-behavior: smooth;
}

.logo {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo img {
    width: 33%;
    cursor: pointer;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
}

.nav_List {
    width: 65%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav_List li {
    list-style: none;
    padding: 25px 30px;
}

.nav_List li a {
    font-weight: bold;
    text-decoration: none;
    color: white;
    cursor: pointer;
}

.nav_List li a:hover {
    color: red;
    font-weight: bolder;
}



#search {
    padding: 5px;
    font-size: 17px;
    color: black;
    border: 2px solid white;
    border-radius: 10px;
}

.background {
    background: rgba(0, 0, 0, 0.7) url('../img/bg.jpg');
    background-size: cover;
    background-blend-mode: darken;
}

.firstsection {
    height: 100vh;
}

.box-main {
    max-width: 75%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    margin: auto;
}

.firstHalf {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text-big {
    color: #f66c09;
    font-size: 40px;
    font-weight: bolder;
}

.text-small {
    font-size: 2vh;
    margin-bottom: 3vw;
}

.btn-sp {
    font-weight: bold;
    color: white;
    background: none;
    padding: 10px 20px;
    border: 2px solid white;
    border-top-right-radius: 40px;
    cursor: pointer;
    vertical-align: middle;
}

.btn-ln {
    font-weight: bold;
    color: white;
    background: none;
    padding: 10px 20px;
    border: 2px solid white;
    border-top-left-radius: 40px;
    cursor: pointer;
    margin-left: 50px;
    vertical-align: middle;
    
    }

.btn {
    font-weight: bold;
    color: white;
    padding: 10px 20px;
    margin: 10px 5px;
    background: none;
    border: 2px solid white;
    border-radius: 20px;
    cursor: pointer;
    vertical-align: middle;
}

.btn-nav:hover {
    background-color: red;
}

.bt-naruto:hover {
    background-color: #f66c09;
}

.secondHalf {
    height: 40vh;
    margin: auto;
    box-shadow: 5px 5px 20px black;
    overflow: hidden;
    border-radius: 20px;
}

.secondHalf img {
    display: block;
    margin: auto;
    width: 30vw;
    height: 38vh;
    border: 0.5vb solid #f66c09;
    border-radius: 20px;
    transition: 0.5s;
}

.intro1{
    height: 38vh;
    width: 30vw;
    padding: 0px 10px;
    box-sizing: border-box;
    position: relative;
    bottom: 70px;
    color: white;
    background: rgba(0, 0, 0, 0.3);
    transition: 0.5s;
}

.secondHalf:hover {
    cursor: pointer;
}

.secondHalf:hover .intro {
    height: 40vh;
    /* bottom: -750px; */
    bottom: 120px;
    background: #f66c09;
}

.secondHalf:hover p {
    opacity: 1;
    visibility: visible;
}

.secondHalf:hover img {
    transform: scale(1.3);
}

/* Second page */

.body {
    display: flex;
    height: 75%;
    background: url('../img/bg2.jpg');
    background-size: cover;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow-y: hidden;
}

.body>h1 {
    color: #efa197;
}

.body2 {
    background: url('../img/bg3.jpg');
    background-size: cover;
}

.body2>h1 {
    color: #59d0e6;
}

.bd-container {
    display: flex;

}

.card {
    height: 400px;
    margin: 50px;
    box-shadow: 5px 5px 20px black;
    overflow: hidden;
    border-radius: 20px;
}

.card-img {
    height: 400px;
    width: 400px;
    transition: 0.5s;
}

.intro {
    height: 50px;
    width: 400px;
    padding: 0px 10px;
    box-sizing: border-box;
    position: relative;
    bottom: 70px;
    color: white;
    background: rgba(0, 0, 0, 0.3);
    transition: 0.5s;
}

.intro>h1 {
    margin: 10vh;
    font-size: 2vh;
}

.intro>p {
    margin-left: 10px;
    font-size: 18px;
    visibility: hidden;
    opacity: 0;
}

.card:hover {
    cursor: pointer;
}

.card:hover .intro {
    height: 100px;
    /* bottom: -750px; */
    bottom: 120px;
    background: rgba(0, 0, 0, 0.5);
}

.card:hover p {
    opacity: 1;
    visibility: visible;
}

.card:hover img {
    transform: scale(1.3);
}

/* THIRD page */
:root {
    --left-bg-color: #1c3d6e75;
    --right-bg-color: #2b2b2b85;
}

.page-three-box {

    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #333;
}

.split {
    position: absolute;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.split.left {
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    background: url('../img/dm2.jpg') center/ cover no-repeat;
}

.split.right {
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    background: url('../img/AOT.jpg') center/ cover no-repeat;
}

.split.left::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-color: var(--left-bg-color); */
}

.split.right::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-color: var(--right-bg-color); */
}

.page-three-h1 {
    font-size: 3rem;
    color: #fff;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.page-three-btn {
    color: #fff;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    border: #fff solid .1rem;
    text-decoration: none;
    font-size: 1rem;
    text-transform: uppercase;
    width: 15rem;
    padding: 1.5rem;
    font-weight: 300;
}

.page-three-btn1:hover {
    background-color: #0066ff;
    /* border: none; */
    color: #fff;
}

.page-three-btn2:hover {
    background-color: #1c7a1c;
    /* border: none; */
    color: #fff;
}

.split.left,
.split.right,
.split.left::before,
.split.right::after {
    transition: all .7s ease-in-out;
}


/* Now Add Classes */
.hover-left .left {
    width: 75%;
}

.hover-left .right {
    cursor: pointer;
    width: 25%;
}


.hover-right .right {
    width: 75%;
}

.hover-right .left {
    width: 25%;
}

/* Page four */
.page-four-container {
    position: relative;
    background: url('../img/bg3.jpg');
    background-size: cover;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 100px;
}

.page-four-container::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.request-form {
    max-width: 850px;
    border-radius: 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: white;
    box-shadow: 0px 0px 50px 15px rgba(0, 0, 0, 0.19);
}

.form-left {
    background: url('../img/requestform.jpg') no-repeat center;
    background-size: cover;
    height: 100%;
    border-radius: 15px 0px 0px 15px;
}

.form-right {
    padding: 25px 55px;
}

.form-h2 {
    position: relative;
    padding: 0 0 10px;
    margin-bottom: 50px;
}

.form-h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
    height: 4px;
    width: 50px;
    border-radius: 2px;
    background: #7868e6;
}

.field {
    width: 100%;
    height: 10px;
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 6px;
    outline: none;
    background-color: rgba(230, 230, 230, 0.6);
    padding: 01.5rem 1rem;
    font-size: 1.1rem;
    margin-bottom: 22px;
    transform: 0.3s;
}

.field:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

textarea {
    min-height: 150px;
}

.request-btn {
    border-radius: 6px;
    width: 100%;
    padding: 0.5rem 1rem;
    background-color: #7868e6;
    color: white;
    font-size: 1.1rem;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
}

.request-btn:hover {
    background-color: #7968e6ca;
}

.field:focus {
    border: 2px solid rgba(30, 85, 250, 0.47);
    background-color: white;
}

.footer-copyright {
    padding: 20px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    background-color: black;
}

.burger {
    display: none;
    position: absolute;
    cursor: pointer;
    right: 5%;
    top: 15px;
}

.line {
    width: 30px;
    background-color: white;
    height: 5px;
    margin: 5px 3px;
}