#hero {
    height: calc(100vh - 40px);
    border-radius: 30px;
    margin-top: 20px;
    background-image: url("/img/skydeck/hero-bg-mobile.jpg");
    background-position: top;
    background-size: cover;
}

section,
#footer {
    width: 90%;
    margin: auto;
}

.subtitle {
    font-family: "Kalam", cursive;
    color: #106eea;
    font-size: 17px;
}

.title {
    font-family: "Manrope", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 125%;
    color: #000;
}

.about-image {
    height: 280px;
    position: relative;
}

.about-image img {
    max-width: 230px;
    border-radius: 15px;
}

.about-image img:nth-child(2) {
    border: solid #fff;
    border-width: 7px 0 0 7px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 22px;
}

.collab h3 {
    font-family: "Poppins", sans-serif;
    color: #363636;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 3rem;
}

.collab .brands {
    row-gap: 40px;
}

.default-btn {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 30px;
    transition: 0.5s;
    color: #fff;
    background: #106eea;
    position: relative;
    z-index: 2;
    overflow: hidden;
    cursor: pointer;
}

.default-btn:hover {
    color: #000;
    text-decoration: none;
}

.about iframe {
    border-radius: 20px;
}

.default-btn:before {
    content: "";
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 0;
    width: 0;
    background-color: #75c366;
    color: #000;
    z-index: -1;
    transition: all 0.4s ease-out;
    border-radius: inherit;
}

.default-btn:hover:before {
    width: 100%;
}

p {
    font-size: 17px;
    color: #687179;
}

.offer {
    font-family: Manrope, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #0a1f24;
}

#hero h1 {
    margin: 0;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.1;
    color: #ffffff;
    font-family: "Manrope", sans-serif;
    letter-spacing: 0.75px;
    max-width: 500px;
    margin-bottom: 1.5rem;
}

#hero h2 {
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    margin: 5px 0 30px 0;
    font-size: 18px;
    font-weight: 300;
}

#hero .container {
    position: relative;
    z-index: 2;
    margin-bottom: 16rem;
}

