@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');

:root {
    --primary-color: #f52e36;
    --highlight-color: #ffffff;
    --s_backgound-color: #f1f5fa;
    --secondary-color: #ffffff;
    --text-color: #202020;
    --p-color: #696969;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Rubik', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-family: 'Roboto', sans-serif;
}

/* icons */

/* 
body{
    overflow: hidden;
} */

.btn .btn-primary{
    background-color: #37b6ff;
}
.bg-primary{
    background-color: #37b6ff;
}


.c-item{
    height: 400px;

}
.quote-btn{
    background-color: var(--primary-color);
}
.call-now-btn:hover{
    background-color: var(--primary-color);
    transition: 0.5s;
    color: #ffffff;
    border: none !important;
}
.call-now-btn a:hover{
    color: #ffffff;
}

/* Nav bar scrolling */

.navbar-scrolled{
    /* background-color: rgba(29, 152, 168, 0.456) !important; */
    transition: 0.5s;
    /* filter: blur(10px) !important; */
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.456);
    border: none !important;
}

.navbar-brand img{
    width: 200px;
    height: auto;
}
.nav-link:hover{
    color: var(--primary-color);
    transition: 0.5s;
}
.nav-link.active{
    color: var(--primary-color) !important;
}
#main_slider {
    width: 45%;
    height: 100%;
    position: absolute;
    /* background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%); */
    /* display: flex;
    align-items: center; */
    bottom: 30%;
    left: 7%;
    max-height: 300px;
    min-height: 300px;
}
@media only screen and (max-width: 1200px) {

    #main_slider{
        width: 60%;
        bottom: 25%;
        height: 50vh;
    }
    .slider_h{
        font-size: 36px;
        line-height: 56px;
    }
    .slider_p{
        font-size: 16px;
    }
   
    
}

@media only screen and (max-width: 991px) {

    #main_slider{
        width: 80%;
        bottom: 5%;
    }
    .slider_h{
        font-size: 32px;
        line-height: 50px;
    }
    .slider_p{
        font-size: 16px;
    }
   

}

@media only screen and (max-width: 991px) {

    #main_slider{
        width: 80%;
        bottom: 5%;
    }
    .slider_h{
        font-size: 32px;
        line-height: 50px;
    }
    .slider_p{
        font-size: 16px;
    }

}

.box {
    position: relative;
    padding-left: 8% !important;
}

.hero-section {

  position: relative;
  height: 300px;
  background-image: url('https://i.pinimg.com/1200x/d4/4a/c3/d44ac3f9bb60e771b9c77fd47b123365.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}


.hero-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--p-color);
  opacity: 0.9;
}

.hero-section h1 {
  position: relative;
  z-index: 1;
  color: var(--s_backgound-color);
  margin-top: 40px;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}



.slider_h {
    font-family: 'Poppins', sans-serif;
    font-size: 42px;
    width: 100%;
    line-height: 55px;
    color: var(--secondary-color);
    /* background: rgba(255, 255, 255, 0.5);
    padding: 20px !important; */
    font-weight: 700;
    /* letter-spacing: 1.5px; */
    animation-name: animation_h;
    animation-iteration-count: 1;
    animation-duration: 1.4s;
    transition: all 1s;
    transform: scale(1);
    transform: translatey(0px);
    margin: auto !important;
    text-align: left;
    /* text-shadow: 2px 2px rgba(0, 0, 0, .3) !important; */
}

.slider_p {
    font-family: 'Poppins', sans-serif;
    text-shadow: 2px 2px rgba(0, 0, 0, .3) !important;
    font-size: 18px;
    color: var(--secondary-color);
    font-weight: 400;
    letter-spacing: 0.65px;
    text-align: left;
    padding-top: 12px !important;
    animation-name: animation_h;
    animation-iteration-count: 1;
    animation-duration: 1.8s;
    transition: all 1s;
    line-height: 34px;
}

.slider_btn {
    background: none;
    font-family: 'Poppins', sans-serif;
    border: 2px solid transparent;
    background: var(--primary-color);
    padding: 8px 25px;
    font-size: 15px;
    color: var(--highlight-color);
    /* letter-spacing: 0.35px; */
    font-weight: 600;
    margin-top: 20px !important;
    transition: all 1s;
    /* animation-name: animation_btn; */
    animation-iteration-count: 1;
    animation-duration: 2.2s;
    transition: all 1s;
    transform: scale(1);
    transform: translatey(0px);
    display: block;
    animation-name: animation_h;
    border-radius: none;
}

