@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,900;1,700;1,800&display=swap");
:root {
  --purpleColor: #8D094A;
  --greyColor: #a3a3a3;
  --lightgrey:#E2E2E2;
}

html, body {
  width: 100%;
  height: 100%;
  color: #000;
  overflow-x: hidden !important;
  font-family: "Montserrat", sans-serif;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none !important;
}

img {
  max-width: 100%;
  box-sizing: border-box;
  display: block;
}

.mt-85 {
  margin-top: 85px;
}

.mt-54 {
  margin-top: 54px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-200 {
  margin-top: 200px;
}

.mt-300 {
  margin-top: 300px;
}

.fs-6 {
  font-size: 15px;
}

.fs-5 {
  font-size: 20px;
}

button {
  outline: none !important;
}

.btn-check:focus + .btn, .btn:focus {
  box-shadow: none;
}

section {
  position: relative;
}

.navbar-nav {
  align-items: center;
}

.navbar-nav li {
  margin: 10px;
}

.navbar-nav li a {
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
}

.btn-purple {
  background-color: var(--purpleColor);
  box-shadow: 0px 3px 15px #8d094a4d;
  border-radius: 10px;
  padding: 16px 60px;
  margin-left: 20px;
  color: #fff;
}

.btn-purple:hover {
  color: #fff;
  box-shadow: 0px 3px 15px #8d094b85;
}

.navbar-light .navbar-toggler {
  border: none;
  color: #fff;
}

.icons {
  text-align: right;
  margin-top: -40px;
  display: flex;
  justify-content: flex-end;
}

.icons i {
  margin: 6px;
  color: var(--greyColor);
}
.dropdown-toggle::after {
  color: var(--greyColor);
}

.language {
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
}

.languages ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.languages ul li{
  width: 190px;
  height: 49px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #ECECEC;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 10px;
}

.languages ul li .fa-circle:before {
  content: "\f111";
  font-size: 5px;
  color: var(--purpleColor);
  padding: 15;
  line-height: 20px;
  padding: 15px;
}


.pattern {
  background-repeat: no-repeat;
  background-position: left;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -150px;
  left: -31%;
}

.header {
  margin-top: 60px;
  position: relative;
}

.header h4 {
  color: var(--purpleColor);
  font-size: 25px;
  font-weight: bold;
}

.header h1 {
  font-size: 50px;
  font-weight: bold;
  color: #000;
  position: relative;
}

.header p {
  margin-top: 44px;
}

.header h1:after {
  content: "";
  width: 154px;
  height: 4px;
  background: var(--purpleColor);
  position: absolute;
  bottom: -20px;
  left: 0;
}

.header img:nth-child(2) {
  position: absolute;
  top: 4%;
  right: 20%;
}

.translation {
  margin-top: 120px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-repeat: no-repeat;
  background-position: left;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  padding: 26px;
  border-radius: 10px;
}

.background {
  margin-top: 120px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-repeat: no-repeat;
  background-position: left;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  padding: 45px;
  position: relative;
}

.tran

.translation p, .translation a {
  margin: 0;
  color: #fff;
}

.translation a {
  text-decoration: underline !important;
}

.references {
  display: flex;
  justify-content: space-around;
}

.references div {
  margin-top: 54px;
  color: var(--greyColor);
}

.references div i {
  font-size: 60px;
  border: 1px solid var(--lightgrey);
  width: 190px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.customer {
  position: relative;
  text-align: center;
}

.customer h3 {
  font-size: 30px;
  font-weight: bold;
}

.customer p {
  color: var(--greyColor);
  padding: 22px;
}

.customer h6 {
  position: absolute;
  bottom: -20px;
}

.number {
  display: inline-block;
  font-size: 10.5rem;
  font-weight: bold;
  background: linear-gradient(90deg, #8d094a 0%, #ff5c5d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: var(--purpleColor);
  font-weight: 500;
  background-color: #fff;
}

.progress {
  height: 36px;
  border-radius: 50px;
}

.progress-bar {
  background-color: var(--purpleColor);
  border-radius: 50px;
  text-align: right;
  padding: 0 22px;
}

.persons, .persons img {
  position: relative;
}

.persons img:first-child {
  left: -55px;
}

.persons img:second-child {
  left: 55px;
}

.persons img:last-child {
  position: absolute;
  margin: 100px;
}

.purple, .pink, .blue {
  width: 7px;
  height: 7px;
  border-radius: 15px;
}

.pink {
  background-color: #FF5C5D;
  position: absolute;
  left: 35%;
  top: 13%;
}

.blue {
  background-color: #68CAED;
  position: absolute;
  right: 10%;
  top: 0;
}

.purple {
  background-color: #8D094A;
  margin-left: auto;
}

.persons div:nth-child(1) {
  width: 7px;
  height: 7px;
  border-radius: 15px;
  background-color: #000000;
}

.swiper {
  width: 100%;
  height: 100%;
  margin-top: 70px;
}

.swiper1 .swiper-slide {
  text-align: center;
  font-size: 18px;
  margin: 7px;
}

.swiper1 .swiper-slide:nth-child(2n-1) {
  margin-top: 110px;
}

.swiper1 .swiper-slide span {
  position: absolute;
  bottom: 15%;
  left: 10%;
  color: #fff;
  font-size: 23px;
}

.swiper-slide:nth-child(2n-1) .emoji img {
  position: absolute;
  left: 10%;
  bottom: -20px !important;
  opacity: 1;
}

.swiper-slide:nth-child(2n) .emoji img {
  position: absolute;
  left: 10%;
  top: -20px !important;
  opacity: 1;
}

.emoji img {
  width: 54px;
  height: 54px;
  background: #fff;
  border-radius: 35px;
  padding: 5px;
  box-shadow: 0px 0px 20px #0000001a;
  opacity: 1;
}

.flow {
  position: relative;
}

.flow h3 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}

.flow span {
  font-weight: bold;
  font-size: 40px;
  color: var(--greyColor);
  line-height: 30px;
}

.flow h2 {
  font-size: 40px;
  font-weight: bold;
}

.image {
  padding: 0;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6278886555) 0%, rgba(255, 0, 126, 0.6194852941) 100%);
}

