* {

    padding: 0;

    margin: 0;

    box-sizing: border-box;

    font-family: sans-serif;

}



h1,

h2,

h3,

h4,

span,

p {

    font-family: "Lato", sans-serif;

}



header {

    position: absolute;

    width: 100%;

    z-index: 99;

    padding: 15px 0;

}



.navbar-brand img {

    width: 130px;

}



.navbar-nav .nav-item {

    margin: 0 10px;

}



.navbar-nav .nav-link {

    font-size: 16px;

    font-weight: 600;

    color: #fff;

}



.navbar-nav .nav-link:hover {

    color: #fca40c;

}



.navbar-nav .nav-link.active {

    background-color: #fca40c;

    color: #000;

    border-radius: 30px;

    padding: 5px 20px;

    font-size: 600;

}



.hero {

    width: 100%;

    height: 100vh;

    min-height: 600px;

    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../imgs/hero.png);

    background-position: center;

    background-size: cover;

    background-repeat: no-repeat;

    position: relative;

    display: flex;

    justify-content: center;

    padding: 12rem 0;

}



.hero-img {

    position: absolute;

    bottom: -90px;

    left: 24%;

}

.custom-container{
    width: 80% !important;
    margin: auto !important;
}



.hero-img img {

    width: 70%;

}



.hero-text h1 {

    color: #fff;

    font-size: 50px;

    font-weight: 700;

    text-transform: uppercase;

}



.hero-text {

    text-align: center;

}



.hero-text span {

    color: #fca40c;

    font-size: 40px;

    font-weight: 500;

    font-family: "Kristi", cursive;

    text-transform: uppercase;

}



.cap-book {

    background-color: #fca40c;

    width: 100%;

    height: 90vh;

    min-height: 640px;

    padding-top: 160px;

}



.book-text span {

    font-size: 35px;

    font-weight: 800;

    color: #000;

}



.book-text p {

    margin: 30px 0;

}



.book-text h1 {

    font-size: 50px;

    font-weight: 800;

    line-height: 45px;

    color: #000;

}



.read-btn {

    margin-top: 40px;

}



.read-btn a {

    text-decoration: none;

    background-color: #000;

    color: #fff;

    padding: 10px 15px;

    border-radius: 5px;

    font-size: 18px;

    font-weight: 500;

}



.book-heading {

    background-color: #000;

    padding: 10px 30px;

}



.book-heading h1 {

    color: #fff;

    text-transform: uppercase;

    font-size: 35px;

    font-weight: 600;

    margin: 0;

}



.book-heading h1 span {

    color: #fca40c;

}



.form {

    display: flex;

    justify-content: center;

}

.messages .close{

    width: 20px;

    border: none;

    background-color: #fe8d15;

    border: 1px solid #000;

    margin-right: 15px;

}

.alert{

    padding: 10px 40px;

    position: absolute;

    margin: auto;

}

.form-body {

    background-color: #fff;

    padding: 30px 15px 15px;

}

.form-body .input {

    margin: 10px 0;

}



.main-input {

    display: flex;

    justify-content: space-between;

}



.form-body .date {

    padding: 0 15px;

}



.form-body .date input {

    width: 100%;

}



.main-input input {

    border: none;

    outline: none;

    width: 90%;

    padding: 12px 5px;

    border-bottom: 2px solid #ddd;

}



.book-form {

    height: 100%;

    width: 370px;

}

.book-form .messages{

    display: flex;

    justify-content: center;

}

.choose-car {

    margin-top: 15px;

}



.choose-car select {

    width: 100%;

    border: none;

    outline: none;

    border-bottom: 2px solid #ddd;

    padding: 10px 0;

}



.submit-btn {

    margin-top: 30px;

}



.submit-btn button {

    background-color: #000;

    color: #fff;

    width: 100%;

    padding: 10px 0;

    display: block;

    text-align: center;

    text-decoration: none;

    font-size: 24px;

    font-weight: 500;

    outline: none;

    border: none;

}



.cars {

    padding: 60px 0;

}



.cars .car {

    background-color: #fca40c;

}



.cars .car .pessengers i {

    color: #000;

}



.cars .car .pessengers .book-btn a {

    background-color: #000;

    color: #fff;

}



.cars-heading {

    text-align: center;

    margin-bottom: 100px;

}



