html {
  scroll-behavior: smooth;
}
.header {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.navbar {
  width: 100%;
}
.navbar,
#whyChooseUs,
#intro-section {
  padding: 0 80px;
}
.why-choose-us-mobile-view {
  display: none;
}
.btn.btn-primary a{
  color: white;  
  text-decoration: none;
}
.text-light-blue {
  color: #469aea;
}
.main-brand-image {
  max-width: 500px;
}

.item,
.card {
  display: flex;
  justify-content: center;
  align-items: center;
}
.card {
  border-radius: 1rem;
  width: 304px;
  height: 484px;
}
.item {
  width: 304px;
  height: 442px;
  box-shadow: 0 2px 8px rgb(0 0 0 / 16%);
}
.card.item {
  /* margin-top: 15px; */
  border: none !important;
}
.card-header1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 190px;
}
.col-md-4,
.col-lg-4 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
.col-md-4 {
  margin-top: 30px;
}
.btn.read-more {
  background-color: #d7e9f7;
  color: #79b4b7;
}
#services {
  background-color: #e8f6ef;
}
.btn-works {
  background-color: black;
  color: white;
  padding: 10px 30px;
}
.customer-comments {
  line-height: 2;
  word-spacing: 4px;
  max-width: 1230px;
  margin-top: 30px;
}
/* Contact section CSS */
#contact {
  width: 100%;
  background-image: url("../images/world_best_developers.png");
}
.contact-row {
  background: white;
  opacity: 0.92;
  box-shadow: 0 2px 8px rgb(0 0 0 / 16%);
}
.contact-images {
  max-width: inherit;
}
.form-control {
  padding: 10px;
  background: white;
  opacity: 1;
  border-radius: 0.7rem !important;
}
/* Footer Section */
#footer-section {
  background: #3763e7;
}
/* Keeps item align center and in flex in column */
.place-item-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.footer-row a {
  text-decoration: none;
  color: #fff;
}
.copy-right {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 2px solid #fff;
  padding: 15px 0px;
}
@media (min-width: 1440px) {
  .main-brand-image {
    max-width: 550px;
  }
}
@media (max-width: 1210px) {
  .navbar,
  #whyChooseUs,
  #intro-section {
    padding: 0 2px;
  }
}
@media (max-width: 992px) {
  #carouselExampleControls {
    display: none;
  }
  .why-choose-us-mobile-view {
    display: block;
  }
}
@media (max-width: 768px) {
  .navbar {
    padding: 0;
  }
  .navbar-brand .brand-logo1 {
    width: 40px;
  }
  .navbar-brand .brand-logo2 {
    width: 150px;
  }
  .main-brand-image {
    max-width: 350px;
  }
}
.carousel-nav-btn {
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-direction: row;
  width: 34px;
  height: 33px;
  background-color: #cbced2;
}

#chat-bot {
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 99999999999999999;
  height: auto;
  float: right;
}
#chat-bot .icon {
  transition: 0.3s all;
  box-shadow: 0 30px 50px #0000000d;
  overflow: hidden;
}
#chat-bot .icon:hover {
 
}
.google-icon {
  transform: rotate(-24deg);
  width: 46px;
  position: absolute;
  top: -41px;
  left: 82px;
  z-index: -5;
}
.google-plus-icon {
  transform: rotate(20deg);
  width: 65px;
  position: absolute;
  top: 89px;
  z-index: -5;
  left: calc(100% - 70px);
}
.instagram-icon {
  transform: rotate(-22deg);
  width: 46px;
  position: absolute;
  bottom: 18px;
  left: 247px;
  z-index: -5;
}
.facebook-icon {
  transform: rotate(10deg);
  width: 46px;
  position: absolute;
  bottom: 81px;
  right: 247px;
  z-index: -5;
}
.hard-icon-blue {
  transform: rotate(10deg);
  width: 46px;
  position: absolute;
  left: 10px;
  top: 44px;
  z-index: -5;
}

.hard-two-icon-blue {
  transform: rotate(318deg);
  width: 30px;
  position: absolute;
  left: 123px;
  top: 161px;
  z-index: -5;
}
.thumb-two-icon-blue {
  transform: rotate(346deg);
  width: 66px;
  position: absolute;
  right: 37px;
  top: 15px;
  z-index: -5;
}
.thumb-one-icon-blue {
  transform: rotate(30deg);
  width: 41px;
  position: absolute;
  right: 393px;
  bottom: 32px;
  z-index: -5;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .google-plus-icon {
    transform: rotate(20deg);
    width: 65px;
    position: absolute;
    top: -65px;
    left: calc(100% - 111px);
  }
  .instagram-icon {
    transform: rotate(-22deg);
    width: 35px;
    position: absolute;
    bottom: 15px;
    left: 55px;
    z-index: -5;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  .google-icon {
    transform: rotate(-24deg);
    width: 46px;
    position: absolute;
    top: -41px;
    left: 82px;
    z-index: -5;
  }
  .google-plus-icon {
    transform: rotate(20deg);
    width: 65px;
    position: absolute;
    top: 89px;
    z-index: -5;
    left: calc(100% - 70px);
  }
  .instagram-icon {
    transform: rotate(-22deg);
    width: 35px;
    position: absolute;
    bottom: 18px;
    left: 20px;
    z-index: -5;
  }
  .facebook-icon {
    transform: rotate(10deg);
    width: 46px;
    position: absolute;
    bottom: 81px;
    right: 247px;
    z-index: -5;
  }
}
@media (max-width: 320px) {
  .main-brand-image {
    max-width: 100%;
  }
  .google-icon {
  display: none;
  }
  .google-plus-icon {
    display: none;  
  }
}
