*,
::before,
:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  margin: 0px;
  padding: 0px;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
  background-color: #e7e6e6;
}

/* loading animation */
.loading-container {
  text-align: center;
}

.loader {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
  margin: 0 auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.navbar {
  background-color: #6437aa;
  /* background: linear-gradient(135deg, rgb(170, 69, 55) 0%, rgb(253, 226, 70) 100%); */
}

.logo {
  width: 35vw;
  height: auto;
  max-width: 640px;
}
.cent {
  width: 100%;
  height: 100%;

  max-height: 240px;
}
.title {
  width: 100vw;
  max-width: 1920px;
  max-height: 640px;
}

/*-- Header --*/
.vague {
  /* object-fit: cover; */
  width: 100vw;
  height: 640px;
  margin: 0;
  background-image: url("/images/Vague_12.png");
  background-repeat: no-repeat;
  background-position: center;
}

.contact{
  margin-top: 18rem;
}

.aproposTitle{
  margin-top: 18rem;
  text-align: center;
}
/* .title1 {
  padding-top: 50px;
  padding-left: 50px;
  color: #ffffff;
  font-size: 89px;
  text-align: left;

} */
.center{
  text-align: center;
}
.title2 {
  padding-left: 2rem;
  padding-top: 8rem;
  /* padding-left: 70px; */
  color: #ffffff;
  font-size: 55px;
  text-align: left;
}

.title3 {
  font-size: 2.13em;
  color: #6437aa;
}

.parag {
  font-size: 1.62em;
}

.container-fluid {
  padding: 0px;
  max-width: 100%;
  max-height: 100%;
}
.container-fluid .vague {
  width: 100%;
  max-width: 1920px;
  max-height: 640px;
  margin-left: auto;
  margin-right: auto;
}

a {
  color: #00b7ff;
}

h2 {
  text-align: center;
  color: #6437aa;
  font-size: 34px;
}

/*-------------card image rotate-------------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  min-height: 100vh;
  align-items: center;
  justify-content: center;
}

.img-title {
  width: 750px;
  height: 389px;
  float: right;
  margin-right: 3vw;
}

.img-title .img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.imgC {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.imgB {
  width: 70%;
  height: 70%;
  object-fit: contain;
  object-position: 50% 50%;
  float: left;
}

.imgI {
  width: 30%;
  height: 30%;
  object-fit: contain;
  object-position: 50% 50%;
  padding-top: 8vh;
  float: right;
}

.container {
  transform-style: preserve-3d;
}

.violet {
  background: linear-gradient(135deg, #bb186e, #e6253f 100%);
  width: 100%;
  max-width: 1920px;
  min-height: 500px;
  max-height: 100%;
  text-align: center;
  position: relative;
  vertical-align: middle;
  padding-left: 25vw;
  padding-top: 8rem;
  overflow: hidden;
}

.rotate {
  margin-top: 50px;
}

.container .box {
  position: relative;
  width: 340px;
  height: 340px;
  margin: 12px;
  transform-style: preserve-3d;
  perspective: 1000px;
  cursor: pointer;
}

.container .box .body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: 0.9s ease;
  box-shadow: 12px 12px 20px 1px rgba(0, 0, 0, 0.205);
}

.container .box .body .imgContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}

.container .box .body .imgContainer img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
}

.container .box .body .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333333;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transform: rotateY(180deg);
  border-radius: 7px;
}

.container .box:hover .body {
  transform: rotateY(180deg);
}

.container .box .body .content div {
  transform-style: preserve-3d;
  padding: 20px;
  background: linear-gradient(45deg, #bb186e, #e6253f);
  transform: translateZ(100px);
  border-radius: 7px;
}

.container .box .body .content div h3 {
  letter-spacing: 1px;
}

.box .a:hover {
  color: #e6253f;
}

/*---------- Slider logo ---------------*/
.slick-slide {
  margin: 0px 20px;
}

.logo-carousel {
  overflow: inherit;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  background-color: #e6e6e6;
  object-fit: scale-down;
}

.slick-slide img {
  width: 100%;
  max-height: 115px;
}

.slick-track::before,
.slick-track::after {
  display: table;
  content: "";
}

.slick-track::after {
  clear: both;
}

.slick-track {
  padding: 1rem 0;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  background: url(https://raw.githubusercontent.com/solodev/infinite-logo-carousel/master/images/arrow.svg?sanitize=true)
    center no-repeat;
  color: #fff;
  filter: invert(77%) sepia(32%) saturate(1%) hue-rotate(344deg)
    brightness(105%) contrast(103%);
  border: none;
  width: 2rem;
  height: 1.5rem;
  text-indent: -10000px;
  margin-top: -16px;
  z-index: 99;
}

.slick-arrow.slick-next {
  right: -40px;
  transform: rotate(180deg);
}

.slick-arrow.slick-prev {
  left: -40px;
}

/* Media Queries */

@media (max-width: 768px) {
  .slick-arrow {
    width: 1rem;
    height: 1rem;
  }
}

.row {
  overflow: hidden;
  width: 100%;
}

/* JsFiddle Example only/don't use */
.logo-carousel {
  margin-top: 32px;
}

/*  slide box */
.img-responsive {
  border-radius: 7px;
  display: block;
  max-width: 100%;
  max-height: 320px;
  transform: scale(0.9);
  height: auto;
  transition: transform 4s;
  box-shadow: 12px 12px 20px 1px rgba(0, 0, 0, 0.205);
}

.img-responsive:hover {
  transform: scale(1);
  transform-origin: 50% 50%;
}

.slidebox {
  margin-top: 80px;
}

@media screen and (max-width: 991px) {
  .slidebox {
    display: none;
  }
}

.slidebox2 {
  display: none;
}

@media screen and (max-width: 991px) {
  .slidebox2 {
    display: block;
  }
}

.slidebox2 .card {
  background-color: #e7e6e6;
  border: none;
}

/* =========== Scroll Elements =========== */

.slide-right {
  transform: translateX(120%);
  transition: transform 0.9s ease-in-out, opacity 0.6s ease-in-out;
}

.slide-left {
  transform: translateX(-120%);
  transition: transform 0.9s ease-in-out, opacity 0.6s ease-in-out;
}

.fade-in-bottom {
  transform: translateY(40%);
  transition: transform 0.3s ease-in-out, opacity 0.6s ease-in-out;
}

.fade-in-top {
  transform: translateY(-40%);
  transition: transform 0.3s ease-in-out, opacity 0.6s ease-in-out;
}

.js-scroll {
  opacity: 0;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.fade-in-bottom {
  transform: translateY(0%);
  animation-delay: 200ms;
}

.scrolled.slide-left {
  transform: translateX(0%);
  animation-delay: 350ms;
}

.scrolled.slide-right {
  transform: translateX(0%);
  animation-delay: 350ms;
}

/* .scrolled.fade-in {
   transition: transform 0.6s ease-in-out,

}*/

/*-- footer --*/

#footer {
  background-image: url("/images/Vague_21.png");
  height: 640px;

  background-repeat: no-repeat;
  background-position: center;

  padding-top: 13%;

  color: #fff;
  font-size: 14px;
}

#footer .footer-newsletter {
  /* background: #3b3b3b59; */

  padding: 60px 0px;
  color: rgb(3, 3, 3);
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 8px;
  width: calc(100% - 140px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  margin: 3px;
  background: #6437aa;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #9f48ff;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #545454;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #6437aa;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  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: #6437aa;
  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: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #6437aa;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .copyright {
  text-align: center;
  padding-top: 0;
}

#footer .credits {
  padding-top: 5px;

  text-align: center;
  font-size: 13px;
  color: #fff;
}
