@charset "UTF-8";


/* * {
  background: #000 !important;
  color: #0f0 !important;
  outline: solid #f00 1px !important;
} */


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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

html {
  overflow-x: hidden;
}

body {
  margin: 0 0;
  overflow-x: hidden;
  width: 100vw;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: white;
  background-color: black;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h5,
.h5,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h2,
.h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {

  h1,
  .h1 {
    font-size: 2.5rem;
  }

  h2,
  .h2 {
    font-size: 2rem;
  }
}

h5,
.h5 {
  font-size: 1.25rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul {
  padding-left: 2rem;
}


ul {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul ul {
  margin-bottom: 0;
}

a {
  color: #64a19d;
  text-decoration: none;
}

a:hover {
  color: #50817e;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}


figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}


button {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
}

button,
[type=button] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted #222;
}

.tooltip .tooltiptext {
  opacity: 0;
  width: 120px;
  background-color: #222;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 150%;
  left: 50%;
  margin-left: -60px;
  transition: 0.5s all;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #222 transparent;
}

.tooltip:hover .tooltiptext {
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

/* .blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
} */

.figure {
  display: inline-block;
}

.container,
.container-fluid {
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}


.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}


.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.transparent{
  opacity: 0;
  transition: .5s all;
}


@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

@media (min-width: 576px) {

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
    box-sizing: border-box;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 768px) {

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 992px) {

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }


  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(100, 161, 157, 0.25);
}

.btn:disabled {
  pointer-events: none;
  opacity: 0.65;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light:active {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.collapse:not(.show) {
  display: none;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #64a19d;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.navbar-logo {
  width: 150px;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}

.nav-link:hover,
.nav-link:focus {
  color: #50817e;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar>.container,
.navbar>.container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
  text-align: end;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}



@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}

.navbar-toggler:hover {
  text-decoration: none;
}

 

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  /* border-color: rgba(255, 255, 255, 0.1); */
}


/* Animated Icon */

#nav-icon2{
  width: 40px;
  height: 19px;
  position: relative; 
  margin: auto 10px  auto auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

  

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 40%;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon2 span.icon-middle{
  width:75%;
  left:25%;
}

#nav-icon2 span:nth-child(even) {
  left: 40%;
  border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon2 span.icon-lower:nth-child(odd){ 
  left:40%;
}
#nav-icon2 span.icon-lower:nth-child(even){ 
  left:75%;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 10px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 20px;
}

#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 10px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 10px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 20px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 20px;
}


.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

/* 
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
} */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg)
      /* rtl:ignore */
    ;
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg)
      /* rtl:ignore */
    ;
  }
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.align-middle {
  vertical-align: middle !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.d-flex {
  display: flex !important;
}

.d-none {
  display: none !important;
}

.h-100 {
  height: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.flex-column {
  flex-direction: column !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}

.align-content-center {
  align-content: center !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.fs-2 {
  font-size: calc(1.5rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.lh-1 {
  line-height: 1 !important;
}

.text-center {
  text-align: center !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */

.text-white {
  color: white !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.bg-black {
  background-color: black !important;
}
 

.pe-none {
  pointer-events: none !important;
}

.visible {
  visibility: visible !important;
}

@media (min-width: 992px) {

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .fs-2 {
    font-size: 2.5rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}

html {
  scroll-padding-top: calc(4.5rem - 1px);
}


#mainNav {
  min-height: 3.5rem;
  width: 100%;
  box-sizing: border-box;
  /* background-color: #000; */
}
 

#mainNav .navbar-toggler:focus {
  outline: none;
}

#mainNav .navbar-brand {
  color: #000;
  font-weight: 700;
  padding: 0.9rem 0;
}

#mainNav .navbar-nav .nav-item:hover {
  color: fade(#fff, 80%);
  outline: none;
  background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active,
#mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    background-color: transparent;
    transition: background-color 0.3s ease-in-out;

    /* uppercase */
    text-transform: uppercase;
  }

  #mainNav .navbar-brand {
    padding: 0.5rem 0;
    color: rgba(255, 255, 255, 0.5);
  }

  #mainNav .nav-link {
    transition: none;
    padding: 1.5rem 1.5rem;
    color: rgba(255, 255, 255, 0.5);
  }

  #mainNav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
  }

  #mainNav .nav-link:active {
    color: #fff;
  }

  #mainNav.navbar-shrink {
    /* background-color: #000000; */
  }

  #mainNav.navbar-shrink .navbar-brand {
    color: #000;
  }

  #mainNav.navbar-shrink .nav-link {
    color: #fff;
    padding: 1.5rem 1.5rem 1.25rem;
    /* border-bottom: 0.25rem solid transparent; */
  }

  #mainNav.navbar-shrink .nav-link:hover,
  #mainNav.navbar-shrink .nav-link.active {
    color: #ddd;
    text-shadow: 0 0 0.5rem #64a19d;
    font-weight: bold;
  }
}

.btn {
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  border: 0;
  background-color: #ffffff1f;
}
 

/* about  */
.topic {
  /* font-size: 13rem; */
  padding-top: 40px;
  font-family: "Vonique64", sans-serif;
  white-space: wrap;
  width: 100%;
  font-size: 60px;
  color: white;
  text-align: center;
}


