@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400&display=swap');

:root{
    --blue:#478dc7;
    --dark-blue:#5ee2dc;
}

*{
    font-family: 'Poppins', sans-serif;
    margin:0; padding:0;
    box-sizing: border-box;
    text-decoration: none;
    outline: none;
    border:none;
    text-transform: capitalize;
    transition: all .3s cubic-bezier(.38,1.15,.7,1.12);
}

*::selection{
    background:var(--dark-blue);
    color:rgb(81, 85, 82);
}

html{
    font-size: 62.5%;
    overflow-x: hidden;
}

section{
    min-height: 100vh;
    padding:1rem 9%;
    padding-top: 8rem;
    background-color: rgb(43, 42, 41);
}

.heading{
    text-align: center;
    color:var(--blue);
    font-size: 3.5rem;
    text-transform: uppercase;
    font-weight: normal;
    padding:1rem;
}

header{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top:0; left:0;
    z-index: 1000;
    padding:1rem;
}

header .logo{
    font-size: 3rem;
    color:var(--dark-blue);
}

header .logo span{
    color:var(--blue);
}


header .navbar a{
    font-size: 1rem;
    margin-left: .7rem;
    padding:.5rem 2rem;
    border-radius: .5rem;
    color:var(--dark-blue);
}

header .navbar a.active,
header .navbar a:hover{
    background: var(--blue);
    color:rgb(250, 142, 189);
    box-shadow: 0 .5rem 1rem rgb(66, 64, 64);
}

header.sticky{
    background:rgb(51, 50, 51);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
}

#menu{
    font-size: 3rem;
    color:var(--blue);
    cursor: pointer;
    display: none;
}

.home{
    background-image:  linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)),url(images/home.jpg) ;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    animation: animate 20s ease-in-out infinite;
    
}

.home .content{
    text-align: center;
    padding-top: 30rem;
    
}


@keyframes animate {
    0%,100%{background-image: linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)),url(images/home.jpg) ;;}
    15%{background-image: linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)),url(images/bg-1.jpg) ;;}
    30%{background-image: linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)),url(images/bg-2.jpg) ;;}
    45%{background-image: linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)),url(images/bg-3.jpg) ;;}
    60%{background-image: linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)),url(images/bg-4.jpg) ;;}
    85%{background-image: linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)),url(images/bg-5.jpg) ;;}
    
}




.home .content h1{
    color: #df3282;
    font-size: 100px;
    font-weight: fill;
    

}

.home .content h3{
    font-size: 9rem;
    color:var(--blue);
    font-weight: fill;
}
.home .content h4{
    font-size: 5rem;
    color:#089b6a;
    font-weight: fill;
}



.photo .box-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.photo .box-container .box{
    flex:1 1 30rem;
    border-radius: .5rem;
    margin:1rem;
    padding:2rem;
    text-align: center;
    transform: translateY(-5%);
}





.vid{
    padding-bottom: 4px;
    background-color: #0b0f0e;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.vid .box-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.vid .box-container .box{
    flex:1 1 30rem;
    border-radius: .5rem;
    margin:1rem;
    padding:2rem;
    
    text-align: center;
    transform: translateY(-5%);
}

.vid .box-container .box img{

    height:46rem;
    width: 37rem;
    padding:2rem;
    background-color: rgb(47, 48, 48);
}




p{
    color:var(--dark-blue);
    font-size: 1.4rem;
    padding:1rem;
    text-align: center;
}






.photo .box-container .box img{
    height:38rem;
    width: 32rem;
    padding:2rem;
}

.photo .box-container .box h3{
    color:var(--blue);
    font-size: 2rem;
}

.photo .box-container .box p{
    color:var(--dark-blue);
    font-size: 1.4rem;
    padding:1rem;
}

.photo .box-container .box:hover{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
}

.video{
    background-image:  linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)),url(images/background-img.jpg) ;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}



