@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');
*{
    margin: 0;
    padding: 0;
}
body{
    min-height: 100vh;
    max-width: 100vw;
}
header{
    z-index: 2;
    position: relative;
    width: 100vw;
    /*top:  0px;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .50s ease-in;
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);
    padding: 5px 0px 5px 150px;
    border-radius: 10px 10px 10px 10px;
    background-color: #f7f7f7;
}
.navbar li{
    justify-content: center;
    align-items: center;
    list-style: none;
    text-transform: uppercase;
    display: flex;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 20px;
}
.navbar li a{
    text-decoration: none;
    color: gray;
    font-size: 1.1em;
    font-weight: 500;
    padding: 5px 0px;
    margin: 0px 30px;
    transition: all .50 ease-in;
    font-weight: 700;
}
#demoFont {
    letter-spacing: 1px;
    word-spacing: -2.8px;
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    font-family: "Open Sans", sans-serif;
    width: 70%;
    font-variant: normal;
}
.navbar li a{
    width: 100%;
}
.logo{
    width: 12%;
    padding: 20px;
}
.logo img{
    width: 100%;
}
.navbar a:hover{
    transition: 0.5s;
}
.navbar li a:hover{
    color: white;
}
.navbar li:hover{
    background-color: gray;
    color: white;
}
.navbar li:active{
    background-color: gray;
    color: white;
}
.main{
    display: flex;
    align-self: center;
    justify-content: end;
    align-content: end;
    align-items: end;
}
.main button a{
    text-decoration: none;
    color: white;
    font-weight: 500;
    
}
.main button a:hover{
    text-decoration: none;
}
.main button{
    font-size: 1.2em;
    margin-right: 350px;
    transition: .50s ease-in;
    padding: 20px 30px 20px 30px;
    border-radius: 55px;
    text-decoration: none;
    color: white;
    background-color: red;
    border: 1px solid red;
    
}
.main button:hover{
    transform: translateY(-10px);
    transition: 0.5s;
}
.ham{
    position: absolute;
    top: 30%;
    left: 30px;
    cursor: pointer;
    display: none;
    vertical-align: middle;
}
.line{
    width: 33px;
    background-color: black;
    height: 4px;
    margin: 5px 5px;
}
.body{
    height: 100vh;
}

a.btn {
    text-decoration: none;
    color: white;
    background-color: red;
}

p.spacingg {
    padding-bottom: 20px;
}

footer{
    padding: 30px 0px 50px 150px;
    background-color: #f7f7f7;
    display: flex;
}
.left{
    width: 30%;
}
.left p{
    margin-top: 10px;
    margin-left: 20px;
    width: 70%;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Open Sans", sans-serif;

}
footer .left .logo{
    width: 13vw;
}
.mid{
    margin-left: 30px;
    width: 30%;
}
.mid h3{
    padding-top: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}
.mid ul{
    margin-top: 20px;
}
.mid li{
    list-style: none;
    font-family: "Open Sans", sans-serif;
    margin-top: 5px;
    font-size: 1.1rem;
}
.mid li a{
    text-decoration: none;
    color: black;
}
.mid li:hover{
    transform: translateY(-5px);
    transition: 0.70s;
    color: darkcyan;
}
.mid li a:hover{
    color: darkcyan;
}
.right{
    width: 35%;
}
.right p{
    font-family: "Open Sans", sans-serif;
    font-size: 1.3rem;
    width: 70%;
}
.right .footer-img{
    margin-top: 80px;
    width: 20%;
}
.right .footer-img img{ 
    width: 100%;
}
.floating-container{
    position: fixed;
    width: 100px;
    height: 100px;
    bottom: 0;
    right: 0;
    margin: 35px 25px;
}
.floating-container:hover{
    height: 250px;
}
.floating-container:hover .floating-button{
    box-shadow: 0 10px 25px rgba(44, 179, 240, 0.6);
    transform: translateY(5px);
    transition: all .30s;
}
.floating-button{
    position: absolute;
    width: 65px;
    height: 65px;
    background: #26d466;
    bottom: 0px;
    /*left: 0;*/
    right: 0;
    border-radius: 50%;
    color: white;
    line-height: 65px;
    text-align: center;
    font-size: 23px;
    z-index: 100;
    box-shadow: 0px 10px 25px -5px rgba(44, 179, 240, 0.6);
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.float-element{
    position: relative;
    display: block;
    border-radius: 50%;
    margin: 15px 0;
    height: 50px;
    width: 50px;
    color: white;
    display: grid;
    place-items: center;
    z-index: 0;
    opacity: 0;
    cursor: pointer;
}
.float-element:nth-child(1){
    font-size: 23px;
    background: #26d466;
    box-shadow: 0 20px 20px -10px rgba(66, 165, 245, 0.5);
    color: white;
}
.float-element:nth-child(2){
    font-size: 23px;
    background: #4caf50;
    box-shadow: 0 20px 20px -10px rgba(66, 165, 245, 0.5);
    color: white;
}
.float-element a{
    color: white;
}
.element-container{
    margin: 0 35px;
}
@-webkit-keyframes come-in{
    0%{
        opacity: 0;
    }
    30%{
        transform: translateX(-50px) scale(0.4);
    }
    70%{
        transform: translateX(0px) scale(1.2);
    }
    100%{
        transform: scale(1);
        opacity: 1;
    }
}
.floating-container:hover .element-container .float-element:nth-child(1){
    animation: come-in 0.4s forwards 0.2s;
}
.floating-container:hover .element-container .float-element:nth-child(2){
    animation: come-in 0.4s forwards 0.4s;
}
.hero-img{
    width: 100%;
    vertical-align: middle;
    margin-top: 15%; 
    /* margin-left: 15%; */
}
.hero-img img{
    width: 100%;
}
#last-img{
    width: 50%;
    justify-content: center;
    /* margin-left: 25%; */
}
.body-mid{
    background-color: #ffffff;
    padding: 10px 10px 10px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.driver-logo{
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    justify-content: center;
    align-items: center;
}
.driver-logo img{
    width: 10%;
}
.driver-logo h4{
    padding-top: 30px;
    text-align: center;
    width: 30%;
    font-size: 35px;
    line-height: 43px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}
.second-main{
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "Poppins", sans-serif;
    font-size: 35px;    
}
.second-main h3{
    font-weight: 500;
    padding: 30px 150px;
    border: 1px solid red;
    color: #6EC1E4;
}
.icon-box-land-page{
    padding: 30px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.icon-box-land-page img{
    width: 70%;
    align-self: center;
}
.first img{
    width: 100%;
}
.icon-box-land-page h2{
    margin-top: 15px;
    text-align: center;
    width: 40%;
    align-self: center;
    font-family: "Poppins", sans-serif;
    font-size: 25px;
}
#Bullet-proof-car{
    width: 100%;
}
.stars{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-right: 10px;
}
.stars img{
    width: 20px;
    margin-right: 5px;
}
.first{
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.first li{  
    list-style: none;
    font-family: "Open Sans", sans-serif;
}
.first li i{
    list-style: none;
    padding-right: 10px;
}
.call{
    margin-top: 20px;
    color: #61CE70;
    padding: 20px 20px 20px 20px;
    border-radius: 55px;
    width: 20%;
    background-color: greenyellow;
}
.call i{
    color: black;
    /* font-size: large; */
}
.car-icon-box{
    display: flex;
    gap: 150px;
}
.button-box{
    background: rgb(234,48,24);
    background: linear-gradient(180deg, rgba(234,48,24,1) 0%, rgba(237,45,50,1) 48%, rgba(238,45,54,1) 56%, rgba(238,45,56,1) 56%, rgba(240,42,77,1) 100%);
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
    margin-top: 30px;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
}
.button-box a{
    color: #ffffff;
    text-decoration: none;
}
.phone-box{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}
.phone-box i{
    font-size: 50px;
    margin-bottom: 20px;
    margin-top: 20px;
    color: red;
}
.phone-box h2{
    font-family: "Open Sans", sans-serif;
}
.phone-box p{
    font-family: "Poppins", sans-serif;
    margin-top: 5px;
}
.box{
    background-color: red;
    padding: 30px 20px 30px 20px;
    width: 25%;
    border-radius: 15px;
    margin-right: 20px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.box i{
    color: white;
    align-self: center;
    font-size: 54px;
    display: flex;
    text-align: center;
    justify-self: center;
}
.box h2{
    align-self: center;
    font-size: 22px;
    margin-top: 20px;
    justify-self: center;
    font-family: "Poppins", sans-serif;
    color: white;
    text-align: center;
}
.stars-icon{
    display: flex;
    justify-content: center;
    width: 20%;
    align-self: center;
    padding-right: 0px;
}
.stars img{
    align-self: center;
    margin-top: -10px;
    width: 15px;
}
.box p{
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    color: white;
    align-self: center;
    justify-self: center;
}
.home-icon-box{
    display: flex;
    padding: 30px 190px 30px 190px;

}
.home-2nd-icon-box{
    display: flex;
    padding: 30px 190px 30px 190px;
    justify-content: center;

}
.box-2nd{
    display: flex;
    flex-direction: column;
    border: 1px solid red;
    padding: 40px;
    margin-right: 20px;
    justify-content: center;
    align-items: center;
    width: 33.33%;
    padding-top: 30px;
    padding-top: 30px;
}
.box-2nd h2{
    font-family: "Poppins", sans-serif;
    text-align: center;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.box-2nd p{
    font-family: "Open Sans", sans-serif;
    margin-bottom: 10px;
}
.box-2nd i{
    color: red;
    font-size: 50px;
}
.locations{
    font-family: "Poppins", sans-serif;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 27px;
    font-weight: 500;
}
.locations h2{
    margin-bottom: 30px;
}
.image-box {
    width: 30%;
    margin-right: 20px;
}
.image-box img{
    width: 100%;
}
.card h2{
    margin-bottom: 7px;
    font-size: 30px;
}
.card{
    background-color: #6C6F71;
    margin-top: -15px;
    padding: 30px;
    border-radius: 0px 0px 15px 15px;
    font-size: 16px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.Kashmir img{
    width: 70%;
}
.image-box-2{
    width: auto;
}
.image-boxes{
    display: flex;
    padding: 30px 190px 30px 190px;
}
.image-boxes-2{
    display: flex;
    padding: 30px 190px 30px 190px;
    justify-content: center;
    align-items: center;
}
.image-box .stars-icon{
    width: 25px;
}
.locat{
    height: 400px;
    object-fit: cover;
}
.image-box .stars-card img{
    padding-left: 5px;
}
.why-choose-us{
    display: flex;
    padding: 30px 190px 30px 190px;
    font-family: "Poppins", sans-serif;
    padding: 30px 190px 30px 190px;
}
.why-choose-us-1{
    display: flex;
    font-family: "Poppins", sans-serif;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 20px;
}
.why-chose-icon-box img{
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid red;
    padding: 30px;
    border-radius: 155px;
}
.why-chose-icon-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 33.33%;
}
.why-choose-us-1{
    margin-right: 20px;
}
.why-choose-us-2{
    margin-right: 20px;
}
.why-chose-icon-box h2{
    font-family: "Poppins", sans-serif;
    margin-top: 15px;
    font-size: 26px;
}
.why-chose-icon-box p{
    font-family: "Open Sans", sans-serif;
    text-align: center;
    margin-top: 15px;
    width: 70%;
}
.last-sec p{
    font-family: "Open Sans", sans-serif;

}
.last-sec a{
    color: #CC3366;
    font-weight: 600;
}
.last-sec h2{
    font-family: "Poppins", sans-serif;
    width: 30%;
    text-align: center;
    font-size: 26px;
    margin-bottom: 20px;
}
.last-sec{
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-bottom: 100px;
}
.last-CTA{
    background-image: url(../Images/bg-image-CTA.png);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 60vh;
    background-color: #ffffff39;
    background-size: cover;
    background-position: center;
    position: relative;
    /* overflow: hidden; */
    z-index: -1;
}
.last-CTA::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7); /* Black overlay with 50% opacity */
}
    .last-CTA h2{
        font-family: "Poppins", sans-serif;
        margin-bottom: 30px;
        color: white;
        z-index: 3;
    }
    .last-CTA p{
        z-index: 2;
        color: #ffffff;
        margin-top: 30px;
        margin-bottom: 30px;
        font-family: "Open Sans", sans-serif;
    }
    .last-CTA button{
        font-family: "Open Sans", sans-serif;
        padding: 10px 20px 10px 20px;
        border-radius: 55px;
        border: 1px solid black;
        background-color: #ffffff;
        color: black;
        z-index: 4;
    }
.last-CTA button:hover{
    font-family: "Open Sans", sans-serif;
    padding: 10px 20px 10px 20px;
    border-radius: 55px;
    border: none;
    background-color: red;
    transform: translateY(-10px);
    color: white;
    transition: .5s;
}
.slider{
    position: relative;
    width: 80%;
    margin: auto;
    overflow: hidden;
}
.slider img{
    width: 100%;
    display: none;
}
img.displaySlide{
    display: block;
    animation-name: fade;
    animation-duration: 1.5s;
}
.slider button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    padding: 10px 20px;
    background-color: transparent;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 55px;
    margin: 0px 5px 0px 5px;
}
/* .slider button:hover{
    background-color: rgba(255, 0, 0, 0.382);
    color: #ffffff;
    transition: all ease .50s; */
/* } */
.prev{
    left: 0;
}
.next{
    right: 0;
}
.form{
    margin-top: 10px;
    column-width: 100%;
    height: 70%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form{
    display: flex;
    flex-direction: column;
    /* justify-content: center;
    align-items: center; */
    font-size: 35px;
    padding: 20px;
    border: 1px solid red;
    font-family: "Poppins", sans-serif;
    column-width: 100%;
}
.form h3{
    align-self: center;
    font-weight: 500;
    color: #000000;
    margin-bottom: 20px;
    align-self: flex-start;
    font-size: 40px;
    text-align: center;
    width: 100%;
}
.form input{
    /* width: 50%;     */
    border: 1px solid red;
    padding: 10px;
}
#pick-up-city{
    column-width: 100%;
    font-family: "Poppins", sans-serif;
}
#drop-off-city{
    width: 40%;
    font-family: "Poppins", sans-serif;
}
#pick-up-date{
    width: 40%;
    font-family: "Poppins", sans-serif;
}
#drop-off-date{
    width: 40%;
    font-family: "Poppins", sans-serif;
}
#time{
    width: 85%;
    font-family: "Poppins", sans-serif;
}
#phone-number{
    width: 40%;
    font-family: "Poppins", sans-serif;
}
#email{
    width: 40%;
    font-family: "Poppins", sans-serif;
}
#Cars{
    border: 1px solid   red;
    padding: 10px;
    width: 88%;
    font-family: "Poppins", sans-serif;
}
#message{
    margin-top: 10px;
    padding: 10px;
    font-family: "Poppins", sans-serif;
    width: 85%;
    border: 1px solid   red;
}
#submit{
    padding: 15px 40px 15px 40px;
    font-family: "Open Sans", sans-serif;
    background-color: transparent;
    border: 1px solid black;
    border-radius: 55px;
    align-self: center;
    display: block; margin: 0 auto;
}
#submit:hover{
    background-color: red;
    color: #ffffff;
    border: transparent;
    transition: ease .50s;
    transform: translateY(-10px);
}
.contact{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* vertical-align: middle; */
    margin-top: 5%; 
    /* margin-left: 15%; */
    padding-bottom: 50px;
}
.contact h2{
    /* margin-top: 50px; */
    /* font-size: 55px; */
    margin-bottom: 30px;
    font-family: "Poppins", sans-serif;
    font-size: 46px;
}
.contact p{
    /* display: block; */
    align-items: center;
    justify-content: center;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    width: 70%;
    align-self: center;
    margin-bottom: 30px;
    font-size: 20px;
}
.contact-info{
    padding-top: 50px;
    background-color: #f7f7f7;
    width: 100%;
    display: flex;
    flex-direction: column;

}
.contact-info a{
    text-decoration: none;
    color: #CC3366;
}
.contact-info a:hover{
    text-decoration: none;
    color: red;
    transition: .50s ease-in;
}
.about-1st{
    margin-top: 15%;
    padding: 20px 120px 20px 120px;
    display: flex;
}
.about-2nd{
    padding: 20px 120px 20px 120px;
    display: flex;
}
.about-img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}
.about-2-content{
    /* padding-top: 20px; */
    padding-left: 30px;
    padding-right: 30px;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;

}
.about-2-content p{
    font-family: "Open Sans", sans-serif;
}
.about-img2{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-img img{
    width: 40vw;
}
.about-img2 img{
    width: 40vw;
}
.about-content{
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    padding-right: 30px;
    width: 50%;
    /* padding-top: 20px; */
    padding-left: 30px;
    background-color: #f5f5f5;
}
.about-content p{
    margin-left: 30px;
    font-family: "Open Sans", sans-serif;
}
.progress-bar{
    padding: 25px 30px 0px 30px;
    width: 400px;
    font-family: "Open Sans", sans-serif;
}
.progress-bar .bar{
    margin: 30px 0px;
}
.progress-bar .bar:first-child{
    margin-top: 0px;
}
.subject{
    margin-bottom: 10px;
}
.progress-bar .bar .subject span{
    font-size: 17px;
    opacity: 0;
    animation: showtext 0.5s 1s linear forwards;
}
@keyframes showtext{
    100%{
        opacity: 1;
    }
}
.progress-bar .bar .bar-line{
    height: 5px;
    width: 100%;
    background-color: #f7f7f7;
    position: relative;
    transform: scaleX(0);
    transform-origin: left;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    animation: animate 1s cubic-bezier(1,0,0.5,1) forwards;
}
.about-content h2{
    margin-left: 30px;
    font-family: "Poppins", sans-serif;
}

@keyframes animate{
    100%{
        transform: scaleX(1);
    }
}
.bar .bar-line span{
    height: 5px;
    position: absolute;
    border-radius: 10px;
    transform: scaleX(0);
    transform-origin: left;
    background-color: #2187e7;
    animation: animate 1s 1s cubic-bezier(1,0,0.5,1) forwards;
}
.bar .trust span{
    width: 95%;
}
.bar .sucessfull span{
    width: 90%;
}
@keyframes fade {
    from {opacity: .5}
    to {opacity: 1}
}
.bar-line span::before{
    position: absolute;
    content: "";
    top: -10px;
    right: 0;
    height: 0;
    width: 0;
    border-top-color: #000;
    opacity: 0;
    animation: showtext2 0.5s 1.5s linear forwards;
}
.bar-line span::after{
    position: absolute;
    top: -28px;
    right: 0;
    color: #000;
    padding: 1px 8px;
    font-size: 12px;
    border-radius: 3px;
    opacity: 0;
    animation: showtext2 0.5s 1.5s linear forwards;
}
@keyframes showtext2{
    100%{
        opacity: 1;
    }
}
.trust span::after{
    content: "95%";
    color: #000;
}
.sucessfull span::after{
    content: "90%";
    color: #000;
}
@media (max-width: 1280px){
    header{
        padding: 14px 2% 14px 15%;
        transition: 0.2s;
    }
    .navbar{
        padding: 5px 0px;
        margin: 0px 20px;

    }
    .main button{
        margin-right: 250px;
    }
}
.container{
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    width: 100%;
    min-height: 450px;
    background-color: #ffffff;
    font-family: "Poppins", sans-serif;
}
.container .contents-wraper{
    width: 70%;
    min-height: inherit;
    margin: 30px auto;
    text-align: center;
}
.contents-wraper .header h2{
    position: relative;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
}
.contents-wraper .header h2::before{
    content: '';
    width: 200px;
    height: 2px;
    background-color: #006994;
    border-radius: 15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
}
.contents-wraper .testRow{
    width: 100%;
    min-height: inherit;
    position: relative;
    overflow: hidden;
}
.testRow .testItem{
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.testRow .testItem:not(.active){
    top: 0;
    left: -100%;
}
.testRow .testItem img{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 5px;
    outline: 2px solid #006994;
    outline-offset: 2px;
}
.testRow .testItem h4{
    font-size: 30px;
    font-style: italic;
    padding: 7px;
}
.testRow .testItem h5{
    font-style: italic;
}
.testRow .testItem p{
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.2;
    padding: 10px;
}
.contents-wraper .indicators{
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px;
    cursor: pointer;
}
.contents-wraper .indicators .dot{
    width: 15px;
    height: 15px;
    margin: 0px 3px;
    border: 3px solid #aaa;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.5s ease;
}
.contents-wraper .indicators .active{
    background-color: #006994;
}
@keyframes next1{
    from{
        left: 0%;
    }
    to{
        left: -100%;
    }
}
@keyframes next2{
    from{
        left: 100%;
    }
    to{
        left: 0%;
    }
}

@keyframes prev1{
    from{
        left: 0%;
    }
    to{
        left: 100%;
    }
}
@keyframes prev2{
    from{
        left: -100%;
    }
    to{
        left: 0%;
    }
}

@media(max-width: 550px){
    .container .contents-wraper{
        width: 90%;
    }
    .contents-wraper .header h2{
        font-size: 32px;
    }
    .testRow .testItem h4{
        font-size: 26px;
    }
    .testRow .testItem p{
        font-size: 16px;
        letter-spacing: initial;
        line-height: initial;
    }

}

@media (max-width: 1090px){
    header{
        padding: 14px 0%;
        transition: .2s;
    }
    .ham{
        display: block;
        width: inline;
    }
    .main{
        position: static;
        display: flex;
        justify-content: center;
        align-items: center;
        /* margin-left: 420px; */
    }
    .main button a{
        font-size: 0.7em;
    }
    .main button{
        padding: 15px 10px 15px 10px;
        width: 140px;
        margin-left: 50px;
    }
    .navbar{
        background-color: #f7f7f7;
        position: absolute;
        top: 100%;
        right: -100%;
        padding: 10px 0px 0px 0px;
        /* width: 270px;     */
        height: 29vh;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        transition: all .50s ease;
        border-radius: 10px;
    }
    .nav-1{
        width: 50%;
        justify-content: end;
         /* padding-left: 80px;  */
    } 
    .navbar a:hover{
        color: darkcyan;
    }
    .navbar li{
        padding: 10px 0px 0px 0px;
    }
    .navbar.open{
        right: 2%;
    }
    .logo{
        width: 20%;
    }
    .logo img{
        width: 50vw;
    };
    .hero-img{
        margin-top: 35px;
    }
}
.main-moving-text{
    padding: 80px 0px 80px 0px;
    box-sizing: border-box;
}
/*.wrapper{*/
/*    width: 90%;*/
/*    max-width: 1536px;*/
/*    margin-inline: auto; */
/*    position: relative;*/
/*    height: 100px;*/
/*    display: flex;*/
/*    justify-content: flex-start;*/
/*    overflow: hidden;*/
/*}*/
/*.wrapper h2{*/
/*    height: 100px;*/
/*    position: absolute;*/
/*    text-align: center;*/
/*    font-family: "Open Sans", sans-serif;*/
/*    color: transparent;*/
/*    -webkit-text-stroke-width: 0.1px;*/
/*    -webkit-text-stroke-color: #fff;*/
/*    white-space: nowrap;*/
/*    padding: 0 6rem;*/
/*    letter-spacing: 1px;*/
/*    animation: move-rtl 6000ms linear infinite;*/
/*}*/
.wrapper{
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
}
.wrapper h2{
    font-size: 32px;
    /* -webkit-text-stroke-width: 1px; */
    /* -webkit-text-stroke-color: #000; */
    color: #000;
    white-space: nowrap;
    padding: 0 6rem;
    letter-spacing: 1px;
    animation: move-rtl 12000ms linear infinite;

}
@keyframes move-rtl{
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(-100%);
    }
}
@media (max-width: 540px){
    
    header{
        padding: 14px 0%;
        transition: .2s;
        width: 100vw;
        justify-content: space-between;
        align-items: center;
    }
    .ham{
        display: block;
        width: inline;
    }
    .main{
        /* position: static; */
        display: flex;
        justify-content: center;
        align-items: center;
        justify-items: center;
        /* margin-left: 420px; */
    }
    .main button a{
        font-size: 1em;
    }
    .main button{
        padding: 20px 20px 20px 20px;
        width: 150px;
        /* margin-left: 50px; */
        align-self: center;
        justify-self: center;
    }
    .navbar{
        background-color: #f7f7f7;
        position: absolute;
        top: 100%;
        right: -200%;
        padding: 10px 0px 0px 0px;
        width: 270px;
        height: 29vh;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        transition: all .50s ease;
        border-radius: 10px;
    }
     .nav-1{
        width: 50%;
        justify-content: end;
         /* padding-left: 80px;  */
    } 
    .navbar a:hover{
        color: darkcyan;
    }
    .navbar li{
        padding: 10px 0px 0px 0px;
    }
    .navbar.open{
        right: 2%;
    }
    .logo{
        width: 15%;
    }
    .logo img{
        width: 30vw;
    }
    .contact{
        margin-top: 90px;
    }
    .main{
        /* position: absolute;
        margin-left: 120px; */
        justify-content: center;
        align-items: center;
        display: none;
    }
    body{
        margin-top: 0%;
    }
    /* body{
        /* max-width: 130vw; */
    /* } */ */
    .hero-img{
        /* margin-top: 90%; */
        padding: 50px 0px 0px 0px;
        width: 100vw;
        /* row-gap: 90px; */
        margin-top: 35%;
    }
    /* .first-img-hs{
        column-gap: 90px;
    } */
    #last-img{
        width: 100%;
    }
    .driver-logo img{
        margin-top: 30px;
        width: 30%;
    }
    .driver-logo h4{
        width: 100%;
        font-size: 20px;
        font-family: "Roboto", sans-serif;
        line-height: 24px;
        font-weight: 600;
        width: 55%;
    }
    .second-main{
        margin-top: 30px;
        width: 100%;
        font-size: 24px;
        text-align: center;
        padding: 10px;
    }
    .second-main h3{
        width: 100%;
    }
    .icon-box-land-page{
        width: 100%;
        padding: 10px;
        font-size: 16px;
        justify-content: center;
        align-items: center;
    }

    .car-icon-box{
        width: 90%;
        gap: 0px;
        justify-content: center;
    }
    .car-icon-box li{
        padding-top: 20px;
        justify-content: center;
        font-size: 12px;
    }
    .icon-box-land-page h2{
        width: 100%;
        font-size: 35px;

    }
    #Bullet-proof-car{
        width: 100%;
    }
    .button-box{
        margin-top: 10px;
    }
    .button-box a{
        font-size: 13px;
    }
    .first{
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .first li{
        padding-top: 10px;
        font-size: 14px;
        width: 100%;

    }
    .ion-list{
        height: 40px;
        width: 100px;
    }
    .call{
        align-self: center;
        display: flex;
    }
    .second{
        margin-right: 10px;
    }
    .home-icon-box{
        padding: 20px 15px;
        justify-content: center;
        width: 100%;
        flex-direction: column;
        margin: -40px;
    }
    .home-icon-box p{
        text-align: center;
    }
    .home-icon-box h2{
        text-align: center;
        font-size: 16px;
    }
    .box{
        margin: 20px auto;
        margin-top: 20px;
        width: 80%;
    }
    .slider{
        width: 100%;
    }
    .form{
        /* padding-left: 10px; */
        /* margin-top: 10px; */
        width: 100%;
        height: 90vh;
        background-color: white;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /* .form{
        padding-left: 60px;
    } */
    .form h3{
        padding-right: 35px;
        font-weight: 600;
        color: #6EC1E4;
        text-align: start;
        font-family: "Poppins", sans-serif;
        font-size: 20px;
        line-height: 24px;
    }
    .home-2nd-icon-box{
        display: flex;
        flex-direction: column;
        padding: 10px;
        width: 100%;
    }
    .box-2nd{
        width: 80%;
        align-self: center;
        margin-top: 30px;
        padding: 10px;
    }
    .locations{
        padding: 30px 10px 30px 10px;
    }
    .locations h2{
        font-size: 40px;
        text-align: center;
    }
    .image-boxes{
        display: flex;
        flex-direction: column;
        padding: 10px;
    }
    .image-box{
        width: 100%;
        margin-bottom: 40px;
    }
    .image-boxes-2{
        /* width: 100%; */
        display: flex;
        flex-direction: column;
        padding: 10px;
    }
    .why-choose-us-1{
        margin: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .why-choose-us-1 h2{
        text-align: center;
    }
    .why-choose-us{
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .why-chose-icon-box{
        width: 100%;
        margin-bottom: 40px;
    }
    .last-sec h2{
        font-size: 28px;
        width: 100%;
        margin-bottom: 50px;
    }
    .last-CTA{
        text-align: center;
        /* background-color: #0000005f; */
    }
    footer{
        padding: 10px;
        display: flex;
        flex-direction: column;
    }
    .left{
        width: 100%;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
        padding: 0;
        margin: 0;
    }
    .footer-logo{
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    .footer-logo img{
        width: 50vw;
        align-items: center;
    }
    .left p{
        text-align: center;
    }
    .mid{
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
        margin: 0px;
        padding: 10px;
    }
    .right{
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .para-footer{
        flex-direction: column;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }
    .para-footer h2{
        font-weight: 500;
        font-family: "Poppins", sans-serif;
        margin-bottom: 20px;
    }
    .right p{
        font-weight: 500;  
        text-align: center;
        font-size: 16px;
        line-height: 20px;
        font-family: "Open Sans", sans-serif;
        width: 70%;
    
    }
    .right .footer-img{
        margin: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .right .footer-img img{
        margin: 0;
        width: 30%;
        margin-top: 40px;
    }
    .contact p{
        width: 100%;
    }
    .about-1st{
        flex-direction: column;
        padding: 10px;  
        /* padding: 20px; */
        padding-right: 30px;
        margin-top: 55%;
    }
    .about-2nd{
        flex-direction: column-reverse;
        padding: 10px;  
        padding-right: 30px;
        /* margin-top: 65%; */
    }
    .about-img{
        width: 100%;
        padding: 10px;
    }
    .about-img2{
        width: 100%;
        padding: 10px;
    }
    .about-img img{
        width: 95vw;
    }
    .about-img2 img{
        width: 95vw;
    }
    .about-content{
        width: 100%;
        padding: 10px;
        padding-bottom: 30px;
    }
    .about-2-content{
        width: 100%;
        padding: 0px;
        padding-bottom: 30px;
    }
    .about-content h2{
        margin: 0px;
        margin-top: 20px;
    }
    .about-content p{
        margin-left: 0px;
        width: 90%;
    }
    .about-2-content p{
        margin-left: 0px;
        padding: 0;
        width: 90%;
    }
    .progress-bar{
        margin-top: 20px;
        padding: 0px;
        width: 400px;
    }
    .form h3{
        font-weight: 600;
        color: #6EC1E4;
        margin-bottom: 20px;
        align-self: center;
        text-align: center;
        font-size: 20px;
        padding-right: 0;
    }
    .icon-box-land-page h2{
        margin-top: 40px;
        font-size: 26px;
        font-family: "Roboto", sans-serif;
        font-size: 24px;
        line-height: 24px;
        width: 60%;
        font-weight: 600;
    }
    .car-icon-box ul li{
        font-family: "Roboto", sans-serif;
        font-size: 12px;
        line-height: 18px;
        font-weight: 400;
    }
    .car-icon-box ul li i{
        font-size: 18px;
        line-height: 24px;
    }
    .call{
        background-color: #61CE70;
        color: white;
        padding: 0px;
    }
    .call i{
        color: white;
        font-size: 20px;
        line-height: 20px;

    }
    .fa-whatsapp{
        padding: 2px;
        width: 10%;
    }
    .button-box{
        width: 110%;
        font-size: 15px;
        line-height: 15px;
        font-weight: 500;
        font-family: "Roboto", sans-serif;
        padding: 10px 25px 10px 25px;
        text-align: center;
    }
    .button-box a{
        font-size: 15px;
        line-height: 15px;
        font-weight: 500;
        font-family: "Roboto", sans-serif;
        /* padding: 15px 20px; */
        text-align: center;
        align-self: center;
    }

    .cars-image img{
        width: 70%;
    }
    .phone-box{
        margin-bottom: 40px;
    }
    .locations h2{
        font-size: 32px;
    }
    .last-sec h2{
        
        width: 80%;
    }
    /* form{
        margin-left: 40px;
    } */
    .form input{
        width: 100%;
        /* width: 50%;     */
        border: 1px solid red;
        padding: 10px;
    }
    #pick-up-city{
        width: 100%;
        column-width: 100%;
        font-family: "Poppins", sans-serif;
    }
    #drop-off-city{
        width: 100%;
        column-width: 100%;
        font-family: "Poppins", sans-serif;
    }
    #pick-up-date{
        width: 100%;
        column-width: 100%;
        font-family: "Poppins", sans-serif;
    }
    #drop-off-date{
        width: 100%;
        column-width: 100%;
        font-family: "Poppins", sans-serif;
    }
    #time{
        width: 100%;
        column-width: 100%;
        font-family: "Poppins", sans-serif;
    }
    #phone-number{
        width: 100%;
        column-width: 100%;
        font-family: "Poppins", sans-serif;
    }
    #email{
        width: 100%;
        column-width: 100%;
        font-family: "Poppins", sans-serif;
    }
    #Cars{
        width: 100%;
        border: 1px solid   red;
        padding: 10px;
        column-width: 100%;
        font-family: "Poppins", sans-serif;
    }
    #message{
        width: 100%;
        margin-top: 10px;
        padding: 10px;
        font-family: "Poppins", sans-serif;
        column-width: 100%;
        border: 1px solid   red;
    }
    #submit{
        /* width: 100%; */
        padding: 15px 20px 15px 20px;
        font-family: "Poppins", sans-serif;
        background-color: red;
        border: 1px solid red;
        border-radius: 0px;
        align-self: center;
        display: block; margin: 0 auto;
        font-size: 15px;
        line-height: 18px;
        font-weight: 600;
        color: white;
    }
    .form{
        margin-top: 30px;
        width: 100%;
        height: 80%;
        background-color: white;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .form{
        display: flex;
        flex-direction: column;
        /* justify-content: center;
        align-items: center; */
        font-size: 35px;
        padding: 20px;
        border: 1px solid red;
        font-family: "Poppins", sans-serif;
        width: 95%;
        margin-bottom: 0px;
        margin-bottom: 30px;
    }
    label{
        font-family: "Roboto", sans-serif;
        font-size: 16px;
        line-height: 16px;
        font-weight: 700;
        color: #000;
    }
    .body-mid{
        padding: 0;
    }
    .driver-logo{
        padding: 10px;
    }
    * {
        box-sizing: border-box;
      }
      body, html {
        overflow-x: hidden;
      }
      .hero-img{
        margin-top: 0;
        padding-top: 15%;
        background-color: #FAEFC9;
      }
      .first-img-hs img{
        margin-bottom: -5;
      }
      #Bullet-proof-car{
        width: 70%;
      }
      .call{
        /* padding: 2vw; */
        width: 10vw;
        background-color: transparent;
        justify-content: center;
        display: flex;
        /* padding: 2vw; */
        width: 100%;

      }
      .call a{
        font-size: 25px;
        line-height: 25px;
      }
      .call-icon{
        background-color: #61CE70;
        width: 30%;
        border-radius: 55px;
        /* padding: 5% 5% 8% 9%; */
        height: 35px;
        justify-content: center;
        align-items: center;
        display: flex;
      }
      .only-call{
        padding-bottom: 5px;
      }
      .fa-phone-volume{
        size: 90px;
      }
      .call i{
        color: white;
      }
      .only-call i{
        font-size: 15px;
      }
      .button-box{
        border-radius: 55px;
      }
      .car-icon-box{
        padding: 0px;
        width: 100%;
      }
      .stars{
        padding-top: 30px;
        padding-right: 0;
      }
      .stars img{
        width: 5%;
      }
      .first{
        width: 100%;
      }
      #coaster{
        width: 85%;
      }
      #toyota{
        width: 55%;
        margin-top: 20px;
      }
      #noah{
        width: 80%;
        margin-top: 10px;
      }
      .phone-box h2{
        font-size: 28px;
        line-height: 28px;
        font-weight: 28px;
        font-family: "Roboto", sans-serif;
      }
      .phone-box p{
        font-size: 14px;
        line-height: 25px;
        font-weight: 400px;
        font-family: "Roboto Slab", serif;
      }
      .phone-box i{
        font-size: 90px;
        line-height: 70px;
      }
      .home-icon-box{
        margin: 0;
        padding: 10;
      }
      .box-1{
        font-size: 93px;
      }
      .box{
        width: 100%;
      }
      .box h2{
        font-size: 28px;
        line-height: 28px;
        font-family: "Poppins", sans-serif;
      }
      .box p{
        font-size: 18px;
        margin-top: 10px;
        line-height: 28px;
        font-family: "Roboto", sans-serif;
      }
      .stars-icon{
        width: 100%;
      }
      .stars-icon i{
        margin-top: -20px;
        font-size: 16px;
      }
      .home-2nd-icon-box{
        padding: 10px;
      }
      .box-2nd{
        width: 100%;
        margin-right: 0;
        padding: 20px;
      }
      .locations{
        padding: 90px 0px 30px 0px;
      }
      .locations h2{
        padding-bottom: 30px;
        font-family: "Barlow", sans-serif;
        font-size: 44px;
        line-height: 45px;
        font-weight: 600;
        color: RGB(45, 49, 52);
      }
      .card h2{
        font-family: "Barlow", sans-serif;
        font-size: 28px;
        line-height: 26px;
        font-weight: 700;
        color: white;
      }
      .card{
        opacity: 0.6;
        background-color: #000;
      }
      .why-choose-us-1 h2{
        font-family: "Barlow", sans-serif;
        font-size: 37px;
        line-height: 45px;
        font-weight: 600;
      }
      .why-chose-icon-box{
        width: 100%;
      }
      .why-chose-icon-box h2{
        font-family: "Barlow", sans-serif;
        font-size: 25px;
        line-height: 26px;
        font-weight: 600;
        text-transform: uppercase;
      }
      .why-chose-icon-box p{
        font-family: "Roboto", sans-serif;
        font-size: 20px;
        width: 100%;
        line-height: 30px;
        font-weight: 300;
      }
      .why-chose-icon-box img{
        width: 45%;
        border: transparent;
      }
      .why-choose-us{
        padding: 0;
      }
      .last-sec img{
        width: 45%;
      }
      .progress-bar{
        width: 300px;
      }
      .about-1st p{
        font-size: 18px;
        line-height: 26px;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
      }
      .about-content h2{
        font-family: "Roboto", sans-serif;
      }
      .about-content{
        background-color: white;
      }
      .about-1st{
        margin-top: 60px;
        padding-right: 10px;
      }
      .about-2nd{
        margin-top: 60px;
        padding-right: 10px;
      }
      .about-2-content{
        background-color: white;
      }
      .about-2nd p{
        margin-top: 40px;
        font-size: 18px;
        line-height: 26px;
        font-family: "Barlow", sans-serif;
        font-weight: 300;
        text-align: center;
        width: 100%;
      }
      .Audi img{
        width: 10%;
      }
      .locat{
        border-radius: 15px 15px 0px 0px;
      }
      .one{
        border-radius: 15px 15px 0px 0px;
        height: 230px;
        object-fit: cover;
        max-width: 100%;
        background-position: center;
      }
      .two{
        border-radius: 15px 15px 0px 0px;
        height: 230px;
        object-fit: cover;
        max-width: 100%;
        background-position: center;
      }
      .three{
        border-radius: 15px 15px 0px 0px;
        height: 520px;
        object-fit: cover;
        max-width: 100%;
        background-position: center;
      }
      .four{
        border-radius: 15px 15px 0px 0px;
        height: 230px;
        object-fit: cover;
        max-width: 100%;
        background-position: center;
        image-resolution: full;
      }
      .five{
        border-radius: 15px 15px 0px 0px;
        height: 230px;
        object-fit: cover;
        max-width: 100%;
        background-position: center;
        image-resolution: full;
      }
      .six{
        border-radius: 15px 15px 0px 0px;
        height: 230px;
        object-fit: cover;
        max-width: 100%;
        background-position: center;
        image-resolution: full;
      }
      .image-box-4{
        border-radius: 15px 15px 0px 0px;
        margin-right: 0;
      }
      .image-box-6{
        border-radius: 15px 15px 0px 0px;
        margin-right: 0;
      }
      .call-icon{
        width: 43px;
        height: 45px;
      }
      .only-call{
        padding-bottom: 0;

      }
      .call-icon a i{
        font-size: 23px;
      }
      .number-last{
        color: #CC3366;
      }
      .stars-icon i{
        color: #F0AC4D;
      }
      .Audi{
        width: 85%;
      }
      .Haice{
        width: 55%;
      }
      .f-icons{
        margin-top: 40px;
        width: 80%;
        align-items: center;
        justify-content: space-evenly;
        display: flex;
      }
      .f-icons a{
        color: white;
        background-color: red;
        /* padding: 15px; */
        border-radius: 255px;
        border: 1px solid red;
      }
      .f-icons a i{
        font-size: 25px;
        padding: 15px;
        border-radius: 155px;
      }
      .f-icons a:hover{
        color: red;
        background-color: white;
        border: 1px solid red;
        transition: 0.7s;
      }
      .logo{
        margin-right: 20px;
        border-radius: 15px;
        width: 40%;
        box-shadow: 0px 0px 5px 2.5px rgba(0, 0, 0, 0.048);
      }
      header{
        display: flex;
        flex-direction: column;
      }
      .top{
        flex-direction: row-reverse;
        display: flex;
        width: 100%;
      }
      .bottom{
        width: 100%;
      }
      .main{
        display: flex;
        margin-top: 15px;
      }
      .header{
        display: flex;
        flex-direction: column;
      }
      .main button {
        margin: 0px;
        padding: 15px 10px 15px 10px;
        width: 200px;
    }
    .footer-num{
        margin-bottom: 10px;
    }
    .footer-num i{
        font-size: 22px;
    }
    body{
        margin-top: 0%;
    }
    .f-phone{
        margin: 0 0 0 15px;
    }
    .f-whatsapp{
        margin: 0 0 0 15px;
    }
    .para-footer{
        text-align: center;
        width: 100%;
    }
    .head-office{
        font-weight: 600;
    }
    .home-num a{
        text-decoration: none;
    }
    .floating-button i{
        margin-right: 20px;
        font-size: 30px;
        margin-top: 15px;
    }
    .floating-button{
    position: absolute;
    width: 65px;
    height: 65px;
    background: #26d466;
    bottom: 0px;
    /*left: 0;*/
    right: 0;
    border-radius: 50%;
    color: white;
    line-height: 65px;
    text-align: center;
    font-size: 23px;
    z-index: 100;
    box-shadow: 0px 10px 25px -5px rgba(44, 179, 240, 0.6);
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}
    .element-container{
        margin: 0 40px;
    }
}


