@import url("https://fonts.googleapis.com/css?family=Allura|Open+Sans:300,600|Playfair+Display:400,400i,700&display=swap&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Mrs+Saint+Delafield&display=swap&subset=latin-ext");
html {
  scroll-behavior: smooth;
}

.cookies {
  background: linear-gradient(164deg, #171928, #0b0c13);
  width: 30%;
  display: block;
  border-radius: 5px;
  color: #fff;
  font-size: 11px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  position: fixed;
  bottom: 10px;
  left: 10px;
  padding: 15px 10px;
  z-index: 88;
  -webkit-animation: 750ms linear fadeIn;
  animation: 750ms linear fadeIn;
}

.cookies p {
  font-size: 11px;
  color: #fff;
}

.cookies .cookies__btn {
  background: #fff;
  border-radius: 2rem;
  padding: 0.3rem 1.3rem;
  border: none;
}

@media (max-width: 768px) {
  .cookies {
    width: 90%;
  }
}

.scrollUp {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  font-size: 2rem;
  background: #171928;
  color: #f6f6f6;
  width: 50px;
  height: 50px;
  transform: translate(60px, 0);
  transition: all 250ms linear;
  display: flex;
  align-items: center;
}

.scrollUp .uil {
  margin-left: 2px;
}

.scrollUp--show {
  transform: translate(0, 0) !important;
}

.scrollUp:hover {
  color: #f6f6f6;
  background: #7f73bb;
}

section {
  overflow: hidden;
}

.btn {
  border-radius: 3rem;
  padding: 0.3rem 2rem;
  transition: all 250ms linear;
}

.btn-primary {
  background: #7f73bb;
  border: #7f73bb;
}

.btn-primary:hover {
  background: #171928;
  border: #171928;
}

.btn-dark {
  border: #171928;
  background: #171928;
  color: #f6f6f6;
}

.btn-dark:hover {
  border: #0b0c13;
  background: #0b0c13;
  color: #f6f6f6;
}

.toper {
  padding: 10px 0;
  background: rgba(23, 25, 40, 0.05);
  color: #171928;
  font-size: 14px;
}

.toper p {
  color: #171928;
  padding: 0;
  margin: 0;
}

.toper .row {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .toper .row {
    padding: 0 15px;
  }
}

.nav {
  position: relative;
  padding: 15px 0;
  margin-bottom: 10px;
  z-index: 500;
}

.nav .row {
  justify-content: space-between;
}

.nav__logo {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  color: rgba(23, 25, 40, 0.9);
  font-weight: 600;
  transition: all 250ms linear;
}

.nav__logo:hover {
  color: #0b0c13;
  text-decoration: none;
}

.nav__btn {
  background: #171928;
  color: #f6f6f6;
  font-size: 1.4rem;
  border: none;
}

.nav__menu {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  transform: translate(0, 5px);
}

.nav__menu li {
  margin-left: 10px;
}

.nav__menu li a {
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 2px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  color: rgba(23, 25, 40, 0.8);
  transition: all 250ms linear;
  border-bottom: solid 3px transparent;
}

.nav__menu li a:hover {
  border-bottom: solid 3px #7f73bb;
  text-decoration: none;
}

.nav__menu li ul {
  list-style-type: none;
  position: absolute;
  max-width: 200px;
  padding: 5px;
  top: 30px;
  transform: translate(-25px, 0);
  background: rgba(246, 246, 246, 0.9);
  display: flex;
  border: solid 1px rgba(23, 25, 40, 0.05);
  flex-direction: column;
  z-index: 999 !important;
}

.nav__menu li ul li {
  margin: 6px 0;
}

@media (max-width: 768px) {
  .nav__menu {
    display: flex;
    flex-flow: column;
    width: 100%;
    text-align: center;
  }
  .nav__menu li {
    margin: 10px 0;
  }
  .nav__menu li ul {
    position: relative;
    min-width: 100%;
    transform: translate(0, 0) !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 5px 0;
  }
}

@media (max-width: 768px) {
  .nav {
    padding-left: 15px;
    padding-right: 15px;
  }
}

body {
  font-family: "Open Sans", sans-serif;
}

P {
  color: rgba(23, 25, 40, 0.7);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-family: "Allura", cursive;
  color: #7f73bb;
}

.slider {
  position: relative;
  width: 96%;
  height: 75vh;
  background: #f6f6f6;
  margin: 0 auto;
  border-left: solid 3vh #fff;
  border-right: solid 3vh #fff;
  background: #171928;
  z-index: 1 !important;
}

@media (max-width: 768px) {
  .slider {
    height: 60vh;
  }
}

.slider .fadeInUp {
  animation-delay: 400ms !important;
}

.slider__arrow {
  position: absolute;
  top: 43%;
  left: 0;
  width: 50px;
  height: 50px;
  font-size: 2rem;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 8;
}

@media (max-width: 768px) {
  .slider__arrow {
    width: 30px;
  }
}

.slider__arrow--right {
  left: auto;
  right: 0;
  border-left: solid 4px #171928;
}

.slider__arrow--left {
  left: 0;
  border-right: solid 4px #171928;
}

.slider__item {
  position: relative;
  width: 100%;
  height: 100%;
  display: none;
}

.slider__item--active {
  position: relative;
  display: block;
}

.slider__item__fog {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-shadow: 1px 1px 20px #171928;
  background: rgba(23, 25, 40, 0.5);
}

.slider__item__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  animation: scaleBg 1s linear;
}