.revGallery-anchor,
.gal-overlay,
.nak-gallery-poster {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.revGallery-anchor {
    overflow: hidden;
    position: relative;
    width: 100%;
    display: block;
    float: left;
    padding: 10px;
}

.gal-overlay {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(27, 27, 27, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    transition: background 0.4s ease;
    -webkit-transition: background 0.4s ease;
}

.revGallery-anchor:hover .gal-overlay {
    background: rgba(27, 27, 27, 0);
}

.nak-gallery {
    display: block;
    width: 100%;
    position: relative;
    margin-top: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.nak-gallery-poster {
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    width: 100%;
    height: 0;
}

.poster-container {
    overflow: hidden;
    border-radius: 20px;
}

.poster-container img {
    transition: all 0.4s ease;
}

.revGallery-anchor:hover .poster-container img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}

.img-responsive {
    display: none;
}

.portfolio .button {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 10px 15px 8px 15px;
    border: none;
    font-size: 16px;
    border-radius: 30px;
    color: #363636;
    background-color: transparent;
    font-weight: bold;
    font-family: "Manrope", sans-serif;
}

.portfolio .button:hover {
    color: #106eea;
}

.portfolio .button:active,
.portfolio .button.is-checked {
    background-color: #106eea;
}

.portfolio .button.is-checked,
.button.is-checked:hover {
    color: white;
}

.portfolio .button:active {
    box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

/* facebook-carousel */
#news-slider {
    margin-top: 59px;
}

.post-slide {
    background: #f6f9fe;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    border: 1px solid #e1e4e5;
}

.post-slide .post-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: -12px 15px 8px 15px;
    margin-left: -10px;
}

.post-slide .post-img img {
    width: 100%;
    height: auto;
    transform: scale(1, 1);
    transition: transform 0.2s linear;
}

.post-slide:hover .post-img img {
    transform: scale(1.1, 1.1);
}

.post-slide .post-content {
    background: #f6f9fe;
    padding: 2px 20px 20px;
    border-radius: 15px;
}

.post-slide .post-title img {
    width: 35px;
    border-radius: 50%;
    border: 2px solid #106eea;
}

.post-slide .post-title h3 a {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}

.post-slide .post-title h3 span {
    font-size: 13px;
    color: #65686c;
    display: block;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover {
    text-decoration: underline;
    color: #106eea;
}

.post-slide .post-description {
    line-height: 1.25;
    color: #080809;
    margin-bottom: 15px;
    font-size: 14px;
}

.post-slide .post-description .see-more {
    font-weight: 600;
    color: #080809;
    margin-left: 5px;
}

.post-slide .post-description .see-more:hover {
    text-decoration: underline;
    color: #106eea;
}

.owl-controls .owl-buttons {
    text-align: center;
    margin-top: 20px;
}

.owl-controls .owl-buttons .owl-prev {
    background: #106eea;
    position: absolute;
    top: -11%;
    left: 15px;
    padding: 0 18px 0 15px;
    border-radius: 50%;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-controls .owl-buttons .owl-next {
    background: #106eea;
    position: absolute;
    top: -11%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50%;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.book-us-desktop {
    display: none;
}

.form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form .btn-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.input-field {
    position: relative;
}

.input-field label {
    position: absolute;
    color: #8d8d8d;
    pointer-events: none;
    background-color: transparent;
    left: 15px;
    transform: translateY(0.6rem);
    transition: all 0.3s ease;
}

.input-field input, .input-field textarea {
    padding: 10px 15px;
    font-size: 1rem;
    border-radius: 8px;
    border: solid 1px #a5a5a5;
    letter-spacing: 1px;
    width: 100%;
}

.input-field input:focus,
.input-field input:valid,
.input-field textarea:focus,
.input-field textarea:valid {
    outline: none;
    border: solid 1px #106eea;
}

.input-field input:focus ~ label,
.input-field input:valid ~ label,
.input-field textarea:focus ~ label,
.input-field textarea:valid ~ label {
    transform: translateY(-51%) translateX(-10px) scale(0.8);
    background-color: #fff;
    padding: 0px 5px;
    color: #106eea;
    font-weight: bold;
    letter-spacing: 1px;
    border: none;
    border-radius: 100px;
}

@media screen and (min-width: 500px) {
    .post-slide .post-title h3 a {
        font-size: 16px;
    }

    .post-slide .post-description {
        font-size: 15px;
    }

    .about-image {
        height: 380px;
    }

    .about-image img {
        max-width: 320px;
    }

    .portfolio .button {
        padding: 10px 23px 8px 23px;
    }
}

@media screen and (min-width: 676px) {
    .about-image {
        height: 480px;
    }

    .about-image img {
        max-width: 400px;
    }

    .title {
        font-size: 40px;
    }

    p {
        font-size: 19px;
    }

    .subtitle {
        font-size: 20px;
    }

    section,
    #footer {
        width: 97%;
        margin: auto;
    }

    #header {
        width: 95%;
    }

    #hero h1 {
        font-size: 55px;
        margin-bottom: 2rem;
    }

    #hero h2 {
        font-size: 20px;
        margin: 5px 0 50px 0;
    }
}

@media screen and (min-width: 767px) {
    #hero {
        background-image: url("/img/skydeck/hero-bg.jpg");
        background-position: 38% 50%;
    }

    .revGallery-anchor {
        width: calc(100% / 2);
    }

    #hero .container {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 992px) {
    .book-us-mobile {
        display: none !important;
    }

    .book-us-desktop {
        display: block;
    }

    #header {
        height: 100px;
    }

    .mobile-nav-toggle {
        display: none;
    }

    #hero {
        width: 97%;
        height: calc(100vh - 60px);
        border-radius: 30px;
        margin: auto;
        margin-top: 30px;
        background-image: url(/img/skydeck/hero-bg.jpg);
        background-position: center;
        background-size: cover;
    }

    .revGallery-anchor {
        width: calc(100% / 3);
    }
}

@media screen and (min-width: 1200px) {
    #hero {
        background-position: left;
    }

    #hero h1 {
        max-width: 100%;
    }

    .about-image {
        height: 550px;
    }

    .about-image img {
        max-width: 470px;
    }

    .about-image img:nth-child(2) {
        right: 13px;
    }
}

.owl-controls .owl-buttons .owl-prev:hover,
.owl-controls .owl-buttons .owl-next:hover {
    background: #75c366;
}

.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
    content: "\f12f";
    font-family: bootstrap-icons !important;
    color: #fff;
    font-size: 19px;
}

.owl-controls .owl-buttons .owl-prev:hover:after,
.owl-controls .owl-buttons .owl-next:hover:after {
    color: #000;
}

.owl-controls .owl-buttons .owl-next:after {
    content: "\f138";
}

@media only screen and (max-width: 1280px) {
    .post-slide .post-content {
        padding: 0px 15px 25px 15px;
    }
}

@media (min-width: 1600px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1500px;
    }
}