.cars-heading h1 {

    font-size: 35px;

    text-transform: uppercase;

    font-weight: 800;

}



.car-name {

    margin: 30px 0;

}



.car-name h2 {

    font-size: 30px;

    font-weight: 800;

    color: #000;

}



.car-details {

    background-color: #f5f4f2;

    height: 100%;

    position: relative;

    padding: 50px 0 0;

}

.car-img{

    width: 80%;

    margin: auto;

    position: relative;

    margin-top: -140px;

}



.car-img img {

    width: 100%;
    height: 190px;

}



.car-text {

    padding: 0 30px;

    text-align: center;

}



.car-text p {

    margin-bottom: 0;

    font-size: 16px;

    font-weight: 500;

}



.pessengers {

    padding: 0 30px;

    margin: 30px 0;

}



.pessengers ul {

    margin: 0;

    padding: 0;

    list-style: none;

}



.pessengers ul li {

    display: flex;

    justify-content: space-between;

    margin: 15px 0;

}



.pessengers ul li i {

    color: #fca40c;

    margin-right: 5px;

}



.pessengers .book-btn {

    text-align: center;

    margin-top: 60px;

}



.pessengers .book-btn a {

    background-color: #ffc61a;

    color: #000;

    font-size: 20px;

    font-weight: 600;

    text-decoration: none;

    text-transform: uppercase;

    padding: 12px 20px;

    border-radius: 5px;

    letter-spacing: -1px;

}



.our-features {

    background: url(../imgs/slider-bg.jpg);

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;

    padding: 100px 0;

}



.feature-heading {

    text-align: center;

    margin-bottom: 80px;

}



.feature-heading h1 {

    color: #fca40c;

    font-size: 45px;

    font-weight: 600;

    text-transform: uppercase;

}



.feature-heading p {

    color: #fff;

}



.feature-detail {

    display: flex;

    margin: 25px 0;

}



.featute-icon span {

    width: 70px;

    height: 70px;

    display: flex;

    justify-content: center;

    align-items: center;

    background-color: #fbbe2f;

    border-radius: 100%;

}



.featute-icon span i {

    font-size: 25px;

}



.our-features .row {

    margin-left: 70px;

}



.our-features .feature-text h1 {

    color: #ffc61a;

    text-transform: uppercase;

    font-size: 25px;

    font-weight: 700;

}



.our-features .feature-text p {

    color: #fff;

}



.feature-text {

    margin-left: 20px;

}



.testimonial {

    padding: 65px 0;

    width: 100%;

    background: url(../imgs/BBG.png);

}



.testi-heading {

    text-align: center;

}



.testi-heading h2 {

    color: #ffc61a;

    font-size: 25px;

    font-weight: 600;

    text-transform: uppercase;

}



.testi-heading h1 {

    font-size: 45px;

    font-weight: 800;

    text-transform: uppercase;

    color: #fff;

}



.testi-details {

    margin-top: 60px;

}



.testimonial2,

.testimonial1 {

    background-color: #fff;

    padding: 15px 40px;

    border-radius: 50px;

}



.testi-user .user-img {

    width: 50px;

    height: 50px;

    border-radius: 50px;

}



.testi-user img {

    width: 100%;

    border-radius: 30px

}



.testi-user {

    display: flex;

    align-items: center;

    margin-top: 25px;

}



.testi-user .user-name {

    margin-left: 10px;

}



.testi-user .user-name h3 {

    color: #fca40c;

    font-size: 20px;

    font-weight: 700;

}



.contact-us {

    padding: 50px;

    background-color: #fbbe2f;

}



.contact-us .contact {

    text-align: center;

}



.contact-us .contact h4 {

    font-size: 30px;

    font-weight: 600;

    color: #000;

}



.contact-us .contact h2 {

    font-size: 35px;

    font-weight: 800;

    color: #000;

}



.footer-top {

    width: 100%;

    padding: 70px 0;

    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../imgs/3rd\ Pic.png);

    background-position: center;

    background-size: cover;

    background-repeat: no-repeat;

}



.footer .footer-box .box-heading h2 {

    color: #fff;

    font-size: 20px;

    font-weight: 600;

    text-transform: uppercase;

    position: relative;

}



.footer .footer-box .box-heading h2::before {

    content: '';

    width: 50px;

    height: 3px;

    position: absolute;

    background-color: #fca40c;

    bottom: -20px;

}



