* {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
    background-color: black;
}

.main {

    /* background-color: black; */
    height: 110vh;
    background-image: url(assets/images/bg.jpg);
    background-position: center center;
    background-size: max(1800px, 100vw);
    background-repeat: no-repeat;
    position: relative;
    top: 0;
    z-index: -1;
}

nav {
    max-width: 100vw;
    padding: 20px 10px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: top;
    height: 62px;

    /* z-index: 1; */

}

nav img {
    position: relative;
    /* z-index: 1; */
    width: 150px;
}

.btn {
    padding: 6px 16px;
    font-weight: 500;
    font-size: 14px;
    border: none;
    border-radius: 3px;
    margin: 0 8px;
    /* background-color: white; */
    /* margin: 0 5px; */
    /* position: relative; */
    /* z-index: 10; */
    /* height: 50%; */
    /* width: 80px; */
    /* margin: 8px;
    padding: 5px 8px; */

}

.btn-red {
    background-color: red;
    color: white;
    padding: 15px 40px;
    border-radius: 5px;
    /* border: none; */
    font-size: 24px;
    font-weight: 500;
}

input {
    padding: 20px 60px;
    border-radius: 5px;
    border: 1px solid gray;
    font-size: 16px;
    background-color: rgba(23, 23, 23, 0.3);
    text-align: left;
}

.btn-red-sn {
    background-color: red;
    color: white;

}

.btn-lang .btn-red-sn {
    padding: 10px 20px;
    /* background-color: rgba(23, 23, 23, 0.3); */
}

.btn-lang {
    background-color: rgba(23, 23, 23, 0.3);
    color: white;
    border: 1px solid white;
}

.main .box {
    height: 100%;
    color: white;
    width: 100%;
    background-color: black;
    opacity: 0.64;
    position: absolute;
    top: 0;
    z-index: -1;
}

.content {
    padding: 13% 0 0 0;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    text-align: center;

    /* z-index: 10; */
}

.content span {
    /* z-index: 10; */
    margin: 13px;
}

.content>:nth-child(1) {
    font-weight: 900;
    font-size: 48px;
}

.content>:nth-child(2) {
    font-weight: 400;
    font-size: 24px;
}

.content>:nth-child(3) {
    font-weight: 400;
    font-size: 20px;
}

.placeholder {
    display: flex;
    gap: 5px;
    text-align: center;
    align-items: center;
    /* justify-self: center; */
}

.seperation {
    height: 9px;
    background-color: #232323;
}

.first {
    height: 75vh;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 80vw;
    margin: auto;
    /* position: relative; */
}
/* .first div:nth-child(2) {
    position: relative;
} */
.text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    /* max-width: 50vw; */
    font-size: 24px;
}
.text :first-child{
    font-size: 48px;
    font-weight: bolder;
}  
.text :nth-child(2){
    font-size: 24px;
}  
.imgvid1 {
   position: relative;
   padding: 0;
}
.imgvid1 img {
    /* width: 560px; */
    /* width: 50rem; */
    width: 100%;


    position: relative;
}
.imgvid1 video {
    width: 83%;
    position: absolute;
    z-index: -1;
    top: 17%;
    right: 30px
}

.second img {
    width: 100%;
}
.imgvid2 {
    position: relative;
    padding: 0;
 }
 .imgvid2 img {
    width: 100%;
    /* width: 640px; */
 }
 .imgvid2 video {
    width: 63%;
    position: absolute;
    z-index: -1;
    top: 10%;
    left: 18%;
}
.forth img {
    width: 100%;
}
h1 {
    color: white;
    text-align: center;
    font-size: 50px;
    margin: 10px;
    padding: 5px;
}
.fifth {
    padding: 30px;
    display: flex;
    flex-direction: column;
}
.fifth div {
    color: white;
    background-color: rgb(54, 53, 53);
    width: 72vw;
    height: 7vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
     padding: 20px;
     margin: auto;
     margin: 8px auto;
font-size: 24px;
transition: all 0.5s;
}
.fifth div:hover {
    background-color: gray;

}
 /* {
    color: white;
    padding: 10vw;
    display: flex;
    gap: 400px;
} */
.sixth {
    color: white;
    max-width: 60vw;
    margin: auto;
    padding: 60px;
}

.sixth .questions {
    padding: 34px 0;
}
a {
    color: white;
}
.footer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    color: white;
    
}
/* @media screen and (orientation: portrait) {
    body {
        background-color: antiquewhite;
    }
} */
@media only screen and (max-width: 1060px){
    /* body{
        width: 100vw;
        background-color: blue;
        display: flex;
        flex-direction: column;
        justify-content: center;
    } */
    
    .first {
 flex-direction: column;
 text-align: center;
 width: 100vw;
 height: fit-content;
 padding: 20px 0;
    }
    .placeholder {
        flex-direction: column;
    }
    /* .imgvid1 img {
        width: 50vw;
        
    }
    .imgvid2 img {
        width: 50vw;
        
    } */
}