.aboutvideo {
  height: 100vh;
  position: relative;
}

video {
  pointer-events: none;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;


}

.overlay {
  position: absolute;
  height: 110%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.8);
}

.aboutcontent {
  margin: 0 auto;
  position: relative;
  align-content: center;

  color: white;
  z-index: 3;
}

/* contact-us */


.card {
  height: 15rem;
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(255, 255, 255, 0) !important;
  color: white;
}

.card:hover {
  border: 1px solid rgba(255, 255, 255, 1) !important;
}

.card h2 {
  font-size: 1.5vw !important;
  font-weight: bold;
}



.link {
  color: #fff;
  text-decoration: none !important;
}

.link:hover {
  transform: scale(1.1);
  color: #fff;
  text-decoration: none !important;
}

.link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  gap: 5.5px;
  font-weight: bold;
  transition: .2s linear;
}

.icon {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-small {
  width: 32px;
  height: 32px;
  fill: grey;
  transition: .2s linear;
  padding: 5px;
}

.icon-small:hover {
  fill: white;
}

.animate {
  stroke-dasharray: 20;
  animation: animate 1s linear;
  stroke-dashoffset: 0;
}

@keyframes animate {
  0% {
    stroke-dashoffset: 20;
  }

  100% {
    stroke-dashoffset: 00;
  }
}

/* Countdown */

.countDown h1 {
  transition: all .2s ease-in-out;
}

.light-theme {
  background-color: #000000;
}

.light-theme .countDown h1 {
  color: #ffffff;
}

.countDown {
  font-family: 'Roboto', sans-serif;
  width: 550px;
  height: 100%;
  margin: auto;
  padding: 20px;
  box-sizing: border-box;
}

.countDown .flipdown {
  margin: auto;
}

.countDown h1 {
  text-align: center;
  font-weight: 100;
  font-size: 3em;
  margin-top: 0;
  margin-bottom: 10px;
}

.countDown{
  align-items: center;
  justify-content: center;
 
}

/* flipdown */
/* THEMES */

/********** Theme: dark **********/
/* Font styles */
.flipdown.flipdown__theme-dark {
  font-family: sans-serif;
  font-weight: bold;
}
/* Rotor group headings */
.flipdown.flipdown__theme-dark .rotor-group-heading:before {
  color: #000000;
}
/* Delimeters */
.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):before,
.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  background-color: #151515;
}
/* Rotor tops */
.flipdown.flipdown__theme-dark .rotor,
.flipdown.flipdown__theme-dark .rotor-top,
.flipdown.flipdown__theme-dark .rotor-leaf-front {
  color: #FFFFFF;
  background-color: #151515;
}
/* Rotor bottoms */
.flipdown.flipdown__theme-dark .rotor-bottom,
.flipdown.flipdown__theme-dark .rotor-leaf-rear {
  color: #EFEFEF;
  background-color: #202020;
}
/* Hinge */
.flipdown.flipdown__theme-dark .rotor:after {
  border-top: solid 1px #151515;
}

/********** Theme: light **********/
/* Font styles */
.flipdown.flipdown__theme-light {
  font-family: sans-serif;
  font-weight: bold; 
}
/* Rotor group headings */
.flipdown.flipdown__theme-light .rotor-group-heading:before {
  color: #EEEEEE;
}
/* Delimeters */
.flipdown.flipdown__theme-light .rotor-group:nth-child(n+2):nth-child(-n+3):before,
.flipdown.flipdown__theme-light .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  background-color: #DDDDDD;
}
/* Rotor tops */
.flipdown.flipdown__theme-light .rotor,
.flipdown.flipdown__theme-light .rotor-top,
.flipdown.flipdown__theme-light .rotor-leaf-front {
  color: #222222;
  background-color: #DDDDDD;
}
/* Rotor bottoms */
.flipdown.flipdown__theme-light .rotor-bottom,
.flipdown.flipdown__theme-light .rotor-leaf-rear {
  color: #333333;
  background-color: #EEEEEE;
}
/* Hinge */
.flipdown.flipdown__theme-light .rotor:after {
  border-top: solid 1px #222222;
}

/* END OF THEMES */

.flipdown {
  overflow: visible;
  width: 510px;
  height: 110px;
}

.flipdown .rotor-group {
  position: relative;
  float: left;
  padding-right: 30px;
}

.flipdown .rotor-group:last-child {
  padding-right: 0;
}

