@import url("/content/united.css");
@import url("/content/fonts.css");
main{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #113D66;
    color: white;
    padding-top: 84px;
}
.v_container{
    width: 100%;
    height: 650px;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
video{
    object-fit: cover;
    width: 100%;
    height: 657px;
    background-size: cover;
}
nav{
    align-items: center;
    flex-direction: column;
    display: flex;
    margin: 0 auto;
    padding-top: 30px;
}
select{
    background: white;
    background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-size: 10%;
    background-position-x: 100%;
    background-position-y: 50%;
    font-family: var(--gb);
    border-radius: 25px;
    appearance: none;
    font-size: xx-large;
    border: none;
    outline: none;
    padding: 30px 50px;
    color: var(--grr);
    box-shadow: 0px -1px 25px 5px rgba(255, 255, 255, 0.66);
}
input{
    width: 300px;
    border-radius: 17px;
    outline: none;
    text-align: center;
    font: xx-large var(--gb);
    border: none;
    color: var(--or);
}
input::placeholder{
    color: var(--grr);
}
option:disabled{
    color: var(--blu3);
}
footer{
    width: 100%;
    background: linear-gradient(180deg, #36A3E1 0%, #174E8E 140.84%);
}
blockquote{
    width: 500px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    border-radius: 25px;
    padding: 10px;
    background: white;
    text-align: left;
    font-family: var(--gl) !important;
}
.waves{
    margin-top: 36px;
    width: 100%;
    height: 41px;
    background: url(/src/waves.svg);
}
.row{
    top: 340px;
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.star{
    height: calc(492px/1.3);
}
.lemon{
    height: calc(376px/1.3);
}
.article{
    align-items: center;
    display: flex;
}
.article>h1{
    text-align: left;
    margin-left: 7px;
}
.line{
    justify-content: center;
    align-items: center;
    display: flex;
}
.map{
    background: linear-gradient(134deg, #00E0FF 27.86%, #1A0CC1 99.42%);
    width: 100%;
    display: flex;
    justify-content: center;
}
.countries{
    padding: 26px 0;
    width: 100%;
    background: #141A54;
}
.form{
    background: black;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
}
.input{
    display: inline-block;
    border-bottom: 9px solid var(--or);
    font-size: x-large;
    padding: 20px 30px;
    border-radius: 17px;
    background: var(--w);
    text-align: center;
    box-shadow: 0px -1px 25px 5px rgba(255, 255, 255, 0.66);
}
.info{
    position: relative;
    top: 10px;
    margin-top: -50px;
    background: var(--or) !important;
    padding: 10px;
}
.mangal:disabled{
    cursor: auto;
    background-image: url("/src/fd.png");
    box-shadow: 0px 0px 50px 1px #F00;
}
.mangal{
    color: #FDD217;
    font-size: 50px;
    font-family: var(--gb);
    padding: 14px 80px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ff0000;
    background-image: url(/src/f.png);
    background-size: cover;
    box-shadow: 0px 0px 50px 1px #FFC700;
  }
  .block{
    box-shadow: 0px 29px 94px -9px rgba(0, 0, 0, 0.36);
    border-radius: 45px;
    padding: 28px 10px;
    display: flex;
    cursor: pointer;
  }
  .block>img{
    transform: scale(0.9);
  }
  .links{
    width: 100%;
    padding: 90px 0;
    background-image: url(/src/links01.png);
    background-size: cover;
    cursor: pointer;
  }
  .inside{
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .left_{
    text-align: left;
    padding-left: 10px;
  }
  
@media screen and (max-width: 785px) {
    #map_ {
        height: auto !important;
    }
    .waves {
        margin-top: -60px;
    }
}
@media screen and (min-width: 786px) and (max-width: 980px) {
    .waves {
        margin-top: 3px;
    }
}
@media screen and (max-width: 980px) {
    video{
        height: 617px;
    }
    .left>img{
        width: 107px;
        height: 71px;
    }
    .fixing {
        padding-left: 60px !important;
    }
    .lemon{
        height: calc(376px/1.4);
    }
    .star{
        height: calc(492px/1.4);
    }
    .row{
        top: 430px;
    }
    .pdc{
        margin-left: 0 !important;
        flex-direction: column;
        align-items: flex-start;
    }
    .pdc2{
        margin-top: 50px;
    }
    .left_{
        padding-left: 30px;
        font-size: 45px;
    }
    #logo_{
        width: 542px;
        height: 153px;
    }
}