@media only screen and (max-width: 768px){

    .box {
        position: relative;
        right: 55px;
        top: 0;
        left: 0;
    }

    
    
    .slider_h {
        font-size: 22px;
        line-height: 25px;
        transform: translatey(0px);
        margin: 0;
        
    }
    
    .slider_p {
        font-family: 'Poppins', sans-serif;
        text-shadow: 2px 2px rgba(0, 0, 0, .3) !important;
        font-size: 18px;
        color: var(--secondary-color);
        font-weight: 400;
        letter-spacing: 0.65px;
        text-align: left;
        padding-top: 70px !important;
    }
    
    .slider_btn {
        background: none;
        font-family: 'Poppins', sans-serif;
        border: 2px solid transparent;
        background: var(--primary-color);
        padding: 8px 25px;
        font-size: 15px;
        color: var(--highlight-color);
        /* letter-spacing: 0.35px; */
        font-weight: 600;
        margin-top: 20px !important;
        transition: all 1s;
        /* animation-name: animation_btn; */
        animation-iteration-count: 1;
        animation-duration: 2.2s;
        transition: all 1s;
        transform: scale(1);
        transform: translatey(0px);
        display: block;
        animation-name: animation_h;
        border-radius: none;
    }

}
/* .carousel-caption {
    top: 0;
    margin-top: 80px !important;
} */

@media only screen and (min-width: 600px){
    .c-item{
        height: 700px;
    }
    /* .carousel-caption {
     
        top: 0;
        left: 0;
        position: relative;
        text-align: end;
    } */

}

.c-img{
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6);
}

/* about Section */

#about{
    /* width: 100%; */
    /* height: 100vh; */
    padding: 100px 20px;
    background: var(--secondary-color);
    overflow: hidden;
}

#abt_bottom{
    width: 100%;
    padding: 80px 20px;
    background: #f1f5fa;
}
#abt_bottom .top-icons{
    font-size: 35px;
    margin: 45px 0px !important;
}
#abt_b_box{
    width: 100%;
    height: auto;
    padding: 40px;
    /* background: #111111; */
    margin-top: 50px;
    transition: all 0.3s ease-in;
    background: var(--highlight-color);
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
#abt_b_box:hover{
    transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.1);

}
.abt_b_i{
    color: var(--primary-color);
    font-size: 105px;
    padding-bottom: 40px;
    transition: all 0.3s ease-in;
    background: transparent;
}
.abt_b_h{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #000000;
    /* color: var(--secondary-color); */
    padding-bottom:15px !important ;
    font-size: 22px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease-in;
}
.abt_b_p{
    font-family: 'Poppins', sans-serif;
    color: #888888;   
    line-height: 30px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.3px;
    transition: all 0.3s ease-in;
    margin-bottom: 35px;
}
.abt_b_ai{
    background: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    padding: 12px 15px ;
    font-size: 24px ;
    margin-top: 25px;
    transition: all 0.3s ease-in;
    margin-top: 25px;
}
#abt_b_box:hover{
    background: var(--primary-color);
    transition: all 0.3s ease-in;
}
#abt_b_box:hover > .abt_b_i{
    color: var(--highlight-color) !important;
    transition: all 0.3s ease-in;
}
#abt_b_box:hover > .abt_b_h{
    color: var(--highlight-color) !important;
    transition: all 0.3s ease-in;
}
#abt_b_box:hover > .abt_b_p{
    color: var(--highlight-color) !important;
    transition: all 0.3s ease-in;
}
#abt_b_box:hover > a .abt_b_ai{
    color: var(--primary-color);
    border: 2px solid var(--highlight-color);
    background-color: var(--highlight-color);
    transition: all 0.3s ease-in;
}

.abt_sh{
    color: #000000;
}
.abt_h{
    color: var(--primary-color);
}
.abt_btn{
    padding: 10px 30px;
    background: transparent;
    border: 2px solid var(--primary-color);
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: var(--primary-color);
    letter-spacing: 0.35px;
    transition: all 0.3s ease-in;
}
.abt_btn:hover{
    background: var(--primary-color);
    color: var(--highlight-color);
    transition: all 0.3s ease-in;
}


