:root {
  --main-font-family: font-family: "Merienda", cursive;
  --lonk-font-family: font-family: "Merienda", cursive;
  --main-color: #ff8400;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
p {
  color: #888686;
}
html {
  scroll-behavior: smooth;
}

/*startnav*/
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px 0px;
  background: rgb(0, 0, 0,0.5);
  color: white;
  z-index: 1000;
  border-bottom: 1px solid rgb(225, 255, 255, 0.2);
}
.navbar-brand {
  width: 135px;
}
.navbar-brand img {
  width: 100%;
}
.navinfo {
  display: flex;
  flex-grow: 1;
  justify-content: end;
  align-items: center;
}
.navinfo .link-nav {
}
.navinfo .link-nav a {
  color: white;
  text-decoration: none;
  padding-right: 1rem;
  padding-left: 1rem;
}
.navinfo .iconcontect {
  margin-left: 48px;
  cursor: pointer;
}
a.active {
  color: #f25454 !important;
}
.carousel-caption h1 {
  font-size: 50px !important;
}
.navinfo .iconcontect i {
  transition: color 0.3s ease;
}

.navinfo .iconcontect i:hover {
  color: #f25454;
}
@media screen and (min-width: 768px) {
  .link-nav .nav {
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .dropdown {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .link-nav .nav {
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .link-nav {
    display: none;
  }
  .dropdown {
    display: block;
    justify-content: end;
  }
  .container {
    justify-content: space-between;
  }
  .carousel-caption h1 {
    font-size: 40px !important;
  }
}
/*endnav*/

/* start home */
.home {
  width: 100%;
  height: 100vh;
}

.content-home {
  width: 100%;
  height: 100%;
  position: relative;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5;
  pointer-events: none;
}
.carousel {
  position: relative;
}
.carousel-caption {
  position: absolute !important;
  top: 50%;
  left: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
}

.carousel-inner {
  width: 100%;
  height: 100%;
}
.carousel-item {
  width: 100%;
  height: 100%;
  position: relative;
}
.carousel-item img {
  width: 100% !important;
  height: 100% !important;
  position: relative;
  object-fit: cover;
}

.content-home .carousel {
  width: 100%;
  height: 100%;
  z-index: 0;
  position: relative;
  z-index: 0;
}

.content-home .carousel h1 {
  font-size: 4rem;
  font-family: Brush Script MT;
  text-transform: capitalize;
  margin-bottom: 24px;
}
.content-home .carousel h3 {
  font-family: Merienda, cursive;
  margin-bottom: 24px;
}
.content-home .carousel a {
  display: block;
  background: var(--main-color);
  width: fit-content;
  margin: 0 auto;
  padding: 8px 16px;
  text-decoration: none;
  color: #fff;
  font-family: Merienda, cursive;
  margin-bottom: 24px;
}

.content-home .carousel {
}
@media screen and(max-width:1400px) {
  .carousel-inner {
    width: 1200px;
  }
}
/* End pagehome */

/* start about */
.about {
  padding: 65px 0px !important;
}
.main-head {
  text-align: center;
  transition: all 3s ease;
  width: 60%;
}
.main-head h2 {
  margin: 20px 0px 15px 0 !important;
  position: relative;
  font-size: 2.5rem !important;
  font-weight: bolder !important;
  font-family: Poppins, sans-serif;
}
.main-head p {
  margin-bottom: 16px !important;
}
.about .main-head h2::after {
  content: "";
  width: 40px;
  height: 1px;
  position: absolute;
  background-color: #212529 !important;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
  transition: width 0.5s ease;
}
.about .main-head h2::before {
  content: "A";
  position: absolute;
  font-size: 4.5rem;
  color: #000 !important;
  top: -70%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.06;
}
.main-head p {
  margin-bottom: 16px !important;
  font-size: 20px;
  font-weight: 500;
  color: #999;
}

.about .main-head:hover h2::after {
  width: 70px;
}

/* end about */
/* start About */
.info-about,
.main-content {
  margin-top: 24px;
}
.progress {
  height: 5px !important;
  position: relative;
  overflow: visible !important;
}

.about .main-head h2 {
  margin: 20px 0px 15px 0 !important;
  position: relative;
  font-size: 2.5rem !important;
  font-weight: bolder !important;
  font-family: Poppins, sans-serif;
}
.about .main-content p {
  color: #999;
  font-weight: 400;
  font-size: 1.5rem;
}
.progress-bar {
  position: relative;
  background-color: #f25454 !important;
  overflow: visible !important;
  color: #888686 !important;
  transition: 3s width;
}

.progress-bar::before {
  position: absolute;
  font-size: 1rem;
  content: attr(data-par);
  color: #000;
  top: -30px;
  right: 0px;
}
@media screen and (max-width: 992px) {
  .about .main-head {
    width: 100%;
  }
}
/* End About */
/* start team */
.team {
  padding: 65px 0 !important;
}
.team .main-head h2::after {
  content: "";
  width: 40px;
  height: 1px;
  position: absolute;
  background-color: #212529 !important;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
  transition: width 0.5s ease;
}
.team .main-head h2::before {
  content: "O";
  position: absolute;
  font-size: 4.5rem;
  color: #000 !important;
  top: -70%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.06;
}
.team .main-head:hover h2::after {
  width: 70px;
}

.team .main-head p {
}
.team .card {
  border: 0;
}
.team .card .main-img .img1 {
  position: relative;
  overflow: hidden;
}
.team .card .main-img .img1 img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
}
.team .card .main-info {
  text-align: center;
}
.team .main-img {
  position: relative;
}
.icon-content-person i {
  color: #fff;
  padding-right: 10px;
}
.icon-content-person {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f25454db;
  opacity: 0;
  transition: 0.3s;
}
.main-info h5 {
  transition: color 0.3s;
}
.main-img:hover + .main-info h5 {
  color: #f25454;
}
.main-img:hover .icon-content-person {
  cursor: pointer;
  opacity: 1;
}
.main-img:hover .img1 img {
  transform: scale(1.1);
}
@media screen and (max-width: 992px) {
  .mian-info-team {
    margin-top: 24px;
  }
  .row {
    width: 100% !important;
  }
  .main-head {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 100% !important;
  }
  .row {
    margin: 0 auto;
  }
}

/* end team */
/* start box-info */
.box-info {
  padding: 65px 0px !important;
}

.box-info .row {
  align-items: center;
}
.box-info .row .qyestion {
}
.box-info .row .qyestion h3 {
  font-size: 2.2rem;
  font-weight: 400;
}
.box-info .row .link {
  text-align: center;
}
.box-info .row .link a {
  text-decoration: none;
  padding: 10px 30px !important ;
  color: #fff;
  background-color: #f25454;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .qyestion {
    text-align: center;
  }
  .link {
    margin-top: 24px;
  }
}
/* end box-info */
/* start services */
.services {
  background-color: #fafafa;
  padding: 65px 0 !important;
}
.services .main-head h2::after {
  content: "";
  width: 40px;
  height: 1px;
  position: absolute;
  background-color: #212529 !important;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
  transition: width 0.5s ease;
}
.services .main-head h2::before {
  content: "S";
  position: absolute;
  font-size: 4.5rem;
  color: #000 !important;
  top: -70%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.06;
}
.services .main-head:hover h2::after {
  width: 70px;
}
.services .icon {
}
.services .icon i {
  font-size: 2.5rem;
  color: #f25454;
}
.services .col-2 {
  display: flex;
  justify-content: center;
}
.services .col-2 .icon {
  padding-top: 5px;
}
/* end services */
/* start opinen clint */
.testimonials {
  padding: 48px 0px !important;
}
.testimonials .main-head h2::after {
  content: "";
  width: 40px;
  height: 1px;
  position: absolute;
  background-color: #212529 !important;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
  transition: width 0.5s ease;
}
.testimonials .main-head h2::before {
  content: "C";
  position: absolute;
  font-size: 4.5rem;
  color: #000 !important;
  top: -70%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.06;
}
.testimonials .main-head:hover h2::after {
  width: 70px;
}
.testimonials button {
  width: 110px !important;
  height: 110px !important;
  background-size: cover;
  border-radius: 50% 50%;
}
.testimonials button:nth-child(1) {
  background-image: url(../img/imgi_10_client-1.png);
}
.testimonials button:nth-child(2) {
  background-image: url(../img/imgi_11_client-2.png);
}
.testimonials button:nth-child(3) {
  background-image: url(../img/imgi_12_client-3.png);
}
.testimonials button:nth-child(4) {
  background-image: url(../img/imgi_13_client-4.png);
}
.testimonials button:nth-child(5) {
  background-image: url(../img/imgi_14_client-5.png);
}
.testimonials button.active {
  border: 3px solid #f25454;
}
.testimonials .carousel {
  padding: 0px 12px;
}
.testimonials .carousel-inner .carousel-item {
}
.testimonials .carousel-inner .carousel-item h3 {
  font-size: 1.2rem;
  font-weight: 700;
}
.testimonials .carousel-inner .carousel-item span {
  display: block;
  color: #666;
  margin-top: 7px;
}
.testimonials .carousel-inner .carousel-item p {
  font-weight: 400;
  color: #666;
}
.testimonials .carousel-inner .carousel-item .lead i {
  font-weight: 900;
}
@media screen and (max-width: 576px) {
  .testimonials button:nth-child(4) {
    display: none;
  }
  .testimonials button:nth-child(5) {
    display: none;
  }
  .carousel-indicators {
    width: 100%;
    margin: 0 auto;
  }
  .testimonials button.active {
    width: 60px !important;
    height: 60px !important;
  }
  .testimonials button {
    width: 50px !important;
    height: 50px !important;
  }
  .testimonials .carousel-inner .carousel-item p {
    font-weight: 400;
  }
}
/* end opinen clint */
/* start communication */
.communication {
  padding: 48px 0px !important;
  background-color: #fafafa;
}
.communication .main-head h2::after {
  content: "";
  width: 40px;
  height: 1px;
  position: absolute;
  background-color: #212529 !important;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
  transition: width 0.5s ease;
}
.communication .main-head h2::before {
  content: "G";
  position: absolute;
  font-size: 4.5rem;
  color: #000 !important;
  top: -70%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.06;
}
.communication .main-head:hover h2::after {
  width: 70px;
}
.communication .info1 h3 {
  font-size: 2rem;
  color: #282828;
  font-weight: 700;
}
.communication .info2 .icon-spaical {
  margin-left: 10px;
}
.communication .info2 {
  display: flex;
  margin-top: 15px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 10px;
}
.communication .info2 .icon {
  margin-right: 10px;
}
.communication .info2 .icon i {
  font-size: 2.5rem;
  color: #f25454;
}

.form {
}
.form form {
}
.form form div {
  margin-bottom: 16px;
}
.form form div textarea {
    border: 0;
}
.form form div input {

}
.form-control:focus {
box-shadow: 0 0 0 .25rem #f4433652 !important;
}
.form form button {
  padding: 8px 30px;
  background-color: #f25454;
  color: white;
  border: none;
}
.form-control textarea{
  resize: none;
}
.form form button i {
}

/* End communication */
/* start Footer */
footer {
  position: relative;
  background: #222;
  background-image: url(../img/imgi_15_dotted-map.png);
  background-size: contain;
  background-position: center center;
}
.footwe-info {
  padding-bottom: 48px;
}
.footwe-info .img-footer {
  display: flex;
  justify-content: center;
  margin: 8px 0px 48px;
}
footer a {
  text-decoration: none;
  color: #888686;
}
footer a:hover {
  color: #f25454;
}
footer .txt-kills a {
  padding: 12px 6px;
  color: #888686 !important;
  font-size: 0.8rem !important;
  border-color: #888686;
}
footer .txt-kills a:hover {
  border-color: #f25454;
  color: #f25454 !important;
}
.footwe-info .todo {
}
.footwe-info .scrool {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(242, 84, 84, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff !important;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  margin: 0 auto;
  position: relative;
  top: -1.5rem;
}
.footwe-info .scrool:hover {
  background-color: #f25454;
  cursor: pointer;
}
.copy-right {
  display: flex;
  justify-content: end;
}
.footercopyright{
  background-color: #1a1a1a;
}
.copy-right1 .links a i,
.copy-right a{
  transition: all 0.3s;
}
.copy-right1 .links a i:hover,
.copy-right a:hover{
  color: #f25454 !important;
}
@media screen and (max-width:767px){
  .copy-right,.copy-right1{
    display: flex;
    justify-content: center;
  }
}

/* End Footer */
