@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap');

@font-face {
  font-family: Bebas;
  src: url('../fonts/BebasKai-Regular.otf');
}

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

html,
body {
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #000;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;  
  overflow: hidden;
  background-size: cover;
}


a {
  text-decoration: none;
  color: #fff;
}

.btn {
  border: 1.5px solid #fff;
  border-radius: 0.75rem;
  padding: 0.75rem 1.25rem;
  transition: all 0.3s ease-in-out;
}

.btn:hover {
  color: #000;
  background: #fff;
}

.wrapper {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  perspective: 300px;
}

.parallax__group {
  position: relative;
  height: 100vh;
  width: 100vw;
  transform-style: preserve-3d;
}

.parallax__layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  
}
.parallax__layer .sky {
  transform: translateZ(0);
}
.parallax__layer .building_4 {
  transform: translateZ(-1px);
}


.sky {
  background: url('../img/parallax_img/4.png') no-repeat center;
  background-size: cover;
  transform: translateZ(-600px) scale(3);
  z-index: 1;
  filter: saturate(0.8);
}

.building_1 {
  background: url('../img/parallax_img/3.png') no-repeat center;
  background-size: cover;
  transform: translateZ(-400px) scale(2.33333333);
  z-index: 2;
}

.building_3 {
  background: url('../img/parallax_img/2.png') no-repeat center;
  background-size: cover;
  transform: translateZ(0px) scale(1);
  /* transform: translateZ(-100px) scale(2); */
  z-index: 4;
}
.building_4 {
  background: url('../img/parallax_img/1.png') no-repeat center;
  background-size: cover;
  transform: translateZ(0px) scale(1);
  /* transform: translateZ(-100px) scale(1.2); */
  z-index: 5;
}
.hero-text {
  background: linear-gradient(90deg, 
  rgba(5, 5, 5, 0.3) 0%, 
  rgba(31, 0, 2, 0.3) 20%, 
  rgba(31, 0, 2, 0.3) 50%, 
  rgba(31, 0, 2, 0.3) 80%, 
  rgba(5, 5, 5, 0.5) 100%);
  background-size: cover;
  transform: translateZ(0) scale(1);
  z-index: 5;
}
  /*-----------------Top Navigation Text-----------------*/

/* TOPNAV BURGER*/ .topnav{
  position: relative;
  width: 100%;
  padding: 2rem 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  animation-name: moveInbot;
  animation-duration: 2s;
  /* background-color: rgb(136, 130, 75); */
}

  .topnav ul{
    position: absolute;
    font-family: 'Exo', sans-serif;
    list-style: none;
    text-decoration: none;
    display: flex;
    align-items: center;
    white-space: nowrap;
    text-decoration: none;
    right: 2rem;
    font-weight: normal;
    letter-spacing: 1px;
    /* background-color: lightcoral; */
  }
  .topnav ul li {
   
    font-size: 1.2rem;
    padding: 0 2rem;
  }
  .topnav ul li a{
    color: white;
    text-decoration: none;
    list-style: none;
    list-style-type: none;
  }
  .topnav .logoweb-text{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 7.5rem;
    position: relative;
    /* background-color: lightgray; */
    padding: 1rem;
  }
  .topnav .webtext{
    position: absolute;
    right: 1rem;
  }
  .topnav .weblogo img{
    position: relative;
    left: 0;
    width: 30%;
    height: auto;
  }
  .topnav .webtext{
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 1rem;
    color: #ffffff;
    font-weight: bold;
  } /* >>!END TOPNAV BURGER*/ 
/* -------------------- Search BAR --------------------*/
.search-box {
  position: relative;
  border-radius: 40px;
  padding: 0;
 }
 
 .search-box:hover > .search-btn {
  color: rgba(255, 255, 255, 0.9);
 }
 
 .search-btn {
   position: absolute;
   right: 0;
  float: right;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
 }
 
 .search-btn > i {
  font-size: 25px;
 }
 
 .search-txt {
  border: none;
  background: none;
  outline: none;
  float: left;
  padding: 0;
  color: white;
  font-size: 16px;
  transition: 0.4s;
  line-height: 40px;
  /* width: 240px; */
  font-weight: bold;
  border-bottom:  1px solid rgba(255, 255, 255, 0.5);
 }
 ::placeholder { 
  color: rgba(255, 255, 255, 0.5);
}
/* -------------------- Search BAR --------------------*/