.video .box-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.video .box-container .box{
    flex:1 1 30rem;
    border-radius: .5rem;
    margin:1rem;
    padding:2rem;
    
    text-align: center;
    transform: translateY(-5%);
}

.video .box-container .box img{

    height:40rem;
    width: 32rem;
    padding:2rem;
    background-color: rgb(47, 48, 48);
}

.video  .box-container .box h3{
    font-size: 2rem;
    color:var(--blue);
}

.drama .column{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.drama .column .box-container{
    margin:1.5rem;
    flex:1 1 50rem;
    border:.1rem solid rgba(0,0,0,.1);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
    border-radius: .5rem;
}

.drama .column .box-container .title{
    padding:1.5rem .5rem;
    text-align: center;
    font-size: 2.5rem;
    background:#e60e9e;
    color:#fff;
}

.drama .column .box-container:last-child .title{
    background:#e60e9e;
}

.drama .column .box-container .box{
    display: flex;
    justify-content: center;
    align-items: center;
    padding:3rem;
    transform: translateY(-5%);
}

.drama .column .box-container .box img{
    width:30rem;
    height: 37rem;
    padding:1rem;
}

.drama .column .box-container .box h3{
    font-size: 2rem;
    color:var(--blue);
}

.drama .column .box-container .box p{
    font-size: 1.2rem;
    color:var(--dark-blue);
    padding:1rem 0;
}

.executive{
    background-image:  linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)),url(images/gate.jpeg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.executive .box-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    
}

.executive .box-container .box{
    border-radius: .5rem;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
    padding:1rem;
    margin:1.5rem;
    text-align: center;
    background:#fff;
    border:.1rem solid rgba(0,0,0,.1);
    width:33rem;
    background-color: rgb(13, 102, 124);
}

.executive .box-container .box img{
    margin:1rem;
    border-radius: 50%;
    height:20rem;
    width:20rem;
    object-fit: cover;
    background:var(--blue);
}

.executive .box-container .box h3{
    font-size: 2rem;
    color: rgb(253, 252, 252);;
}
.executive .box-container .box h4{
    font-size: 2rem;
    color:#050794;
}

.executive .box-container .box span{
    font-size: 1.5rem;
    color:var(--dark-blue);
}

.executive .box-container .box .share{
    border-top: .1rem solid rgba(0,0,0,.1);
    padding:1rem;
    margin-top: 1rem;
}

.executive .box-container .box .share a{
    border-radius: 50%;
    height: 4.5rem;
    width:4.5rem;
    line-height: 4.5rem;
    font-size: 2rem;
    margin: .4rem;
    background:#eee;
    color:var(--blue);
}

.executive .box-container .box .share a:hover{
    background:var(--blue);
    color:#fff;
    transform: rotate(360deg);
}

.racaf .column{
    display: flex;
    justify-content: center;
}

.racaf .column .main-image img{
    width:25vw;
}

.racaf .column .box-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.racaf .column .box-container .box{
    text-align: center;
    margin:2rem;
}

.racaf .column .box-container .box img{
    width: 17rem;
    height: 17rem;
    padding:1rem;
}

.racaf .column .box-container .box h3{
    font-size: 2rem;
    color:var(--blue);
}


.footer{
    background-image:  linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)),url(images/footer.jpeg) ;
    height: 50%;
    background-size: cover;
    background-position: center;
    

}

.footer .box-container{
    display: flex;
    flex-wrap: wrap;
    
}

.footer .box-container .box{
    flex:1 1 25rem;
    margin:2rem;
}

.footer .box-container .box h3{
    font-size: 2.5rem;
    color:var(--blue);
    padding:1rem 0;
}

.footer .box-container .box p{
    font-size: 1.5rem;
    color:var(--dark-blue);
    padding:.5rem 0;
}

.footer .box-container .box a{
    font-size: 1.5rem;
    color:var(--dark-blue);
    padding:.5rem 0;
    display: block;
}


.footer a:hover{
    text-decoration: underline;
}

