/*
Theme Name: BitBuildTechnology
Theme URI: https://yourdomain.com/
Author: Your Name
Author URI: https://yourdomain.com/
Description: A custom WordPress theme for BitBuildTechnology
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bitbuildtechnology
*/
:root {
  --primary-color: #5545a1;
  --text-color: #000;
  --background-color: #0b0e26;
  --text-color-se:#FFF;

  --font-primary: "Bai Jamjuree", sans-serif;
  --font-secondary: "DM Sans", sans-serif;
}
body {
  background-color: var(--background-color);
  color: var(--text-color);
  font-family: var(--font-primary);
}

h1, h2, h3 {
  color: var(--primary-color);
  font-family: var(--font-primary);
}

h1{
    font-size: 75px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.1em;
    color: #FFFFFF;
}
h2{
  font-size: 65px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.1em;
    color: #FFFFFF;
}
h3{
  font-size: 50px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.1em;
    color: #FFFFFF;
}
p{
   color: var(--font-secondary);
   font-size: 18px;
}
.top-sec{
  color:#a34d93;
}
.button {
  background-color: var(--primary-color);
  color: var(--background-color);
  font-family: var(--font-primary);
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: 18px;
    font-weight: var(--bs-nav-link-font-weight);
    color: #FFF !important;
    text-decoration: none;
    background: 0 0;
    border: 0;
     font-family: var(--font-secondary);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    margin-right: 32px !important;
}
.navbar-brand{
  font-size: 36px;
  font-weight: bold;
  color: var(--text-color-se);
}
a.nav-link.header-nevbar-button {
    border: 2px solid #a34d93;
    border-radius: 20px;
    padding: 8px;
    margin-left: 9px;
}
a.nav-link.header-nevbar-button:hover {
    border: 2px solid #a34d93;
    border-radius: 20px;
    padding: 8px;
    margin-left: 9px;
    color:#a34d93;
}

     .banner{
      width: 100%;
      height:auto;
      background-size: cover;
      background-position: center;
      transition: background-image 1s ease-in-out;
      position: relative;
    }
    .banner-two{
       width: 100%;
      height:auto;
     
      
     
      position: relative;
    }
    div#background {
    padding-top: 130px !important;
    padding-bottom: 150px !important;
}
    .overlay {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: linear-gradient(to bottom right, #a34d9396, #ffffff00);
      border-radius: 1rem; /* matches rounded-3 */
    
    }
     .banner-content {
      position: relative;
      z-index: 2;
      color: white;
    }
   .one-btu{
   background: #FFF;
    padding: 18px 36px;
    border: 0px;
    border-radius: 50px;
    color:#0b0e26;
    font-size: 18px;
    
  }
  
  .one-btu-beener{
   background: #a34d93;
    padding: 18px 36px;
    border: 0px;
    border-radius: 50px;
    color:#fff;
    font-size: 18px;
    margin-left: 10px;
    
  }
  .one-btu-beener:hover{
   background:#FFF;
    padding: 18px 36px;
    border: 0px;
    border-radius: 50px;
    color:#0b0e26;
    font-size: 18px;
    
  }
  
  
  .one-btu-nevbar{
   background: #FFF;
    padding: 10px 16px;
    border: 0px;
    border-radius: 50px;
    color:#0b0e26;
    font-size: 18px;
    
  }
  .one-btu-nevbar:hover{
   background: #a34d93;
    padding: 10px 16px;
    border: 0px;
    border-radius: 50px;
    color:#fff;
    font-size: 18px;
    
  }
  .one-btu-from{
   background: #0b0e26;
    padding: 18px 36px;
    border: 0px;
    border-radius: 50px;
    color:#0b0e26;
    font-size: 18px;
    color:#FFF;
  }
  .one-btu-from:hover{
   background: #fff;
    padding: 18px 36px;
    border: 0px;
    border-radius: 50px;
    color:#0b0e26;
    font-size: 18px;
    color:#0b0e26;
  }
  .spane{
    margin-top:120px;
  }
  .one-thind{
    background: #a34d93;
    padding: 18px 36px;
    border: 0px;
    border-radius: 50px;
    color:#fff;
    font-size: 18px;
    
  }
  .custom-hr {
  height: 5px;
  width: 100%;
  background-color:#a34d93;
  border: none;
  margin: 20px 0;
}
  .one-thind:hover{
    background: #FFF;
     color:#0b0e26;
  }
  .one-btu:hover{
    background-color: #0b0e26;
    color: #FFF;
  }
  .banner-content .fa-phone-volume{
    
    background:#0b0e26;
    padding: 19px 22px;
    border-radius: 100px;
    font-size: 24px;
  }
   .banner-content .fa-phone-volume:hover {
    content: "\f2a0";
    background:var(--primary-color);
   
  }
  button.btn.btn-primary.two-btn {
    background: no-repeat;
    border: none;
    font-size: 21px;
    font-weight: 600;
    margin-left: 35px;
}
.social-follow{
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    color: #FFF;
    align-items: center;
}
.social-follow a{
    color: #FFf;
    text-decoration: none;
    margin-bottom: 20px;
  }
  .service-box {
    background: #07192f;
    color: #FFf;
    padding: 60px;
    border-radius: 26px;
    border: 0.2px solid #363436;
    height: 100%;
    min-height:100%;
}
.service-boxa {
    background: #07192f;
    color: #FFf;
    padding: 29px;
    border-radius: 26px;
    border: 0.2px solid #363436;
    height: 100%;
    min-height:100%;
}
.service-box:hover {
    background: #a34d93;
    color: #FFf;
    padding: 60px;
    border-radius: 26px;
    border: 0.2px solid #363436;
}
.service-boxa:hover {
    background: #a34d93;
    color: #FFf;
    padding: 29px;
    border-radius: 26px;
    border: 0.2px solid #363436;
}
.service-box i {
    font-size: 38px;
    margin-bottom: 30px;
}
.service-box h4{
font-weight: bold;
    margin-bottom: 30px;
    font-size: 32px;
  }
  .service-boxa i.fas.fa-arrow-right.services-net {
    background: #fff;
    font-size: 20px;
    height: 50px;
    width: 50px;
    align-items: center;
    text-align: center;
    display: grid;
    color:#a34d93 !important;
;
    margin-top: 30px;
    border-radius: 30px;
}
.service-box i.fas.fa-arrow-right.services-net {
    background: #fff;
    font-size: 20px;
    height: 50px;
    width: 50px;
    align-items: center;
    text-align: center;
    display: grid;
    color:#a34d93 !important;
;
    margin-top: 30px;
    border-radius: 30px;
}
#adwod h4{
  font-weight: bold;
    margin-bottom: 30px;
    font-size: 32px;
    color: #FFF;
}
#adwod i.fas.fa-arrow-right.services-net {
    background: #fff;
    font-size: 20px;
    height: 50px;
    width: 50px;
    align-items: center;
    text-align: center;
    display: grid;
    color:#a34d93 !important;
