/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
  font-family: "Lexend Deca", sans-serif;
}
body {
  font-family: "Lexend Deca", sans-serif;
  color: #000;
  background-color: #FFF;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #674491;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Lexend Deca", sans-serif;
}
.separator-5-grey {
  background: rgba(0, 0, 0, 0.1);
  height: 5px;
  width: auto;
}
.separator-5-rose {
  background: #E74B76;
  height: 5px;
  width: auto;
}
.separator-5-corail {
  background: #ff7062;
  height: 5px;
  width: auto;
}
.separator-5-vermillon {
  background: #f30102;
  height: 5px;
  width: auto;
}
.separator-5-indigo {
  background: rgba(103, 68, 145, 1);
  height: 5px;
  width: auto;
  z-index: 999;
}
.separator-img-indigo {
  background: url("../img/separator.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 5px;
  width: auto;
  z-index: 999;
}
.separator-5-wine {
  background: rgba(100, 34, 67, 1);
  height: 5px;
  width: auto;
  z-index: 999;
}
.separator-10-grey {
  background: rgba(0, 0, 0, 0.1);
  height: 10px;
  width: auto;
}
.separator-10-black {
  background: rgba(0, 0, 0, 1);
  height: 10px;
  width: auto;
}
.separator-1-black {
  background: rgba(0, 0, 0, 1);
  height: 1px;
  width: auto;
}
.separator-10-indigo {
  background: rgba(103, 68, 145, 1);
  height: 10px;
  width: auto;
  z-index: 999;
}
.separator-10-violet {
  background: rgba(73, 2, 76, 1);
  height: 10px;
  width: auto;
  z-index: 999;
}
.separator-5-violet {
  background: rgba(73, 2, 76, 1);
  height: 10px;
  width: auto;
  z-index: 999;
}
.separator-10-rose {
  background: #E74B76;
  height: 5px;
  width: auto;
}
.separator-1-rose {
  background: #E74B76;
  height: 1px;
  width: auto;
}
.separator-motif-right {
  width: auto;
  text-align: right;
}
.separator-motif-right-footer {
  width: auto;
  text-align: right;
  margin-top: 40px;
}
.separator-motif-left {
  width: auto;
  text-align: left;
}
h6-violet {
  color: #674491;
  text-decoration: none;
  font-weight: 700;
}
h6-rose {
  color: #e52a53;
  text-decoration: none;
  font-weight: 700;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #674491;
  width: 40px;
  height: 40px;
  border-radius: 20px 5px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #000;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  top: 20px;
}
#header .header-container {
  background: linear-gradient(to right, #FFF, #000, #FFF);
  border-radius: 25px 5px;
}
#header.header-scrolled {
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  top: 0;
}
#header .logo {
  overflow: hidden;
  padding: 5px 10px 5px 10px;
  background: #fff;
  border-radius: 25px 5px;
}
#header .logo h1 {
  font-size: 35px;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .1rem;
  font-family: "Lexend Deca", sans-serif;
}
#header .logo h1 a, #header .logo h1 a:hover {
  color: #674491;
  text-decoration: none;
}
#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 60px;
}
@media (max-width: 992px) {
  #header {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    top: 0;
    background: #fff;
  }
  #header.header-scrolled, #header .header-container {
    background: #fff;
  }
  #header .logo {
    padding-left: 0;
  }
  #header .logo h1 {
    font-size: 32px;
  }
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  color: #FFF;
  transition: 0.3s;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Lexend Deca", sans-serif;
  white-space: nowrap;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #ff325f;
}
.navbar .getstarted, .navbar .getstarted:focus {
  background: #674491;
  padding: 10px 25px;
  margin-left: 30px;
  margin-right: 15px;
  border-radius: 15px 3px;
  color: #fff;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  color: #fff;
  background: #E74B76;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
  font-weight: 500;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #674491;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}
#imgHover {
  display: none;
}
#imgDiv:hover #imgRegular {
  display: none;
}
#imgDiv:hover #imgHover {
  display: block;
  transform: scale(1.1);
}
#imgHoverHome {
  display: none;
}
#imgDivHome:hover #imgRegularHome {
  display: none;
}
#imgDivHome:hover #imgHoverHome {
  display: block;
  transform: scale(1.1);
}
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #e52a53;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(29, 28, 31, 0.3);
  transition: 0.3s;
  z-index: 990;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 75px;
  right: 35px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background: linear-gradient(#000, #FFF);
  overflow-y: auto;
  transition: 0.3s;
  border-radius: 20px 50px 20px 50px;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #FFF;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #e52a53;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #674491;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}
.section-bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(246, 246, 246, 0.1)), url("../img/backgrounds/back-01.webp");
}
.section-title {
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.section-title p {
  margin-bottom: 0;
}
.section-title-service p {
  margin-bottom: 0;
  color: #fff;
}
/*--------------------------------------------------------------
# Tools
--------------------------------------------------------------*/
.tools {
  background: #f6f6f7;
  width: 100%;
  text-align: right;
  padding: 5px 5px 5px 0px;
  margin: auto;
}

.tools img {
  width: 50px;
  filter: grayscale(100);
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 10px 0;
}
.tools img:hover {
  filter: none;
  transform: translate(40%, 0%) rotate(1turn) scale(1.3);
}
#tools .social-links a {
  font-size: 14px;
  display: inline-block;
  background: #333;
  margin-right: 1px;
  border-radius: 10px 3px;
  padding: 2px 5px;
  color: #fff;
  text-align: center;
  width: 24px;
  height: 24px;
  transition: 0.3s;
}
#tools .social-links a:hover {
  background: #e52a53;
  color: #fff;
  text-decoration: none;
  transform: rotate(1turn) scale(1.4);
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
#about .short {
  overflow: hidden;
  padding: 20px 20px 40px 20px;
  font-weight: 300;
  line-height: 24px;
  font-size: 16px;
  font-style: italic;
  background: rgba(103, 68, 142, 0.9);
  color: #FFF;
  border-radius: 35px 5px 35px 5px;
  box-shadow: 6px 5px 5px rgba(0, 0, 0, 0.1);
}
.about .content h2 {
  font-weight: 600;
  font-size: 22px;
  color: #674491;
  text-align: center;
  line-height: 30px;
  margin-bottom: 30px;
}
.about .content h3 {
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
  text-align: center;
}
.about .content h4 {
  font-weight: 300;
  line-height: 24px;
  font-size: 16px;
  text-align: justify;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding: 10px 0 0 28px;
  position: relative;
}
.about .content ul i {
  left: 0;
  top: 7px;
  position: absolute;
  font-size: 20px;
  color: #E74B76;
}
.about .content p {
  font-weight: 300;
  line-height: 24px;
  font-size: 16px;
  text-align: justify;
}
.about .content p2 {
  font-weight: 300;
  line-height: 24px;
  font-size: 16px;
  text-indent: 1.5em;
  text-align: justify;
}
.about .content p:last-child {
  margin-bottom: 0;
}
.about .icon-box {
  text-align: center;
  width: 100%;
  transition: 0.3s;
}
.about .icon-box:hover {
  transform: scale(1.1);
}
.about .pic {
  overflow: hidden;
  width: 150px;
  border-radius: 50%;
  margin: 0 auto 20px auto;
  text-align: center;
}
.about .pic:hover img {
  filter: none;
  transform: rotate(1turn) scale(1.1);
}
.about .pic img {
  transition: ease-in-out 0.3s;
}
/*--------------------------------------------------------------
# counts
--------------------------------------------------------------*/
.counts {
  background: linear-gradient(rgba(103, 68, 145, 1), 0.75, rgba(229, 42, 83, 0.7));
  background: url("../img/backgrounds/back-02.webp") center center;
  background-size: cover;
  position: relative;
  padding: 30px 0 10px 0;
  color: #fff;
}
.counts .counters span {
  font-size: 36px;
  display: block;
  font-weight: 700;
}
.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Lexend Deca", sans-serif;
  font-size: 15px;
  font-weight: 500;
}
/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 30px;
  background: linear-gradient(rgba(103, 68, 145, 1), rgba(103, 68, 145, 0.6));
  border-radius: 10px 40px;
  color: #fff;
  text-align: left;
  z-index: 1;
}
.why-us .contenu {
  background-image: url("../img/grid-01-1.png");
}
.why-us .content h1 {
  font-weight: 700;
  font-size: 26px;
  text-align: center;
  margin-bottom: 30px;
}
.why-us .content h2 {
  font-weight: 500;
  font-size: 26px;
  margin-bottom: 30px;
}
.why-us .content h3 {
  font-size: 26px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 30px;
}
.why-us .content h4 {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}
.why-us .content h5 {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 30px;
}
.why-us .content p {
  margin-bottom: 30px;
  font-weight: 200;
}
.why-us .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 20px 5px;
  transition: all ease-in-out 0.4s;
}
.why-us .content a {
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 30px;
}
.why-us .content a:hover {
  font-weight: 400;
  font-size: 15px;
  color: #BFBFBF;
  margin-bottom: 30px;
}
.why-us .content .more-btn i {
  font-size: 14px;
}
.why-us .content .more-btn:hover {
  color: #fff;
  background: #000;
}
.why-us .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  width: 100%;
  transition: 0.3s;
}
.why-us .icon-boxes .icon-box i {
  font-size: 15px;
  color: #674491;
  margin-bottom: 30px;
}
.why-us .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  color: #E74B76;
  margin: 0 0 30px 0;
}
.why-us .icon-boxes .icon-box h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #E74B76;
  margin: 0 0 30px 0;
}
.why-us .icon-boxes .icon-box a {
  color: #674491;
  transition: ease-in-out 0.3s;
}
.why-us .icon-boxes .icon-box p {
  font-size: 15px;
  color: #36343a;
}
.why-us .icon-boxes .icon-box:hover {
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
  transform: scale(1.05);
}
.why-us .content .pictures {
  text-align: center;
  padding: 0;
  width: 100%;
}
.why-us .content .pictures img {
  filter: sepia(40%);
  transition: ease-in-out 0.3s;
}
.why-us .content .pictures:hover img {
  filter: none;
  transform: rotate(1turn) scale(1.2);
  transition-duration: 1s, 2s;
}
/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)), url("../img/backgrounds/back-05.webp") fixed center center;
  background-size: cover;
  padding: 60px 0;
}
.cta h3 {
  color: #FFF;
  font-size: 26px;
  font-weight: 500;
}
.cta p {
  color: #fff;
  font-weight: 300;
}
.cta .cta-btn {
  font-family: "Lexend Deca", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 20px 5px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}
