: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: rgb(123, 123, 248);
    font-size: 24px;    
}


/*nav*/
/*nav section*/
.navbar {
    
    display: flex;
    justify-content: center;
    align-items: center;   
    position: sticky;
    top: 0;
    z-index: 999;
    margin-bottom: 50p;
}
.navbar__container {
    
    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;
    justify-content: center;
}

.menuLine{
    
    visibility: hidden;
}
#selected .menuLine{
    height: 4px;
    width: 70%;
    background-color: var(--red);
    position: relative;
    bottom: 20px;
    visibility: visible;
}
#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: 50%;
        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;      
        
    }
    #selected .menuLine{
        visibility: hidden;
    }
    
    .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{
        
    }
    .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);
    }

    
}


/*navSection

#nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav{
    position: absolute;
    margin-top: 130px;
    display: flex;
    height: 80px;
    width: 1700px;
    background-color: var(--white);
    align-items: center;
    justify-content: center;

}

span{
   width: 700px;
}

.menuicon{
    visibility: hidden;
}
.menu{
    display: flex;
    flex-direction: row;
}
ul{
    visibility:visible;
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
}

li{
    margin:20px;
}
li a{
    text-decoration: none;
    font-size: 24px;
    color: var(--black);
    opacity: 50%;
    
}

@media only screen and (max-width: 600px) {
    .nav{
        height: 60px;
        width: 300px;
    }

    ul{
        visibility: hidden;
    }
    .menu{
        visibility: hidden;
        width: 0;
    }
    .menuicon{
        visibility: visible;
    }
  }*/


/*slider Section*/

#sliderSection {
    display: flex;
    align-items: center;    
    flex-direction: column;
    margin-bottom: 100px;
    margin-top: 80px;
}

.slider{
    display: flex;
    flex-direction: row;
    justify-content: center;
}



.container1 {
    
    display: flex;
    position: relative;
    align-items: center;
    justify-content:end;
    flex-direction: column;
    padding: 30px 60px;
}



.container1:before {
    
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background: linear-gradient(0deg, var(--black), rgba(255, 255, 255,0) 70% );
    
}



.slider{
    width: 100%;
    height: 100%;
}



.sliderTop{
    display: flex;
    flex-direction: row;
    width: 1600px;
    justify-content: center;
    
}

.sliderLeft {
    display: flex;
    justify-content:content ;
    align-items: center;
    
}



#container1Img{
    width: 310px;
    filter: brightness(-4);
    
    
}

.container1Content{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    padding-bottom: 40px;
    
}


.btn2{
    display: flex;
    width: 215px;
    height: 45px;
    align-items: center;
    justify-content: center;
    background-color: var(--red);
}



.btn2 a{
    position: relative;
    text-align: center;
    
}

.btnCover{
    width: 0px;
    height: 45px;
    background-color: var(--black);
}


button {
    font-size: 24px;
    background: var(--red);
    color: #fff;
    border: none;
    padding:10px 40px;
    
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  button:hover {
    color: var(--white);
  }
  button::after {
    content: "";
    background: var(--black);
    position: absolute;
    z-index: -1;
    padding: 0.85em 0.75em;
    display: block;
  }
  button[class^="slide"]::after {
    transition: all 0.35s;
  }
  button[class^="slide"]:hover::after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.35s;
  }
  button.slide_from_left::after {
    top: 0;
    bottom: 0;
    left: -100%;
    right: 100%;
  }

#container2Img{
    width: 300px;
}
.container2{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--white);
    margin: 50px;
}
.btnContainer{
    position: relative;
    bottom: 80px;
    
}

#containerText{
    color: var(--black);
}

.blogpage-hero-img img{
    height: 600px;
}

#highlight{
    font-size: 16px;
}



/*banner Section*/

#banner{
    padding-top: 90px;
    overflow: hidden;
}
.bannerCard{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 70px;
    
}

#mobileBanner{
    visibility: hidden;
    width: 0;
}
/*sliderSection*/
/*pdf Section*/  

.blog{
    margin: 70px;
}

.blog-links{
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.blog-section-line{
    margin: 10px 0px;
    margin-right: 30px;
    margin-left: 10px;
    height: 800px;
    width: 5px;
    background-color: var(--white);
    opacity: 10%;
}

.blog-links h2 a:hover{
    color: var(--red);
    
}

.swiper{
    
    width: 1300px;
    height: 500px;
   
}



.swiper-pagination-bullet {
    color: red;
}

/*blog-section*/
.blogpage-hero{
    display: flex;
    flex-direction: column;
    margin: 100px 100px;
    
   
    align-items: center;
    justify-content: center;
}

.blogpage-heading h1{
    font-size: 46px;
}
.blogpage-hero-content{
    width: 1000px;
}

h1{
    margin: 60px 0;
   
}

#blogpage-title{
    text-decoration:underline 5px var(--red);
}

h2{
    margin: 30px 0;
    color: #ED1C24;
}
p{
    color: var(--white);
    font-family: 'roboto' 'medium';
    font-size: 24px;
    margin: 20px 0;
    
}

ul{
 margin: 0px 10px;
}

li{
    color: var(--white);
}
#blogpage-title{
    font-size: 30px;
    color: var(--white);
    
}

.blogpage-hero-content h2{
    font-size: 34px;
}





/*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;
}
/*backgroundSection*/

#socialicons{
    padding: 5px 40px;
}


@media only screen and (max-width: 600px) {
    *{
        overflow-x: hidden;
        
    }
    body{
        min-width: 300px;
        max-width: 600px;
        display: flex;
        
        flex-direction: column;
        align-items: center;
        overflow-x: hidden;
    }
    h1{
        font-size: 18px;
        margin-bottom: 2px;
    }

    h2{
        font-size: 10px;
        margin-bottom: 5px;
    }

    a{
        font-size: 10px;
    }
    

    /*slider*/
    .slider{
        flex-direction: column;
        overflow: visible;
    }
    #sliderSection{
        
        margin-bottom: 20px;
        margin-top: 20px;
        width: 500px;
        overflow: visible;
        
    }

    

    
    .btnCover{
        height: 0;
    }

    button{
        padding: 0px 20px;
        padding-bottom: 5px;
    }

    /*blog-section*/

    button{
        width: 200px;
    }

    button a{
        font-size: 14px;
    }
    .blogpage-hero{
        
    }
    .blogpage-hero-img img{
        height: 200px;
    }
    
    .blogpage-hero-content{
        display: flex;
        flex-direction: column;
        align-items: left;
        justify-content: left;
        margin: 0 200px;
        width: 330px;
    }
    
    p{
        font-size: 16px;
    }

    #blogpage-subheading{
        font-size: 24px;
    }

    li a{
        font-size: 18px;
    }
    
    /*footer*/

    #footer{
        height: 200px;
        width: 100%;
        max-width: 900px;
        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;
    }

  }