@import url('https://fonts.googleapis.com/css2?family=Caudex:wght@700&family=Expletus+Sans&family=Josefin+Sans&family=Nunito:wght@400;500;600&family=Poppins:wght@700&family=Quicksand:wght@400;500&family=Rubik+Glitch&family=Zen+Tokyo+Zoo&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* Scroll Bar */
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #888;
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

body{
    margin-top: 40px;
    width: 100vw;
    height: 100vh;
    transition: 1s ease-in;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex-direction: column;
    overflow-x: hidden;
}

html{
    scroll-behavior: smooth;
}

.contacts{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: start;
}

.main-carousel{
    top: 0;
    left: 0;
    right: 0;
    height: 600px;
    position: absolute;
    background: url("/img/background.png");
}
.introduce__tag{
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    overflow: hidden;
}

.introduce__tag::after, .introduce__tag::before	{
    content: "";
    width: 35%;
    height: 1px;
    background: #000;

}



.cell{
    width: 50%;
    height: 400px;
    margin: 36px 15px;
    overflow: hidden;
    border-radius: 8px;
    top: 60px;
    bottom: -20px;
}
.cell img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}

nav{
    transition: 0.5s all ease;
}

nav.moving_nav{
    background: url('/img/movingNav.png');
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 0.5s all ease;
}

.flickity-page-dots
{
    transform: translateY(-50px);
}

.dot{
    background: #c0c0c0!important;
}

.flickity-page-dots .dot.is-selected{
    width: 12px!important;
    height: 12px!important;
    transform: translateY(1px);
    transition: 0.2s all ease;
}


.nav-link{
    font-size: 16px;
    color: white;
}

.container-fluid{
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.main__box{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    margin-bottom: 20px;
}



.box{
    width: 300px;
    height: 200px;
}

.steamArea{
    background: url('/img/cool-background.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.label{
    width: 100%;
    
}

.description::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

.description{
    line-height: 1.5rem;
    text-align: justify;
    color: #3d89b6;
    height: 200px;
    overflow-y: scroll;
}

.mean{
    text-align: justify;
}

.label{
    color: #005483;
}

.box{
    margin: 50px;
}

.sub_description{
    
    padding: 20px;
}

.prizes{
    background: url('/img/hamish-weir-aYEUXnVG8tg-unsplash.jpg');
    background-size: cover;    
    background-position: left center;
    background-repeat: no-repeat;
    padding: 20px;
}

.tab{
    display: flex;
    flex-flow: column;
}

.support{
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;

}
.achievement{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
}

#background{
    background: rgb(238, 238, 238);
    width: 100%;
}

.prize{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    text-align: justify;
}
.number{
    font-family: Poppins, sans-serif;
    margin: 20px;
}
.number-first{
    color: rgb(162, 255, 0);
}
.number-second{
    color: rgb(255, 208, 0);
}
.number-third{
    position: relative;
    color:rgb(196, 119, 255);
}

.sub__number__third{
    position: absolute;
    font-size: 12px;
    top: -10px;
}

.prize-text{
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
}

.footer
{
    width: 100%;
    background: url('/img/background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 20vh;
}
#copyright
{
    display: flex;
    flex-flow: row wrap;
    justify-content: start;
    align-items: center;
    min-height: 70px;
    padding: 5px 20px;
}


.contact{
    display: flex;
    align-items: center;
    justify-content: start;
}

.social{
    display: flex;
    flex-flow: row;
}

.fa-youtube{
    color: red;
    transition: .2s all ease;
}

.fa-youtube:hover, .fa-youtube:focus{
    color: rgb(210, 0, 0);
    transition: .2s all ease;
}


.dropdown-item a{
    text-decoration: none;
    font-weight: 400;
}

.authenticator{
    display: inline-block;
    width: 70px;
    border: 2px solid white;
    border-radius: 5px;
    font-weight: 500;
    transition: 0.3s all ease;
    text-align: center;
}

.authenticator:hover, .authenticator:focus{
    background: white;
    color: #003656;
    font-weight: 500;
    transition: 0.3s all ease;
    
}

.trans{
    transform: translateX(-5px);
}

#loader{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    min-width: 400px;
    height: 200px;
    background: url('/img/steam.gif');
    background-position: center;
    background-size: cover;
}

.concept{
    display: flex;
    justify-content: space-around;
    flex-flow: row wrap;
    width: 100%;
}

.reasons{
    display: flex;
    flex-flow: column;
    width: 100%;
    align-items: center;
    padding: 30px;
}

.reason__main{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    width: 100%;
}

.reason{
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 300px;
    height: 400px;
    margin: 20px;
}

.icon__topic{
    width: 200px;
    height: 250px;
    margin-bottom: 20px;
}

.benefit{
    background: url("/img/2452150.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.brainStorm{
    background: url("/img/180-1800137_value-creative-icon-smaller-transparent-creative-icon-png.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
}

.thoughtful{
    background: url("/img/thoughtful.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.concept__meaning{
    padding: 20px 0;
}

/* BLOG */
.main-blog{
    width: 70%;
}
.popular-blog{
    width: 30%;
}
.thumpnail{
    transition: transform .2s;
    cursor: pointer;
}
.thumpnail:hover{
    transform: scale(1.05);
}

/* Phone Screen Responsive */
@media only screen and (max-width: 990px){
    .main-blog{
        width: 100%;
    }
    .popular-blog{
        width: 100%;
    }
}