
/*@font-face {
    font-family: 'Aktiv-Grotesk';
    src: url('../fonts/AktivGrotesk-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/



/*@import url(https://fonts.cdnfonts.com/css/century-gothic-paneuropean);*/

@font-face {
  font-family: 'AktivGrotesk';
  src: url('../fonts/aktiv-grotesk/AktivGroteskCorp-Light.woff2') format('woff2'),
  url('../fonts/aktiv-grotesk/AktivGroteskCorp-Light.woff') format('woff'),
  url('../fonts/aktiv-grotesk/AktivGroteskCorp-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AktivGrotesk';
  src: url('../fonts/aktiv-grotesk/AktivGroteskCorp-Bold.woff2') format('woff2'),
  url('../fonts/aktiv-grotesk/AktivGroteskCorp-Bold.woff') format('woff'),
  url('../fonts/aktiv-grotesk/AktivGroteskCorp-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'AktivGrotesk';
  src: url('../fonts/aktiv-grotesk/AktivGroteskCorp-Black.woff2') format('woff2'),
  url('../fonts/aktiv-grotesk/AktivGroteskCorp-Black.woff') format('woff'),
  url('../fonts/aktiv-grotesk/AktivGroteskCorp-Black.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'AktivGrotesk';
  src: url('../fonts/aktiv-grotesk/AktivGroteskCorp-BoldItalic.woff2') format('woff2'),
  url('../fonts/aktiv-grotesk/AktivGroteskCorp-BoldItalic.woff') format('woff'),
  url('../fonts/aktiv-grotesk/AktivGroteskCorp-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
html {
    scroll-behavior: smooth;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    position: relative;
  }

  a, a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

body {
    background: #ffffff;
    font-family: 'AktivGrotesk', sans-serif;
    width: 100%;
    height: 100%;
}


.pink-color {
  color: #b22f79;
}

.color1 {
  color: #722e6d;
}

.color2 {
  color: #e2245c;
}

.color3 {
  color: #fc951c;
}

.color4 {
  color: #ed7bbf;
}

.color5 {
  color: #7e2e61;
}

.color6 {
  color: #e93a99;
}

.rotate-text {
  transform: rotate(-90deg);
}

.light-bg {
  background-color: #e0ecec;
}
.main {
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: relative;
   z-index: 2;

}

.parallax {
  min-height: 100%;
  /*background-image: url(../images/intro.png);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;*/
}


.parallax .inner-parallax {
  min-height: 100%;
  width: 100%;
  /*position: fixed;*/
  
  z-index: 1;
}
.parallax .logo {
  height: auto;
}

.parallax .top-parallax, .top-menu {
  position: absolute;
}
.parallax .top-parallax .menu-box, .menu-sec .top-menu .menu-box-close {
  background-color: #a01d88;
  border-radius: 29px;
  border: 1px #fff solid;
  cursor: pointer;
  position: relative;
  
}

.menu-sec .top-menu .slogo {
  z-index: 10;
}

.parallax .top-parallax .menu-box p, .menu-sec .top-menu .menu-box-close p{
    position: relative;
    z-index: 10;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    color: #fff;
}


.menu-box:before, .menu-box-close:before {
  background-color: #fff;
}

.menu-box:before, .menu-box-close:before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  border-radius: 29px;
  transition: all .7s ease-in-out;
  content: "";
  -webkit-clip-path: circle(0% at 50% 120%);
  clip-path: circle(0% at 50% 120%);
}

.menu-box:hover:before, .menu-box-close:hover:before {
  -webkit-clip-path: circle(100% at 50% 120%);
  clip-path: circle(100% at 50% 120%);
}

.menu-box:hover p, .menu-box-close:hover p {
  color: #000 !important;
}


.menu-sec{
  clip-path: circle(0% at 100% 0%);
  width: 100%;
  height: 100%;
  position: fixed;
  transition: all .7s ease-in-out;
  background-color: rgba(238,238,238,1);
  z-index: 15;
}


.half-circle {
  position: relative;
  z-index: 3;
  min-height: 100%;

  /*background-image: url(../images/intro.png);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;*/
}

.circle {
  background-image: url(../images/half-circle.png);
  
  background-position: center;
  background-repeat: no-repeat;
  background-size: 110% 100%;
  width: 100%;
}

.first-section {
  padding-top: 9%;
}

.first-section .p-text {
  text-align: justify;
}

.second-section {
  background-color: #000;
  position: relative;
  
  z-index: 2;
  
}

.second-section .inner-sec {
  margin-left: 15%;
  margin-right: 15%;
  padding-top: 1rem;
}

.second-section p{
  text-align: justify;
}


.half-circle2 {
  position: relative;
  z-index: 4;
  /*height: 100%;*/

  background-color: #000;
  /*min-height: 100%; */

  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.circle2 {
  background-image: url(../images/blue-circle.png);
  
  background-position: center ;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
}

.first-section2 {
  margin-left: 15%;
  margin-right: 15%;
  padding-top: 9%;
}

.sm-logo {
  height: 2rem;
}

.btm-book {
  margin-top: -140px;
}

.big-title {
  font-size: 4rem;
  line-height: 1;
}

.imgs-sec { 
  position: relative;
  z-index: 4;
  
}


.newsbar-sec .news-row {
  background-color: #000;
}

.newsbar-sec .newsbar-title {
  line-height: 3.5;
}

.newsbar-sec .newsbar-title span{
  vertical-align: middle;
}

#newsbar-carousel {
  padding-left: 15%;
  padding-right: 15%;
}

.news-cols {
  padding-right: 4rem;
}

.bg-sec {
  background-color: #ffdad8;
  padding-top: 5rem;
  padding-bottom: 5rem;
}







.footer {
  background-image: url(../images/bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*responsive*/
/* `sm` applies to x-small devices (portrait phones, less than 576px)*/


/* `md` applies to small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) { 
  
 }

/* `lg` applies to medium devices (tablets, less than 992px)*/
@media (max-width: 991px) {
  .btm-book {
    margin-top: 16px;
  }

  .rotate-text {
    transform: rotate(0deg);
  }

  .circle2 {
    height: auto;
  }
 }

 @media (min-width: 992px) and  (max-width: 1200px){
   
   
 }

/* `xl` applies to large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
    
 }

/* `xxl` applies to x-large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) {
    
 }