.footer .footer-box .box-heading {

    margin-bottom: 60px;

}



/* .box-text{

    margin-top: 60px;

} */

.box-text p {

    color: #fff;

    font-size: 14px;

}



.footer .row {

    margin-left: 60px;

}



.social-links {

    margin-top: 25px;

}



.social-links ul {

    padding: 0;

    margin: 0;

}



.social-links ul li {

    display: inline;

    margin: 0 10px;

}



.social-links ul li a {

    text-decoration: none;

    color: #fbbe2f;

}



.social-links ul li a i {

    font-size: 20px;

}



.footer-box .links ul {

    list-style: none;

    padding: 0;

    margin: 0;

}



.footer-box .links ul li {

    margin: 10px 0;

}



.footer-box .links ul li a {

    text-decoration: none;

    color: #fff;

    font-size: 14px;

}



.location {

    display: flex;

}



.location .icon {

    margin-right: 20px;

}



.location .icon i {

    color: #fff;

}



.contact-detail ul {

    padding: 0;

    margin: 0;

    list-style: none;

}



.contact-detail ul li {

    margin: 10px 0;

}



.contact-detail ul li a,

.contact-detail ul li span {

    font-size: 14px;

}



.contact-number {

    display: flex;

    text-decoration: none;

    color: #fff;

}



.contact-number .icon {

    margin-right: 20px;

}



.contact-number .icon i {

    color: #fff;

}



.address span {

    color: #fff;

}



.footer-box .email {

    text-decoration: none;

    color: #fff;

    display: flex;

}



.footer-box .email .icon {

    margin-right: 20px;

}



.footer-end {

    background-color: #020202;

    text-align: center;

    padding: 15px 0;

}



.footer-end p {

    color: #fff;

    margin-bottom: 0;

    font-size: 14px;

}

.page header{

    position: relative;

}

@media(max-width:500px) {

    .navbar-collapse {

        padding: 20px;

        border-radius: 10px;

        background-color: #3f3f3f;

    }



    .navbar .navbar-nav li a {

        font-size: 10px;

    }



    .navbar-toggler:hover {

        box-shadow: 0 0 3px #fe8d15;

    }



    .navbar-toggler {

        filter: brightness(10);

    }



    .navbar-brand img {

        width: 100px;

    }



    .hero {

        padding: 11rem 0;

        min-height: 365px;

        height: 70vh;

    }



    .hero-img {

        left: 12%;

    }



    .hero-img img {

        width: 85%;

    }



    .hero-text span {

        font-size: 25px;

    }



    .hero-text h1 {

        font-size: 23px;

    }



    .cap-book {

        height: auto;

        min-height: auto;

        padding: 110px 0 35px;

    }



    .book-text p {

        font-size: 15px;

    }



    .book-text h1 {

        font-size: 25px;

        line-height: 28px;

    }



    .read-btn {

        margin: 30px 0;

    }



    .book-heading h1 {

        font-size: 25px;

    }



    .submit-btn button {

        font-size: 20px;

    }



    .cars {

        padding: 40px 0 0;

    }



    .cars-heading h1 {

        font-size: 25px;

    }



    .cars .col-lg-4 {

        margin: 35px 0;

    }



    .cars-heading {

        margin-bottom: 65px;

    }



    .car-name {

        margin: 12px 0;

    }



    .car-name h2 {

        font-size: 25px;

    }

    .v-class{

        margin-top: 20px;

    }

    .pessengers .book-btn {

        margin-top: 40px;

    }



    .pessengers .book-btn a {

        font-size: 15px;

    }



    .feature-heading h1 {

        font-size: 25px;

    }



    .our-features {

        padding: 40px 0;

    }



    .feature-heading p {

        font-size: 14px;

        margin-top: 10px;

        margin-bottom: 0;

    }



    .feature-heading {

        margin-bottom: 40px;

    }



    .our-features .row {

        margin-left: 0;

    }



    .our-features .feature-text h1 {

        font-size: 16px;

    }



    .our-features .feature-text p {

        margin-bottom: 0;

        font-size: 13px;

    }



    .featute-icon span {

        width: 50px;

        height: 50px;

    }



    .featute-icon span i {

        font-size: 20px;

    }



    .testimonial {

        padding: 40px 0;

    }



    .testi-heading h2 {

        font-size: 16px;

    }



    .testi-heading h1 {

        font-size: 25px;

    }



    .testi-details {

        margin-top: 30px;

    }



    .testimonial1 {

        margin-bottom: 30px;

    }



    .testimonial2,

    .testimonial1 {

        padding: 15px 20px;

        border-radius: 20px;

    }



    .contact-us {

        padding: 30px 0;

    }



    .contact-us .contact h4 {

        font-size: 20px;

    }



    .contact-us .contact h2 {

        font-size: 24px;

    }



    .footer .row {

        margin-left: 0;

    }



    .footer-box {

        margin: 25px 0;

    }



    .footer-top {

        width: 100%;

        padding: 30px 0;

    }



    .footer .footer-box .box-heading h2 {

        font-size: 18px;

    }



    .footer .footer-box .box-heading {

        margin-bottom: 35px;

    }

}