.footer .credit{
    font-size: 2rem;
    font-weight: normal;
    text-align: center;
    border-top: .1rem solid rgba(0,0,0,.1);
    padding:2.5rem 1rem;
    color:var(--dark-blue);
}

.footer .credit a{
    color:var(--blue);
}

.scroll-top{
    position: fixed;
    bottom:7.5rem; right:1.5rem;
    z-index: 1000;
}

.scroll-top img{
    width:7rem;
    animation: float 3s linear infinite;
}

@keyframes float{
    100%, 0%{
        transform: translateY(0rem);
    }

    50%{
        transform: translateY(-3rem);
    }

}

/* media queries  */

@media (max-width:1200px){

    html{
        font-size: 55%;
    }

}

@media (max-width:991px){

    section{
        padding:1rem 3%;
        padding-top: 8rem;
    }

    #menu{
        display: block;
    }

    header .navbar{
        position: absolute;
        top:100%; left: 0;
        width:100%;
        background:#fff;
        padding:2rem;
        border-top: .1rem  solid rgba(0,0,0,.1);
        transform-origin: top;
        transform: scaleY(0);
        opacity: 0;
        background-image:  linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)),url(images/navbg3.jpg) ;
        background-size: cover;
        background-position: center;
    }

    header .navbar.nav-toggle{
        transform: scaleY(1);
        opacity: 1;
    }

    header .navbar a{
        display: block;
        margin:1.5rem 0;
        font-size: 2rem;
    }

    .fa-times{
        transform: rotate(180deg);
    }

    .video .column .main-image img{
        display: none;
    }

    .racaf .column .main-image img{
        display: none;
    }

}

@media (max-width:768px){

    html{
        font-size: 50%;
    }

    .home .content h1{
        font-size: 4rem;
    }

    .home .content h3{
        font-size: 3.5rem;
    }

}

@media (max-width:450px){

    .home .content h1{
        font-size: 3.5rem;
    }

    .home .content h3{
        font-size: 2.5rem;
    }

    .video .column .box-container .box img{
        width:14rem;
    }

    .drama .column .box-container .box{
        flex-flow: column;
        text-align: center;
        padding-top: 6rem;
    }

    .executive .box-container .box{
        width:100%;
    }

}

.logo1 {
    width: 80px;
    cursor: pointer;
}



button{
    width: 70px;
    height: 40px;
    padding: 10px 0;
    text-align: center;
    margin: 20px 10px;
    border-radius: 25px;
    font-size: x-small;
    font-weight: bold;
    border: 2px solid #a70a6b;
    background: transparent;
    color: #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
span{
    background: #db125f;
    height: 70%;
    width: 0;
    border-radius: 25px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: 0.5s;

}
button:hover span{
    width: 100%;
    height: 100%;

}
button:hover{
    border: none;
}

.center {
    border: 5px solid #FFFF00;
    text-align: center;
    }


    .animate-charcter
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
      font-size: 150px;
}
@keyframes textclip {
    to {
      background-position: 200% center;
    }
  }


.photo .box-container .box img {
    transition: all .1s ease-in-out;
}

.photo .box-container .box img:hover{
    z-index: 3;
    transform: scale(1.23);
    box-shadow: 0 25px 40px rgba(0,0,0,5);
    position:relative;
    top: 0;
    left: 0;
}



.video .box-container .box img {
  transition: all .1s ease-in-out;
}

.video .box-container .box img:hover{
  z-index: 3;
  transform: scale(1.23);
  box-shadow: 0 25px 40px rgba(0,0,0,5);
  position:relative;
  top: 0;
  left: 0;
}


.drama .box-container .box img {
  transition: all .1s ease-in-out;
}

.drama .box-container .box img:hover{
  z-index: 3;
  transform: scale(1.23);
  box-shadow: 0 25px 40px rgba(0,0,0,5);
  position:relative;
  top: 0;
  left: 0;
}


#outer{
    width: 100%;
    text-align: center;
}
.inner{
    display: inline;
}



