html{
width: 100%;
    overflow-x: hidden;
}
@font-face {
  font-family: "Avenir-Regular";
  src: url("/assets/fonts/AVENIR-REGULAR.OTF");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Avenir-Regular";
  src: url("/assets/fonts/AVENIR-HEAVY.OTF");
  font-weight: bold;
  font-style: normal;
}

body,
*:not(i) {
  font-family: "Avenir-Regular" !important;
}
/* Icon 1 */

.animated-icon1,
.animated-icon2,
.animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.animated-icon1 span,
.animated-icon2 span,
.animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.animated-icon2 span {
  background: black;
}

.animated-icon1 span:nth-child(1) {
  top: 0px;
}

.animated-icon1 span:nth-child(2) {
  top: 10px;
}

.animated-icon1 span:nth-child(3) {
  top: 20px;
}

.animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* Icon 3*/

.animated-icon2 span:nth-child(1) {
  top: 0px;
}

.animated-icon2 span:nth-child(2),
.animated-icon2 span:nth-child(3) {
  top: 10px;
}

.animated-icon2 span:nth-child(4) {
  top: 20px;
}

.animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.animated-icon2.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}
#mainNav {
  backdrop-filter: blur(5px);
  background-color: hsla(0,0%,100%,0.7) !important;
}
#mainNav .navbar-nav .nav-item .nav-link {
  font-weight: bold;
}
@media (max-width: 970px) {
  #navbarResponsive {
    direction: rtl;
  }
}

#portfolio .portfolio-item {
  box-shadow: 0 0 29px 0 rgb(68 88 144 / 12%);
  transition: all 0.3s ease-in-out;
}
.card-b {
  padding: 18px 0px;
  background: white;
  border-radius: 28px;
}

.grid.products {
  display: grid;
  gap: 28px;
  padding: 16px;
  /* grid-template-columns: 1fr 1fr 1fr 1fr; */
  grid-template-rows: 1fr;
  grid-auto-flow: column;
  grid-auto-columns: minmax(300px, 1fr);
}

/* .simplebar {
        width: 500px;
        height: 400px;
      } */

.btn-blue {
  background: #51a6d8;
  padding: 10px 38px !important;
  font-weight: bold;
  font-size: 1.2rem !important;
}

.btn-blue-lg {
  background: #51a6d8;
  padding: 8px 38px !important;
  font-size: 1.3rem !important;
}

.btn-flat {
  box-shadow: none !important;
}

.card-b .card-header img {
  width: 300px;
  height: auto;
  position: absolute;
  top: -150px;
}

.card-b .card-header {
  text-align: center !important;
  margin-top: 100px;
}

.card-b .card-body p {
  margin: 34px 0px 28px !important;
}

.card-b {
  position: relative;
  margin-top: 160px;
  padding-bottom: 38px !important;
}

@media (max-width: 992px) {
  .card-header h3 {
    font-size: 1.75rem;
  }
}

.card-b .card-body {
  padding: 0px 1.25rem !important;
}

.slick-next,
.slick-prev {
  padding: 3px;
}

.slick-next:before,
.slick-prev:before {
  color: #000 !important;
  font-family: "Font Awesome 5 Pro" !important;
  font-weight: 900;
}

