:root{
    --black:#22262F;
    --red:#ED1C24;
    --white:#F9F9F9;
    --mainfont:'Roboto','bold';
}

*{
    padding: 0;
    width: auto;    
    font-family: var(--mainfont);
    margin:0px;
    
    
      
    
}

body{
    
    background-color: var(--black); 
    background-image: url(/images/background.png);   
    background-repeat: repeat;
    overflow-x:hidden;
    background-position: 200px 300px;
    
}

img{

}

h1{
    font-size: 32px;
    color: var(--red);
    margin-bottom: 5px;
}

h2{
    font-size: 24px;
    color: var(--white);
    margin-bottom: 24px;
}

a{
    font-family: var(--mainfont);
    color: var(--white);
    font-size: 24px;
    text-decoration: none;
}
/*nav section*/
.navbar {
    
    display: flex;
    justify-content: center;
    align-items: center;   
    position: sticky;
    top: 0;
    z-index: 999;
}
.navbar__container {
    position: absolute;
    top: 30px;
    background: var(--white);
    height: 70px;
    width: 1700px;
    display:flex;
    justify-content: center;
    gap: 250px;
    height: 70px;
    z-index: 1;
    width: 100%;
    max-width: 1300px;
    margin:0 auto;
    padding:0 50px;


}
#navbar__logo {
   
    display: flex;
    align-items: center;
    cursor: pointer;  
    justify-content: center;
    height: 70px;
    
}

#logo{       
    height: 36px;
    fill: var(--red);
    
}


.navbar__menu{
    display: flex;
    align-items: center;
    list-style: none;
}
.navbar__item{
    height: 70px;
    
}

#selected{
  
    display: flex ;
    flex-direction: column;
    align-items: center;
}

.menuLine{
    height: 4px;
    width: 70%;
    background-color: var(--red);
    position: relative;
    bottom: 20px;
}
#selected a{
    opacity: 100%;
    font-size: 18px;
    
}
#selected a:hover{
    color: var(--black);
}
.navbar__links{
    color:var(--black);
    font-family: 'Gempire';
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    width: 125px;
    text-decoration: none;
    height: 70px;
    transition:all 0.3 ease;
    opacity: 50%;    
}
.navbar__btn{
    display: flex;
    justify-content:center;
    align-items: center;
    padding:0 1rem;
    width: 100%;
    font-size: 1rem;
}
.button{
    display: flex;
    justify-self: center;
    align-items: center;
    text-decoration: none;
    padding:10px 20px;
    height: 35px;
    weight: 80px;
    border:none;
    outline: none;
    
    background: var(--red);

    color: #fff;
    transition: all 0.3 ease;

}

.navbar__links:hover {
    
   color: var(--red);   
   opacity: 100%;
   transition: .2s ease-in;    
}

.button:hover{
    background-color: var(--black);
    transition: ease-in 400ms;
}


@media screen and (max-width: 960px) {
    #nav{
        display: flex;
        align-items: center;
        justify-content: center;
        
    }
   
    .navbar{
        position: absolute;
        height: 0%;
        width: 300px;
        
        overflow: visible;
        
        
    }
    .navbar__container{
        position: absolute;
        display: flex;
        justify-content: space-between;
        height: auto;
        z-index: 1;
        width: 100%;
        background-color: var(--white);
        padding:0%;
        overflow: visible;
        left: 0;
    
    }
    #navbar__logo{
        height: 40px;
    }
    #logo{       
        height: 20px;      
        
    }
    
    .navbar__menu{
        padding-top: 20px;
        display: flex;
        flex-direction: column;
        grid-template-columns: auto;
        margin:0;
        width: 100%;
        height: 400px;
        position:absolute;
        overflow: visible;
        opacity:1;
        transition: all 0.9 ease;
        z-index: -1;
        align-items: center;
        margin-top: -10px;
        visibility: hidden;
    }
    .navbar__menu.is-active {
        background:var(--white);
        top: 50px;
        opacity:1;
        transition:all 0.3 ease;
        z-index: 99;
        height: 70vh;
        font-size: 1.6rem;
        overflow: visible;
        visibility: visible;
        
    }

    .navbar__toggle .bar {
        width: 25px;
        height:4px;
        margin: 5px auto;
        transition: all 0.3 ease;
        background:var(--black);
        }

    .navbar__item{
        width: 100%;
        overflow: visible;
        height: 80px;
    }

    #selected{

    }

    .menuLine{
        height: 2px;
        width: 40%;
        bottom: 60%;
    }

    .navbar__links {
        text-align: center;        
        width: 100%;
        display: table;
        overflow: visible;
    }
    .navbar__btn{
        padding-bottom:2rem;
    }
    .button{
        display:flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height:40px;
        margin:0;
    }
    #mobile-menu {
        position: absolute;
        top: 20;
        right:5%;
        transform: translate(5%, 20%);

    }
    
    .navbar__toggle .bar{
        display:block;
        cursor:pointer;
                
    }

    #mobile-menu.is-active .bar:nth-child(2) {
        opacity: 0;
    }
    #mobile-menu.is-active .bar:nth-child(1) {
        transform: translateY(9px) rotate(45deg);
    }
    #mobile-menu.is-active .bar:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg);
    }

    
}

/*pdf Section*/  

.swiper{
    margin-top: 100px;
    width: 1600px;
    height: auto;
    background-color: var(--white);
    margin-bottom: 100px;
    margin-top: 120px;
}

.swiper-slide img{
    width: 1600px;
    
}

.swiper .swiper-button-prev,.swiper .swiper-button-next{
    color: var(--red);
    
}

.swiper .swiper-pagination{
    color: var(--black);
    font-size: 24px;
    font-weight: 800;
}

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

    .swiper{
        width: 350px;
        height: 550px;
        overflow: visible;
    }

    .swiper-slide >img {
        
        width: 350px;
        overflow: visible;
    }

    .swiper .swiper-pagination{
        
        font-size: 16px;
        font-weight: 500;
        overflow: visible;
    }
    
    .swiper .swiper-button-prev,.swiper .swiper-button-next { 
       width: 10px;
       overflow: visible;
        
    }

    /*footer*/

    #footer{
        height: 200px;
        max-width: 600px;
        min-width: 370px;
    }

    #socialicons{
        height: 50%;
        padding: 0%;
    }

    .socialmediaContainer > a{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 30px;
        width: 30px;
        padding: 5px;
        
    }
    .socialmediaContainer{
        display: flex;

        
    }

    #footer h1{
        margin-bottom: 10px;
    }
}

/*footer Section*/

#footer{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: var(--red);
    height: 200px;
}

#footer h1{
    margin-top: 20px;
    color: var(--black);
    margin-bottom: 20px;
}