/* -------------------- arrow down --------------------*/
.main-text-container a:nth-child(4) {
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4rem;
  border-radius: 50%;
}
.main-text-container a:nth-child(5){
  display: inline;
}
.fa-angle-down{
  color: rgba(255, 255, 255, 0.363);
  font-size: 2rem;
  animation-name: moveIntop;
  animation-duration: 2s;
}
.fa-angle-down:hover{
  color: rgba(255, 255, 255, 0.8) ;
}
.arrow-animation{
  width: 100px;
  height: 100px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 25%);
  text-align: center;
  cursor: pointer;
 
}
.arrow-animation{
  animation: mymove 3s infinite;
  animation-direction: alternate-reverse;
}
@keyframes mymove{
  from {top: 50%;}
  to {top: 60%;}
}
/* ---------------------- main-text-container ----------------------*/

.main-text-container{
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 35%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 500px;

}

.main-text-container p:nth-child(1){
  font-size: 0.8rem;
  margin-bottom: -3.9px;
  font-weight: 700;
  letter-spacing: 0.2rem;
  animation: moveInleft 2s ease-out;
}

.main-text-container h1{
  font-size: 4.5rem;
  font-weight: 700;
  letter-spacing: 0.5rem;
  margin-bottom: 5px;
  animation-name: moveInleft;
  animation-duration: 2s;
}
.main-text-container p:nth-child(3){
  width: 442px;
  font-size: 0.9rem;
  margin-bottom: 3rem;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.8);
  animation-name: moveInright;
  animation-duration: 2s;
}
.main-text-container span{
  display: inline-block;
  margin-top: 0.5rem;
  animation-name: moveInright;
  animation-duration: 2s;
}
.main-text-container a:nth-child(4){
  text-transform: uppercase;
  font-weight: 700;
}
.main-text-container a{
  color: #fff;
}
.main-text-container .learn-more-btn{
  width: 150px;
  text-align: center;
  border: 1.5px solid #fff;
  border-radius: 0.2rem;
  padding: 0.75rem 1.25rem;
  transition: all 0.3s ease-in-out; 
  animation-name: moveInright;
  animation-duration: 2s;
}
.main-text-container .learn-more-btn:hover{
  background: #fff;
}
.learn-more-btn:hover a{
  color: #000 ;
}

