*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    height: 200vh;
}
header{
    width: 100%;
    height: 80px;
    background-color: white;
}
.size{
    width: 20%;
    height: 80px;
    color: orangered;
    border: 0px solid black;
    text-align: center;
    padding-top: 20px;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
 }
.logo{
    width: 100px;
    height: 80px;
    border: 0px solid black;
    display: inline-block;
    vertical-align: top;
}
.clear{
    clear: both;
}
nav{
    width: 70%;
    height: 60px;
    outline: 1px solid;
    float: right;
    margin-top: 12px;
}
.menu{
    margin-top: 15px;
}
.menu > li{
    list-style-type: none;
    float: left;
    margin-left: 35px;
}
.menu > li:first-child{
    margin-left: 0;
}
.menu > li a{
    text-decoration: none;
    font-size: 18px;
    font-family: serif;
    color: orangered;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 5px;
}
.menu > li a:hover{
    cursor: pointer;
    background-color: orangered;
    border-radius: 10px;
    color: white;
}
main{
    width: 100%;
    float: left;
}
.video{
    width: 100%;
    height: 500px;
    object-fit: cover;
}
 section{
        width: 100%;
        height: 300px;
        border: 0px solid;
        float: left;

    }
    .x{
        width: 333px;
        height: 300px;
        border: 0px solid;
        background-image: url(66.jpg);
        background-size: 100% 100%;
        vertical-align: top;
        display: inline-block;
        margin-left: 1px;
    }
    .y{
        width: 334px;
        height: 300px;
        border: 0px solid;
        background-image: url(33.jpg);
        background-size: 100% 100%;
        vertical-align: top;
        display: inline-block;
    }
    .z{
        width: 334px;
        height: 300px;
        border: 0px solid;
        background-image: url(44.jpg);
        background-size: 100% 100%;
        vertical-align: top;
        display: inline-block;
    }
    .w{
        width: 335px;
        height: 300px;
        border: 0px solid;
        background-image: url(55.jpg);
        background-size: 100% 100%;
        vertical-align: top;
        display: inline-block;
    }
    .button{
        width: 100%;
        height: 40px;
        color: white;
        background-color: orangered;
        border: 0px solid orangered;
        margin-top: 260px;
    }
    .button:hover{
        cursor: pointer;
        background-color: aqua;
        border-radius: 10px;
        color: white;
    }
.div{
    width: 100%;
    height: 40px;
    color: white;
    background-color: orangered;
    border: 0px solid orangered;
    text-align: center;
    padding-top: 5px;
    font-size: 30px;
    margin-bottom: 2px;
}
.vernagir{
    width: 100%;
    height: 40px;
    color: orangered;
    background-color: white;
    border: 0px solid orangered;
    text-align: center;
    padding-top: 5px;
    font-size: 30px;
    margin-top: 2px;
}
.a{
    width: 333px;
    height: 300px;
    border: 0px solid;
    background-image: url(2.jpg);
    background-size: 100% 100%;
    vertical-align: top;
    display: inline-block;
    margin-left: 1px; 
}
.b{
    width: 333px;
    height: 300px;
    border: 0px solid;
    background-image: url(3.jpg);
    background-size: 100% 100%;
    vertical-align: top;
    display: inline-block;
    margin-left: 1px; 
}
.c{
    width: 333px;
    height: 300px;
    border: 0px solid;
    background-image: url(4.jpg);
    background-size: 100% 100%;
    vertical-align: top;
    display: inline-block;
    margin-left: 1px; 
}
.d{
    width: 333px;
    height: 300px;
    border: 0px solid;
    background-image: url(5.jpg);
    background-size: 100% 100%;
    vertical-align: top;
    display: inline-block;
    margin-left: 1px; 
}
footer{
    width: 100%;
    height: 450px;
    background-color: orangered;
    border: 1px solid orangered;
    float:right; 
    margin-top: 390px;
}
.h1{
    text-align: center;
    color: white;
}
.abc{
    text-align: center;
    color: white;
    font-size: 15px;
    padding-top: 10px;
}
.elbakyan{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: ;
    margin-left: 5px;
    margin-top: 20px;
    vertical-align: middle;
    margin-bottom: 5px;
    display: inline-block;
  
}
.p1{
    display: inline-block;
    vertical-align: top;
    padding-top: 25px;
    color:white;
}
.info{
    display: inline-block;
    vertical-align: top;
    padding-top: 25px;
    color:white;
    margin-left: 460px;
}
.c1{
    width: 100%;
    height: 50px;
    background-color: orangered;
    border: 1px solid orangered;
    margin-bottom: 2px;
}
.data{
    width: 250px;
    height: 35px;
    margin-left: 80px;
    margin-top: 5px;
    text-indent: 1em;
    display: inline-block;
    outline: 0;
}
.room{
        width: 250px;
        height: 35px;
        color: orangered;
        background-color: white;
        border: 0px solid orangered;
        display: inline-block;
        margin-left: 40px;
        border-radius: 15px;
        
    }
    .room:hover{
        cursor: pointer;
        background-color: aqua;
        border-radius: 10px;
        color: white;
        display: inline-block;
}