@font-face {
    font-family: 'Segoie UI';
    src: url('../fonts/Segoe\ UI.woff2') format('woff2'),
            url('../fonts/Segoe\ UI.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Segoie UI Bold';
    src: url('../fonts/Segoe\ UI\ Bold.woff2') format('woff2'),
            url('../fonts/Segoe\ UI\ Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Segoie UI Semibold';
    src: url('../fonts/Segoe\ UI\ Semibold.woff2') format('woff2'),
            url('../fonts/Segoe\ UI\ Semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Segoie UI Semibold Italic';
    src: url('../fonts/Segoe\ UI\ Semibold\ Italic.woff2') format('woff2'),
            url('../fonts/Segoe\ UI\ Semibold\ Italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    font-family: 'Segoie UI';
}
body {
    background-color: #f2d100;
    display: grid;
    grid-template-rows: 129px 1fr 222px;
}
header {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    position: relative;
}
header img.logo {
    height: 53px;
    margin-top: 8px;
}
a {
    color: black;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
header .nav {
    height: 28px;
    margin-top: 8px;
}
header .nav ul {
    display: flex;
}
header .nav ul li {
    font-size: 20px;
    line-height: 27px;
}
header .nav ul li:nth-child(even) {
    padding-inline: 6px;
}
header .nav a {
    display: block;
    color: black;
    text-decoration: none;
}
header .nav a:hover {
    text-decoration: underline;
}
header .sep {
    border-top: solid 4px black;
    border-bottom: solid 4px black;
    width: 100%;
    height: 15px;
    position: absolute;
    bottom: 10px;
}
header .info {
    display: none;
}
main {
    background-color: black;
    color: white;
}
footer {
    text-align: center;
}
footer .logo {
    height: 92px;
    margin-top: 21px;
}
footer .info {
    display: block;
    font-size: 13px;
    line-height: 17px;
    margin-top: 10px;
}
.home .slides {
    width: 314px;
    margin: 21px auto;
}
.home .slides li {
    text-align: center;
}
.home .slides span {
    display: block;
    font-size: 15px;
    line-height: 20px;
    color: #F2D100;
    margin-top: 10px;
    margin-bottom: 20px;
}
.home .slides img {
    width: 245px;
}
.about .about-text {
    padding: 21px 43px 21px 20px;
    font-size: 15px;
    line-height: 20px;
}
.about .about-text p {
    margin-bottom: 20px;
    
}
.about .slides-cont {
    
}
.about .slide-cont {
    display: none;
}
.about .slide-main {
    aspect-ratio: 393/229;
    width: 100%;
}
.about .slide-main img {
    width: 100%;
}
.availability {
    
}
.availability label.error {
    padding: 10px;
}
.availability .left {
    /* outline: solid 1px red;  */
    width: 100%;
    margin-top: 21px;
    margin-bottom: 77px;
}
.availability .right {
    /* outline: solid 1px blue;  */
    margin-bottom: 77px;
}
.availability-text {
    display: none;
}
.availability .cards {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
    margin: auto;
}
.availability .cards .card {
    width: 45%;
    text-align: center;
    /* outline: solid 1px green; */
}
.availability .card img {
    max-width: 159px;
    height: auto;
    display: inline-block;
}
.availability .card span {
    display: block;
    font-size: 25px;
    line-height: 33px;
    color: #F2D100;
    padding-bottom: 12px;
}
.availability .avail_cont {
    /* box-sizing: content-box; */
    /* width: 100%; */
    /* height: 100%; */
    margin: 5%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    border-radius: 5px;
    background-color: #F2D100;
    padding: 30px 20px 40px 20px;
}
.avail_cont .top {
    /* height: 1fr; */
    /* border-radius: 16px;
    background-color: #F2D100; */
    /* border: solid 1px black; */
    
}
.avail_cont .btm {
    /* height: 1fr; */
    /* border-radius: 16px;
    background-color: #F2D100; */
    /* border: solid 1px black; */
    
}
.avail_cont h2 {
    color: black;
    font-family: 'Segoie UI Bold';
    font-size: 25px;
    line-height: 35px;
}
.avail_cont h1 {
    color: black;
    font-family: 'Segoie UI Bold';
    font-size: 30px;
    line-height: 40px;
}
.avail_cont ul {
    margin-top: 10px;
}
.avail_cont li {
    color: black;
    font-size: 20px;
    line-height: 47px;
    list-style-type: circle;
    margin-left: 20px;
}
.avail_cont form {
    color: black;
    margin-top: 10px;
}
.avail_cont form > div {
    margin-top: 10px;
}
.avail_cont .input input {
    width: 90%;
}
.avail_cont .button {
    padding-right: 10%;
    text-align: right;
}
.avail_cont button {
    padding: 5px 15px;
    font-family: 'Segoie UI Bold';
    font-size: 16px;
    line-height: 16px;
    background-color: black;
    color: white;
    height: 30px;
    border-radius: 15px;
}

.avail_cont .signup {
    margin-top: 20px;
}
.contact {
    padding: 20px;
}
.contact .left {

}
.contact .right {
    padding-top: 10px;
}
.contact h2 {
    font-family: 'Segoie UI Bold';
    font-size: 30px;
    line-height: 40px;
}
.contact .left a {
    color: #F2D100;
}
.contact .left p {
    font-size: 20px;
    line-height: 27px;
    color: #F2D100;
    margin-bottom: 20px;
}
.contact .left span {
    font-size: 15px;
    line-height: 25px;
}
.contact form {
    margin-right: 6px;
}
.contact form label {
    font-size: 20px;
    line-height: 27px;
}
.contact form li {
    margin-top: 5px;
    margin-bottom: 5px;
}
.contact form .input {
    width: 100%;
    margin-top: 5px;
    position:relative;
}
.contact form .input label.error{position:absolute; z-index:1; top:-25px; right:-10px; color:#ffffff; background-color:#af0f17; -moz-border-radius:8px; border-radius:8px; -webkit-border-radius:8px; font-size:9pt; padding:2px 10px; text-align:left; opacity:0.7;}
.contact form .input input {
    width: 100%;
    height: 30px;
}
.contact form .input.secret_code {
    display: flex;
    align-items: center;
}
.contact form .input.secret_code input {
    width: 70%;
    height: 30px;
}
.contact form .input img {
    width: 30%;
    height: 28px;
}
.contact form .input textarea {
    width: 100%;
    height: 165px;
}
.contact form .button {
    text-align: center;
    margin-top: 21px;
}
.contact form .button button {
    background-color: #F2D100;
    color: black;
    height: 37px;
    border-radius: 18px;
    text-align: center;
}
.contact form .button span {
    color: black;
    font-family: 'Segoie UI Bold';
    font-size: 20px;
    line-height: 20px;
    margin: 10px;
}

@media (min-width: 430px) {

}

@media (min-width: 768px) {

}

@media (min-width: 1024px) {
    body {
        grid-template-rows: 166px 1fr 145px;
    }
    header {
        flex-direction: row;
    }
    header .nav ul {
        margin-left: 13px;
        margin-top: 14px;
    }
    header .nav ul li {
        font-size: 20px;
        line-height: 27px;
    }
    header img.logo {
        height: 68px;
        margin-left: 12px;
    }
    header .info {
        display: block;
        height: 66px;
        position: absolute;
        text-align: center;
        right: 15px;
        top: 59px;
        font-size: 12px;
        line-height: 17px;
    }
    footer .logo {
        height: 121px;
        margin-top: 11px;
    }
    footer .info {
        display: none;
    }
    .home .slides {
        box-sizing: border-box;
        margin-top: 21px;
        width: 90%;
        display: flex;
        justify-content: space-evenly;
    }
    .home .slides img {
        width: 100%;
    }
    .home .slides li {
        width: 250px;
    }
    .home .slides span {
        font-size: 15px;
        line-height: 20px;
    }
    .about {
        display: flex;
        flex-direction: row;
    }
    .about .slides-cont {
        width: 70%;
    }
    .about .about-text {
        width: 30%;
        padding: 30px;
        font-size: 17px;
        line-height: 22px;
    }
    .availability {
        padding: 35px 28px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .availability .left {
        width: 46%;
        margin-top: 0;
        margin-bottom: 0;
    }
    .availability .right {
        width: 54%;
        margin-bottom: 0;
    }
    .availability .card img {
        max-width: 176px;
    }
    .availability .avail_cont {
        margin: 0;
        width: 90%;
        height: 100%;
        margin-left: 5%;
    }
    .avail_cont .top {
        margin-left: 40px;
    }
    .avail_cont .btm {
        margin-left: 40px;
    }
    .avail_cont .input input {
        width: 60%;
        height: 39px;
    }
    .avail_cont .button {
        padding-right: 40%;
        text-align: right;
    }
    .contact {
        display: flex;
        justify-content: center;
        gap: 5%;
    }
    .contact .left {
        width: 30%;
        margin-top: 0;
        margin-bottom: 0;
    }
    .contact .right {
        width: 40%;
        padding-top: 0;
    }
    .contact .left .contact-text {
        padding-top: 20px;
    }
    .contact .left .contact-text span {
        font-size: 20px;
        line-height: 27px;
    }
    .contact form .button {
        text-align: right;
    }
    .contact form li {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .contact form .input {
        margin-top: 10px;
    }
    .contact form .input input {
        width: 100%;
        height: 39px;
    }
    .contact form .input.secret_code input {
        width: 70%;
        height: 39px;
    }
    .contact form .input img {
        height: 37px;
    }
}

@media (min-width: 1180px) {
    header .nav ul li {
        font-size: 25px;
        line-height: 33px;
    }
    header .info {
        width: 377px;
        font-size: 15px;
        line-height: 20px;
    }
    .home .slides {
        margin-top: 31px;
    }
    .home .slides li {
        width: 314px;
    }
    .home .slides span {
        font-size: 20px;
        line-height: 27px;
    }
}

@media (min-width: 1200px) {

}

@media (min-width: 1440px) {

}

@media (min-width: 1920px) {
    body {
        grid-template-rows: 217px 1fr 184px;
    }
    header {
        flex-direction: row;
    }
    header img.logo {
        margin-left: 73px;
    }
    header .nav ul {
        margin-left: 24px;
    }
    header .info {
        display: none;
    }
    footer .logo {
        margin-top: 48px;
    }
    footer {
        position: relative;
    }
    footer .info {
        display: block;
        position: absolute;
        left: 76px;
        top: 63px;
        font-size: 20px;
        line-height: 27px;
    }
    .home .slides li {
        width: 426px;
    }
    .home .slides span {
        font-size: 25px;
        line-height: 33px;
    }
    .about .slides-cont {
        width: 54%;
    }
    .about .about-text {
        width: 46%;
        padding: 54px 83px 54px 46px;
        font-size: 25px;
        line-height: 33px;
    }
    .availability .cards .card {
        width: 22%;
    }
    .availability .left {
        margin-top: 0;
        margin-bottom: 0;
    }
    .availability-text {
        display: block;
        margin-bottom: 120px;
    }
    .availability-text p {
        display: block;
        width: 70%;        
        font-size: 25px;
        line-height: 33px;
        margin-left: 5%;
    }
    .avail_cont .top {
        margin-left: 80px;
    }
    .avail_cont .btm {
        margin-left: 80px;
        margin-top: 40px;
    }
    .avail_cont form {
        font-size: 20px;
        line-height: 27px;
    }
    .avail_cont h2 {
        font-size: 35px;
        line-height: 50px;
    }
    .avail_cont h1 {
        font-size: 45px;
        line-height: 60px;
    }
    .avail_cont li {
        font-size: 30px;
        line-height: 47px;
    }
    .avail_contt form input {
        height: 39px;
    }
    .avail_cont .input input {
        width: 50%;
    }
    .avail_cont .button {
        padding-right: 50%;
    }
    .avail_cont button {
        font-size: 20px;
        line-height: 20px;
        height: 41px;
        border-radius: 20px;
    }
    .contact h2 {
        font-size: 45px;
        line-height: 60px;
    }
    .contact .left p {
        font-size: 30px;
        line-height: 40px;
    }
    
}