/* Blog */

@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Baloo+Bhaina+2:wght@500&display=swap");
:root { 
  --main-bg-color: #bd6418;
  --font1: "Poppins", sans-serif;
  --font2: "Roboto", sans-serif;
}

.center{
  text-align: center
}

.font1 {
  font-family: var(--font1);
}
.font2 {
  font-family: var(--font2);
}

.max-width-1 {
  max-width: 80vw;
}

.max-width-2 {
  max-width: 85vw;
}

.m-auto {
  margin: auto;
}

.mx-1{
  margin-left: 23px;
  margin-right: 23px;
}

.my-2{
  margin-top: 32px;
  margin-bottom: 32px;
}

.btn {
  padding: 0px 20px;
  padding-top: 3px;
  border: 2px solid black;
  border-radius: 6px;
  font-family: var(--font1);
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.btn:hover {
  color: white;
  background: var(--main-bg-color);
}

.form-input {
  padding: 0px 5px;
  padding-top: 3px;
  font-size: 16px;
  border: 2px solid black;
  border-radius: 4px;
  margin: 0 13px;
  font-family: var(--font1);
}

.form-box input, textarea{
  width: 52vw;
  padding: 0px 6px;
  margin: 7px 0;
  font-size: 18px;
  font-family: var(--font1);
  border: 2px solid var(--main-bg-color);
    border-radius: 5px;
}

* {
    margin: 0;
    padding: 0; 
  }
  
  .navigation {
    margin-top: 25px;
    font-family: var(--font1);
    /* height: 74px;  */
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .nav-left {
    display: flex;
  }
  
  .nav-left span {
    font-size: 35px;
    padding-top: 10px;
  }
  
  .nav-left ul {
    display: flex;
    align-items: center;
    margin: 0 77px;
    font-size: 22px;
    padding-bottom: 23px;
  }
  
  .nav-left ul li {
    list-style: none;
    margin: 0 14px;
    font-family: var(--font2);
    transition: all 0.3s ease-in-out;
  }
  
  .nav-left ul li a {
    text-decoration: none;
    color: black;
  }
  
  .nav-left ul li a:hover {
    color: var(--main-bg-color);
    font-weight: bolder;
  }
  
  .content {
    height: 100%;
    display: flex;
    margin-top: 32px;
    padding: 9px;
    position: relative;
  }
  
  .content::after {
    content: "";
    background-image: url("../img/11.svg");
    position: absolute;
    width: 100%;
    height: inherit;
    opacity: 0.15;
    border-radius: 12px;
  }
  
  .content-left {
    font-family: var(--font1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 49px;
    z-index: 1;
  }
  
  .content-right {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .content-right img {
    height: 355px;
    border: 2px solid black;
    border-radius: 200px;
  }
  
  .home-articles {
    padding: 18px;
    background-color: rgb(248, 239, 239, 0.5);
    margin-top: 23px;
    margin-bottom: 23px;
    position: relative;
  }
  
  .year-box {
    position: absolute;  
    right: 0px;
    top: 100px;
    width: 234px;
    height: 255px;
    font-size: 18px;
  }
  
  .year-box div {
    margin: 12px 0px;
  }
  
  .home-article {
    display: flex;
    margin: 15px 5px;
  }
  
  .home-article img {
    width: 300px;
  }
  
  .home-article-content {
    align-self: center;
    padding: 10px;
  }
  
  .home-article-content a {
    text-decoration: none;
    color: black;
  }
  /* .home-articles{} */
  .footer {
    height: 50px;
    background-color: var(--main-bg-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-direction: column;
  }
  
  .footer a {
    color: white;
  }
  @media screen and (max-width: 1200px) {
    .navigation {
      flex-direction: column;
      margin-bottom: 23px;
    }
  
    .nav-left {
      flex-direction: column;
      text-align: center;
    }
  
    .content-right {
      display: none;
    }
  
    .home-article {
      flex-direction: column;
    }
  
    .home-article-img {
      text-align: center;
    }
  
    .year-box {
      top: 25px;
      left: 60vw;
      font-size: 11px;
      display: flex;
    }
  
    .year-box div {
      padding: 0 3px;
      margin: 0;
    }
  
    .home-article img {
      width: 60vw;
    }
    .form-input {
      width: 50%;
    }
    .form-box input,
    textarea {
      width: 66vw;
    }
    .row {
      flex-direction: column;
    }
    .social {
      padding: 0;
    }
    .post-img {
      height: auto;
    }
    .adjust-year {
      position: static;
      height: auto;
      padding: 12px 0px;
      display: flex;
      justify-content: flex-end;
      width: 100%;
    }
  }

button{
    margin-top: 10px;
    padding: 10px 20px;
    border-radius: 6px;
    color: white;
    border: white;
    background-color: red;
    font-family: var(--font1);
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

/* Blog-Post */

.post-img{
    height: 300px;
    overflow: hidden; 
}
.post-img img{
    width: 100%;
}
.blog-post-content{
    /* background-color: rebeccapurple; */
}
.blog-post-content h2{
    text-align: center;
}
.blog-post-content p{
    font-size: 18px; 
}

.row{
    display: flex;
}
.more-post{
    flex-direction: column; 
    align-items: center;
}
.blogpost-meta{ 
    display: flex;
    justify-content: space-between;
}

.author-info{
    margin: 12px 0;
}
.author-info div{
    padding: 4px 0px;
    font-family: var(--font2);
}
.social{
    padding-right: 53px;
    align-self: center;
    cursor: pointer;
}
p{
    /* font-family: var(--font1);
}
p :nth-child(1){
    font-family: var(--font2);
} */