;
   
    border-radius: 30px;
}

#adwod i.fas.fa-arrow-right.services-net:hover {
    background: #a34d93;
    font-size: 20px;
    height: 50px;
    width: 50px;
    align-items: center;
    text-align: center;
    display: grid;
    color:#fff !important;
;
   
    border-radius: 30px;
}
.card{
  background: #a34d93;
}
 .testimonial-card {
      
      border-radius: 15px;
      height:100%;
      color: #fff;
      position: relative;
      margin: auto;
     min-height: 100%;
    }
    .testimonial-card i.fa-star {
      color: #a34d93;
    }
    .quote {
      font-style: italic;
      font-size: 1.25rem;
    }
    .author-name {
      color: #a34d93;
      font-weight: 600;
      margin-bottom: 0;
    }
    .author-title {
      font-size: 0.9rem;
      color: #ccc;
    }
    .quote-icon {
      font-size: 5rem;
      color: #a34d93;
      position: absolute;
      right: 30px;
      top: 20px;
      opacity: 0.1;
    }
    .carousel-indicators [data-bs-target] {
      background-color: #a34d93;
    }
    .profile-card {
      background-color: #07192f;
      color: white;
      border-radius: 20px;
/*      max-width: 320px;*/
      margin: 50px auto;
/*      text-align: center;*/
      padding-bottom: 20px;
/*      box-shadow: 0 8px 16px rgba(0,0,0,0.2);*/
    }
    .profile-card img {
      width: 100%;
      height: auto;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      object-fit: cover;
    }
    .profile-card h5 {
      margin-top: 15px;
      font-weight: 600;
    }
    .profile-card p {
      color: #ccc;
      margin-bottom: 10px;
    }
    .tag-btn {
      border-radius: 50%;
      background-color: #14273b;
      color: #ccc;
      font-size: 0.8rem;
      padding: 10px 14px;
      border: none;
      margin: 5px;
    }
    .tag-btn:hover {
      background-color:#a34d93;
      color: #fff;
    }
    .formbox{
    min-height: 100%;
    background: #a34d93;
    padding: 60px;
    border-radius: 16px;
  }
  .form-control{
    padding: 15px !important;
  }
      .accordion-button {
      background-color: transparent;
      color: white;
      font-weight: bold;
      font-size: 1.25rem;
    }

    .accordion-button:not(.collapsed) {
      color: #a34d93;
      background-color: transparent;
      box-shadow: none;
    }

    .accordion-item {
      background-color: transparent;
      border: none;
      border-bottom: 1px solid #444;
    }

    .accordion-body {
      color: #ccc;
    }

    .accordion-button::after {
      filter: invert(1);
    }
    .accordion-button:focus{
      box-shadow: none !important;
    }
   #footer ul {
    margin: 0px;
    padding: 0px;
}
#footer ul li {
    list-style: none;
    margin-top: 15px;
}
#footer a{
  text-decoration: none;
    color: #FFF;
}
#footer{
      background: #5545a1;
    padding-top: 85px;
    padding-bottom: 85px;
}
#chouse i{
    background: #a34d93;
    font-size: 15px;
    font-weight: 600;
    height: 34px;
    width: 34px;
    text-align: center;
    border-radius: 35px;
    align-items: center;
    display: inline-flex