.flipdown .rotor-group-heading:before {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.flipdown .rotor-group:nth-child(1) .rotor-group-heading:before {
  content: attr(data-before);
}

.flipdown .rotor-group:nth-child(2) .rotor-group-heading:before {
  content: attr(data-before);
}

.flipdown .rotor-group:nth-child(3) .rotor-group-heading:before {
  content: attr(data-before);
}

.flipdown .rotor-group:nth-child(4) .rotor-group-heading:before {
  content: attr(data-before);
}

.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 115px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  content: '';
  position: absolute;
  bottom: 50px;
  left: 115px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.flipdown .rotor {
  position: relative;
  float: left;
  width: 50px;
  height: 80px;
  margin: 0px 5px 0px 0px;
  border-radius: 4px;
  font-size: 4rem;
  text-align: center;
  perspective: 200px;
}

.flipdown .rotor:last-child {
  margin-right: 0;
}

.flipdown .rotor-top,
.flipdown .rotor-bottom {
  overflow: hidden;
  position: absolute;
  width: 50px;
  height: 40px;
}

.flipdown .rotor-leaf {
  z-index: 1;
  position: absolute;
  width: 50px;
  height: 80px;
  transform-style: preserve-3d;
  transition: transform 0s;
}

.flipdown .rotor-leaf.flipped {
  transform: rotateX(-180deg);
  transition: all 0.5s ease-in-out;
}

.flipdown .rotor-leaf-front,
.flipdown .rotor-leaf-rear {
  overflow: hidden;
  position: absolute;
  width: 50px;
  height: 40px;
  margin: 0;
  transform: rotateX(0deg);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.flipdown .rotor-leaf-front {
  line-height: 80px;
  border-radius: 4px 4px 0px 0px;
}

.flipdown .rotor-leaf-rear {
  line-height: 0px;
  border-radius: 0px 0px 4px 4px;
  transform: rotateX(-180deg);
}

.flipdown .rotor-top {
  line-height: 80px;
  border-radius: 4px 4px 0px 0px;
}

.flipdown .rotor-bottom {
  bottom: 0;
  line-height: 0px;
  border-radius: 0px 0px 4px 4px;
}

.flipdown .rotor:after {
  content: '';
  z-index: 2;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 50px;
  height: 40px;
  border-radius: 0px 0px 4px 4px;
}


/* footer */
.footer {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  background-size: cover;

}



.first {
  margin-top: 40px;
  margin-bottom: 50px;
  color: rgb(206, 206, 206);
}

.first p {
  font-size: 14px;
}

.first a {
  color: rgb(206, 206, 206);
  text-decoration: none;
  letter-spacing: 3px;
  font-weight: bold;
  font-size: 14px;
  transition: 0.2s;
}

.first a:hover {
  color: #fff;
  transition: 0.2s;
  text-shadow: 1px 1px 20px rgba(0, 0, 0, 1);
  text-decoration: none
}

.second2 {
  margin-top: 40px;
  margin-bottom: 20px;
  color: rgb(206, 206, 206);
  text-align: center;
}

.second2 a {
  color: rgb(206, 206, 206);
  text-decoration: none;
  letter-spacing: 3px;
  font-weight: bold;
  font-size: 14px;
  transition: 0.2s;
}

.second2 a:hover {
  color: #fff;
  transition: 0.2s;
  text-shadow: 1px 1px 20px rgba(0, 0, 0, 1);
  text-decoration: none
}



.btn-hero {
  animation: btn-animation 1s infinite;
}

.btn-hero:hover {
  animation: btn-animation-hover 1s infinite;
}

@keyframes btn-animation-hover {
  0% {
    background-color: transparent;
  }

  100% {
    background-color: #fff;
  }
}

@keyframes btn-animation {
  0% {
    transform: scale(1);
    opacity: 0;
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}


/* oc */


.card-wrapper {
  display: block;
  float: left;
  position: relative;
  margin: 0;
  width: -moz-available;
  width: -webkit-fill-available;
  height: 15rem;
  padding: 0 0 28%;
  perspective: 700px;
}

.card-object {
  color: #FFF;
  display: block;
  float: left;
  position: absolute;
  top: 6%;
  left: 6%;
  width: 88%;
  height: 88%;
  transform-style: preserve-3d;
}


.card-object.card-1 .front.aj {
  background: #222 url('./../assets/img/OC/abdullah_result.webp') 90% 35%;
  background-size: 115%;
  filter: grayscale(1);
}

.card-object.card-1 .back .img-wrapper.aj {
  background: transparent url('./../assets/img/OC/abdullah_result.webp') 70% 45%;
  background-size: cover;
}

.card-object.card-1 .back .avatar.aj {
  background: transparent url('./../assets/img/OC/abdullah_result.webp') 40% 20%;
  background-size: cover;
}

.card-object.card-2 .front.shawn {
  background: #222 url('./../assets/img/OC/shawn_result.webp') 50% 90% no-repeat;
  background-size: cover;
  filter: grayscale(1);

}

.card-object.card-2 .back .img-wrapper.shawn {
  background: transparent url('./../assets/img/OC/shawn_result.webp') 110% 60%;
  background-size: cover;
}

.card-object.card-2 .back .avatar.shawn {
  background: transparent url('./../assets/img/OC/shawn_result.webp') 50% 50% no-repeat;
  background-size: cover;
}

.card-object.card-3 .front.vinupa {
  background: #222 url('./../assets/img/OC/vinupa_result.webp') 80% 100% no-repeat;
  background-size: cover;
  filter: grayscale(1);

}

.card-object.card-3 .back .img-wrapper.vinupa {
  background: transparent url('./../assets/img/OC/vinupa_result.webp') 90% 40% no-repeat;
  background-size: cover;
}

.card-object.card-3 .back .avatar.vinupa {
  background: #fff url('./../assets/img/OC/vinupa_result.webp') 0 50% no-repeat;
  background-size: cover;
}


.card-object.card-3 .front.dewmini {
  background: #222 url('./../assets/img/OC/dewmini_result.webp') 80% 100% no-repeat;
  background-size: cover;
  filter: grayscale(1);

}

.card-object.card-3 .back .img-wrapper.dewmini {
  background: transparent url('./../assets/img/OC/dewmini_result.webp') 90% 55% no-repeat;
  background-size: cover;
}

.card-object.card-3 .back .avatar.dewmini {
  background: #fff url('./../assets/img/OC/dewmini_result.webp') 0 50% no-repeat;
  background-size: cover;
}



/* finance */

.card-object.card-1 .front.janudi {
  background: #222 url('./../assets/img/OC/janudi_result.webp') 90% 25%;
  background-size: 115%;
  filter: grayscale(1);
}

.card-object.card-1 .back .img-wrapper.janudi {
  background: transparent url('./../assets/img/OC/janudi_result.webp') 70% 65%;
  background-size: cover;
}

.card-object.card-1 .back .avatar.janudi {
  background: transparent url('./../assets/img/OC/janudi_result.webp') 40% 20%;
  background-size: cover;
}


.card-object.card-2 .front.wikum {
  background: #222 url('./../assets/img/OC/wikum_result.webp') 50% 90% no-repeat;
  background-size: cover;
  filter: grayscale(1);

}

.card-object.card-2 .back .img-wrapper.wikum {
  background: transparent url('./../assets/img/OC/wikum_result.webp') 110% 20%;
  background-size: cover;
}

.card-object.card-2 .back .avatar.wikum {
  background: transparent url('./../assets/img/OC/wikum_result.webp') 50% 50% no-repeat;
  background-size: cover;
}


.card-object.card-3 .front.pramith {
  background: #222 url('./../assets/img/OC/pramith_result.webp') 80% 100% no-repeat;
  background-size: cover;
  filter: grayscale(1);

}

.card-object.card-3 .back .img-wrapper.pramith {
  background: transparent url('./../assets/img/OC/pramith_result.webp') 90% 20% no-repeat;
  background-size: cover;
}

.card-object.card-3 .back .avatar.pramith {
  background: #fff url('./../assets/img/OC/pramith_result.webp') 0 50% no-repeat;
  background-size: cover;
}


.card-object.card-3 .front.liviru {
  background: #222 url('./../assets/img/OC/liviru_result.webp') 80% 100% no-repeat;
  background-size: cover;
  filter: grayscale(1);

}

.card-object.card-3 .back .img-wrapper.liviru {
  background: transparent url('./../assets/img/OC/liviru_result.webp') 90% 40% no-repeat;
  background-size: cover;
}

.card-object.card-3 .back .avatar.liviru {
  background: #fff url('./../assets/img/OC/liviru_result.webp') 0 50% no-repeat;
  background-size: cover;
}




/* Project */

.card-object.card-1 .front.sathira {
  background: #222 url('./../assets/img/OC/sathira_result.webp') 90% 35%;
  background-size: 115%;
  filter: grayscale(1);
}

.card-object.card-1 .back .img-wrapper.sathira {
  background: transparent url('./../assets/img/OC/sathira_result.webp') 70% 20%;
  background-size: cover;
}

.card-object.card-1 .back .avatar.sathira {
  background: transparent url('./../assets/img/OC/sathira_result.webp') 40% 20%;
  background-size: cover;
}


.card-object.card-2 .front.tharushi {
  background: #222 url('./../assets/img/OC/tharushi_result.webp') 50% 90% no-repeat;
  background-size: cover;
  filter: grayscale(1);

}

.card-object.card-2 .back .img-wrapper.tharushi {
  background: transparent url('./../assets/img/OC/tharushi_result.webp') 110% 20%;
  background-size: cover;
}

.card-object.card-2 .back .avatar.tharushi {
  background: transparent url('./../assets/img/OC/tharushi_result.webp') 50% 50% no-repeat;
  background-size: cover;
}


.card-object.card-3 .front.samindu {
  background: #222 url('./../assets/img/OC/samindu_result.webp') 80% 30% no-repeat;
  background-size: cover;
  filter: grayscale(1);

}

.card-object.card-3 .back .img-wrapper.samindu {
  background: transparent url('./../assets/img/OC/samindu_result.webp') 90% 20% no-repeat;
  background-size: cover;
}

.card-object.card-3 .back .avatar.samindu {
  background: #fff url('./../assets/img/OC/samindu_result.webp') 0 50% no-repeat;
  background-size: cover;
}


.card-object.card-3 .front.himasha {
  background: #222 url('./../assets/img/OC/himasha_result.webp') 80% 100% no-repeat;
  background-size: cover;
  filter: grayscale(1);

}

.card-object.card-3 .back .img-wrapper.himasha {
  background: transparent url('./../assets/img/OC/himasha_result.webp') 90% 40% no-repeat;
  background-size: cover;
}

.card-object.card-3 .back .avatar.himasha {
  background: #fff url('./../assets/img/OC/himasha_result.webp') 0 50% no-repeat;
  background-size: cover;
}



/* desig and content */

.card-object.card-1 .front.achchu {
  background: #222 url('./../assets/img/OC/achchu_result.webp') 90% 35%;
  background-size: 115%;
  filter: grayscale(1);
}

.card-object.card-1 .back .img-wrapper.achchu {
  background: transparent url('./../assets/img/OC/achchu_result.webp') 70% 15%;
  background-size: cover;
}

.card-object.card-1 .back .avatar.achchu {
  background: transparent url('./../assets/img/OC/achchu_result.webp') 40% 20%;
  background-size: cover;
}


.card-object.card-2 .front.zahara {
  background: #222 url('./../assets/img/OC/zahara_result.webp') 50% 40% no-repeat;
  background-size: cover;
  filter: grayscale(1);

}

.card-object.card-2 .back .img-wrapper.zahara {
  background: transparent url('./../assets/img/OC/zahara_result.webp') 110% 20%;
  background-size: cover;
}

.card-object.card-2 .back .avatar.zahara {
  background: transparent url('./../assets/img/OC/zahara_result.webp') 50% 50% no-repeat;
  background-size: cover;
}

.card-object.card-2 .front.pabasara {
  background: #222 url('./../assets/img/OC/pabasara_result.webp') 50% 90% no-repeat;
  background-size: cover;
  filter: grayscale(1);

}

.card-object.card-2 .back .img-wrapper.pabasara {
  background: transparent url('./../assets/img/OC/pabasara_result.webp') 110% 20%;
  background-size: cover;
}

.card-object.card-2 .back .avatar.pabasara {
  background: transparent url('./../assets/img/OC/pabasara_result.webp') 50% 50% no-repeat;
  background-size: cover;
}


.card-object.card-3 .front.waruna {
  background: #222 url('./../assets/img/OC/waruna_result.webp') 80% 100% no-repeat;
  background-size: cover;
  filter: grayscale(1);

}

.card-object.card-3 .back .img-wrapper.waruna {
  background: transparent url('./../assets/img/OC/waruna_result.webp') 90% 20% no-repeat;
  background-size: cover;
}

.card-object.card-3 .back .avatar.waruna {
  background: #fff url('./../assets/img/OC/waruna_result.webp') 0 50% no-repeat;
  background-size: cover;
}


.card-object.card-3 .front.nisura {
  background: #222 url('./../assets/img/OC/nisura_result.webp') 80% 100% no-repeat;
  background-size: cover;
  filter: grayscale(1);

}

.card-object.card-3 .back .img-wrapper.nisura {
  background: transparent url('./../assets/img/OC/nisura_result.webp') 90% 40% no-repeat;
  background-size: cover;
}

.card-object.card-3 .back .avatar.nisura {
  background: #fff url('./../assets/img/OC/nisura_result.webp') 0 50% no-repeat;
  background-size: cover;
}



/* design and web */

.card-object.card-1 .front.vimukthi {
  background: #222 url('./../assets/img/OC/vimukthi_result.webp') 90% 55%;
  background-size: 115%;
  filter: grayscale(1);
}

.card-object.card-1 .back .img-wrapper.vimukthi {
  background: transparent url('./../assets/img/OC/vimukthi_result.webp') 70% 15%;
  background-size: cover;
}

.card-object.card-1 .back .avatar.vimukthi {
  background: transparent url('./../assets/img/OC/vimukthi_result.webp') 40% 20%;
  background-size: cover;
}


.card-object.card-2 .front.ravien {
  background: #222 url('./../assets/img/OC/ravien_result.webp') 50% 90% no-repeat;
  background-size: cover;
  filter: grayscale(1);

}

.card-object.card-2 .back .img-wrapper.ravien {
  background: transparent url('./../assets/img/OC/ravien_result.webp') 110% 20%;
  background-size: cover;
}

.card-object.card-2 .back .avatar.ravien {
  background: transparent url('./../assets/img/OC/ravien_result.webp') 50% 50% no-repeat;
  background-size: cover;
}


.card-object.card-3 .front.kushantha {
  background: #222 url('./../assets/img/OC/kushantha_result.webp') 80% 100% no-repeat;
  background-size: cover;
  filter: grayscale(1);

}

.card-object.card-3 .back .img-wrapper.kushantha {
  background: transparent url('./../assets/img/OC/kushantha_result.webp') 90% 40% no-repeat;
  background-size: cover;
}

.card-object.card-3 .back .avatar.kushantha {
  background: #fff url('./../assets/img/OC/kushantha_result.webp') 0 50% no-repeat;
  background-size: cover;
}


.card-object.card-3 .front.danujaya {
  background: #222 url('./../assets/img/OC/danujaya_result.webp') 80% 100% no-repeat;
  background-size: cover;
  filter: grayscale(1);

}

.card-object.card-3 .back .img-wrapper.danujaya {
  background: transparent url('./../assets/img/OC/danujaya_result.webp') 90% 40% no-repeat;
  background-size: cover;
}

.card-object.card-3 .back .avatar.danujaya {
  background: #fff url('./../assets/img/OC/danujaya_result.webp') 0 50% no-repeat;
  background-size: cover;
}





/* Marketing */

.card-object.card-1 .front.venuri {
  background: #222 url('./../assets/img/OC/venuri_result.webp') 90% 35%;
  background-size: 115%;
  filter: grayscale(1);
}

.card-object.card-1 .back .img-wrapper.venuri {
  background: transparent url('./../assets/img/OC/venuri_result.webp') 70% 15%;
  background-size: cover;
}

.card-object.card-1 .back .avatar.venuri {
  background: transparent url('./../assets/img/OC/venuri_result.webp') 40% 20%;
  background-size: cover;
}


.card-object.card-2 .front.dilan {
  background: #222 url('./../assets/img/OC/dilan_result.webp') 50% 50% no-repeat;
  background-size: cover;
  filter: grayscale(1);

}

.card-object.card-2 .back .img-wrapper.dilan {
  background: transparent url('./../assets/img/OC/dilan_result.webp') 110% 20%;
  background-size: cover;
}

.card-object.card-2 .back .avatar.dilan {
  background: transparent url('./../assets/img/OC/dilan_result.webp') 50% 50% no-repeat;
  background-size: cover;
}


.card-object.card-3 .front.jasitharan {
  background: #222 url('./../assets/img/OC/jasitharan_result.webp') 80% 100% no-repeat;
  background-size: cover;
  filter: grayscale(1);

}

.card-object.card-3 .back .img-wrapper.jasitharan {
  background: transparent url('./../assets/img/OC/jasitharan_result.webp') 90% 20% no-repeat;
  background-size: cover;
}

.card-object.card-3 .back .avatar.jasitharan {
  background: #fff url('./../assets/img/OC/jasitharan_result.webp') 0 50% no-repeat;
  background-size: cover;
}


.card-object.card-3 .front.kaveesha {
  background: #222 url('./../assets/img/OC/kaveesha_result.webp') 80% 100% no-repeat;
  background-size: cover;
  filter: grayscale(1);

}

.card-object.card-3 .back .img-wrapper.kaveesha {
  background: transparent url('./../assets/img/OC/kaveesha_result.webp') 90% 20% no-repeat;
  background-size: cover;
}

.card-object.card-3 .back .avatar.kaveesha {
  background: #fff url('./../assets/img/OC/kaveesha_result.webp') 0 50% no-repeat;
  background-size: cover;
}


/* Logistic */

.card-object.card-1 .front.moushika {
  background: #222 url('./../assets/img/OC/moushika_result.webp') 90% 35%;
  background-size: 115%;
  filter: grayscale(1);
}

.card-object.card-1 .back .img-wrapper.moushika {
  background: transparent url('./../assets/img/OC/moushika_result.webp') 60% 25%;
  background-size: cover;
}

.card-object.card-1 .back .avatar.moushika {
  background: transparent url('./../assets/img/OC/moushika_result.webp') 40% 20%;
  background-size: cover;
}


.card-object.card-2 .front.siluni {
  background: #222 url('./../assets/img/OC/siluni_result.webp') 50% 90% no-repeat;
  background-size: cover;
  filter: grayscale(1);

}

.card-object.card-2 .back .img-wrapper.siluni {
  background: transparent url('./../assets/img/OC/siluni_result.webp') 110% 8%;
  background-size: cover;
}

.card-object.card-2 .back .avatar.siluni {
  background: transparent url('./../assets/img/OC/siluni_result.webp') 50% 50% no-repeat;
  background-size: cover;
}


.card-object.card-3 .front.nisal {
  background: #222 url('./../assets/img/OC/nisal_result.webp') 80% 0% no-repeat;
  background-size: cover;
  filter: grayscale(1);

}

.card-object.card-3 .back .img-wrapper.nisal {
  background: transparent url('./../assets/img/OC/nisal_result.webp') 90% 0% no-repeat;
  background-size: cover;
}

.card-object.card-3 .back .avatar.nisal {
  background: #fff url('./../assets/img/OC/nisal_result.webp') 0 0% no-repeat;
  background-size: cover;
}





.card-object.flip-in.card-1,
.card-object.flip-in.card-3 {
  -webkit-animation: flip-2-hor-top-fwd 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) both;
  animation: flip-2-hor-top-fwd 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) both;
}

.card-object.flip-in.card-2 {
  -webkit-animation: flip-2-hor-bottom-fwd 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) both;
  animation: flip-2-hor-bottom-fwd 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) both;
}