.image img {
  opacity: 0.7;
}

.social-media {
  display: flex;
}

.social-media i {
  margin-right: 25px;
  font-size: 21px;
  width: 57px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
  margin-top: 135px;
}

.social-media a:first-child {
  color: #0088FF;
}

.social-media a:nth-child(2) {
  background: -webkit-linear-gradient(47deg, #f59162 0%, #ed805c 25%, #e02750 75%, #6136c2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.social-media a:last-child {
  color: #33CCFF;
}

.period h6 {
  width: 40px;
  height: 40px;
  display: flex;
  box-shadow: 0px 5px 50px #0000001a;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
  background-color: #ECECEC;
  margin-right: 20%;
}

.period .col-md-2 div {
  width: 200px;
  height: 200px;
  text-align: center;
}

.period .col-md-2 .cardGallery:hover{
  box-shadow: 0px 5px 99px #00000014;
  border-radius: 50%;
}

.period img {
  transform: translateY(50%);
  margin: auto;
}

.period div:nth-child(3)  img {
  transform: translateY(90%);
}

.period span {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  margin-top: 38px;
}

.period > div:nth-child(2) > div > div:nth-child(2) > div > div,
.period > div:nth-child(2) > div > div:nth-child(4) > div > div{
  position: absolute;
    top: 55%;
}

.period > div:nth-child(2) > div > div:nth-child(2) > div:hover,
.period > div:nth-child(2) > div > div:nth-child(4) > div:hover{
    box-shadow: none;
}

.blog {
  overflow: hidden;
}

.blog h2 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin-top: 165px;
}

.area {
  position: relative;
}

.footer .list {
  display: flex;
  justify-content: space-between;
}

.footer .list h6 {
  font-weight: bold;
}


.footer  a {
  color: #000;
}

.location {
  background: #8d094a9c;
  padding: 15px;
  border-radius: 10px 10px 10px 25px;
  position: absolute;
  right: 27%;
  bottom: 13%;
  width: 260px;
  display: flex;
  align-items: center;
}