#sticky{
    width: 100%;
    padding: 150px 0;
    background: url('/imgs/parallax-img-semaitech.jpg');
    filter: blur(1px);
    text-align: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    color: var(--primary-color);
    font-family: 'Poppins', sans-serif;
    overlay: 1.2;
    background-attachment: fixed;
}

#portfolio{
    width: 100%;
    height: auto;
    padding: 80px 20px;
    /* background-image: url(/imgs/abstract-bg.jpg); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    backdrop-filter: blur(2px);
    opacity: 1;
    display: block;
}

#portfolio .card{
    transition: 0.5s;
    padding: 0 0 18px 0;
}
#portfolio .card:hover{
    transform: translateY(-15px);
    transition: all 0.5s ease-in;
    color: var(--highlight-color) !important;
}

#portfolio .card .card-title{
    font-size: 18px;
    font-weight: 600;
}

#portfolio .card .card-text{
    font-size: 14px;
}
/* #portfolio .card .card-text:hover{
    color: var(--highlight-color);
} */

#portfolio .card:hover{
    background-color: var(--primary-color);
    border: 1px solid #f52e36;
}

#testimonials{
    width: 100%;
    padding: 80px 20px;
}

#testimonials .card:hover{
    transition: 0.5s;
    background-color: var(--primary-color);
    color: var(--highlight-color);
}
#testimonials .text-primary{
    color: var(--primary-color) !important;
}
#testimonials .card{
    margin: 5px 0;
    padding: auto;
}

#testimonials .card .card-title{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: -5px;
}
#testimonials .card span{
    font-size: 14px;
    font-style: italic;
    margin-bottom: 25px;
}

#testimonials .card .card-text{
    font-size: 14px;
    margin-top: 15px;
    
}

#news-letter{
    width: 100%;
    background-color: #000000;
    height: auto;
    padding: 80px 0;
    background-attachment: fixed;
}
#contact_form{
    background: var(--primary-color);
    color: var(--highlight-color);
    padding: 50px 50px;
}

.contact_us_form{
    border: 2px solid var(--highlight-color);
    background: transparent;
    border-radius: 0;
    padding: 8px;
    height: auto;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
    letter-spacing: 0.3px;
    font-size: 15px;
    color: var(--highlight-color);
}
.contact_us_form::placeholder{
    color: var(--highlight-color);
}
.contact_us_btn{
    background: var(--highlight-color);
    color: var(--primary-color);
    padding: 10px 30px;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    letter-spacing: 0.65px;
}
.contact_us_form:focus{
    border: 2px solid var(--highlight-color);
    box-shadow: none;
    background-color: transparent;
    color: var(--highlight-color);
}

/* contact page */


/* Contact Section */
.contact-section {
  background-color: var(--s_backgound-color);
}

/* Left Side */
.contact-info {
  background: linear-gradient(135deg, #f52e36, #ff6b6b);
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

.contact-info i {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 10px;
  border-radius: 50%;
  font-size: 1.3rem;
  transition: 0.3s;
}

.contact-info i:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-3px);
}

.social-links a {
  font-size: 1.4rem;
  color: #fff;
  transition: all 0.3s ease;
}

.social-links a:hover {
  color: #ffe3e3;
  transform: scale(1.1);
}

/* Right Side Form */
.contact-form {
  border-left: 3px solid var(--primary-color);
}

.contact-form .form-control {
  border-radius: 8px;
  border: 1px solid #ddd;
  transition: 0.3s;
  font-family: 'Poppins', sans-serif;
}

.contact-form .form-control:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.2rem rgba(245, 46, 54, 0.1);
  font-family: 'Poppins', sans-serif;
}