.card-object.flip-out.card-1,
.card-object.flip-out.card-3 {
  animation: flip-2-hor-top-fwd 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) reverse both;
}

.card-object.flip-out.card-2 {
  animation: flip-2-hor-bottom-fwd 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) reverse both;
}

.card-object-hf .back {
  transform: rotateX(180deg);
}

.face {
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.face.front {
  z-index: 20;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transform: rotateX(0deg)
}

.face.front::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  content: "";
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0.1) 100%) no-repeat;
  opacity: 0.7;
  z-index: 20;
  transition: opacity 0.2s ease;
}

.face.front::after {
  position: absolute;
  top: 7%;
  right: 7%;
  bottom: 7%;
  left: 7%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  z-index: 100;
  content: "";
}

.face.front .title-wrapper {
  color: #FFF !important;
  position: absolute;
  bottom: 3%;
  left: 15%;
  right: 15%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  z-index: 100;
  transform: translateY(0);
  transition: transform 0.28s ease;
}

.face.front .title-wrapper .title {
  position: relative;
  width: 100%;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1;
  opacity: 0.8;
  transition: opacity 0.2s ease;
}

.face.front .title-wrapper .title::after {
  display: block;
  margin: 7% auto 8% auto;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #fff;
  opacity: 0.5;
  transform: scale(0);
  transition: transform 0.15s;
}