.slick-prev {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

.slick-prev:before {
  content: "\f053" !important;
}

.slick-next:before {
  content: "\f054" !important;
}

.grid-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 991px) {
  .grid-hero {
    grid-template-columns: 1fr !important;
  }
  .spacer {
    margin: 10px 0px !important;
  }
  .grid-hero .hero {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .section:nth-of-type(3n + 1) .hero:first-child {
    grid-column: 2;
    grid-row: 1;
  }
  .section:nth-of-type(3n + 1) .hero:last-child {
    grid-column: 1;
    grid-row: 1;
  }
  .navbar-nav {
    flex-direction: row-reverse !important;
  }
  .map-responsive {
    max-width: 90vw;
  }
}

.rtl {
  direction: rtl !important;
}

@media (min-width: 992px) {
  .moto {
    font-size: 3.2em;
    word-spacing: 5px;
    line-height: 1.35em;
  }
  .section {
    min-height: 100vh;
  }
}

@media (max-width: 991px) {
  .moto {
    font-size: 2em;
    line-height: 1.35em;
    padding: 0px 14px;
  }
  .slick-next {
    display: none !important;
  }
}

.up {
  cursor: pointer;
  position: fixed;
  background: #51a6d8;
  text-align: center;
  height: 40px;
  width: 40px;
  line-height: 40px;
  bottom: -6%;
  right: 5%;
  z-index: 99;
  border-radius: 50%;
  color: #fff !important;
  transition: all 0.45s ease;
}

.up:hover,
.up:focus {
  background: #d777a0;
}

.card-b {
  display: flex;
  flex-direction: column;
  min-height: 420px !important;
  padding-bottom: 25px !important;
  box-shadow: 0 0 29px 0 rgb(68 88 144 / 12%);
}

.card-b .card-header {
  height: 90px;
}

.card-b .card-body {
  height: 100% !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.card-b .card-body p {
  margin-top: 0px !important;
}

.card-b .card-header img {
  animation: float 3s ease-in-out infinite alternate;
}

.slick-dots {
  bottom: -40px !important;
}

@media (max-width: 768px) {
  .card-b .card-header {
    height: 65px !important;
    /* margin-top: 65px !important; */
  }
  .card-b .card-header img {
    width: 200px !important;
    top: -80px;
  }
  .grp .card-header .title {
    font-size: 1.1rem !important;
  }
  .grp .card-body p {
    padding: 0 !important;
    font-size: 13px;
  }
  .card-header {
    padding: 0.75rem 1rem !important;
  }
  .card-b .btn-blue {
    padding: 6px 30px !important;
    font-size: 1rem !important;
  }
  .card-b {
    padding-bottom: 15px !important;
    min-height: 350px !important;
    margin-top: 100px !important;
    border-radius: 20px !important;
  }
  .slick-track .slick-slide {
    padding-right: 10px;
    padding-left: 10px;
  }
  .section {
    min-height: 50vh;
  }
}

.bg-dark {
  background-color: #111423 !important;
}

.card-t .card-header img {
  width: 150px;
  border-radius: 50%;
}

.card-t {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.card-t .card-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.card-t .card-body {
  padding: 10px 18px !important;
}

.client-card {
  height: calc(100vh / 2);
  background-size: cover;
  background-position: center;
}

@media (max-width: 991px) {
  .client-card {
    height: calc(100vh / 4);
    background-size: cover;
  }
  .client-card span {
    color: #fff;
    margin: 24px 16px 18px !important;
    font-size: 1.1em !important;
  }
  .client-card i {
    color: #fff;
    margin: 24px 18px 18px !important;
    font-size: 1em !important;
    transition: margin-right 0.3s ease;
  }
}

.client-card {
  display: flex;
  align-items: flex-end;
  z-index: 2;
  flex-direction: row;
  justify-content: space-between;
}

.client-card span {
  color: #fff;
  margin: 24px 38px 38px;
  font-size: 1.75em;
}

.client-card i {
  color: #fff;
  margin: 24px 38px 38px;
  font-size: 1.75em;
  transition: margin-right 0.3s ease;
}

.client-card:hover i {
  margin-right: 24px;
}

.client-card:before {
  content: "";
  background: linear-gradient(
    180deg,
    rgba(5, 5, 30, 0.2) 50%,
    rgba(17, 20, 35, 0.5) 100%
  );
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  100% {
    transform: translatey(-15px);
  }
}

@keyframes arrow_bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateX(-15px);
    transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateX(-15px);
    transform: translateY(-15px);
  }
}
@keyframes heathing {
  0% {
    transform: scale(0.75);
  }
  20% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.75);
  }
  60% {
    transform: scale(1);
  }
  80% {
    transform: scale(0.75);
  }
  100% {
    transform: scale(0.75);
  }
}
.card-header {
  background-color: white !important;
  border-bottom: none !important;
}
.card-header h3 {
  font-size: 1.75rem !important;
}
.btn-primary:active:focus {
  box-shadow: none !important;
  background-color: #d777a0;
}
.feature-item__icon {
  border-radius: 0 px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
}
.feature-icon1 {
  background-image: url(/assets/img/whyus/speed.png);
}
.feature-icon2 {
  background-image: url(/assets/img/whyus/qulaity.png);
}
.feature-icon3 {
  background-image: url(/assets/img/whyus/output2.png);
  background-position: 38px 0px;
  font-size: 6.5em !important;
  position: static;
}
#whyus > div > div.row.text-center > div:nth-child(3) > h4 {
  margin-top: -0.5rem !important;
}
.fa-4x {
  font-size: 6em;
}
@media (min-width: 1400px) {
  header.masthead {
    padding-bottom: 27rem !important;
  }
}
section#contact {
  background-color: #212529;
  background-image: url("../assets/img/Koon\ Website\ Backgound\ 02.png");
  background-repeat: no-repeat;
  background-position: center;
}
.invalid-feedback{
  color: #d777a0 !important;
}
.carousel-indicators [data-bs-target]{
  background-color: #8d8c8c !important;
}
.carousel-indicators .active{
  background-color: #51a6d8 !important;
}
.carousel-indicators {
  margin-bottom: 0.5rem !important;
}
p{
  direction: rtl !important;
}
.heart {
  color: #EB5E28;
  animation: heathing 1s ease infinite;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none !important;
}