  div {
    font-family: poppins;
  }

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: black;
}

.container-fluid {
    max-width: 1467px;
    margin: 0 auto;
    display: flex;
}

.container {
    margin: 0 auto;
    display: flex;
    width: 100%;
    max-width: 1290px;
    flex-direction: column;
}

.row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.col-2 {
    flex: 0 0 50%;
    /* position: relative; */
}

.col {
    flex: 0 0 90%;
}


/* HEADER */
.header {
    background-image: linear-gradient(180deg, rgba(28,27,27,0.17690826330532217) 62%, rgba(0,0,0,0.9556197478991597) 77%, rgba(0,0,0,1) 100%), url(../img/header4.jpg);
    /* height: 890px; */
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 20% 75%;
    /* background-position: 0% 100%; */
}
@media only screen and (max-width: 1360px) {
    .header {
        background-size: 160%;
    }
}
@media only screen and (max-width: 900px) {
    .header {
        background-size: cover;
        background-position: 30% 75%;
        background-image: linear-gradient(180deg, rgba(28,27,27,0.17690826330532217) 62%, rgba(0,0,0,0.9556197478991597) 77%, rgba(0,0,0,1) 100%), url(../img/header4.jpg);
    }
}

.header .container {
    display: flex;
    justify-content: space-between;
}