.face.front .title-wrapper .subtitle {
  font-size: 0.9vw;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 0.15s;
}


.face.front:hover::before {
  opacity: 0.9;
}

.face.front:hover .title-wrapper {
  transform: translateY(-50%);
}

.face.front:hover .title-wrapper .title {
  opacity: 1;
}

.face.front:hover .title-wrapper .title::after {
  transform: scale(1);
  opacity: 0.5;
  transition-delay: 0.15s;
  transition-duration: 0.2s;
}

.face.front:hover .title-wrapper .subtitle {
  opacity: 0.7;
  transition-delay: 0.2s;
  transition-duration: 0.2s;
}

.face.back {
  color: #222;
  background: #fff;
  z-index: 10;
}

.img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  display: grid;
  align-items: end;
  justify-items: center;
  height: 38%;
  z-index: 10;
}

.img-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(14, 6, 70, 0.6);
  opacity: 0.7;
}

.avatar {
  position: absolute;
  height: 50px;
  width: 50px;
  margin-bottom: -25px;
  display: block;
  border-radius: 50%;
  background-color: #fff;
  border: 3px solid #FFF;
  z-index: 20;
}

.info-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  flex-wrap: wrap;
  position: absolute;
  top: 50.92%;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0% 5% 10%;
}

.info-title {
  font-size: 1rem;
  text-align: left;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  display: block;
  width: 100%;
}