;
    /* padding: 9px; */
    margin-right: 10px;
    /* margin: auto; */
    justify-content: center;
}
button.navbar-toggler.d-lg-none {
    border: 1px solid #FFF;
    color: #FFF;
    background: #FFF;
}
div#offcanvasNavbar {
    background: #0b0e26;
    width: 252px;
}
.service-boxa i {
    font-size: 35px;
    margin-bottom: 20px;
}
.stryv {
    position: sticky;
    top: 0;
}
.srocll-icon i {
    font-size: 37px;
    margin:4px;
}
.srocll-icon i:hover {
    font-size: 37px;
    margin:4px;
    color:#a34d93;
}
.btn-primary:active{
    background: #0b0e26 !important;
}
@media screen and (min-width: 280px) and (max-width: 767px) {
    h1{
    font-size: 35px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.1em;
    color: #FFFFFF;
}
h2{
  font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.1em;
    color: #FFFFFF;
}
h3{
  font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.1em;
    color: #FFFFFF;
}
.one-btu-beener{
    margin-left: 0px;
    margin-top: 10px;
}
.spane {
    margin-top: 50px;
}
.service-box {
    margin-bottom: 20px;
    padding: 30px;
}
  /* Your styles here */
}
.sigle-serveas-page h1{
    font-size: 55px !important;
}
.sigle-serveas-page h2{
    font-size: 45px !important;
}
.sigle-serveas-page h3{
    font-size: 40px !important;
}
.sigle-serveas-page h4{
    font-size: 30px !important;
}
    
img.img-fluid.blog-imgas.wp-post-image {
    width: 100%;
}
.postling{
    text-decoration: none;
    color:#0b0e26;
    font-size: 25px;
}

    