.cta .cta-btn:hover {
  background: #E74B76;
  border: 2px solid #E74B76;
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services h2 {
  font-size: 26px;
  color: #FFF;
  text-align: center;
  font-weight: 500;
  margin-bottom: 10px;
}
.services h3 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 300;
  color: #FFF;
}
.services li {
  font-size: 14px;
  font-weight: 200;
  color: #FFF;
}
.services .icon-box {
  text-align: center;
  padding: 40px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
}
.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 20px 5px;
  border: 1px solid #674491;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
  color: #674491;
}
.services .icon-box .icon i {
  font-size: 28px;
}
.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}
.services .icon-box h4 a {
  color: #674491;
  transition: ease-in-out 0.3s;
}
.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  transform: scale(1.04);
}
.services .icon-box:hover h4 a {
  color: #E74B76;
}
.services .icon-box:hover .icon {
  color: #fff;
  background: #674491;
}
.services .getstarted, .services .getstarted:focus {
  background: #674491;
  padding: 10px 25px;
  margin-left: 30px;
  margin-right: 15px;
  border-radius: 20px 5px;
  color: #fff;
}
.services .getstarted:hover, .services .getstarted:focus:hover {
  color: #fff;
  background: #000;
}
.presta {
  color: #fff;
}
.services .icon-box h3 {
  font-weight: 350;
  margin-bottom: 10px;
  font-size: 14px;
}
.services .icon-box h3 a {
  color: #36343a;
  transition: ease-in-out 0.3s;
}
.services .icon-box:hover h3 a {
  color: #674491;
}
/*--------------------------------------------------------------
# products
--------------------------------------------------------------*/
.products h2 {
  background: -webkit-linear-gradient(top, #674491 10%, #fff 90%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.products-info h1 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.products .products-item {
  margin-bottom: 30px;
}
.products #products-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}
.products #products-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 20px 5px;
  font-family: "Lexend Deca", sans-serif;
}
.products #products-flters li:hover, .products #products-flters li.filter-active {
  color: #fff;
  background: #674491;
}
.products #products-flters li:last-child {
  margin-right: 0;
}
.products .products-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(54, 52, 58, 0.6);
}
.products .products-wrap::before {
  content: "";
  background: rgba(54, 52, 58, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}
.products .products-wrap img {
  transition: all ease-in-out 0.3s;
}
.products .products-wrap .products-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
}
.products .products-wrap .products-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.products .products-wrap .products-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}
.products .products-wrap .products-links {
  text-align: center;
  z-index: 4;
}
.products .products-wrap .products-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.products .products-wrap .products-links a:hover {
  color: #ba3139;
}
.products .products-wrap:hover::before {
  opacity: 1;
}
.products .products-wrap:hover img {
  transform: scale(1.2);
}
.products .products-wrap:hover .products-info {
  opacity: 1;
}
/*--------------------------------------------------------------
# products Details
--------------------------------------------------------------*/
.products-details {
  padding-top: 40px;
}
.products-details .products-details-slider img {
  width: 100%;
}
.products-details .products-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.products-details .products-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #674491;
}
.products-details .products-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #674491;
}
.products-details .products-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(54, 52, 58, 0.08);
}
.products-details .products-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.products-details .products-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.products-details .products-info ul li + li {
  margin-top: 10px;
}
.products-details .products-description {
  padding-top: 30px;
}
.products-details .products-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.products-details .products-description p {
  padding: 0;
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 20px 20px 20px 20px;
  margin: 30px 15px;
  text-align: center;
  min-height: 350px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  background: #fff;
}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}
.testimonials h2 {
  background: -webkit-linear-gradient(top, #674491 10%, #fff 90%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.testimonials .testimonial-item h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}
.temoin {
  color: #fff;
}
a {
  color: #fff;
  text-decoration: none;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #ef5492;
  font-size: 20px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #fff;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #674491;
  border: 1px solid #674491;
}
.testimonials .getstarted, .testimonials .getstarted:focus {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 4px 14px;
  border-radius: 15px;
  transition: 0.5s;
  margin: 10px;
  background: #999;
  color: #fff;
  margin-bottom: 30px;
  margin-top: 30px;
}
.testimonials .getstarted:hover, .testimonials .getstarted:focus:hover {
  background: #674491;
  color: #fff;
}
/*--------------------------------------------------------------
# galery
--------------------------------------------------------------*/
.galery .section-title h2 {
  font-size: 26px;
  color: #674491;
  text-align: center;
  font-weight: 500;
  padding: 0;
}
.galery .section-title p {
  font-size: 16px;
  color: #333;
  text-align: center;
  font-weight: 300;
  padding: 0;
}
.galery .galery-item {
  margin-bottom: 30px;
}
.galery #galery-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}
.galery #galery-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 15px 3px;
  font-family: "Lexend Deca", sans-serif;
}
.galery #galery-flters li:hover, .galery #galery-flters li.filter-active {
  color: #fff;
  background: #C60554;
}
.galery #galery-flters li:last-child {
  margin-right: 0;
}
.galery .galery-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(54, 52, 58, 0.6);
  border-radius: 20px;
}
.galery .galery-wrap::before {
  content: "";
  background: rgba(54, 52, 58, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
  border: 1px;
  border-color: #FFF;
  border-radius: 20px;
}
.galery .galery-wrap img {
  transition: all ease-in-out 0.3s;
  border-radius: 20px;
}
.galery .galery-wrap .galery-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
}
.galery .galery-wrap .galery-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.galery .galery-wrap .galery-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
  text-align: center;
}
.galery .galery-wrap .galery-links {
  text-align: center;
  z-index: 4;
}
.galery .galery-wrap .galery-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.galery .galery-wrap .galery-links a:hover {
  color: #777D82;
}
.galery .galery-wrap:hover::before {
  opacity: 1;
}
.galery .galery-wrap:hover img {
  transform: scale(1.05);
}
.galery .galery-wrap:hover .galery-info {
  opacity: 1;
}
/*--------------------------------------------------------------
# galery Details
--------------------------------------------------------------*/
.galery-details {
  padding-top: 40px;
}
.galery-details .galery-details-slider img {
  width: 100%;
}
.galery-details .galery-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.galery-details .galery-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #C60554;
}
.galery-details .galery-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #C60554;
}
.galery-details .galery-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(54, 52, 58, 0.08);
}
.galery-details .galery-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.galery-details .galery-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.galery-details .galery-info ul li + li {
  margin-top: 10px;
}
.galery-details .galery-description {
  padding-top: 30px;
}
.galery-details .galery-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.galery-details .galery-description p {
  padding: 0;
}
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .logo-pic {
  overflow: hidden;
  width: 100%;
  margin: 0 auto 20px auto;
}
.team h2 {
  background: -webkit-linear-gradient(top, #674491 10%, #fff 90%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.team {
  background: #fff;
}
.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 40px 10px;
  text-align: center;
}
.team .member .pic {
  overflow: hidden;
  width: 150px;
  border-radius: 25% 5% 25% 5%;
  margin: 0 auto 20px auto;
}
.team .member .pic img {
  filter: grayscale(100);
  transition: ease-in-out 0.3s;
}
.team .member:hover img {
  filter: none;
  transform: rotate(1turn) scale(1);
}
.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #36343a;
}
.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}
.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b5b3ba;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}
.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 2px;
  width: 32px;
  height: 32px;
  background: #a8a5ae;
}
.team .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}
.team .member .social a:hover {
  background: #674491;
}
.team .member .social a + a {
  margin-left: 8px;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
iframe {
  padding: 0px;
  background: linear-gradient(rgba(103, 68, 145, 1), rgba(103, 68, 145, 0.6));
  border-radius: 15px 40px;
  box-shadow: 6px 5px 5px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.contact .section-title h2 {
  font-size: 26px;
  color: #674491;
  text-align: left;
  font-weight: 500;
  padding: 0;
}
.contact .content {
  padding: 30px;
  background: linear-gradient(rgba(103, 68, 145, 1), rgba(103, 68, 145, 0.6));
  border-radius: 10px 40px;
  color: #fff;
  text-align: left;
  z-index: 1;
}
.contact h2 {
  font-size: 22px;
  color: #fff;
  text-align: left;
  padding: 15px;
  font-weight: 500;
}
.contact .info {
  padding: 30px;
  width: 100%;
  background: #fff;
  border-radius: 40px 10px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.contact .info i {
  font-size: 20px;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  background: #674491;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px 5px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #36343a;
}
.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #686470;
}
.contact .php-email-form {
  width: 100%;
  border-radius: 40px 10px;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #b80033;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  background: linear-gradient(rgba(230, 220, 220, 0.4), rgba(230, 220, 220, 0.1));
  border-radius: 20px 5px;
  font-size: 14px;
}
.contact .php-email-form input {
  border-radius: 20px 5px;
  height: 44px;
}
.contact .php-email-form textarea {
  background: linear-gradient(rgba(230, 220, 220, 0.4), rgba(230, 220, 220, 0.1));
  border-radius: 20px 5px;
  padding: 10px 12px;
}
.contact .php-email-form button[type=submit] {
  background: #674491;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 20px 5px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #000;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.contact .php-number-form {
  width: 100%;
  border-radius: 20px 5px;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
.contact .php-number-form .form-group {
  padding-bottom: 8px;
  border-radius: 20px 5px;
}
.contact .php-number-form .error-message {
  border-radius: 20px 5px;
  display: none;
  color: #fff;
  background: #b80033;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-number-form .error-message br + br {
  border-radius: 20px 5px;
  margin-top: 25px;
}
.contact .php-number-form .sent-message {
  border-radius: 20px 5px;
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-number-form .loading {
  border-radius: 20px 5px;
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-number-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 20px 5px;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-number-form input, .contact .php-number-form textarea {
  border-radius: 20px 5px;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-number-form input {
  border-radius: 20px 5px;
  height: 44px;
}
.contact .php-number-form textarea {
  border-radius: 20px 5px;
  padding: 10px 12px;
}
.contact .form-control {
  background: linear-gradient(rgba(230, 220, 220, 0.4), rgba(230, 220, 220, 0.1));
  border-radius: 20px 5px;
  padding: 10px 12px;
}
.contact .php-number-form button[type=submit] {
  background: #674491;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 20px 5px;
}
.contact .php-number-form button[type=submit]:hover {
  border-radius: 20px 5px;
  background: #000;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------

# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: url("../img/backgrounds/back-06.webp") center center;
  margin-top: 0px;
}
.breadcrumbs h2 {
  font-size: 24px;
  color: #FFF;
  line-height: 1;
  font-weight: 600;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
  color: #FFF;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #FFF;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}
/*--------------------------------------------------------------

# Breadcrumbs-conditions
--------------------------------------------------------------*/
.Breadcrumbs-conditions {
  padding: 15px 0;
  background: url("../img/backgrounds/back-07.webp") center center;
  margin-top: 0px;
}
.Breadcrumbs-conditions h2 {
  font-size: 24px;
  color: #FFF;
  line-height: 1;
  font-weight: 600;
}
.Breadcrumbs-conditions ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.Breadcrumbs-conditions ol li + li {
  padding-left: 10px;
  color: #FFF;
}
.Breadcrumbs-conditions ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #FFF;
  content: "/";
}
@media (max-width: 768px) {
  .Breadcrumbs-conditions .d-flex {
    display: block !important;
  }
  .Breadcrumbs-conditions ol {
    display: block;
  }
  .Breadcrumbs-conditions ol li {
    display: inline-block;
  }
}
/*--------------------------------------------------------------
# Devis
--------------------------------------------------------------*/
.devis .content {
  padding: 30px;
  background: linear-gradient(rgba(103, 68, 145, 1), rgba(103, 68, 145, 0.6));
  border-radius: 10px 40px;
  color: #fff;
  text-align: left;
  z-index: 1;
  box-shadow: 6px 5px 5px rgba(0, 0, 0, 0.1);
}
.devis .content h2 {
  font-size: 22px;
  color: #fff;
  text-align: center;
  padding: 5px;
  font-weight: 400;
}
.devis .content h3 {
  font-size: 18px;
  color: #fff;
  text-align: left;
  padding: 15px;
  font-weight: 400;
}
.devis .content p {
  font-size: 15px;
  color: #fff;
  text-align: left;
  font-weight: 200;
}
.devis .content li {
  font-size: 15px;
  color: #fff;
  text-align: left;
  font-weight: 200;
}
.devis .php-email-form {
  width: 100%;
  border-radius: 40px 10px;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
.devis .php-email-form .form-group {
  padding-bottom: 8px;
}
.devis .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #b80033;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.devis .php-email-form .error-message br + br {
  margin-top: 25px;
}
.devis .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.devis .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.devis .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.devis .php-email-form input, .devis .php-email-form textarea {
  background: linear-gradient(rgba(230, 220, 220, 0.4), rgba(230, 220, 220, 0.1));
  border-radius: 20px 5px;
  font-size: 14px;
}
.devis .php-email-form input {
  border-radius: 20px 5px;
  height: 44px;
}
.devis .php-email-form textarea {
  background: linear-gradient(rgba(230, 220, 220, 0.4), rgba(230, 220, 220, 0.1));
  border-radius: 20px 5px;
  padding: 10px 12px;
}
.devis .php-email-form button[type=submit] {
  background: #674491;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 20px 5px;
}
.devis .php-email-form button[type=submit]:hover {
  background: #000;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.devis .php-number-form {
  width: 100%;
  border-radius: 20px 5px;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
.devis .php-number-form .form-group {
  padding-bottom: 8px;
  border-radius: 20px 5px;
}
.devis .php-number-form .error-message {
  border-radius: 20px 5px;
  display: none;
  color: #fff;
  background: #b80033;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.devis .php-number-form .error-message br + br {
  border-radius: 20px 5px;
  margin-top: 25px;
}
.devis .php-number-form .sent-message {
  border-radius: 20px 5px;
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.devis .php-number-form .loading {
  border-radius: 20px 5px;
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.devis .php-number-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 20px 5px;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.devis .php-number-form input, .devis .php-number-form textarea {
  border-radius: 20px 5px;
  box-shadow: none;
  font-size: 14px;
}
.devis .php-number-form input {
  border-radius: 20px 5px;
  height: 44px;
}
.devis .php-number-form textarea {
  border-radius: 20px 5px;
  padding: 10px 12px;
}
.devis .form-control {
  background: linear-gradient(rgba(230, 220, 220, 0.4), rgba(230, 220, 220, 0.1));
  border-radius: 20px 5px;
  padding: 10px 12px;
}
.devis .php-number-form button[type=submit] {
  background: #674491;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 20px 5px;
}
.devis .php-number-form button[type=submit]:hover {
  border-radius: 20px 5px;
  background: #000;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.devis-short {
  overflow: hidden;
  margin-top: 30px;
  padding: 10px 10px 20px 30px;
  font-weight: 300;
  line-height: 24px;
  font-size: 16px;
  background: rgba(231, 75, 118, 0.9);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.4);
  color: #FFF;
  border-radius: 35px 10px 35px 10px;
}
.devis-short h2 {
  font-size: 22px;
  color: #fff;
  text-align: center;
  padding: 15px;
  font-weight: 400;
  letter-spacing: 0.1rem;
}
.devis-short h3 {
  font-size: 17px;
  color: #fff;
  text-align: left;
  padding: 15px;
  font-weight: 400;
}
.devis-short p {
  font-size: 16px;
  color: #fff;
  text-align: left;
  font-weight: 300;
  letter-spacing: 0.05rem;
}
/*--------------------------------------------------------------
# Conditions
--------------------------------------------------------------*/
.conditions {
  font-size: 14px;
  color: #000;
  text-align: left;
  font-weight: 200;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #000;
  font-size: 14px;
  background: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.8));
}
.footer .logo-pic {
  overflow: hidden;
  width: 100%;
  margin: 0 auto 20px auto;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #f9f8f9;
}
#footer .footer-top .footer-contact {
  margin-bottom: 5px;
}
#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Lexend Deca", sans-serif;
  color: #000;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #E74B76;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #000;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #ff325f;
}
#footer .footer-phone {
  font-size: 15px;
  text-align: center;
}
#footer .footer-phone h4 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-phone form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 20px 5px;
  text-align: left;
  border: 1px solid #e4e3e6;
}
#footer .footer-phone form input[type=phone] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-phone form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  font-size: 16px;
  padding: 0 20px;
  background: #674491;
  color: #fff;
  transition: 0.3s;
  border-radius: 20px 5px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-phone form input[type=submit]:hover {
  background: #000;
}
#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #000;
}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #000;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 15px 3px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .social-links a:hover {
  background: #674491;
  color: #fff;
  text-decoration: none;
}
#footer-logo {
  width: auto;
  height: auto;
  text-align: center;
}
#footer-text {
  font-size: 32px;
  color: #674491;
  font-family: "Lexend Deca", sans-serif;
}
.footer-phone .getstarted, .footer-phone .getstarted:focus {
  width: 100%;
  background: #674491;
  padding: 10px 5px;
  margin-left: 0px;
  margin-right: 0px;
  border-radius: 15px 5px;
  color: #fff;
}
.footer-phone .getstarted:hover, .footer-phone .getstarted:focus:hover {
  color: #fff;
  background: #E74B76;
}
ul.top-info-box li .info-box .info-box-subtitle {
  margin: 0;
  line-height: normal;
  font-size: 15px;
  text-align: center;
  font-weight: 700;
  color: #999;
}
/*-- Copyright --*/
.copyright-info {
  background: #674491;
  color: #FFF;
  padding: 5px 0 5px;
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 12px;
}
/*-- Snow --*/
.snowflake {
  position: fixed;
  background-image: url(../../assets/img/snow-small.png);
  background-repeat: no-repeat;
  pointer-events: none; /* So it doesn't interfere with interactions */
  z-index: 100; /* High z-index to ensure it's on top of other elements */
}