/* -------------------------------------------------------*/
/* --------------------SECONDARY PAGE --------------------*/
/* -------------------------------------------------------*/
/*=== SECONDARY HEADER===*/
.secondary-section{
  background: linear-gradient(0deg, 
  rgba(1, 1, 0, 1) 63%,
  rgba(1, 1, 0, 1) 79%,
  rgba(1, 1, 0, 1) 100%);
  height: 100vh;
  position: relative;
  z-index: 9999;
}
.header{
  width: 100%;
  padding: 40px 0;
  position: relative;
}
.header h2{
  font-size: 1.5rem;
  font-weight: 700;
  position: absolute;
  left: 5.2rem;
  top: 2.2rem;
}
.header ul {
  font-size: 0.75rem;
  right: 2.5rem;
  top: 2.5rem;
  position: absolute;
}
.header ul li{
  margin-left: 2.5rem;
  list-style-type: none;
  float: left;
  display: none;
}
/*===================Swiper container=================*/
.swiper-container {
  width: 100vw;
  height: 100vh;
}
.swiper-slide {
  position: relative;
  background-position: center;
  background-size: cover;
  width: 500px;
  height: 400px;
  margin-top: 80px; /*Reflect height*/
  -webkit-box-reflect: below 0px linear-gradient(transparent,transparent,#0006);
  transition: 0.3s linear;
}

.swiper-slide img{
  background-size: cover;
  width: 500px;
  height: 400px;
  transition: 0.3s linear;
}
.swiper-slide-active{
  transform: scale(1.1) !important;
  width: 600px;
  margin-left: -250px;
  transition: 0.3s linear;
}
.swiper-slide-active img{
  width: 600px;
  transition: 0.5s linear;
}
.swiper-pagination-bullet {
  background-color: white;
}


.swiper_button-box{
  position: absolute;
  width: 10rem;
  height: 2rem;
  top: 24rem;
  left: 10vw;
  z-index: 9;
  display: flex;
  justify-content: center;
  text-align: center;
}
.swiper-pagination{
  position: absolute;
  display: flex;
  text-align: center;
}
.swiper-pagination-bullet{
  text-align: center;
  justify-content: center;
  margin-left: 0.5rem;
  margin-top: 0.3rem;
}
.swiper-button-next{
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 0;
  color: white;
  --swiper-navigation-size: 1.7rem;
}
.swiper-button-prev{
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 0; 
  color: white;
  --swiper-navigation-size:  1.7rem;
}
/*---START [TEXTCARD]---*/
.swiper-slide-active .colorBlending{
  position: fixed;
    width: 103%;
    height: 100%;
    left: 0;
    top: 0;
     /*left right*/
    background: linear-gradient(90deg, 
    rgba(0,0,0,1) 0%, 
    rgba(0,0,0,0.25) 7%, 
    rgba(0,0,0,0) 50%, 
    rgba(0,0,0,0.25) 93%, 
    rgba(0,0,0,0.5) 100%),
     /*top bottom*/
     linear-gradient(180deg, 
     rgba(0,0,0,1) 0%, 
     rgba(0,0,0,0.75) 5%,
     rgba(0,0,0,0) 50%,  
     rgba(0,0,0,0.3) 90%, 
     rgba(0,0,0,0.5) 100%);
    z-index: 10;
    transition: 0.3s linear;
}
.colorBlending{
  position: fixed;
    width: 103%;
    height: 100%;
    left: 0;
    top: 0;
    /*left right*/
    background: 
     /*top bottom*/
     linear-gradient(180deg, 
     rgba(0,0,0,1) 0%, 
     rgba(0,0,0,0.75) 10%, 
     rgba(0,0,0,0) 90%, 
     rgba(0,0,0,0.3) 100%);
    z-index: 10;
    transition: 0.3s linear;
}
.textCard{
  width: 415px;
  height: 800px;
  padding: 8px 0;
  position: absolute;
  top: 25%;
  left: -20%;
  text-align: justify;
  visibility: hidden;
  z-index: 99;
}
.swiper-slide-active .textCard{
  visibility: visible;
  left: 0%;
  transition: 0.7s ease-in-out;
}
.textCard p{
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-left: 2rem;
  margin-bottom: 5px;
  font-weight: 700;
}
.textCard h3{
  text-transform: uppercase;
  font-size: 1.7rem;
  margin-left: 2rem;
  margin-bottom: 5px;
  font-weight: 700;
}
.textCard h4{
  font-size: 0.8rem;
  margin-left: 2rem;
  margin-bottom: 5px;
  font-weight: normal;
  width: 350px;
}
.gradient-color{
  text-transform: uppercase;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  background: -webkit-radial-gradient(circle, 
  rgba(252,0,255,1) 0%,
  rgba(0,219,222,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*---END TEXTCARD]---*/

/*-------------------------------------------------------*/
/*------------------START THIRD PAGE---------------------*/
/*-------------------------------------------------------*/
.third-section{
    height: fit-content;
    background-image: url(../img/third-section-photo-2.2.png);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    transform: translateZ(0) scale(1);
}
.Wallofcolor{
  background-position: center;
  background-size: cover;
  /* background: linear-gradient(180deg,
  rgba(35,37,38,0.8) 32%,
  rgba(65,67,69,0.8) 100%); */
   background: linear-gradient(180deg,
    rgba(0,0,0,1) 5%,
    rgba(0,0,0,0) 30%, 
    rgba(0,0,0,0) 70%, 
    rgba(0,0,0,1) 100%)
    ,linear-gradient(0deg, 
   rgba(35,37,38,0.2) 0%, 
   rgba(65,67,69,0.2) 100%);
  height: 100vh;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  z-index: 9999;
}
.container{
    position: relative;
    width: 1100px;
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px;
    /* background: red; */
}
.container .card{
  background-image: url(../img/ticket_shape_18.png);
  background-position: center;
  background-size: 300px 215px;
  background-repeat: no-repeat;
    position: relative;
    width: 300px;
    height: 215px;
    margin: 40px 20px;
    display: flex;
    flex-direction: column;
    /* box-shadow: 0 5px 20px rgba(0,0,0,0.5); */
    transition: 0.3s ease-in-out;
}
.container .card:after{
  content: '';
  position: absolute;
  background: inherit;
  top: 8px;
  left: 10px;
  width: 100%;
  height: 100%;
  z-index: -1;
  filter: blur(10px);
  filter: saturate(200px);
    border-radius: 10px;
    opacity: 0.5;
}
.container .card:hover,
.container .card:active{
  background-size: 300px 460px;
    height: 460px;
}
.container .card .imgBox{
    position: relative;
    width: 260px;
    height: 200px;
    top: -50px;
    left: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.5);
    z-index: 1;
    /* background: yellow; */
}
/* TEXT CSS STUFF IN IMGBOX*/
.container .card .imgBox p{
    position: relative;
    text-align: center;
    top: -60%;
    font-size: 2rem;
    opacity: 0.7;
    text-transform: uppercase;
}
.container .card .content .btn{
  position: absolute;
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  margin-top: 15px;
  width: 200px;
  text-align: center;
}
.third-section-icon{
  color: black !important;
  transform: translate(-5px,-2.5px);
  width: 1rem;
  height: 1rem;
  text-align: center;
}
.container .card .imgBox img{
    max-width: 100%;
    height: 200px;
    border-radius: 4px;
}
.container .card .content h2::after{
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background-color: white;
  opacity: 0.5;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 10px;
}
.container .card .content{
  font-size: 0.9rem;
    font-weight: 700;
    text-align: left;
    position: relative;
    margin-top: -140px;
    padding: 10px 15px;
    color: #5b493f;
    visibility: hidden;
    opacity: 0;
    line-height: 1.5rem;
    transition: 0.3s ease-in-out;
}
.container .card .content h2{
  text-align: center;
  text-transform: uppercase;
}
.container .card .content span:nth-last-child(3){
  background: -webkit-linear-gradient(180deg, 
  rgba(252,0,255,1) 0%,
  rgba(0,219,222,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.container .card:hover .content,
.container .card:active .content{
    visibility: visible;
    opacity: 1;
    margin-top: -40px;
    transition-delay: 0.3s;
}
.container .card:hover .imgBox p,
.container .card:active .imgBox p{
  opacity: 0;
  font-size: 1rem;
  letter-spacing: 1rem;
  transition: 0.5s ease-out;
}

.third-nav{
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}
.third-nav p{
  font-size: 2.5rem;
  color: #F1FAEE;
  text-transform: uppercase;
  font-weight: 700;
}
.third-nav h2{
  font-size: 1rem;
  margin-top: 3.5rem;
  letter-spacing: 1.4px;
  margin-bottom: 10px;
  color: #F1FAEE;
  text-transform: uppercase;
  font-weight: 700;
}
.line{
  fill: #F1FAEE;
}
/*--------------------END THIRD PAGE---------------------*/

/*----------------------------------------------------------*/
/*--------------------START FOURTH PAGE---------------------*/
/*----------------------------------------------------------*/
.fourth-section{
  height: 10vh;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1rem;
  align-items: center;
  text-align: left;
  color: #457b9d;
  background: black;
}
.text-container{
  left: 3rem;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 2fr;
  text-align: center;
  align-items: center;
  left: 0;
}
.text-container h2{
  position: relative;
  left: 5.5rem;
  color: #67b8eb;
  font-size: 2rem;
}
.text-container span{
  color: #335a72b2;
  font-size: 2rem;
}
.text-container p{
  position: relative;
  left: 4rem;
  font-size: 1.5rem;
  color: #f1faeebe;
}
.fourth-section-icon{
  width: 100%;
  display: flex;
  justify-content: center;
  right: 0;
  margin-top: -1rem;
}
.fourth-section-icon .card_size{
  background-size: cover;
  width: 40px;
  height: 35px;
  margin: 1rem 0.5rem;
  transition: 0.3s ease-in-out;
}
 .card1{
  background: url(../img/icon2/Before-hoverIcon/SocialMedia_icon_iluustrator_!stpart_01.png);
}
.card2{
  background: url(../img/icon2/Before-hoverIcon/SocialMedia_icon_iluustrator_!stpart_02.png);
}
.card3{
  background: url(../img/icon2/Before-hoverIcon/SocialMedia_icon_iluustrator_!stpart_03.png);
}
.card4{
  background: url(../img/icon2/Before-hoverIcon/SocialMedia_icon_iluustrator_!stpart_04.png);
}
.card5{
  background: url(../img/icon2/Before-hoverIcon/SocialMedia_icon_iluustrator_!stpart_05.png);
}
.fourth-section-icon .card1:nth-of-type(1):hover{
  background: url(../img/icon2/After-hoverIcon/SocialMedia_icon_iluustrator_2stpart_05_01.png);
  background-size: cover;
}
.fourth-section-icon .card2:nth-of-type(2):hover{
  background: url(../img/icon2/After-hoverIcon/SocialMedia_icon_iluustrator_2stpart_05_02.png);
  background-size: cover;
}
.fourth-section-icon .card3:nth-of-type(3):hover{
  background: url(../img/icon2/After-hoverIcon/SocialMedia_icon_iluustrator_2stpart_05_03.png);
  background-size: cover;
}
.fourth-section-icon .card4:nth-of-type(4):hover{
  background: url(../img/icon2/After-hoverIcon/SocialMedia_icon_iluustrator_2stpart_05_04.png);
  background-size: cover;
}
.fourth-section-icon .card5:nth-of-type(5):hover{
  background: url(../img/icon2/After-hoverIcon/SocialMedia_icon_iluustrator_2stpart_05_05.png);
  background-size: cover;
}

/*----------------------------------------------------------*/
/*---------------------END FOURTH PAGE----------------------*/
/*----------------------------------------------------------*/



/*----------------------------------------------------------*/
        /*---------RESSPONSIVE NAVBAR-------------*/
/*----------------------------------------------------------*/
:root{
  font-size: 16px;
  font-family: 'Open Sans';
  --text-primary--: #b6b6b6;
  --text-secondary: #ececec;
  --bg-primary: rgba(255, 182, 182, 0);
  --bg-secondary: rgba(0, 0, 0, 0.4);
  --transition-speed: 600ms;
}

/*!-------------Scroll Bars-----------------!*/
.wrapper::-webkit-scrollbar {
  width: 0.25rem;
}

.wrapper::-webkit-scrollbar-track {
  background: #00000052;
}

.wrapper::-webkit-scrollbar-thumb {
  background: rgba(102, 73, 184, 0.8);
}/*!------------- END Scroll Bars-----------------!*/

.navbar{
    /* right: 0.25rem; */
    width : 3.5rem; 
    height: 100vh;
    position: fixed;
    background-color: var(--bg-primary);
    transition: width 400ms ease;
    overflow: hidden;
    z-index: 999;
    backdrop-filter:blur(10px);
    border-right: 1px solid rgb(255, 255, 255, 0.3);
    animation-name: moveInright;
    animation-duration: 3s;
}
.navbar-nav{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
}
.nav-item{
    width: 100%;
}
.nav-item:last-child {
  margin-top: auto;
}
.nav-link{
  display: flex;
  align-items: center;
  height: 5rem;
  color: var(--text-primary--);
  text-decoration: none;
  filter: grayscale(80%) opacity(70%);
  backdrop-filter:blur(10px);
}
.nav-link:hover{
  filter: grayscale(0%) opacity(100%);;
  background: var(--bg-secondary);
  color: var(--text-secondary);
}
.link-text{
  display: none;
  margin-left: 1rem;
  white-space: nowrap;
}
.fa-3x::before {
  font-size: 2rem;
  width: 20px;
  height: 10px;
}
.nav-link i{
  min-width: 2rem;
  margin: 0 0.7rem;
}
.nav-link svg{
  min-width: 2rem;
  margin: 0 0.7rem;
}
.navbar:hover{
  width: 16rem;
}
.navbar:hover .link-text{
  display: block;
}
.fa-primary{
  color: #6649b8;
}
.fa-secondary{
  color: #6649b8;
}
.fa{
  color: #6649b8;
  transition: var(--transition-speed);
}
.fa-primary .fa-secondary{
  transition: var(--transition-speed);
}
.logo{
  width: 100%;
  font-weight: bold;
  text-transform:uppercase;
  background: var(--bg-secondary);
  color: var(--text-secondary);
  font-size: 1.3rem;
  letter-spacing: 2px;
  transition: 1s ease;
  white-space: nowrap;
}
.logo svg{
  position: relative;
  display: block;
  transform: rotate(0deg);
  transition: var(--transition-speed);
}
.navbar:hover .logo svg{
  transform: rotate(-180deg);
}

.logo-text{
  position: absolute;
  display: inline;
  left: -999px;
  transition: 0.7s ease-in-out;
}
.navbar:hover .logo-text{
  left: -1rem;
}
.navbar:hover .logo svg{
    margin-left: 13rem;
}

/*============ANIMATION==============*/
@keyframes moveInbot{
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes moveIntop{
  0% {
    opacity: 0;
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes moveInright{
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes moveInleft{
  0% {
    opacity: 0;
    transform: translateX(100px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}