.header .nav {
    max-width: 1240px;
    color: white;
    margin-top: 39px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
@media only screen and (max-width: 900px) {
    .header .nav {
       margin-top: 18px;
    }
}

.header li a {
    color: #fff;
    text-decoration: none;
}

.header .nav1 {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media only screen and (max-width: 1360px) {
    .header .nav1 {
        padding: 0 30px;
    }
}
@media only screen and (max-width: 900px) {
    .header .nav1 {
        width: 100%;
        padding: 0 12px;
    }
}

.nav1 img {
    width: 210px;
}
@media only screen and (max-width: 1360px) {
    .nav1 img {
        padding-left: 0 30px;
    }
}
@media only screen and (max-width: 900px) {
    .nav1 img {
        width: 150px;
        padding-left: 0 12px;
    }
}

.header .nav1 li:nth-child(1) {
    font-size: 32px;
    font-weight: 900;
    margin-right: 32px;
}

.header .nav1 li:nth-child(2) {
    font-size: 15px;
    font-weight: 400;
}

.header .heading{
    display: flex;
    color: #1092c9;
    font-size: 127px;
    font-weight: 900;
    line-height: .5;
}

.header .heading h1 {
    font-size: 127px;
}
@media only screen and (max-width: 1360px) {
    .header .heading h1 {
        padding-left: 30px;
    }
}
@media only screen and (max-width: 900px) {
    .header .heading h1 {
        padding-left: 12px;
    }
}
@media only screen and (max-width: 1060px) {
    .header .heading{
        font-size: 90px;
    }
}
@media only screen and (max-width: 600px) {
    .header .heading img {
        width: 350px;
    }
    .header .heading h1 {
        font-size: 75px;
    }
    .header .heading div{
        margin-bottom: 30px;
    }
    .header .heading div img{
        margin: auto;
    }
}

.header .heading div{
    margin-bottom: 30px;
}

.header .heading div:nth-child(2){
    margin: auto;
}

.header .nav2 {
    list-style: none;
    display: flex;
    align-items: center;
    padding-right: 30px;
}
@media only screen and (max-width: 900px) {
    .header .nav2 {
        flex-direction: column;
        align-items: start;
        height: 120px;
        justify-content: space-between;
    }
}

.header .nav2 li{
    font-size: 15px;
    font-weight: 400;
    margin-left: 32px;
}
@media only screen and (max-width: 450px) {
    .header .nav2 li {
        font-size: 13px;
    }
}

.contactUsButton {
    padding: 12px 24px;
    background-color: #1092c9;
    border-radius: 9px;
    line-height: 0;
}
@media only screen and (max-width: 900px) {
    .contactUsButton {
        display: none;
    }
}

.mobileButton {
    display: none;
}
@media only screen and (max-width: 900px) {
    .mobileButton {
        display: block;
    }
}

.contactUsButtonMobile {
    padding: 12px 24px;
    background-color: #1092c9;
    border-radius: 9px;
    line-height: 0;
    color: #fff;
    text-decoration: none;
}
@media only screen and (max-width: 450px) {
    .contactUsButtonMobile {
        font-size: 12px;
    }
}

.heading {
    margin-top: 501px;
}
@media only screen and (max-width: 1200px) {
    .heading img {
        width: 540px;
    }
}
@media only screen and (max-width: 900px) {
    .heading {
        margin-top: 390px;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 600px) {
    .heading {
        margin-top: 390px;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 450px) {
    .heading {
        margin-top: 285px;
        margin-bottom: 30px;
    }
}
.eng {
    cursor: pointer;
}
.bos {
    cursor: pointer;
}


/* TRANSFER */
.transfer, .transfer2, .transfer3 {
    background: rgb(28,27,27);
    flex-direction: column;
}
.transfer .transfer-heading {
    width: 100%;
    margin-bottom: 51px;
    max-width: unset;
    height: 100px;
    background: linear-gradient(0deg, rgba(28,27,27,0.981) 0%, rgba(0,0,0,1) 75%, rgba(0,0,0,1) 100%);
    margin-top: 2px;
    display: flex;
    flex-direction: row;
    padding-top: 45px;
}
@media only screen and (max-width: 1360px) {
    .transfer .transfer-heading {
        flex-direction: column;
    }
    .transfer .transfer-heading h1:first-child {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 900px) {
    .transfer-heading {
        padding-top: 60px;
        padding-bottom: 45px;
    }
}
@media only screen and (max-width: 600px) {
    .transfer-heading {
        padding-bottom: 15px;
    }
}
@media only screen and (max-width: 450px) {
    .transfer .transfer-heading {
        margin-bottom: 15px;
    }
}

.transfer .transfer-heading h1{
    color: #fff;
    margin: auto;
    font-size: 57px;
    font-weight: 900;
    line-height: 1;
    word-spacing: 10px;
}
@media only screen and (max-width: 700px) {
    .transfer .transfer-heading h1 {
        font-size: 48px;
    }
}
@media only screen and (max-width: 600px) {
    .transfer .transfer-heading h1 {
        font-size: 42px;
    }
}
@media only screen and (max-width: 450px) {
    .transfer .transfer-heading h1 {
        font-size: 27px;
    }
}

.transfer .transfer-heading h1:first-child {
    color: #1092c9;
}

.transfer-content {
    max-width: unset;
    height: 660px;
    background-image: linear-gradient(180deg, rgba(28,27,27,0.17690826330532217) 57%, rgba(0,0,0,0.9556197478991597) 90%, rgba(0,0,0,1) 100%), url(../img/section2bg2.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0% 20%;
    padding-bottom: 150px;

}
@media only screen and (max-width: 900px) {
    .transfer-content {
       padding-bottom: 45px;
       background-size: cover;
       background-position: 60% -190%;
    }
}

.transfer-content2 {
    max-width: unset;
    height: 660px;
    background-image: linear-gradient(180deg, rgba(28,27,27,0.17690826330532217) 57%, rgba(0,0,0,0.9556197478991597) 90%, rgba(0,0,0,1) 100%), url(../img/section3bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% 120%;
    padding-bottom: 150px;
}
@media only screen and (max-width: 1360px) {
    .transfer-content2 {
        background-position: 75% 120%;
    }
}
@media only screen and (max-width: 900px) {
    .transfer-content2 {
        background-position: 100% 120%;
        background-size: cover;
        padding-bottom: 45px;
    }
}
@media only screen and (max-width: 450px) {
    .transfer-content2 {
        background-position: 92.4%;
    }
}

.transfer-content3 {
    max-width: unset;
    height: 660px;
    background-image: linear-gradient(180deg, rgba(28,27,27,0.17690826330532217) 57%, rgba(0,0,0,0.9556197478991597) 93%, rgba(0,0,0,1) 100%), url(../img/section4bg2.JPG);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% 50%;
    padding-bottom: 150px;
}
@media only screen and (max-width: 900px) {
    .transfer-content3 {
        padding-bottom: 45px;
        background-position: 15%;
    }
}
@media only screen and (max-width: 600px) {
    .transfer-content3 {
        padding-bottom: 45px;
        background-position: 66%;
    }
}

.transfer-content .row, .transfer-content2 .row, .transfer-content3 .row {
    margin-top: auto;
    /* margin-bottom: 75px; */
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.transfer-content .row h2, .transfer-content2 .row h2, .transfer-content3 .row h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 900;
}
@media only screen and (max-width: 600px) {
    .transfer-content .row h2, .transfer-content2 .row h2, .transfer-content3 .row h2 {
        font-size: 45px;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 600px) {
    .transfer-content .row h2, .transfer-content2 .row h2, .transfer-content3 .row h2 {
        font-size: 36px;
    }
}

.transfer-content .row ul, .transfer-content2 .row ul, .transfer-content3 .row ul {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.transfer-content .row li, .transfer-content2 .row li, .transfer-content3 .row li{
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    margin-top: 15px;
}
@media only screen and (max-width: 1060px) {
    .transfer-content .row li, .transfer-content2 .row li, .transfer-content3 .row li{
        font-size: 15px;
    }
}

.transfer-content .row li:not(:last-child), .transfer-content2 .row li:not(:last-child), .transfer-content3 .row li:not(:last-child) {
    margin-right: 9px;
}



/* ABOUT US */
.about-heading {
    display: flex;
    flex-direction: row;
    font-size: 39px;
    font-weight: 900;
    justify-content: center;
    margin-bottom: 30px;
}
@media only screen and (max-width: 900px) {
    .about-heading {
        font-size: 30px;
    }
}

.about-heading h1:nth-child(1) {
    color: #1092c9;
    margin-right: 30px;
}

.about {
    color: white;
}

.about p {
    font-size: 16px;
    opacity: .8;
    font-weight: 400;
    margin-bottom: 45px;
    text-align: center;
    line-height: 1.8;
}
@media only screen and (max-width: 1360px) {
    .about p {
        padding: 0 30px;
    }
}
@media only screen and (max-width: 900px) {
    .about p {
        padding: 0 12px;
    }
}
@media only screen and (max-width: 450px) {
    .about p {
        font-size: 18px;
        line-height: 1.5;
    }
}



/* CARS */
.category {
    color: #fff;
    display: flex;
    font-size: 24px;
    font-weight: 600;
    /* background-color: #1092c9; */
    border-radius: 24px;
    border: 1px solid #ffffffa1;
    margin-bottom: 75px;
}
@media only screen and (max-width: 1360px) {
    .category {
        width: 90%;
        margin: auto;
        margin-bottom: 75px;
    }
}
@media only screen and (max-width: 1060px) {
    .category {
        font-size: 15px;
    }
}
@media only screen and (max-width: 900px) {
    .category {
        flex-direction: column;
        width: 400px;
        height: 210px;
        margin: auto;
        margin-bottom: 60px;
        font-size: 21px;
    }
}
@media only screen and (max-width: 450px) {
    .category {
        height: 110px;
        font-size: 15px;
        width: 90%;
        margin-bottom: 30px;

    }
}

.category div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fam, .lux {
    display: none;
    transition: all .3s;
}

.category div{
    flex: 0 0 33.333%;
    text-align: center;
    transition: all .3s;
}

.select-economy {
    background-color: #1092c9;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    cursor: pointer;
}
@media only screen and (max-width: 900px) {
    .select-economy {
        border-radius: 0;
        border-top-left-radius: 24px;
        border-top-right-radius: 24px;
    }
}

.select-luxury {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    cursor: pointer;
}
@media only screen and (max-width: 900px) {
    .select-luxury {
        border-radius: 0;
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
    }
}

.select-family {
    cursor: pointer;
}

.cars {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0,0,0, 1));
    flex-direction: column;
}

.cars-heading {
    height: 254px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 30px;
    flex-wrap: wrap;
}
@media only screen and (max-width: 900px) {
    .cars-heading {
        height: 90px;
        margin-bottom: 0px;
    }
}
@media only screen and (max-width: 450px) {
    .cars-heading {
        margin-bottom: 24px;
    }
}

.cars-heading h1 {
    font-size: 81px;
    font-weight: 900;
    color: #fff;
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 1060px) {
    .cars-heading h1 {
        font-size: 75px;
    }
}
@media only screen and (max-width: 900px) {
    .cars-heading h1 {
        font-size: 45px;
        
    }
}
@media only screen and (max-width: 600px) {
    .cars-heading h1 {
        font-size: 30px;
        justify-content: center;
    }
}

.cars-heading h1:nth-child(2) {
    color: #1092c9;
}

.carsHSpan{
    margin-left: 30px;
    color: #1092c9;
}
@media only screen and (max-width: 600px) {
    .carsHSpan{
        margin-left: 6px;
    }
}

.cars-content {
    padding-bottom: 90px;
}

.sliderRow {
    justify-content: center;
}

.car {
    height: 510px;
    width: 81%;
    margin: auto;
    position: relative;
    border-radius: 32px;
    background-color: #000;
    /* height: 360px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all .3s;
}
@media only screen and (max-width: 600px) {
    .car {
        height: 360px;
    }
}
@media only screen and (max-width: 450px) {
    .car {
        width: 100%;
        height: 270px;
    }
}

.car-img {
    width: 84%;
}   
@media only screen and (max-width: 450px) {
    .car-img {
        width: 90%;
    }   
}

.arrows {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: -7.5%;
    width: 115%;
    transform: translate(0%, -50%);
}
@media only screen and (max-width: 900px) {
    .arrows {
        top: 100%;
        transform: translate(-50%, 255%);
        width: 100px;
        left: 50%;
    }
}

.arrows  img {
    width: 24px;
    cursor: pointer;
}
@media only screen and (max-width: 900px) {
    .arrows  img {
        width: 18px;
    }
}

.arrows  img:nth-child(2) {

    transform: rotate(180deg);
}

.car-name1, .car-name2, .car-name3 {
    font-size: 33px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 84px);
}
@media only screen and (max-width: 600px) {
    .car-name1, .car-name2, .car-name3 {
        font-size: 24px;
        transform: translate(-50%, 54px);
    }
}



/* CONTACT US */
.form-category {
    color: #fff;
    display: flex;
    font-size: 18px;
    font-weight: 600;
    /* background-color: #1092c9; */
    border-radius: 24px;
    border: 1px solid #ffffff9a;
    margin-bottom: 45px;
    height: 45px;
}
@media only screen and (max-width: 900px) {
    .form-category {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 45px;
        height: 45px;
    }
}
.form-category div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 50%;
    text-align: center;
    transition: all .3s;
}
.select-rent {
    background-color: #1092c9;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    cursor: pointer;
}
.select-transfer {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    cursor: pointer;
}

.form-div {
    display: flex;
    flex-direction: row !important;
    justify-content: space-between;
}
@media only screen and (max-width: 900px) {
    .form-div {
        flex-direction: column !important;
    }
}

.form-div1, .form-div2 {
    flex: 0 0 40%;
}

.contact-us {
    padding-top: 150px;
    padding-bottom: 60px;
    background-color: rgba(0,0,0, 1);
}
@media only screen and (max-width: 900px) {
}
@media only screen and (max-width: 600px) {
    .contact-us {
        padding-top: 90px;
    }
}

.contact-us-heading h1 {
    font-size: 127px;
    font-weight: 900;
    color: #fff;
    display: flex;
    align-items: center;
    line-height: 1;
    margin-bottom: 75px;
}
@media only screen and (max-width: 900px) {
    .contact-us-heading h1 {
        font-size: 63px;
    }
}
.contact-us-heading h1 img {
    margin-left: 27px;
}
@media only screen and (max-width: 900px) {
    .contact-us-heading h1 img {
        width: 87px;
    }
}
@media only screen and (max-width: 450px) {
    .contact-us-heading h1 img {
        width: 60px;
        margin-left: 15px;
    }
}
@media only screen and (max-width: 450px) {
    .contact-us-heading h1 {
        font-size: 51px;
        margin-bottom: 30px;
    }
}

.form1 {
    width: 100%;
}

.form1 label{
    color: #fff;
    font-size: 24px;
    font-weight: 400;
}
@media only screen and (max-width: 450px) {
    .form1 label{
        font-size: 18px;
    }
}

.request {
    margin-bottom: 30px;
    text-align: center;
}
@media only screen and (max-width: 450px) {
    .request {
        margin-bottom: 15px;
        height: 10px;
    }
}

.form-row {
    width: 100%;
}

.form1 div {
    display: flex;
    flex-direction: column;
    /* width: 100%; */
    margin-bottom: 20px;
}

.form1 div input {
    width: 100%;
    background-color: rgba(0,0,0, 1);
    border: none;
    border-bottom: 1px solid rgba(256, 256, 256, .6) ;
    height: 50px;
    color: #fff;
    font-size: 18px;
}

.choose-car, .choose-airport {
    border-bottom: 1px solid rgba(256, 256, 256, .6) ;
}

.form1 div input:focus {
    background-color: #000;
    border-bottom: 1px solid rgba(256, 256, 256, .6)
}

@media only screen and (max-width: 450px) {
    .form1 div input:not(:last-child){
        height: 27px;
        padding: 10px 3px 0 3px;
        width: 90%;
    }
}

.contact2div {
    text-align: center;
}

.contact-us2[type=submit] {
    display: inline-block;
    margin: auto;
    background-color: #1092c9;
    border-radius: 9px;
    line-height: 1;
    color: white;
    text-decoration: none;
    border: none;
    margin-top: 45px;
    height: 51px;
    width: 210px;
}
@media only screen and (max-width: 450px) {
    .contact-us2 {
        margin-top: 21px !important;
    }
}

.form-select-car {
    width: 300px;
    background-color: #000;
    color: #fff;
    height: 36px;
    font-size: 18px;
    height: 50px;
}
.form-select-car:focus {
    outline: none;
    border: none;
}

.form-select-airport {
    width: 300px;
    background-color: #000;
    color: #fff;
    height: 36px;
    font-size: 18px;
    height: 50px;
}
.form-select-airport:focus {
    outline: none;
    border: none;
}

#choose-airport-ID {
    display: none;
}

#adresa {
    display: none;
}

input:focus {
    border:none;
    outline: none;
}


/* FOOTER */
.line{
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, .1);
}

.footer {
    height: 300px;
    background-color: rgba(0,0,0, 1);
    padding-top: 50px;
    width: 100%;
}

.footer .row {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}

.footer .row div:nth-child(1) {
    flex: 0 0 40%;
}

.footer .row div:nth-child(1) {
    flex: 0 0 20%;
}

.footer .row div:nth-child(1) {
    flex: 0 0 20%;
}

.footer .row div:nth-child(1) {
    flex: 0 0 20%;
}
@media only screen and (max-width: 600px) {
    .footer .row div {
        min-width: 150px;
    }
    .footer .row {
        margin-bottom: 45px;
    }
}

@media only screen and (max-width: 600px) {
    .footerDiv {
        margin-bottom: 45px;
    }
}

.footer h3 {
    font-size: 32px;
    font-weight: 900;
    color: #fff;
}

.footer h4 {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}
.footer h4 a{
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

.footer ul {
    list-style: none;
}

.footer ul li {
    margin-top: 15px;
    font-size: 14px;
    color: rgba(256, 256, 256, .5);
}

.footer ul li a{
    margin-top: 15px;
    font-size: 14px;
    color: rgba(256, 256, 256, .5);
    text-decoration: none;

}

.line2 {
    height: 1px;
    background-color: #fff;
    margin-bottom:15px;
}

.footer h5 {
    font-size: 16px;
    font-weight: 400;
    color: rgba(256, 256, 256, .5);
    margin-top: 6px;
}

.footerDiv img {
    margin-top: 13px;
    margin-right: 24px;
    width: 24px;
}




/* THANK YOU PAGE */
.thankYou {
    width: 100%;
    height: 100vh;
    background-color: #1092c9;
    text-align: center;
}

.thankYou h1 {
    font-size: 51px;
    margin-top: 30px;
}
@media only screen and (max-width: 600px) {
    .thankYou h1 {
        font-size: 42px;
        margin-top: 30px;
    }
}

.bgThanks { 
    width: 39%;
}
@media only screen and (max-width: 600px) {
    .bgThanks { 
        width: 96%;
    }
}

.logoThanks {
    width: 240px;
    padding: 30px;
}

.btnThanksBack {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    margin-top: 24px;
    background-color: black;
    padding: 15px 30px;
    border-radius: 15px;
}

.btnThanksBack img{
    width: 21px;
    vertical-align: middle;
}