@media (min-width:501px) and (max-width:759px) {

    .navbar-collapse {

        padding: 20px;

        border-radius: 10px;

        background-color: #3f3f3f;

    }



    .navbar .navbar-nav li a {

        font-size: 10px;

    }



    .navbar-toggler:hover {

        box-shadow: 0 0 3px #fe8d15;

    }



    .navbar-toggler {

        filter: brightness(10);

    }



    .navbar-brand img {

        width: 100px;

    }



    .hero {

        height: 90vh;

        min-height: 470px;

        padding: 11rem 0;

    }



    .hero-img {

        left: 25%;

    }



    .hero-img img {

        width: 65%;

    }



    .hero-text span {

        font-size: 35px;

    }



    .hero-text h1 {

        font-size: 30px;

    }



    .cap-book {

        height: auto;

        min-height: auto;

        padding: 95px 0 35px;

    }



    .book-text p {

        font-size: 15px;

    }



    .form {

        display: block;

    }



    .book-form {

        width: 100%;

    }



    .book-text h1 {

        font-size: 25px;

        line-height: 28px;

    }



    .read-btn {

        margin: 30px 0;

    }



    .book-heading h1 {

        font-size: 25px;

    }



    .submit-btn button {

        font-size: 20px;

    }



    .cars {

        padding: 40px 0 0;

    }



    .cars-heading h1 {

        font-size: 25px;

    }



    .cars .col-lg-4 {

        margin: 35px 0;

    }



    .cars .col-md-6 {

        width: 50%;

    }



    .cars-heading {

        margin-bottom: 65px;

    }



    .car-name {

        margin: 12px 0;

    }



    .car-name h2 {

        font-size: 25px;

    }



    .pessengers .book-btn {

        margin-top: 40px;

    }



    .pessengers .book-btn a {

        font-size: 15px;

    }



    .feature-heading h1 {

        font-size: 30px;

    }



    .our-features {

        padding: 40px 0;

    }



    .feature-heading p {

        font-size: 13px;

        margin-top: 10px;

        margin-bottom: 0;

    }



    .feature-heading {

        margin-bottom: 40px;

    }



    .our-features .row {

        margin-left: 0;

    }



    .our-features .row .col-md-6 {

        width: 50%;

    }



    .our-features .feature-text h1 {

        font-size: 16px;

    }



    .our-features .feature-text p {

        margin-bottom: 0;

        font-size: 13px;

    }



    .featute-icon span {

        width: 50px;

        height: 50px;

    }



    .featute-icon span i {

        font-size: 20px;

    }



    .testimonial {

        padding: 40px 0;

    }



    .testi-heading h2 {

        font-size: 16px;

    }



    .testi-heading h1 {

        font-size: 25px;

    }



    .testi-details {

        margin-top: 30px;

    }



    .testimonial1 {

        margin-bottom: 30px;

    }



    .testimonial2,

    .testimonial1 {

        padding: 15px 20px;

        border-radius: 20px;

    }



    .contact-us {

        padding: 30px 0;

    }



    .contact-us .contact h4 {

        font-size: 20px;

    }



    .contact-us .contact h2 {

        font-size: 24px;

    }



    .footer .row {

        margin-left: 0;

    }



    .footer .row .col-md-6 {

        width: 50%;

    }



    .footer-box {

        margin: 25px 0;

    }



    .footer-top {

        width: 100%;

        padding: 30px 0;

    }



    .footer .footer-box .box-heading h2 {

        font-size: 18px;

    }



    .footer .footer-box .box-heading {

        margin-bottom: 35px;

    }

}