.slider__item h2 {
  font-weight: 600;
  color: #f6f6f6;
}

@media (max-width: 768px) {
  .slider__item h2 {
    font-size: 2rem;
  }
}

.slider__item p {
  font-weight: 400;
  font-size: 1.5rem;
  color: #f6f6f6;
}

@media (max-width: 768px) {
  .slider__item p {
    font-size: 1rem;
  }
}

.boxes {
  padding: 5rem 0;
}

@media (max-width: 768px) {
  .boxes {
    padding: 3rem 0;
  }
}

.boxes__content {
  opacity: 0;
  animation-fill-mode: forwards;
}

.boxes__item {
  margin: 20px 0;
  height: 240px;
  background: #7f73bb;
  overflow: hidden;
  opacity: 0;
  animation-fill-mode: forwards;
}

.boxes__item__arrow {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 2rem;
  color: #f6f6f6;
  transition: all 250ms linear;
  background: #7f73bb;
  height: 22%;
  z-index: 2;
}

.boxes__item__arrow:hover {
  color: #f6f6f6;
  background: #171928;
}

.boxes__item p {
  color: #f6f6f6;
  font-size: 0.4;
}

.boxes__item .uil {
  display: inl !important;
}

.boxes__item__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 250ms linear;
  z-index: 1;
}

.boxes__item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: all 250ms linear;
}

@media (max-width: 768px) {
  .boxes__item__img {
    height: 400px;
  }
}

.boxes__item:hover .boxes__item__arrow {
  width: 100%;
}

.boxes__item:hover .boxes__item__img img {
  transform: scale(1.2);
}

.boxes__title {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 1.3rem;
  opacity: 0;
  animation-fill-mode: forwards;
}

.boxes__title::after {
  content: "";
  width: 40px;
  height: 1px;
  background: rgba(23, 25, 40, 0.3);
  display: block;
  margin: 15px auto;
}

.about {
  position: relative;
  padding: 4rem 0;
}

.about p {
  margin-top: 10px;
}

.about img {
  margin: 0;
  padding: 0;
  display: block;
}

.about__bg {
  position: absolute;
  top: 0;
  left: 10vh;
  background: #7f73bb;
  width: 60%;
  height: 100%;
  display: block;
  opacity: 0.2;
}

@media (max-width: 768px) {
  .about__bg {
    left: 0;
    width: 70%;
  }
}

.about__content, .about__img, .about__bg {
  opacity: 0;
  animation-fill-mode: forwards;
}

.opinion {
  padding: 6rem 0;
}

.opinion .row {
  flex-wrap: nowrap;
}

.opinion__container {
  overflow: hidden;
}

.opinion hr {
  width: 15%;
  margin-bottom: 30px;
}

.opinion__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  width: 96%;
  margin: 0 auto;
  border: solid 3px rgba(127, 115, 187, 0.5) !important;
}

.opinion__item::before {
  content: "";
  top: -12px;
  left: -12px;
  position: absolute;
  width: 60px;
  height: 60px;
  display: block;
  z-index: -1;
  border-top: solid 4px rgba(127, 115, 187, 0.5);
  border-left: solid 4px rgba(127, 115, 187, 0.5);
  background: transparent;
  animation: fadeInLeft 400ms linear;
}

.opinion__item::after {
  content: "";
  bottom: -12px;
  right: -12px;
  position: absolute;
  width: 60px;
  height: 60px;
  display: block;
  z-index: -1;
  border-bottom: solid 4px rgba(127, 115, 187, 0.7);
  border-right: solid 4px rgba(127, 115, 187, 0.7);
  background: transparent;
  animation: fadeInRight 400ms linear;
}

.opinion__item__name {
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 14px;
  color: #171928;
}