.send-btn {
  background: linear-gradient(135deg, #f52e36, #ff6b6b);
  border: none;
  border-radius: 8px;
  padding: 10px;
  transition: 0.3s;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.send-btn:hover {
  background: linear-gradient(135deg, #e1262d, #ff4040);
  transform: scale(1.02);
}

/* Responsive */
@media (min-width: 992px) {
  .contact-section .col-lg-6 {
    display: flex;
  }
  .contact-section .contact-info,
  .contact-section .contact-form {
    flex: 1;
  }
}

/* footer */

#footer{
    width: 100%;
    height: auto;
    padding: 40px 20px;
    background: #ffffff;
}
.footer_p{
    font-family: 'Poppins', sans-serif;
    color: #766c6b;   
    line-height: 30px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.3px;
    padding-top: 15px !important;
}
.footer_h{
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 15px !important;
    font-size: 22px;
    color: #766c6b;
    letter-spacing: 0.65px;
    font-weight: 600;
    margin: 10px 0 0 0;
}
/* .footer_h:before{
    content: "";
    position: absolute;
    top: 36px;
    width: 100px;
    height: 2px;
    background: var(--primary-color);
} */
.footer_li{
    padding: 0;
    margin: 0;
}
.footer_li li{
    font-family: 'Poppins', sans-serif;
    color: #766c6b;   
    line-height: 30px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.3px;
    list-style: none;
    padding-top: 10px;
}
.footer_li li a i{
    color: #766c6b;
    padding-right: 6px;
}

.footer_li li a{
    color: #766c6b;
    padding-right: 6px;
}
#footer i{
    font-size: 16px;
    /* padding: 10px 3px;
    color: var(--primary-color); */
    cursor: pointer;

}
.footer-social i{
    font-size: 50px;
    padding: 10px 3px;
    color: var(--primary-color);
}

.footer-logo{
    width: 200px;
    height: auto;
    margin: 0 0 15px 0;
}

#copyright{
    width: 100%;
    height: auto;
    padding: 5px 100px;
    text-align: center;
    background-color: var(--primary-color);
    color: var(--highlight-color);
}
@media only screen and (max-width: 991px) {

    #copyright{
        padding: 8px 12px;
        font-size: 16px;
        font-weight: 400;
        display: flex;
        flex-direction: column;
    }

}

.copyright-text{
    text-align: center;
    align-items: center;
    margin-top: 10px;
}

/* top scroll  */


.scrolltop {
    /* display: none; */
    opacity: 0;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 20px;
    right: 0px;
    z-index: 9997;
}
.scrolltop-active{
    display: block;
    opacity: 1;
    z-index: 10000000;
    transition: 0.5s;
}

.scroll {
    position: absolute;
    right: 20px;
    bottom: 15px;
    background: var(--primary-color);
    padding: 7px 10px;
    border-radius: 5px;
    text-align: center;
    margin: 0 0 0 0;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .4);
    color: #222222;
}

.scroll:hover {
    background: var(--highlight-color);
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.scroll:hover .bi {
    padding-top: -10px;
    color: #37b6ff;
}

.scroll .bi {
    font-size: 20px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

/* Contact PAGE */

#contact-us{
    width: 100%;
    height: 100vh;
    padding: 100px 0;
    /* position: absolute; */
}


/* About Page */

 /* About Section */
    .about {
      padding: 80px 0;
      background-color: var(--secondary-color);
    }
    .about h2 {
      color: var(--primary-color);
      font-weight: 700;
    }
    .about p {
      color: var(--p-color);
    }

    /* Services Section */
    .services {
      background-color: var(--s_backgound-color);
      padding: 80px 0;
    }
    .service-card {
      background: var(--highlight-color);
      box-shadow: 0 4px 15px rgba(0,0,0,0.05);
      border-radius: 12px;
      padding: 30px;
      /* box-shadow: 0 4px 15px rgba(0,0,0,0.05); */
      transition: all 0.3s ease;
      height: 100%;
    }
    .service-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    }
    .service-card h5 {
      color: var(--primary-color);
      font-weight: 600;
      margin-bottom: 10px;
    }
    .service-card p {
      color: var(--p-color);
      font-size: 0.95rem;
    }

    /* CTA Section */
    .cta {
      background-color: #696969;
      color: var(--highlight-color);
      padding: 70px 0;
      text-align: center;
      background-image: url(/imgs/abstract-bg.jpg);
    }
    .cta h3 {
      font-weight: 600;
      margin-bottom: 20px;
    }
    .cta .btn {
      background-color: var(--highlight-color);
      color: var(--primary-color);
      border-radius: 30px;
      font-weight: 600;
      padding: 10px 25px;
    }

    nav .nav-item{
        padding-right: 15px;
    }