/* ---------------------------------------------------
Font Family
----------------------------------------------------*/
@font-face {
    font-family: renatta;
    src: url('../fonts/renatta.otf');
}
@font-face {
    font-family: gtamericastandard;
    src: url('../fonts/gtamericastandardregular.ttf');
}
@font-face {
    font-family: gtamericastandard-bold;
    src: url('../fonts/gtamericastandardbold.ttf');
}
@font-face {
    font-family: Bellefair;
    src: url('../fonts/Bellefair-Regular.ttf');
}
/* ---------------------------------------------------
Font Size 
----------------------------------------------------*/
h1{
    font-family: renatta;
}
h2{
    font-family: Bellefair;
}
h3, h4, h5, h6{
    font-family: gtamericastandard-bold;
}
h1{
    font-size: 60px;
}
h2{
    font-size: 40px;
}
h3{
    font-size: 22px;
}
h4{
    font-size: 23px;
}
h5{
    font-size: 20px;
}
p{
    font-size: 18px;
}
.fs-20{
    font-size: 20px;
}
.fs-25{
    font-size: 25px;
}
.font-bellefair{
    font-family: Bellefair;
}
/* ------------------------------------------------- 
Spacing
------------------------------------------------- */
.py-60{
    padding-top: 60px;
    padding-bottom: 60px;
}
.pb-60{
    padding-bottom: 60px;
}
.pb-30{
    padding-bottom: 30px;
}
.pb-50{
    padding-bottom: 50px;
}
.pb-80{
    padding-bottom: 80px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-20{
    margin-bottom: 20px;
}
.ls-5{
    letter-spacing: 5px;
}
/* ------------------------------------------------- 
Background and text colors
------------------------------------------------- */
.text-black{
    color: #101013;
}
.text-pink{
    color: #db1e44;
}
.text-green{
    color: #4caf50;
}
.title-line{
    position: relative;
    height: 3px;
    width: 60px;
}
.title-line-white{
    background-color: #fff;
}
.title-line-black{
    background-color: #000;
}
.line-white{
    position: relative;
    background-color: #fff;
    height: 2px;
    width: 100%;
}
.line-black{
    position: relative;
    background-color: #101013;
    height: 1px;
    width: 100%;
}
.bg-linear-pink{
    background: linear-gradient(180deg, #db1e44 30%, #fff 100%);
}
.bg-linear-pinklight{
    background: linear-gradient(180deg, #fff 0%, #ffddd0 25%, #ffddd0 85%, #fff 100%);
}
.bg-linear-greenpink{
    background: linear-gradient(180deg, #fff 20%, #b9dcbc 35%, #db1e44 80%);
}
/* ---------------------------------------------- */
body{
    font-size: 18px;
    color: #101013;
    overflow-x: hidden;
    font-family: gtamericastandard;
}
a, a:hover{
    text-decoration: none;
    color: inherit;
}
/* ---------------------------------------------------
Header
--------------------------------------------------- */
.top-header{
    border-bottom: 1px solid #aeaeae;
}
.social-icons{
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.social-icons li a{
    margin-right: 5px;
    font-size: 16px;
}
.social-icons li a img{
    height: 18px;
    width: auto;
}
.top-header p, .top-header a{
    font-size: 14px;
}
.b-right-gray{
    border-right: 1px solid #aeaeae;
}
header .navbar-brand img{
    height: auto;
    width: 180px;
}
header .nav-link{
    font-size: 16px;
    color: #101013 !important;
}
header .nav-link:hover, header .nav-link.active{
    color: #db1e44 !important;
}
header .navbar-toggler {
    position: relative;
    border: 0;
    top: -2px;
}
header .navbar-toggler span {
    position: absolute;
    height: 2px;
    width: 25px;
    background-color: #101013;
    left: 0;
    top: 8px;
}
header .navbar-toggler span:first-child {
    top: 0;
}
header .navbar-toggler span:last-child {
    top: 16px;
}
.navbar-toggler:focus{
    box-shadow: none;
    outline: 0;
}
header.header-fixed{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
}
/* ---------------------------------------------------
Css
--------------------------------------------------- */
.carousel-item {
    position: relative;
}
.carousel-item .carousel-overlay {
    position: absolute;
    background: rgba(0,0,0,0.4);
    height: 100%;
    width: 100%;
}
.carousel-caption {
    top: 50px;
    bottom: auto;
}
.carousel-indicators [data-bs-target] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: transparent;
    opacity: 1;
}
.carousel-indicators .active{
    background-color: #fff;
}
.carousel-control-prev-icon, .carousel-control-next-icon{
    background-image: none;
    background-color: #aeb2b4;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    color: #000;
    font-size: 20px;
    line-height: 40px;
}
.carousel-control-next, .carousel-control-prev{
    opacity: 1;
}
.w-fit-content{
    width: fit-content;
}
.w-max-content{
    width: max-content;
}
.form-control:focus{
    box-shadow: none;
}
.img-120{
    height: 120px;
    width: auto;
}
.brands-img img{
    height: 60px;
    width: auto !important;
}
.brands-img .col{
    border-right: 1px solid #101013;
    margin-bottom: 30px;
    text-align: center;
}
.service-box{
    position: relative;
    height: 100%;
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
}
.service-box img{
    height: 80px;
    width: auto;
    margin-bottom: 15px;
}
.service-box p{
    margin-bottom: 0;
}
/* ---------------------------------------------------
Footer
--------------------------------------------------- */
footer{
    background-color: #db1e44;
    padding: 30px 0;
    color: #fff;
}
.newsletter-form{
    background-color: #fff;
    padding: 3px;
}
.newsletter-form .form-control{
    border: 1px solid #db1e44;
    background-color: #db1e44;
    color: #fff;
    padding: 10px 15px;
    border-radius: 0;
}
.newsletter-form ::placeholder{
    color: #fff;
}

/* ---------------------------------------------------
Owl Carousel
--------------------------------------------------- */
.owl-carousel .owl-nav{
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    width: 100%;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.owl-carousel .owl-nav .owl-prev{
    left: 0;
}
.owl-carousel .owl-nav .owl-next{
    right: 0;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
    background-color: #e81859 !important;
    padding: 15px 5px !important;
    color: #fff !important;
    border-radius: 4px;
}
.owl-carousel .owl-nav{
    display: none;
}
.owl-carousel:hover .owl-nav{
    display: block;
}
.brands-img img {
    margin: auto;
}
/* ---------------------------------------------------
Responsive Css
--------------------------------------------------- */
@media(max-width: 767px){
    /* ---------------------------------------------------
    Font Size 
    ----------------------------------------------------*/
    h1{
        font-size: 40px;
    }
    h2{
        font-size: 28px;
    }
    h3{
        font-size: 20px;
    }
    h4{
        font-size: 18px;
    }
    h5{
        font-size: 17px;
    }
    p, body{
        font-size: 16px;
    }
    .fs-20{
        font-size: 18px;
    }
    .fs-25{
        font-size: 20px;
    }
    /* ------------------------------------------------- 
    Spacing
    ------------------------------------------------- */
    .py-60{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .pb-50{
        padding-bottom: 30px;
    }
    .pb-80{
        padding-bottom: 20px;
    }
    .mb-30{
        margin-bottom: 20px;
    }
    .mb-20{
        margin-bottom: 10px;
    }
    .md-mb-0{
        margin-bottom: 0 !important;
    }
    /* ------------------------------------------------- 
    Css
    ------------------------------------------------- */
    .c-mx-auto{
        margin-left: auto;
        margin-right: auto;
    }
    .carousel-control-prev-icon, .carousel-control-next-icon{
        height: 30px;
        width: 30px;
        font-size: 18px;
        line-height: 31px;
    }
    .brands-img .col:nth-child(3n){
        border-right: 0;
    }
    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
        padding: 5px 3px !important;
    }
    .service-box {
        padding: 15px;
    }
    .service-box img {
        height: 50px;
    }
    .owl-carousel .owl-nav{
        display: block;
    }
}
@media(max-width: 991px){
    /* .carousel-item img{
        height: 65vh;
        width: auto !important;
    } */
    .img-120{
        height: 70px !important;
        width: auto;
    }
    .brands-img img {
        height: 45px;
    }
    header .navbar-brand img {
        width: 140px;
    }
}
@media(min-width:768px){
    .brands-img .col:nth-child(5n){
        border-right: 0;
    }
}