img {
  object-fit: cover;
}
* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
.card:hover,
.FirstOverlay:hover {
  box-shadow: 3px 3px 11px 5px;
}
.boxShadowNone {
  box-shadow: none !important;
}
/* ------------------------------------------------------ */
.carousel-caption {
  bottom: 50%;
  top: 35%;
}

.FirstOverlay {
  position: relative;
  padding: 0;
  text-align: center;
}
.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.233);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: large;
  text-align: center;
  display: none;
}
.FirstOverlay:hover .overlay {
  display: flex;
}
.FirstOverlay:hover .fa-plus {
  color: white;
  transition: all 0.5s;
}
/* ----------------------spinner------------------------- */

.spinner {
  background-image: url(../task9images/img/carousel-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 400px;
  padding: 0;
}
.InnerSp {
  background-color: #000000ba;
  width: 100%;
  height: 400px;
  position: relative;

}
.spinner-grow {
  width: 100px;
  height: 100px;
}
.spinnerIcon {
  color: black;
  z-index: 22;
  font-size: x-large;
}
.fa-play:before {
  position: absolute;
  z-index: 5;
}
/* --------------------------------- */
.card {
  margin: 5px 5px 5px 5px;
  width: 100%;
}
.animateChild {
  border-radius: 10px;
}
.animateParent {
  position: relative;
  padding: 0px;
  margin: 20px;
  overflow: hidden;
  /* width: 25%; */
}
.animateChild {
  width: 50px;
  height: 50px;
}

.animate1,
.animate2,
.animate3,
.animate4 {
  position: absolute;
  left: -50px;
}
.animate1 {
  top: 6px;
  background-color: #0084ff;
  transition: all 0.2s ease-in-out;
}
.animate2 {
  top: 50px;
  background-color: #7544a3;
  transition: all 0.4s ease-in-out;
}
.animate3 {
  top: 100px;
  background-color: #29608d;
  transition: all 0.6s ease-in-out;
}
.animate4 {
  top: 150px;
  background-color: #46569b;
  transition: all 0.8s ease-in-out;
}

.animateParent:hover .animate1 {
  left: 5px;
  /* transform: translateX(50px); */
}
.animateParent:hover .animate2 {
  left: 5px;
  /* transform: translateX(50px); */
}
.animateParent:hover .animate3 {
  left: 5px;
  /* transform: translateX(50px); */
}
.animateParent:hover .animate4 {
  left: 5px;
  /* transform: translateX(50px); */
}

/* <img src="https://img.icons8.com/emoji/48/000000/plus-emoji.png"/> */
.accordion-button::after {
  background-image: url("https://img.icons8.com/emoji/48/000000/plus-emoji.png");
}
/* .accordion-item{
  max-width: 40%;
}
.accordion{
  width: 40%;
}
.accordion h2{
  width: 40%;
}
.accordion-button{
  width: 40%;
}
.accordion-collapse {
  width: 30%;
} */

.nav-item a:hover {
  color: rgb(255, 193, 7) !important;
}

/* --------------------------- customers--------------------------------------- */
.customers {
  background-image: url(../task9images/img/carousel-1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}
.customersoverlay {
  background-color: #0000009c;
}

.customersImg1 {
  z-index: 10;
  position: relative;
  left: 70px;
  width: 150px;
}
.customersImg2 {
  z-index: 20;
  position: relative;
  width: 200px;
}
.customersImg3 {
  z-index: 10;
  position: relative;
  right: 70px;
  width: 150px;
}
.footer a {
  text-decoration: none;
  color: white;
}
.footer a:hover {
  font-weight: bold;
  font-size: 17px;
  transition: all 0.3s;
  color: rgb(255, 164, 33);
}

/* ---------------------- hover---------------------------------- */
.hoverSec2:hover {
  background-color: rgb(33, 37, 41);
  color: white;
}
.FooterHover:hover {
  background-color: rgb(255, 193, 7);
}
.FooterBtnHover:hover {
  background-color: rgb(255, 193, 7);
  color: black !important;
}

/* ---------------------media------------------- */

/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .footerForm {
    width: 100% !important;
  }
  .myInfo {
    display: none !important;
  }
 
}
@media (max-width: 768px) {
  .footerSittings {
    display: none !important;
  }
  .CopyWright {
    border-top: white 2px solid;
  }
  .customersWdith {
    width: 100% !important;
  }

  .customersImg1 {
    width: 100px;
  }
  .customersImg2 {
    width: 150px;
  }
  .customersImg3 {
    width: 100px;
  }
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .myInfo {
    display: none !important;
  }
  .footerForm {
    width: 50% !important;
  }
  .navbar-brand {
    display: block;
  }

}

/* // Medium devices (tablets, 768px and up)  */
@media (min-width: 768px) and (max-width: 991.98px) {
 
  .FirstOverlay {
    margin: auto;
    width: 85%;
  }
  .footerForm {
    width: 50% !important;
  }
  .myInfo {
    display: none !important;
  }
  .navbar-brand {
    display: block;
  }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar-brand {
    display: none;
  }
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .navbar-brand {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .flexoverlay {
    flex-direction: column;
  }
  /* .animateParent{width: 80%; margin: auto;
} */
  .animateParentflex {
    flex-direction: column;
  }
  .accordion2 {
    border: none !important;
    padding-right: 48px !important;
    padding-left: 12px !important;

    margin-top: 20px;
  }
}

/* ------------------------------ */
.up {
  width: 80px;
  height: 80px;
  position: fixed;
  bottom: 3%;
  right: 2%;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
.up a {
  color: rgba(255, 193, 7, 0.404);
  font-size: 60px;
}

.up a:hover {
  color: rgb(255, 193, 7);
}
