@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400&display=swap');


body{
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden
}

.nav-link{
    margin-right: 30px;
    font-size: 16px;
    font-weight: 600;
}

h1{
    font-size: 32px;
}

h2{
    font-size: 24px;
    font-weight: 800;
    line-height: 34px;
}
p{
    font-size: 16px;
    line-height: 34px;
}

.activeNav{
    border-bottom: 1px solid #023FB0;
    color: #023FB0;
}
.carouselIT{
    height: 555px;
}

#img1{
    background-image: url("../images/rapidkate-website-photo1.jpg");
    background-position: center;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

#img2{
    background-image: url("../images/rapidkate-Trucks-at-Port.jpg");
    background-position: center;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

#img3{
    background-image: url("../images/rapidkate-website-photo2.jpg");
    background-position: center;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-card{
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.76);
    position: absolute;
    width: 450px;
    margin-top: 100px;
    margin-left: 200px;
}

#track{
    display: flex;
    justify-content: space-around;
    margin-top: 4rem;
}

#conTrack{
    box-shadow: 10px 10px 71px lightblue;
    padding: 2rem;
    border-radius: 2%;
    text-align: center;
}

#conTrack input{
    border: 2px solid #023FB0;
}

#conTrack .input-group{
    margin-top: 2rem;
}

#conTrack .input-group span{
    background-color: #023FB0;
    border: 2px solid #023FB0;
    color: white;
}

.hightlited{
    color: #023FB0;
}

#imgABout{
    height: 400px;
    background-image: url("../images/rapidkate-website-photo3.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.textLink{
    margin-top: 2rem;
    margin-bottom: 2rem;
    color: #023FB0 ;
    font-weight: 700;
    font-size: 16px;
}

#imgABout2{
    height: 400px;
    background-image: url("../images/rapidkate-Trucks-at-Port.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.clients{
    width: 90%;
    margin: auto;
}
.clients div{
    height: 100px;
}
.clients div p{
    margin: 10px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    justify-content: center;
    background-color: white;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;

}

.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.contacts p{
    font-size: 14px;
    line-height: 20px;
}

html {
    scroll-behavior: smooth;
}



    
@media only screen and (max-width: 767px)  {
    .carousel-card{
        width: 95%;
        margin-left: 0.6rem;
    }
    #imgABout{
        margin-top: 1rem;
    }
    .reverse-sm{
        flex-direction: column-reverse;
    }
    #imgABout2{
        margin-top: 1rem;
    }
    #footer img{
        margin-left: 2rem;
        margin-bottom: 1rem;
    }
}