@media (min-width:760px) and (max-width:768px) {

    .navbar-collapse {

        padding: 20px;

        border-radius: 10px;

        background-color: #3f3f3f;

    }



    .navbar .navbar-nav li a {

        font-size: 10px;

    }



    .navbar-toggler:hover {

        box-shadow: 0 0 3px #fe8d15;

    }



    .navbar-toggler {

        filter: brightness(10);

    }



    .navbar-brand img {

        width: 100px;

    }



    .hero {

        padding: 11rem 0;

    }



    .hero-img {

        left: 15%;

    }



    .hero-img img {

        width: 80%;

    }



    .hero-text h1 {

        font-size: 40px;

    }



    .cap-book {

        height: auto;

        min-height: auto;

        padding: 150px 0 35px;

    }



    .form {

        display: block;

    }



    .book-form {

        width: 100%;

    }



    .book-text h1 {

        font-size: 25px;

        line-height: 28px;

    }



    .read-btn {

        margin: 30px 0;

    }



    .book-heading h1 {

        font-size: 25px;

    }



    .submit-btn button {

        font-size: 20px;

    }



    .book-text p {

        font-size: 15px;

    }



    .cars {

        padding: 40px 0 0;

    }



    .cars-heading h1 {

        font-size: 25px;

    }



    .cars .col-lg-4 {

        margin: 35px 0;

    }



    .cars .col-md-6 {

        width: 50%;

    }



    .cars-heading {

        margin-bottom: 65px;

    }



    .car-name {

        margin: 12px 0;

    }



    .car-name h2 {

        font-size: 25px;

    }



    .pessengers .book-btn {

        margin-top: 40px;

    }



    .pessengers .book-btn a {

        font-size: 15px;

    }



    .feature-heading h1 {

        font-size: 30px;

    }



    .our-features {

        padding: 40px 0;

    }



    .feature-heading p {

        font-size: 13px;

        margin-top: 10px;

        margin-bottom: 0;

    }



    .feature-heading {

        margin-bottom: 40px;

    }



    .our-features .row {

        margin-left: 0;

    }



    .our-features .row .col-md-6 {

        width: 50%;

    }



    .our-features .feature-text h1 {

        font-size: 16px;

    }



    .our-features .feature-text p {

        margin-bottom: 0;

        font-size: 13px;

    }



    .featute-icon span {

        width: 50px;

        height: 50px;

    }



    .featute-icon span i {

        font-size: 20px;

    }



    .testimonial {

        padding: 40px 0;

    }



    .testi-heading h2 {

        font-size: 16px;

    }



    .testi-heading h1 {

        font-size: 25px;

    }



    .testi-details {

        margin-top: 30px;

    }



    .testimonial1 {

        margin-bottom: 30px;

    }



    .testimonial2,

    .testimonial1 {

        padding: 15px 20px;

        border-radius: 20px;

    }



    .contact-us {

        padding: 30px 0;

    }



    .contact-us .contact h4 {

        font-size: 20px;

    }



    .contact-us .contact h2 {

        font-size: 24px;

    }



    .footer .row {

        margin-left: 0;

    }



    .footer .row .col-md-6 {

        width: 50%;

    }



    .footer-box {

        margin: 25px 0;

    }



    .footer-top {

        width: 100%;

        padding: 30px 0;

    }



    .footer .footer-box .box-heading h2 {

        font-size: 18px;

    }



    .footer .footer-box .box-heading {

        margin-bottom: 35px;

    }

}