.location i {
  color: #fff;
  background: linear-gradient(180deg, #8d094a 0%, #b41e68 100%);
  padding: 15px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font-size: 20px;
}

.about p {
  font-size: 20px;
}

.about h6 {
  margin-top: 67px;
  font-size: 30px;
}

.about h2 {
  font-weight: bold;
}

.about img {
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-top: 80px;
  max-height: 650px;
  width: 100%;
}

.topbar {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  background-position: top center;
  color: #fff;
}

.btn-outline-light {
  border-radius: 10px;
  margin: -7px;
}

.breadcrumb-area i {
  color: var(--greyColor);
  margin-right: 10px;
}

.breadcrumb-area span {
  margin: auto;
  color: #000;
}

.breadcrumb-area img {
  margin-top: -5px;
}

.breadcrumb-item a {
  color: #000;
  font-weight: 400;
}

.breadcrumb-item.active {
  color: var(--purpleColor);
}

.breadcrumb-area {
  height: 72px;
  box-shadow: 0px 5px 30px #0000001a;
}

.topbar .fa-fire {
  margin: 3px 10px;
}

.security {
  margin-top: 45px;
}

.security h4 {
  font-size: 25px;
  font-weight: bold;
}

.site_profile h1 {
  font-weight: bold;
  margin: 59px;
  text-align: center;
}

.site_profile .list-group {
  flex-direction: row;
}

.list-group-item.active {
  color: #000;
  background-color: transparent;
  border-color: #fff;
  font-weight: bold;
  border-bottom: 2px solid var(--purpleColor);
  font-size: 25px;
}

.list-group-item {
  text-align: center;
  font-size: 20px;
  border: none;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  color: #000;
  background-color: #ffffff;
}

.form-control:focus{
  box-shadow: none !important;
}

.textLineDetail {
  font-size: 31px !important;
  color: var(--purpleColor) !important;
}

.sans-extrabold{
  font-weight: 800;
}

.contact-topnav h1 {
  text-align: center;
  font-weight: bold;
  margin-top: 59px;
}

.contact-topnav p {
  margin: 0;
  font-size: 20px;
  line-height: 27px;
}

.contact-topnav i {
  background: var(--purpleColor);
  margin-right: 30px;
  padding: 30px;
  font-size: 26px;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 5px;
}

.amblem {
  position: relative;
  width: 100%;
  height: 202px;
  border: 1px solid #ECECEC;
  border-radius: 10px;
}

.amblem:hover {
  box-shadow: 0px 3px 35px #0000001A;
}

.amblem img {
  padding: 25px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
}

@media screen and (max-width: 1700px) {
  .navbar-nav li a {
    font-size: 14px;
  }

  .pattern {
    margin-left: -136px;
  }

  .number {
    font-size: 9.5rem;
  }
}
@media screen and (max-width: 1500px) {
  .pattern {
    display: none;
  }

  .references div i {
    width: 165px;
  }

  .number {
    font-size: 8.5rem;
  }

  .customer h6 {
    bottom: -30px;
  }
}
@media screen and (max-width: 1200px) {
  .header img:nth-child(2) {
    position: absolute;
    top: 15%;
    right: 32%;
  }

  .navbar-nav li {
    margin: 5px;
  }

  .navbar-nav li a {
    font-size: 13px;
  }

  .btn-purple {
    padding: 16px 20px;
    min-width: 138px;
    font-size: 13px;
    border-radius: 5px;
  }

  .number {
    font-size: 6.5rem;
  }

  .area h2 {
    font-size: 23px;
  }

  .area p {
    font-size: 12px;
  }

  .references div i {
    border: none;
  }

  .location {
    padding: 10px;
    width: 240px;
  }

  .location i {
    padding: 14px;
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .persons img:last-child {
    margin: 0 100px;
  }

  .location {
    bottom: 23%;
  }

  .contact-topnav i {
    margin-right: 15px;
  }

}
@media screen and (max-width: 992px) {
  .navbar-nav {
    align-items: normal;
  }

  .btn-purple {
    margin-left: 0;
    width: 100%;
  }

  .icons {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .footer .list ul li a {
    font-size: 13px;
  }

  .mt-85 {
    margin-top: 65px;
  }
}
@media (max-width: 567px) {
  .header h1 {
    font-size: 37px;
  }

  p {
    font-size: 16px !important;
  }

  .header img:nth-child(2) {
    width: 35%;
  }

  .translation {
    margin-top: 40px;
    background-size: cover;
    flex-direction: column;
  }

  .translation p, .translation a {
    font-size: 16px;
  }

  .references {
    flex-wrap: wrap;
  }

  .persons img:last-child {
    margin: -15px;
  }

  .number {
    font-size: 4.5rem;
  }

  .customer h3 {
    font-size: 21px;
  }

  .persons img:last-child {
    margin: -70px 0;
  }

  .customer h6 {
    display: none;
  }

  .customer p {
    padding: 40px 10px;
  }

  .swiper {
    margin-top: 10px;
  }

  .mt-85 {
    margin-top: 50px;
  }

  .mt-300 {
    margin-top: 100px;
  }

  .social-media i {
    margin-top: 0;
  }

  .header {
    margin-top: 20px;
  }

  .mt-200 {
    margin-top: 60px;
  }

  .area h2 {
    font-size: 15px;
  }

  .period h6 {
    margin-left: 25%;
  }

  .period .col-md-2 div {
    margin: auto;
  }

  .location {
    display: none;
  }

  .banner-right .row {
    flex-direction: column-reverse;
  }

  .language img{
    width: 50%;
  }

  .background {
    background-size: auto;
    padding: 25px;
  }

  .period{
    display: none;
  }

  .footer .mt-100{
    margin-top: 30px;
  }

  .about p {
    font-size: 16px;
  }

  .about h6 {
    margin-top: 20px;
    font-size: 28px;
  }

  .topbar{
    padding: 15px 15px 30px;
  }

  .topbar .row .justify-content-evenly{
    flex-direction: column;
  }

  .breadcrumb-area  div  div  div:nth-child(2){
    display: none;
  }

  .maps{
    display: none;
  }

  .languages ul li {
    width: 150px;
  }

  
}