.info-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 5% 0 0;
  margin: 0;
  border-top: 1px solid #e0e0e0;
}

.info-content-item {
  color: #222;
  font-size: 0.8rem;
  line-height: 1;
  text-align: center;
  display: inline-block;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  color: #aaa;
}

.info-content-item span {
  display: block;
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 1;
  margin-top: 7px;
  text-transform: uppercase;
  color: #222;
}


@-webkit-keyframes flip-2-hor-top-fwd {
  0% {
    transform: translateY(0) translateZ(0) rotateX(0);
    transform-origin: 50% 0%;
  }

  100% {
    transform: translateY(-100%) translateZ(100px) rotateX(-180deg);
    transform-origin: 50% 100%;
  }
}

@keyframes flip-2-hor-top-fwd {
  0% {
    transform: translateY(0) translateZ(0) rotateX(0);
    transform-origin: 50% 0%;
  }

  100% {
    transform: translateY(-100%) translateZ(100px) rotateX(-180deg);
    transform-origin: 50% 100%;
  }
}

/**
 * ----------------------------------------
 * animation flip-2-hor-bottom-fwd
 * ----------------------------------------
 */
@-webkit-keyframes flip-2-hor-bottom-fwd {
  0% {
    transform: translateY(0) translateZ(0) rotateX(0);
    transform-origin: 50% 100%;
  }

  100% {
    transform: translateY(100%) translateZ(100px) rotateX(180deg);
    transform-origin: 50% 0%;
  }
}

