@font-face {
  font-family: 'DM Sans';
  src: url(../fonts/dm-sans/DMSans-Regular.ttf);
}
@font-face {
  font-family: 'DMSans Bold';
  src: url(../fonts/dm-sans/DMSans-Bold.ttf);
}
@font-face {
  font-family: 'DMSans Medium';
  src: url(../fonts/dm-sans/DMSans-Medium.ttf);
}
@font-face {
  font-family: 'Open Sans';
  src: url(../fonts/open-sans/OpenSans-Regular.ttf);
}
@font-face {
  font-family: 'Open Sans Bold';
  src: url(../fonts/open-sans/OpenSans-Bold.ttf);
}
@font-face {
  font-family: 'Open Sans Semibold';
  src: url(../fonts/open-sans/OpenSans-Semibold.ttf);
}
:root {
  --font-size-143: 143px;
  --line-height-110:110px;
  --color-white-solid:#fff;
  --letter-spacing--8:8px;
}
*{
    margin: 0;
    border: none;
    padding: 0;
    box-sizing: border-box;
}
p{margin-bottom: 0px;}
body {
  position: relative;
  overflow-x: hidden;
  background-color: rgba(249, 248, 255, 1) !important;
}
a{cursor: pointer;}
button,a,.btn-hover{transition: 0.3s;}
input:focus-visible{outline: none ;}
button:hover,.btn-hover:hover{transform: scale(0.9);}
/* Sections */
.btn-move{
  border-radius: 8px;
  background: var(--Color1, #472667);
  display: flex;
  padding: 0px 32px;
  height: 58px;
  align-items: center;
  justify-content: center;
  color:  #FFF;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height:  27px;
  text-transform: uppercase;
  width: max-content;
}
.btn-white{
  border-radius: 8px;
  background: #fff;
  border: 2px solid #472667;
  display: flex;
  padding: 0px 32px;
  height: 52px;
  align-items: center;
  justify-content: center;
  color:  #472667;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height:  27px;
  text-transform: uppercase;
  width: max-content;
}
.white-space-preLine{
  white-space: pre-line;
}
.button-red{
  border-radius: 8px;
  background: #CB1F49;
  padding: 13px 28px;
  color:  #FFF;
  font-family: "DM Sans";
  font-weight: 700;
  line-height: 27px;
  text-transform: uppercase;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.style-font{
  font-family: "DM Sans";
  font-style: normal;
  line-height: normal;
}
.font-OpenSans{
  font-family: 'Open Sans';
}
.font-bold{
  font-family: 'DMSans Bold';
}
.font-regular{
  font-family: 'DM Sans';
}
.font-semiBold{
   font-weight: 600;
}
.font-medium{
   font-family: 'DMSans Medium';
}
.pre-whiteSpace{white-space: pre;}
.line-red{
  width: 100px;
  height: 2px;
  background: rgba(203, 31, 73, 1);
  margin-bottom: 14px;
}
.subHeader-p{
  color:  #FFF;
  font-family: "DM Sans";
  font-size:  20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; 
  width: 50%;
}
@media (min-width:1700px) {
     .subHeader-p{
        font-size: 24px;
        margin-bottom: 2rem;
    }
}
@media (max-width:1396.36px) {
  .subHeader-p{
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width:1024px) {
   .subHeader-p{white-space: normal;width: 65%;}
}
@media (max-width:768px) {
  .subHeader-p {
      font-size: 18px;
      line-height: 26px;
      font-weight: 400;
      width: 75%;
  }
}
@media (max-width:512px) {
   .subHeader-p{width: 90%;}
}
.font-red{color: #CB1F49;text-transform: uppercase;}
.font-red-capitalize{color: #CB1F49;text-transform: capitalize;}
.fx-general-cards {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    gap: 0;
}
.fx-general-cards .fx-general-card-st {
    flex: 1 1 calc(25% - 16px);
    box-sizing: border-box;
    max-width: calc(24.8% - 16px);
    width: max-content;
    transition: 0.3s; 
    cursor: pointer;
}
.fx-general-cards .fx-general-card-st:hover{
  transform: scale(0.95);
}
.cover-background {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.subtitle-one{
  margin-top: 1rem;
    color: #472667;
    font-size: 23px;
    line-height: normal;
    letter-spacing: -1px;
}
.subtitle-two{
  color: #000;
    font-size: 17px;
    line-height: 30px;
}
@media (max-width:1150px) {
    .sec1-services-page-container{width: 80%;}
}
@media (max-width:1000px) {
  .subtitle-two {
      text-align: justify;
      font-size: 16px;
      line-height: 26px;
  }
  .subtitle-one{line-height: 23px;font-size: 22px;}
}
@media (min-width:1710px) {
    .subtitle-two {
        font-size: 25px;
        line-height: 45px;
    }
      .subtitle-one{line-height: 50px;font-size: 30px; margin-bottom: 2rem !important;}
}
@media (min-width:1710px) {
  .subtitle-one{
      font-size: 25px;
      line-height: 57px;
  }
    .subtitle-two {
      font-size: 19px;
      line-height: 35px;
    }
}
.box-move-row{ 
  border-radius: 8px;
  background: var(--Color1, #472667);
  padding: 38px 40px;
  gap: 40px;
}
.box-move-row h2{
  color: #FFF;
  font-size: 30px;
}
.box-move-row button{white-space: pre;}
.box-move{
  border-radius: 8px;
  background: #472667;
  width: 100%;
  color: #fff;
  padding: 30px;
  margin-bottom: 50px;
}
.box-move h3{margin-bottom: 26px;color: #fff !important;font-size: 30px;}
.box-move button{display: flex;margin: auto;}
@media (max-width:1000px) {
  .box-move-row{ 
    padding: 24px;
    flex-direction: column;
    gap: 24px;
  }
  .box-move-row h2{
    font-size: 20px;
  }
  .box-move h3{margin-bottom: 20px;font-size: 24px;}
  main .box-move p{line-height: normal !important;}
}
/* Pagination */
.pagination{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 48px;
}
.pagination button{
  border-radius: 6px;
  border: 2px solid #F2CAD4;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 33px;
  width: 33px;
  font-family: 'DMSans Medium';
  font-size: 13px;
  font-weight: 500;
  color: #CB1F49;
  transition: 0.3s;
}
.pagination button:hover,
.pagination button.active{
  border: 2px solid #CB1F49;
}
/* Box Blog */
.box-blog{
  display: flex;
  flex-direction: column;
}
.box-blog img{
  height: 270px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}
.box-blog  h5{
  color: #CB1F49;
  font-size: 17px;
  line-height: normal;
  margin-bottom: 5px;
}
.box-blog  h3{
  color: #472667;
  font-family: "DM Sans";
  font-size: 20px;
    margin-bottom: 5px;
}
.box-blog p{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 1.5rem;
}
 .coverBack {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 10;
  transition: background-color 0.3s, transform 0.3s;
  display: block;
}
/* End Pagination */
@media (max-width: 1300px) {
     .fx-general-cards .fx-general-card-st {
              flex: 1 1 calc(32% - 16px);
        max-width: calc(33% - 0px) !important;
    }
}
@media (max-width: 1150px) {
   .fx-general-cards .fx-general-card-st {
        flex: 1 1 calc(33% - 16px);
        max-width: calc(50% - 16px) !important;
    }
}
@media (min-width:1700px) {
  .pagination button{font-size: 20px;}
 
}
@media (min-width:1710px) {

}
@media (min-width:2000px) {
  html{
    width: 2000px;
    margin: auto;
  }

}
@media (max-width:1400px) {
 
}
@media (max-width:1300px) {
  .box-move-row h2{font-size: 24px;}
}
@media (max-width:1150px) {
    .box-move{
      padding: 20px;
    }
}
@media (max-width:1000px) {
.section-countries-margin{margin-bottom: 0px !important;}
.pagination{margin-top: 1.5rem;}

}

@media (max-width:1228.8px) {
  .btn-move,
  .btn-white,
  .button-red{
    font-size: 13px;
    letter-spacing: 1px;
    height: 45px;
     padding: 0 24px;
  }
}
@media (max-width:1024px) {
  .btn-move,
  .btn-white,
  .button-red{
    font-size: 11px;
    height: 40px;
    padding: 0 16px;
  }
}
@media (max-width:877.71px) {
  .btn-move,
  .btn-white,
  .button-red{
    font-size: 10px;
    height: 35px;
  }
}
@media (max-width:768px) {
  .btn-move,
  .btn-white,
  .button-red{
    white-space: normal;
    font-size: 12px;
    height: 45px;
  }
}
@media (max-width:614.4px) {
    
}
@media (max-width:512px) {
    
}