@import url('https://fonts.googleapis.com/css2?family=Caveat&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Caveat', cursive;
}
body{
    overflow-x: hidden;
}
/* navbar */
html{
    scroll-behavior: smooth;
}
.navbar .custom-logo{
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 0 5px;
    letter-spacing: 1px;
    line-height: 2;
    font-weight: bold;
}
.navbar-dark .navbar-nav .nav-link{
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-style: 14px;
    transition: 0.5s all;
}
.navbar{
    padding: 20px 5%;
    background: transparent;
}
.navbar-dark .navbar-nav .nav-link:hover{
    color: #ff0000;
}
.custom-logo span{
    color: #fff ;
}
.nav-scroll{
    background-color: #ffffffad;
    box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.5);
    transition: 0.5s all;
}
.nav-scroll .navbar-nav li a{
    color: #333 !important ;
}
.nav-scroll .navbar-brand span{
    color: #333;
}
.nav-scroll .navbar-nav li a:hover{
    color: #ff0000 !important;
}
.nav-scroll .navbar-toggler{
    border: 1px solid #151515 !important;
}
.nav-scroll .navbar-toggler span i{
   color: #151515;
}
@media only screen and (max-width: 400px) {
    .navbar-brand span{
        display: none;
    }
  }

/* banner */
.cover-bg{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.mt-20{
    margin-top: 20px;
}
.mb-20{
    margin-bottom: 20px;
}
h1,h2,h3,h4{
    font-family: lato,sans-serif ;
    color: #151515;
    font-weight: normal;
}
p{
    line-height: 1.6;
    color: #777;
}
span,a{
    display: inline-block;
}
.banner{
    background-image:linear-gradient(rgba(0,0,0,0.9),rgba(0,0,0,0.2)), url(../images/fixed-images/01-banner.jpg);
    background-attachment: fixed;
    height: 100vh;
    width: 100%;
}
.banner .caption h4{
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}
.banner .caption h2{
    font-size: 30px;
    color: #fff;
    letter-spacing: 3px;
}
.banner .caption p{
    font-size: 17px;
    color: #fff;
    line-height: 32px;
    opacity: 0.7;
}
.banner .caption .social-icon a{
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    font-size: 16px;
    transition: 0.5s all ; 
}
.banner .caption .social-icon a:hover{
    color: #ff0000;
}

/* button */
.btn{
    background-color: #ff0000;
    border: 2px solid #ff0000;
    padding: 10px 20px;
    box-shadow: inset 0 0 0 #fff;
    letter-spacing: 1px;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    transition: 0.8s all;
    text-transform: uppercase;
}
.btn:hover{
    box-shadow: inset 12em 0 0 #fff;
    color: #ff0000;
}

/* section title */
.section-title{
    position: relative;
    width: 100%;
}
.section-title p{
    background-color: #ff0000;
    color: #fff;
    display: inline-block;
    margin-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 12px;
    letter-spacing: 1px;
}
.section-title h3{
    position: relative;
    font-size: 36px;
    text-transform: capitalize;
    line-height: 1.14;
    letter-spacing: 1.4px;
    padding-bottom: 13px;
}


/* services */
.services{
    transition: all 0.3s;
}
.services .blog-item .part-img{
    
    border: 1px solid rgb(182, 181, 181);
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
}
.services .blog-item .part-img img{
    height: 300px;
    object-fit: cover;
    transition: all 0.3s;
}
.services .blog-item:hover .part-img img{
    transform: scale(1.1);
}
.services .blog-item .part-img .post-info-catagory{
    position: absolute;
    left: 0;
    bottom: 0;
}
.services .blog-item .part-img .post-info-catagory a{
    background-color: #ff0000;
    padding: 7px 19px;
    color: #fff;
}
.py-15{
    padding-top: 15px;
    padding-bottom: 15px;
}

/* slide */
.slide-height .carousel .carousel-inner{
    max-height: 700px !important;
}


/* testimonial  */
.testimonial{
    background-image:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url(../images/fixed-images/03-banner.jpg);
    background-attachment: fixed;
    
}
.testimonial .section-title h3{
    color: #fff;
}
.testimonial .testimonial-item{
    text-align: center;
    background: linear-gradient(to right,transparent,rgba(200,200,200,0.1),transparent );
    padding: 30px;
}

.testimonial .testimonial-item .icon i{
    color: #ff0000;
    font-size: 30px;
}
.testimonial .testimonial-item p{
    max-width: 700px;
    margin: auto;
    margin-bottom: 20px;
    color: #fff;
}
.testimonial .testimonial-item .testimonial-author{
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonial .testimonial-item .testimonial-author .part-img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 20px;
}
.testimonial .testimonial-item .testimonial-author img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}
.testimonial .testimonial-item .testimonial-author .text{
    text-align: left;
}
.testimonial .testimonial-item .testimonial-author .text h5{
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
}
.testimonial .testimonial-item .testimonial-author .text h6{
    color: #ccc;
    font-size: 14px;
    margin-bottom: 5px;
}

 