@keyframes flip-2-hor-bottom-fwd {
  0% {
    transform: translateY(0) translateZ(0) rotateX(0);
    transform-origin: 50% 100%;
  }

  100% {
    transform: translateY(100%) translateZ(100px) rotateX(180deg);
    transform-origin: 50% 0%;
  }
}

/* timeline */

#snippetContent {
  background-color: #000;
  color: #fff;
  margin-top: 20px;
}

.main-timeline {
  position: relative;
}

.main-timeline:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #fff;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.main-timeline .timeline {
  margin-bottom: 40px;
  position: relative;
}

.main-timeline .timeline:after {
  content: "";
  display: block;
  clear: both;
}

.main-timeline .icon {
  width: 18px;
  height: 18px;
  line-height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.main-timeline .icon:before,
.main-timeline .icon:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
  transition: all 0.33s ease-out 0s;
}

.main-timeline .icon:before {
  background: #000;
  border: 2px solid #7b7b7b;
  left: -3px;
}

.main-timeline .icon:after {
  border: 2px solid #7b7b7b;
  left: 3px;
}

.main-timeline .timeline:hover .icon:before {
  left: 3px;
}

.main-timeline .timeline:hover .icon:after {
  left: -3px;
}

.main-timeline .date-content {
  width: 50%;
  float: left;
  margin-top: 22px;
  position: relative;
}

.main-timeline .date-content:before {
  content: "";
  width: 36.5%;
  height: 2px;
  background: #7b7b7b;
  margin: auto 0;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  padding-left: 10px;
}

.main-timeline .date-outer {
  width: 125px;
  height: 125px;
  font-size: 16px;
  text-align: center;
  margin: auto;
  z-index: 1;
}

.main-timeline .date-outer:before,
.main-timeline .date-outer:after {
  content: "";
  width: 125px;
  height: 125px;
  margin: 0 auto;
  border-radius: 1%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.33s ease-out 0s;
}

.main-timeline .date-outer:before {
  background: #000;
  border: 2px solid #232323;
  left: -6px;
}

.main-timeline .date-outer:after {
  border: 2px solid #7b7b7b;
  left: 6px;
}

.main-timeline .timeline:hover .date-outer:before {
  left: 6px;
}

.main-timeline .timeline:hover .date-outer:after {
  left: -6px;
}