@media (min-width:769px) and (max-width:991px) {

    .navbar-collapse {

        padding: 20px;

        border-radius: 10px;

        background-color: #3f3f3f;

    }



    .navbar .navbar-nav li a {

        font-size: 10px;

    }



    .navbar-toggler:hover {

        box-shadow: 0 0 3px #fe8d15;

    }



    .navbar-toggler:focus {

        box-shadow: 0 0 3px #fe8d15;

    }



    .navbar-toggler {

        filter: brightness(10);

    }



    .navbar-brand img {

        width: 100px;

    }



    .hero {

        padding: 11rem 0;

    }



    .hero-img {

        left: 15%;

    }



    .hero-img img {

        width: 75%;

    }



    .hero-text h1 {

        font-size: 40px;

    }



    .cap-book {

        height: auto;

        min-height: auto;

        padding: 150px 0 35px;

    }



    .form {

        display: block;

    }



    .book-form {

        width: 100%;

    }



    .book-text h1 {

        font-size: 30px;

        line-height: 28px;

    }



    .read-btn {

        margin: 30px 0;
    }



    .book-heading h1 {

        font-size: 25px;

    }



    .submit-btn button {

        font-size: 20px;

    }



    .book-text p {

        font-size: 15px;

    }



    .cars {

        padding: 40px 0 0;

    }



    .cars-heading h1 {

        font-size: 25px;

    }



    .cars .col-lg-4 {

        margin: 35px 0;

    }



    .cars .col-md-6 {

        width: 50%;

    }



    .cars-heading {

        margin-bottom: 65px;

    }



    .car-name {

        margin: 12px 0;

    }



    .car-name h2 {

        font-size: 25px;

    }



    .pessengers .book-btn {

        margin-top: 40px;

    }



    .pessengers .book-btn a {

        font-size: 15px;

    }



    .feature-heading h1 {

        font-size: 30px;

    }



    .our-features {

        padding: 40px 0;

    }



    .feature-heading p {

        font-size: 13px;

        margin-top: 10px;

        margin-bottom: 0;

    }



    .feature-heading {

        margin-bottom: 40px;

    }



    .our-features .row {

        margin-left: 0;

    }



    .our-features .row .col-md-6 {

        width: 50%;

    }



    .our-features .feature-text h1 {

        font-size: 16px;

    }



    .our-features .feature-text p {

        margin-bottom: 0;

        font-size: 13px;

    }



    .featute-icon span {

        width: 50px;

        height: 50px;

    }



    .featute-icon span i {

        font-size: 20px;

    }



    .testimonial {

        padding: 40px 0;

    }



    .testi-heading h2 {

        font-size: 16px;

    }



    .testi-heading h1 {

        font-size: 25px;

    }



    .testi-details {

        margin-top: 30px;

    }



    .testimonial1 {

        margin-bottom: 30px;

    }



    .testimonial2,

    .testimonial1 {

        padding: 15px 20px;

        border-radius: 20px;

    }



    .contact-us {

        padding: 30px 0;

    }



    .contact-us .contact h4 {

        font-size: 20px;

    }



    .contact-us .contact h2 {

        font-size: 24px;

    }



    .footer .row {

        margin-left: 0;

    }



    .footer .row .col-md-6 {

        width: 50%;

    }



    .footer-box {

        margin: 25px 0;

    }



    .footer-top {

        width: 100%;

        padding: 30px 0;

    }



    .footer .footer-box .box-heading h2 {

        font-size: 18px;

    }



    .footer .footer-box .box-heading {

        margin-bottom: 35px;

    }



}



@media (min-width:992px) and (max-width:1024px) {

    .book-text h1 {

        font-size: 45px;

    }

    .submit-btn button {

        font-size: 20px;

    }



    .pessengers .book-btn a {

        font-size: 18px;

    }



    .our-features {

        padding: 90px 0;

    }



    .our-features .feature-text h1 {

        font-size: 20px;

    }



    .our-features .feature-text p {

        font-size: 15px;

        margin-bottom: 0;

    }



    .featute-icon span {

        width: 60px;

        height: 60px;

    }



    .featute-icon span i {

        font-size: 22px;

    }



    .testi-heading h1 {

        font-size: 35px;

    }



    .testi-heading h2 {

        font-size: 22px;

    }



    .testimonial2,

    .testimonial1 {

        border-radius: 30px;

    }



    .feature-heading h1 {

        font-size: 35px;

    }



    .book-heading h1 {

        font-size: 30px;

    }

}

@media (min-width:1025px) and (max-width:1280px){



}

@media (min-width:1441px) {

    .hero-text span {

        font-size: 50px;

    }



    .hero-text h1 {

        font-size: 60px;

    }



    .hero-img {

        position: absolute;

        left: 35%;

    }

    .hero-img img{

        width: 90%;

    }

    .hero {

        padding: 10rem 0;

        align-items: center;

    }



    .book-text p {

        font-size: 20px;

    }



    .book-form {

        width: 100%;

    }



    .cap-book {

        height: 70vh;

    }

}