.opinion__item__name::before {
  content: "";
  width: 40px;
  height: 1px;
  background: rgba(23, 25, 40, 0.3);
  display: block;
  margin: 15px auto;
}

.opinion__doter {
  margin: 20px auto;
  width: 300px;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.opinion__doter li {
  margin-left: 5px;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
  border: solid 3px #7f73bb;
}

.opinion__doter .active {
  background: #7f73bb !important;
}

.opinion__title, .opinion__item, .opinion__doter {
  opacity: 0;
  animation-fill-mode: forwards;
}

.opinion__content {
  display: none;
}

.opinion__content--active {
  display: block !important;
}

.moreabout {
  position: relative;
  padding: 5rem 0;
}

.moreabout__bg {
  position: absolute;
  top: 0;
  right: 10vh;
  background: #7f73bb;
  width: 70%;
  height: 100%;
  display: block;
  opacity: 0.2;
}

@media (max-width: 768px) {
  .moreabout__bg {
    left: 0;
    width: 70%;
  }
}

.moreabout__content h4 {
  font-size: 1.4rem;
}

.moreabout__content h4::after {
  content: "";
  width: 20px;
  height: 1px;
  background: rgba(23, 25, 40, 0.5);
  display: block;
  margin: 20px 0;
}

.moreabout__content p {
  font-size: 0.9rem;
  text-align: justify;
  margin-bottom: 20px;
}

.moreabout__img {
  height: 370px;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  margin: 30px 0;
}

.moreabout__content, .moreabout__img, .moreabout__bg {
  opacity: 0;
  animation-fill-mode: forwards;
}

.contactwithus {
  position: relative;
  padding: 4rem 0;
  background: #171928;
  width: 96%;
  text-align: center;
  color: #f6f6f6;
  margin: 4rem auto;
}

.contactwithus__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.1;
}

.contactwithus .container {
  position: relative;
  z-index: 2;
}

.contactwithus h3 {
  font-size: 2.6rem;
}

.contactwithus p {
  font-size: 1.5rem;
  color: #f6f6f6;
  letter-spacing: 1px;
  font-weight: 300;
}

.footer {
  border-top: solid 1px rgba(23, 25, 40, 0.1);
  padding: 3rem 0;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
  margin-bottom: 10px;
  color: #171928;
}

@media (max-width: 768px) {
  .footer .border-right {
    border: none !important;
  }
}

.subfooter {
  padding: 15px 0;
  background: rgba(23, 25, 40, 0.1);
}

.subfooter p {
  padding: 0;
  margin: 0;
  font-size: 13px;
}

.subfooter a {
  color: #171928;
}

.subfooter__social a {
  width: 15px;
  height: 15px;
  padding: 5px;
  border-radius: 50%;
  color: #fff;
  background: #171928;
  margin: 0 5px;
  transition: all 250ms linear;
}

.subfooter__social a:hover {
  background: #0b0c13;
}

@media (max-width: 768px) {
  .subfooter {
    text-align: center;
  }
  .subfooter__social {
    width: 100%;
    display: flex;
    align-items: Center;
    justify-content: center;
    margin-top: 10px;
  }
  .subfooter__social a {
    width: 25px;
    height: 25px;
    padding: 5px;
    border-radius: 50%;
    color: #fff;
    background: #171928;
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@keyframes fadeNow {
  from {
    opacity: 0;
    transform: translate(-20%, 0);
  }
  to {
    opacity: 0.2;
  }
}

@keyframes scaleBg {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}

.fadeInLeftNow {
  animation: fadeInLeftNow 1s linear;
  opacity: 0;
  animation-fill-mode: forwards;
}

.fadeInRightNow {
  animation: fadeInRightNow 1s linear;
  opacity: 0;
  animation-fill-mode: forwards;
}

@keyframes fadeInLeftNow {
  from {
    transform: translate(-200%, 0);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 0.2;
  }
}

@keyframes fadeInRightNow {
  from {
    transform: translate(200%, 0);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 0.2;
  }
}

.title {
  padding: 4rem 0;
  background: #f6f6f6;
  border-bottom: solid rgba(23, 25, 40, 0.07) 1px;
}

.title h1 {
  padding-bottom: 15px;
  align-items: center;
  text-align: center;
}

.title hr {
  width: 50px;
}

.title p {
  color: #171928;
  font-size: 13px;
  text-align: center;
  opacity: 0.5;
}

.title p a {
  color: #171928;
}

.title p a:hover {
  opacity: 1 !important;
  text-decoration: none;
}

article {
  padding: 4rem 0;
}