.main-timeline .date {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 27%;
  left: 0;
}

.main-timeline .month {
  font-size: 18px;
  font-weight: 700;
}

.main-timeline .year {
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  line-height: 36px;
}

.main-timeline .timeline-content {
  width: 50%;
  padding: 20px 0 20px 50px;
  float: right;
}

.main-timeline .title {
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 15px 0;
}

.main-timeline .description {
  margin-bottom: 0;
}

.main-timeline .timeline:nth-child(n) .date-content {
  float: left;
}

.main-timeline .timeline:nth-child(n) .date-content:before {
  right: 10px;
}

.main-timeline .timeline:nth-child(n) .timeline-content {
  padding: 75px 50px 20px 20px;
  text-align: left;
}

.main-timeline .timeline:nth-child(2n) .date-content {
  float: right;
}

.main-timeline .timeline:nth-child(2n) .date-content:before {
  left: 10px;
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
  padding: 45px 50px 20px 0;
  text-align: right;
}

.contact-section .card {
  border: 0;
  border-bottom: 0.25rem solid #64a19d;
}



@media screen and (max-width: 992px) {
  .first {
    text-align: center;
  }
}


.contact .card {
  height: 150px;
}


.hero-logo {
  height: 10rem;
  width: inherit;
}





@media screen and (max-width: 768px) {


  .hero-logo {
    height: 6rem;
    max-width: 100vw;
  }

  .main-timeline:before {
    margin: 0;
    left: 7px;
  }

  .main-timeline .timeline {
    margin-bottom: 20px;
  }

  .main-timeline .timeline:last-child {
    margin-bottom: 0;
  }

  .main-timeline .icon {
    margin: auto 0;
  }

  .main-timeline .date-content {
    width: 95%;
    float: right;
    margin-top: 0;
  }

  .main-timeline .date-content:before {
    display: none;
  }

  .main-timeline .date-outer {
    width: 110px;
    height: 110px;
  }

  .main-timeline .date-outer:before,
  .main-timeline .date-outer:after {
    width: 110px;
    height: 110px;
  }

  .main-timeline .date {
    top: 30%;
  }

  .main-timeline .year {
    font-size: 24px;
  }

  .main-timeline .timeline-content,
  .main-timeline .timeline:nth-child(n) .timeline-content {
    width: 95%;
    text-align: center;
    padding: 10px 0;
  }

  .main-timeline .timeline-content,
  .main-timeline .timeline:nth-child(2n) .timeline-content {
    width: 95%;
    text-align: center;
    padding: 10px 0;
  }

  .main-timeline .timeline:nth-child(n) .date-content,
  .main-timeline .timeline:nth-child(2n) .date-content {
    float: right;
  }

  .main-timeline .title {
    margin-bottom: 10px;
  }
}


/* media queries */

@media screen and (max-width:576px) {

  .card:hover {
    border: 1px solid rgba(255, 255, 255, 1) !important;
  }

  .topic {
    font-size: 2.5rem;
  }

  .card h2 {
    font-size: 8.5vw !important;
    font-weight: bold;
  }


}

@media (max-width: 550px) {
  .countDown {
    width: 100%;
  }

  .countDown h1 {
    font-size: 2.5em;
  }

  .flipdown {
    width: 312px;
    height: 70px;
  }

  .flipdown .rotor {
    font-size: 2.2rem;
    margin-right: 3px;
  }

  .flipdown .rotor,
  .flipdown .rotor-leaf,
  .flipdown .rotor-leaf-front,
  .flipdown .rotor-leaf-rear,
  .flipdown .rotor-top,
  .flipdown .rotor-bottom,
  .flipdown .rotor:after {
    width: 30px;
  }

  .flipdown .rotor-group {
    padding-right: 20px;
  }

  .flipdown .rotor-group:last-child {
    padding-right: 0px;
  }

  .flipdown .rotor-group-heading:before {
    font-size: 0.8rem;
    height: 20px;
    line-height: 20px;
  }

  .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before,
  .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
    left: 69px;
  }

  .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
    bottom: 13px;
    height: 8px;
    width: 8px;
  }

  .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
    bottom: 29px;
    height: 8px;
    width: 8px;
  }

  .flipdown .rotor-leaf-front,
  .flipdown .rotor-top {
    line-height: 50px;
  }

  .flipdown .rotor-leaf,
  .flipdown .rotor {
    height: 50px;
  }

  .flipdown .rotor-leaf-front,
  .flipdown .rotor-leaf-rear,
  .flipdown .rotor-top,
  .flipdown .rotor-bottom,
  .flipdown .rotor:after {
    height: 25px;
  }

  .scale-down {
    width: 100vw;
  }

  .card-wrapper {
    height: 25rem;
  }

  .face.front .title-wrapper .title {
    font-size: 1.5rem;
  }

  .face.front .title-wrapper .subtitle {
    font-size: 2, 5vw;
  }

  .info-title {
    font-size: 5vw;
  }

  .info-wrapper {
    padding: 0% 5% 10%;
  }

  .info-content-item {
    font-size: 5vw;
  }

  .info-content-item span {
    font-size: 3.5vw;
  }

  .oc-heading {
    font-size: 3rem !important;
  }


}