@font-face {
    font-family: 'GothamBook';
    src: url("../fonts/Gotham-Book-QUvYpzB.woff") format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'GothamBold';
    src: url("../fonts/Gotham-Bold-WWQ40ik.woff") format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'GothamLight';
    src: url("../fonts/Gotham-Light-3m29i17.woff") format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'GothamMedium';
    src: url("../fonts/Gotham-Medium--uOHqiS.woff") format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Libre';
    src: url("../fonts/LibreCaslonDisplay-Regular-ReY2dv7.woff") format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body{
  font-family: 'GothamBook';
  font-size: 14px;
  color: #000000;
}  
*{
  margin: 0px;
  padding: 0px;
}
p{ 
  font-family: 'GothamBook';
  font-size: 14px;
  color: #000000;
  line-height: 25px;
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}

ul {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1;
}


/* ===============================================Header=============================================== */

.header{
  position: absolute;
  width: 100%;
  padding: 30px 0;
  z-index: 1;
}
.menu{
  
}
.menu .row{
  width: 100%;
  align-items: center;
}
.menu .col-lg-2{
  padding: 0 !important;
}
.menu ul li{
  margin: 0 20px;
  display: inline-block;
}
.menu_right{
  display: flex;
  align-items: center;
}
.menu ul li a{
  font-family: 'GothamMedium';
  font-size: 14px;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
}
.menu ul li.contact_link a{
  font-size: 12px;
  color: #004657;
  background-color: #fff;
  border-radius: 50px;
  padding: 24px 20px;
}
.menu ul li.selected_lang a, .menu_mobile li.selected_lang a{
  font-family: 'GothamBook';
  font-size: 12px;
  text-decoration: underline;
  color: #fff;
}
.menu ul li.selected_lang{
  margin: 0 0 0 30px;
}
.nav_toggle{
  position: absolute;
  right: 0;
  top: 17px;
  z-index: 9;
}
@media (max-width: 1399px){
  .menu ul li {
    margin: 0 16px;
  }
  .menu ul li a{
    font-size: 12px;
  }
  .menu ul li.contact_link a{
    font-size: 10px;
  }
}
@media (max-width: 1199px){
  .menu_right {
    display: block;
  }
  .menu {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: start;
    flex-direction: column;
    background: #004657;
    transition: .7s ease;
    -webkit-transition: .7s ease;
    -moz-transition: opacity .7s ease;
    padding-top: 150px;
    overflow-y: auto;
    text-align: center;
    align-items: center;
  }
  .menu ul li{
    display: block;
    margin: 0;
    margin-bottom: 40px;
  }
  .menu li a{
    font-size: 17px !important;
  }
  .menu ul li.contact_link a{
    font-size: 14px !important;
    padding: 15px 20px;
  }
  .menu_mobile{
    position: relative;
    align-items: center;
    justify-content: space-between;
  }
  .show_menu {
    left: 0px;
    opacity: 1;
    z-index: 999;
  }
  .hide_menu {
    opacity: 0;
    left: 100%;
  }
  .nav_close{
    position: absolute;
    top: 50px;
    right: 30px;
    background: transparent;
    outline: none;
    border: 0;
  }
}

/* ===============================================Switcher Home=============================================== */

.switcher_home{
  position: relative;
}
.switcher_home video{
  position: relative;
  width: 100%;
}
.content_switcher_home{
  position: absolute;
  top: 0;
  bottom: 5px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / 30%);
  text-align: center;
}
.content_switcher_home .hero_content{
  max-width: 500px;
  margin-top: 50px;
}
.content_switcher_home h1{
  font-family: 'Libre';
  font-size: 45px;
  color: #fff;
  margin-bottom: 50px;
}
.content_switcher_home h1 span{
  display: block;
}
.content_switcher_home p{
  font-size: 15px;
  color: #fff;
  margin-bottom: 50px;
}
.content_switcher_home a{
  font-family: 'GothamMedium';
  display: inline-block;
  font-size: 12px;
  color: #fff;
  border-radius: 50px;
  padding: 20px 30px;
  background: linear-gradient(0deg, rgba(230, 230, 230, 0.55) 0%, rgba(230, 230, 230, 0.55) 100%), rgba(18, 68, 84, 0.37);
  background-blend-mode: plus-darker, normal;
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.15) inset, 0 0 2px 0 rgba(0, 0, 0, 0.10), 0 1px 8px 0 rgba(0, 0, 0, 0.10);
  backdrop-filter: blur(6px);
}
@media (max-width: 1199px){
  .content_switcher_home h1 {
    font-size: 40px;
    margin-bottom: 35px;
  }
  .content_switcher_home p {
    margin-bottom: 35px;
  }
}
@media (max-width: 991px){
  .content_switcher_home h1 {
    font-size: 34px;
    margin-bottom: 25px;
  }
  .content_switcher_home p {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px){
  .content_switcher_home h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .content_switcher_home p {
    font-size: 12px;
    margin-bottom: 20px;
  }
}


/* maison */

.maison {
  padding: 80px 0;
  background-color: #ffffff;
}

.maison-title {
  font-family: 'Libre';
  font-size: 48px;
  font-weight: 400;
  line-height: 50px;
  color: #000;
  margin-bottom: 40px;
}
.maison .maison-title span {
  display: block;
  text-indent: 0;
}
.maison-text {
  max-width: 820px;
  margin: 0 auto 20px;
  font-size: 12px;
  line-height: 22px;
  color: #000000;
}

.maison-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 30px;
  font-size: 12px;
  font-weight: 700;
  color: #000000;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .maison-title {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .maison-title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .maison-title {
    font-size: 34px;
    margin-bottom: 10px;
    line-height: 40px;
  }
  .maison-text {
    margin: 0 auto 13px;
  }
  .maison {
    padding: 56px 0;
  }
}
@media (max-width: 575px){
    .maison-title {
        font-size: 25px;
    }
    .maison-link {
        margin-top: 17px;
    }
}
/* =================== Notre expertise ======================== */
/* Texte vertical */
.vertical-text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: 'Libre';
  line-height: 57px;
  font-size: 36px;
  font-weight: 400;
  color: #090909;
  text-align: center;
}
/* ==========Card image========= */
.expertise-card {
  border-radius: 24px;
  overflow: hidden;
}
.expertise-card img {
  width: 100%;
  height: 318px;
  object-fit: cover;
  display: block;
}
.expertise-title {
  margin-top: 16px;
  font-family: 'GothamBook';
  text-align: center;
  font-size: 14px;
  letter-spacing: 1.5px;
  color: #000000;
}
@media (max-width: 1199px) {
  .expertise-title {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .vertical-text {
    font-size: 30px;
  }
  .expertise-title {
    font-size: 11px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .vertical-text {
    writing-mode: inherit;
    transform: unset;
    margin-bottom: 20px;
  }
  .expertise-title {
    font-size: 11px;
    margin-top: 10px;
  }
}

/* ==========luxury=========== */

.luxury {
  margin-top: 45px;
  padding: 60px 0 100px 0;
  background-color: #f2f2f2;
}
.luxury h2 {
  font-family: 'Libre';
  font-size: 64px;
  color: #161616;
  line-height: 79px;
}
.luxury .left h2 span {
  display: block;
  text-indent: 0;
}
.luxury .left p {
  font-family: 'GothamBook';
  font-size: 16px;
  line-height: 24px;
  color: #161616;
  text-transform: uppercase;
}
.luxury .right {
  padding-top: 25px;
  padding-left: 50px;
}
.luxury .right h3 {
  font-family: 'GothamBook';
  font-size: 16px;
  line-height: 24px;
  color: #161616;
  text-transform: uppercase;
}
.luxury .right p {
  font-size: 14px;
  line-height: 24px;
  color: #161616;
  padding-top: 70px;
}
@media (max-width: 1199px) {
  .luxury .left h2 {
    font-size: 50px;
  }
  .luxury .right p {
    padding-top: 33px;
  }
  .luxury .left p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .luxury .left h2 {
    font-size: 45px;
  }
  .luxury .right {
    padding-left: 0;
  }
  .luxury .right h3{
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .luxury {
    margin-top: 35px;
    padding: 60px 0 80px;
  }
  .luxury .left h2 {
    font-size: 45px;
    line-height: 60px;
  }
  .luxury .right {
    padding-top: 15px;
  }
  .luxury .right p {
    padding-top: 20px;
  }
  .luxury .left p {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .luxury{
    text-align: center;
  }
  .luxury .left h2 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 10px;
  }
  .luxury .right {
    padding-top: 7px !important;
  }
  .luxury .right p {
    padding-top: 13px !important;
  }
}

/* =============luxury items============= */

.luxury_items {
  position: relative;
  bottom: 40px;
}
.item_luxury img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  border-radius: 22px;
}
.item_luxury h4 {
  font-family: 'GothamBook';
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  padding-top: 21px;
}
@media (max-width: 1199px) {
  .item_luxury h4 {
    font-size: 12px;
  }
  .item_luxury img{
    height: 350px;
  }
}
@media (max-width: 991px){
  .item_luxury {
    margin-bottom: 30px;
  }
  .item_luxury img{
    height: 280px;
  }
}

/* ===========etapes==============  */

.etapes .row{
  gap: 20px 0;
}
.etapes h2 {
  font-family: 'Libre';
  font-size: 48px;
  line-height: 57px;
  font-weight: 400;
  text-align: center;
  padding-bottom: 50px;
}
.etapes h3 {
  font-family: 'Libre';
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  text-transform: uppercase;
}
.etapes h4 {
  font-size: 15px;
  line-height: 28px;
  text-transform: uppercase;
  margin: 15px 0;
}
.etapes p {
  font-size: 12px;
  line-height: 24px;
}
.etapes .etape {
  background-color: #fefefe;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  padding: 30px 40px;
  height: 100%;
}
@media (max-width: 1199px) {
  .etapes h2 {
    font-size: 44px;
  }
}
@media (max-width: 991px){
  .etapes h2 {
    font-size: 40px;
    padding-bottom: 25px;
  }
}
@media (max-width: 575px){
  .etapes h2 {
    font-size: 30px;
  }
  .etapes .etape {
    padding: 30px 25px;
    height: auto;
  }
}

/* =================experiences================= */

.experiences{
  margin-bottom: 50px;
}
.experiences .title-elegant {
  font-family: 'Libre';
  font-size: 45px;
  text-align: center;
  margin-bottom: 50px;
}
.experiences .image-block {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.experiences .image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.experiences .image-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}
.experiences .overlay-title {
  color: #ffffff;
  font-size: 40px;
  line-height: 44px;
  text-align: center;
  max-width: 550px;
}
.experiences .nav-tabs-luxury {
  padding-top: 20px;
  border-bottom: none;
  display: flex;
  justify-content: space-between;
}
.experiences .nav-tabs-luxury .nav-item{
  width: 24%;
}
.experiences .nav-tabs-luxury .nav-link {
  border: none;
  border-radius: 0;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #737373;
  background: transparent;
  padding: 20px 0 10px;
  position: relative;
  transition: color 0.3s ease;
  text-align: left;
  width: 100%;
}
.experiences .nav-tabs-luxury .nav-link span {
  display: block;
  font-weight: 400;
}
.experiences .nav-tabs-luxury .nav-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #d2d2d2;
}
.experiences .nav-tabs-luxury .nav-link.active {
  font-family: 'GothamMedium';
  color: #1a1a1a;
}
.experiences .nav-tabs-luxury .nav-link.active::after {
  background: #3f0c12;
}

@media (max-width: 1399px) {
  .experiences .nav-tabs-luxury .nav-link {
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  .experiences .nav-tabs-luxury .nav-link {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .experiences .title-elegant{
    font-size: 40px;
  }
  .experiences .nav-tabs-luxury .nav-link {
    font-size: 9px;
    line-height: 15px;
  }
  .experiences .overlay-title {
    font-size: 30px;
    line-height: 40px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .experiences .title-elegant{
    font-size: 35px;
    margin-bottom: 40px;
  }
  .experiences .nav-tabs-luxury .nav-link {
    font-size: 0;
    line-height: 0;
  }
  .experiences .image-block{
    overflow: unset;
    aspect-ratio: auto;
  }
  .experiences .image-block img {
    width: auto;
    height: auto;
    object-fit: contain;
  }
  .experiences .image-overlay {
    position: relative;
    background: transparent;
  }
  .experiences .overlay-title{
    color: #444;
  }
  .experiences .overlay-title {
    font-size: 20px;
    line-height: 25px;
    margin: 15px 0;
  }
}
@media (max-width: 575px) {
  .experiences .title-elegant{
    font-size: 30px;
    margin-bottom: 30px;
  }
}

/* footer */

footer {
  background-color: #3f0c12;
  color: #fff;
  padding: 30px 0;
  text-align: center;
}
.footer-items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 65px;
}
.footer-items .footer-img img {
  max-width: 100px;
  height: auto;
  margin-bottom: 15px;
}
.footer-items h3 {
  margin: 0;
  font-size: 14px;
}
.footer-items a {
  color: #fff;
  text-decoration: none;
  margin: 0;
  font-size: 14px;
}
footer .social-icons {
  display: flex;
  gap: 20px;
}

footer .social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
footer .social-icons i {
  font-size: 1.2rem;
  color: #fff;
}
@media (max-width: 991px){
  footer{
    padding: 30px 0 50px;
  }
  .footer-items {
    gap: 40px;
    flex-direction: column;
  }
  .footer-items .footer-img img{
    margin-bottom: 0;
  }
}

/* Switcher pages */

.switcher_pages{
  position: relative;
  width: 100%;
  height: 650px;
  background-size: cover !important;
}
.text_switcher_pages{
  background: rgb(0 0 0 / 20%);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text_switcher_pages h1{
  font-family: 'Libre';
  font-size: 45px;
  color: #fff;
  text-align: center;
}
@media (max-width: 991px){
  .switcher_pages {
    height: 550px;
  }
  .text_switcher_pages h1{
    font-size: 40px;
  }
}
@media (max-width: 575px){
  .switcher_pages {
    height: 450px;
  }
  .text_switcher_pages h1{
    font-size: 4vmax;
    margin-top: 30px;
  }
}

/* -------------------------------------------------------------------------A propos------------------------------------------------------- */
/* Imperia */
.imperia {
  margin: 57px 0;
}
.imperia h4 {
  font-family: 'Libre';
  font-size: 48px;
  line-height: 57px;
  padding-bottom: 30px;
  text-align: center;
}
.imperia p {
  font-family: 'GothamBook';
  font-size: 13px;
  line-height: 22px;
  padding-bottom: 6px;
}
.imperia .container {
  max-width: 957px;
}
@media (max-width: 1099px) {
  .imperia h4 {
    font-size: 40px;
    padding-bottom: 5px;
  }
  .imperia p {
    padding-top: 13px;
    line-height: 22px;
    padding-bottom: 6px;
  }
   
}

@media (max-width: 1048px) {
  .imperia h4 {
    font-size: 37px;
  }
}
@media (max-width: 855px) {
  .imperia h4 {
    font-size: 32px;
    line-height: 47px;
  }
  .imperia p {
    padding-top: 10px;
    padding-bottom: 2px;
  }
  .imperia .container {
    max-width: 800px;
  }
  .why-list {
    padding-left: 1.5rem !important;
  }
}
@media (max-width: 549px) {
  .imperia h4 {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 23px;
  }
  .imperia p {
    padding-top: 0 !important;
  }
}

/* ===========etapes==============  */

.etapes{
  margin: 48px 0 57px ;
}
  .etapes-propose{
    padding-bottom: 51px;
  }
.etapes-propose h4 {
  font-family: 'GothamBook';
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  text-transform: uppercase;
}
.etapes-propose p {
  font-family: 'GothamBook';
  font-size: 11px;
  line-height: 24px;
}
.etapes-propose .etape {
  background-color: #fefefe;
  border: 1px solid #e0e0e0;
  border-radius: 22px;
  padding: 41px 33px;
  margin-bottom: 23px;
  height: 143px;
}
/* media */
@media(max-width:767px){
  .etapes-propose {
    padding-bottom: 0 !important;
  }
}

/* why-imperia */
.why-imperia {
  margin: 55px 0 63px;
}
.why-image {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
/* RIGHT CONTENT */
.why-content h3 {
  font-size: 48px;
  font-family: 'Libre';
  line-height: 57px;
  margin-bottom: 30px;
}

/* LIST STYLE */
.why-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.why-list li {
  font-family: 'GothamBook';
  position: relative;
  padding-left: 28px;
  margin-bottom: 18px;
  font-size: 15px;
  line-height: 1.6;
  text-transform: uppercase;
}

/* LUXURY BULLET */
.why-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #3f0c12;
  font-size: 22px;
  line-height: 1;
}
@media (max-width: 1056px) {
  .why-content h3 {
    font-size: 41px;
  }
  .why-list li {
    font-size: 13px;
  }
}
@media (max-width: 991px){
  .why-content h3 {
    font-size: 35px;
    margin-bottom: 9px;
    line-height: 52px;
  }
  .why-list li {
    font-size: 11px;
    padding-left: 24px;
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .why-list li {
    font-size: 11px;
  }
  .why-content{
      margin-top: 22px;
  }
  .why-content h3 {
    font-size: 37px;
  }
  .why-imperia {
    margin-top: 20px !important;
  }
}
@media (max-width: 450px) {
  .why-imperia {
    margin: 0 !important;
  }
  .why-content h3 {
    font-size: 33px !important;
  }
}
/* ----------------------------------------------------------------voyages-------------------------------------- */
.imperia-voyages{
  margin: 62px 0px;
}
.imperia-voyages h4{
  font-family: 'Libre';
  font-size: 48px;
  line-height: 57px;
}
.imperia-voyages p{
  font-family: 'GothamBook';
  font-size: 13px;
  color: #000000;
  line-height: 22px;
  margin-bottom: 0;
}
/* media */
@media (max-width:1399px){
  .imperia-voyages h4{
    font-size: 41px;
  }
}
@media (max-width: 1199px){
  .imperia-voyages h4 {
    font-size: 34px;
  }
}
@media (max-width: 991px){
  .imperia-voyages h4 {
    font-size: 26px;
    line-height: 35px;
  }
  .imperia-voyages p{
    font-size: 11px;
  }
  .imperia-voyages {
    margin: 38px 0px 37px;
  }
}
@media (max-width: 767px){
  .imperia-voyages h4 {
    font-size: 29px;
    padding-bottom: 27px;
  }
  .imperia-voyages p {
    font-size: 13px;
  }
}
/* images-left-right */
.images-left-right .image-wrapper {
  border-radius: 18px;
  overflow: hidden;
  height: 510px;
}

.images-left-right .images-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.images-left-right .section-subtitle {
  font-family: 'GothamBook';
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 62px;
  text-transform: uppercase;
}

.images-left-right .section-text {
  font-family: 'GothamBook';
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
}
.experiences_section .row{
  padding-bottom: 35px;
}
@media (max-width: 767px) {
  .experiences_section  .vertical-text {
    writing-mode: inherit;
    transform: unset;
    margin-bottom: 20px;
  }
  .images-left-right .image-wrapper{
    height: 400px;
  }
  .experiences_section .expertise-title {
    font-size: 11px;
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .images-left-right .block-rev {
    display: flex;
    flex-direction: column-reverse;
  }
  .images-left-right .section-text {
    margin-bottom: 26px;
  }
  .images-left-right .section-subtitle{
    margin-bottom: 11px;
  }
}
@media (max-width:767px){
  .experiences_section {
    margin: 43px 0 0px  !important;
  }
}
@media (max-width: 480px){
  .images-left-right .images-left-right .section-subtitle{
    font-size: 13px;
    margin-bottom: 22px !important;
  }
  .images-left-right .image-wrapper {
    height: 340px;
  }
  .experiences_section .row {
    padding-bottom: 1rem !important;
  }
}
/* -----------------------------------------------------------------page experiences------------------------------------------------ */
.experiences_section{
  margin: 70px 0;
}
.soin{
  margin: 20px 0 68px;
}
.soin h3{
  font-family: 'Libre';
  font-size: 48px;
  line-height: 57px;
}
.soin a{
  font-family: 'GothamBook';
  font-size: 14px;
  line-height: 39px;
  text-align: center;
  color: #FFFFFF;
  background: #3F0C12;
  padding: 12px 67px;
  border-radius: 50px;
  display: inline-block;
}
/* media */
@media (max-width:1199px){
  .soin h3{
    font-size: 39px;
    line-height: 50px;
  }
}
@media (max-width: 991px){
  .experiences_section .row {
    padding-bottom: 8px;
  }
  .soin h3{
    font-size: 34px;
  }
  .soin a{
    padding: 12px 40px;
    margin-top: 27px;
  }
  .soin {
    margin: 0 0 68px;
  }
}
@media (max-width: 767px){
  .soin{
    margin: 0 0 68px;
  }
  .soin h3 {
    font-size: 31px;
  }
  .soin a {
    padding: 10px 38px;
    margin-top: 26px;
    font-size: 13px;
  }
}
@media (max-width: 575px){
  .soin h3 {
    font-size: 28px;
    line-height: 41px;
  }
}
/* ----------------------------------------------------------------------page contact-----------------------------------------------------------------*/
.form{
  margin: 44px 0;
}
.form h2{
  font-family: 'Libre';
  font-size: 48px;
  line-height: 57px;
  text-align: center;
  padding-bottom: 50px;
}
.form .form-control {
  font-size: 14px;
  font-family: 'GothamBook';
  line-height: 57px;
  border: 1px solid #C5C5C5;
  border-radius: 17px;
  padding: 0px 34px;

}
.form button{
  font-family: 'GothamBook';
  font-size: 16px;
  line-height: 39px;
  color: #FFFFFF;
  background: #3F0C12;
  padding: 6px 61px;
  border-radius: 50px;
  display: block;
  margin: auto;
}
.form button:hover{
  background-color: #5a141a;
  color: #ffffff;
}
.form img{
  margin-left: 21px;
}
 .form .text{
   margin-bottom: 50px;
 }
 .form .error{
  padding-left: 10px;
  color: #ff001e;
 }
/* ===================media=================== */
@media (max-width: 991px){
  .form h2 {
    font-size: 38px;
    padding-bottom: 20px;
  }
   .form .text {
    margin-bottom: 39px;
  }
}
@media (max-width:767px){
  .form h2 {
    font-size: 33px;
    padding-bottom: 13px;
  }
}
@media (max-width:575px){
  .form h2 {
    font-size: 26px;
    padding-bottom: 0px;
  }
}
@media (max-width: 429px){
  .acceptTerms{
    font-size: 12px;
  }
   .form .text {
    margin-bottom: 23px;
  }
  .form h2{
    padding-bottom: 14px;
  }
}
@media (max-width:390px){
  .form h2 {
    font-size: 22px;
  }
  .form img {
    margin-left: 9px;
  }
}
@media (max-width: 334px){
  .form h2 {
    line-height: 32px;
  }
   .form .text{
    margin-bottom: 27px;
  }
}