/* footer  */
.footer{
    background: #212121;
    padding: 80px 0;
}
.footer .logo{
    width: 100%;
    margin-bottom: 30px;
}
.footer .logo .custom-logo-footer span{
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 0 25px;
    letter-spacing: 1px;
    line-height: 2;
}
.footer .social-icon{
    margin: 0 auto;
    width: 100%;
}
.footer .social-icon a{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    background: #252525;
    transition: 0.5s all;
}
.footer .social-icon a i{
    color: #fff;
    font-size: 14px;
}
.footer .social-icon a:hover{
    background-color: #1977f3;
}

.footer .copy{
    width: 100%;
    padding-top: 50px;
}
.footer .copy h6{
     color: #999;
     font-size: 14px;
     font-weight: 400;
     letter-spacing: 2px;
}


/* silck btn */
.slick-prev:before {
    content: "\f104";
    color: red !important;
    font-weight: bold;
    font-size: 20px;
    font-family: 'FontAwesome';
  }

  .slick-next:before {
    content: "\f105";
    color: red !important;
    font-size: 20px;
    font-weight: bold;
    font-family: 'FontAwesome';
  }
  .container-fluid{
      max-width: 95%;
  }

  /* new arrival */

  .responsive-blog .card .cimg{
    position: relative;
    overflow: hidden;
  }
  .responsive-blog .card .cimg img{
    border-radius: 0;
    width: 100%;
    height: 250px;
    object-fit: cover;
  }

  /* top catagory */

  .responsive-blog-new .card .cimg{
    position: relative;
    overflow: hidden;
  }

  .responsive-blog-new .card .cimg img{
    border-radius: 0;
    width: 100%;
    height: 250px;
    object-fit: cover;
  }


  /* contact */
  .contact{
    background-image:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url(https://images.unsplash.com/photo-1492892132812-a00a8b245c45?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1050&q=80);
    background-attachment: fixed;
}
.contact .section-title h3{
    color: #fff;
}
.contact .part-info{
    background: linear-gradient(to right,transparent,rgba(200,200,200,0.1),transparent );
    padding: 30px;
    margin-bottom: 50px;
}
.contact .part-info .info-block .icon{
    margin-bottom: 15px;
}
.contact .part-info .info-block .icon i{
    display: inline-block;
    color: #fff;
    font-size: 38px;
}
.contact .part-info .info-block h5{
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}
.contact .part-info .info-block p{
    color: #fff;
    opacity: 0.9;
}
.contact .part-info .col-md-4:last-child .info-block{
    border-right: 0;
}
.contact .contact-form{
    background: linear-gradient(to right,transparent,rgba(200,200,200,0.1),transparent );
    padding: 30px;
}
.contact .contact-form input,.contact .contact-form textarea{
    color: #fff;
    background: transparent;
    padding: 10px 15px;
    border-radius: 0;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.37);
    margin-bottom: 15px;
    font-size: 12px;
    transition: 0.3s all;
}
.contact .contact-form input::placeholder,.contact .contact-form textarea::placeholder{
    color: #fff;
}
.contact .contact-form input::focus,.contact .contact-form textarea::focus{
    border: 1px solid #fff;
    outline: none;
    box-shadow: none;
}

/* about */

.about-block {
    color: #f00;
}
.about-block .icon i{
    color: #fff;
    font-size: 40px;
}
.about-block p{
    color: rgb(207, 207, 207);
}
