﻿.sk_new_tiltle_menu
{
          text-align: center;
    margin: 100px 0px 40px 0px;
    }    @media only screen and (max-width: 950px)
{ 
    .sk_new_tiltle_menu {
    text-align: center;
    margin: 40px 0px 40px 0px;
}
}
    .sk_new_tiltle_menu a
{
        padding: 0px 0px 0px 5px;
        color: #1665b1 !important;
        font-size: 30px;
        font-weight: 900;
        /* font-family: 'Roboto', sans-serif; */
        font-family: var(--font-family-main) !important;
        text-transform: uppercase;
        /* font-family: 'Roboto', sans-serif; */
        color: #1665b1 !important;
        font-size: 25px;
        font-weight: 900;
        font-family: var(--font-family-main) !important;
        text-transform: uppercase;
        text-transform: uppercase;
        text-decoration: none;
    }
    
    
    
    .Main_3_menu
    {
        display:;
        }
        
            @media only screen and (max-width: 950px)
{     .Main_3_menu
    {
        display:block !important;
        }}
        
        
        .sk_new_tiltle_main
        {
            text-align: center;
    margin: 50px 0px 40px 0px;}
        
        .sk_new_tiltle_main a
        {
    /* border: 3px dashed #fda31b; */
    padding: 5px 420px;
    color: #1665b1 !important;
    font-size: 25px;
    font-weight: 900;
    font-family: var(--font-family-main) !important;
    text-transform: uppercase;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 15px;
    text-decoration-thickness: 5px;
    }
            
            
            
            .B_V_1
            {     padding: 20px 0px 50px 0px !important;
                
                }
                            @media only screen and (max-width: 950px)
{ 
                        .B_V_1
            {         padding: 20px 0px 0px 0px !important;
                
                }}
                
                
@media only screen and (max-width: 950px)
{                 
                .sk_new_tiltle_main a {
           /* border: 3px dashed #fda31b; */
           padding: 5px 28px;
           color: #1665b1 !important;
           font-size: 25px;
           font-weight: 900;
           font-family: var(--font-family-main) !important;
           text-transform: uppercase;
}}

@media only screen and (max-width: 950px)
{  
.sk_new_tiltle_main {
    text-align: center;
    margin: 50px 0px 20px 0px;
}}


i.fa.fa-bars.lnr-cross.lnr-menu {
    color: #eff7ff !important;
}



@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
    font-family: Poppins;
    margin: 0;
   
    color: #eee;
}
svg{
    width: 25px;
}

.slider{
      
    /* margin-top: -50px; */
    position: relative;
}
.slider .list .item{
    position: absolute;
    inset: 0 0 0 0;
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}
.slider .list .item img{
       /* width: 100%; */
    /* height: 100%; */
    /* object-fit: cover; */
}
.slider .list .item::after{
     content: '';
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    /* background: rgb(11 28 57 / 43%); */
    /* background: linear-gradient(rgb(0 0 0 / 42%) 0%, rgb(0 0 0 / 67%) 100%); */
    /* background: linear-gradient(to right, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)); */
}
.slider .list .item .content{
    position: absolute;
    left: 10%;
    top: 20%;
    width: 500px;
    max-width: 80%;
    z-index: 1;
}
.slider .list .item .content p:nth-child(1){
    text-transform: uppercase;
  
}
.slider .list .item .content h2{
    font-size: 100px;
    margin: 0;
}
.slider .list .item.active{
    opacity: 1;
    z-index: 10;
}
@keyframes showContent {
    to{
        transform: translateY(0);
        filter: blur(0);
        opacity: 1;
    }
}
.slider .list .item.active p:nth-child(1),
.slider .list .item.active h2,
.slider .list .item.active p:nth-child(3){
    transform: translateY(30px);
    filter: blur(20px);
    opacity: 0;
    animation: showContent .5s .7s ease-in-out 1 forwards;
}
.slider .list .item.active h2{
    animation-delay: 1s;
}
.slider .list .item.active p:nth-child(3){
    animation-duration: 1.3s;
}
.arrows{
         position: absolute;
    top: 5%;
    right: 50px;
    z-index: 15;
}
.arrows button{
    background-color: #fda31b;
    border: none;
    font-family: monospace;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    font-size: x-large;
    color: #fff;
    transition: .5s;
}
.arrows button:hover{
    background-color: #eee;
    color: black;
}
.thumbnail{
    position: absolute;
    bottom: 50px;
    z-index: 11;
    display: flex;
    gap: 10px;
    width: 100%;
    height: 250px;
    padding: 0 50px;
    box-sizing: border-box;
    overflow: auto;
    justify-content: center;
}
.thumbnail::-webkit-scrollbar{
    width: 0;
}
.thumbnail .item{
    width: 150px;
    height: 220px;
    filter: brightness(.5);
    transition: .5s;
    flex-shrink: 0;
}
.thumbnail .item img{
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
    border-radius: 10px;
}
.thumbnail .item.active{
    filter: brightness(1.5);
}
.thumbnail .item .content{
    position: absolute;
    inset: auto 10px 10px 10px;
}
@media screen and (max-width: 678px) {
    .thumbnail{
        justify-content: start;
    }
    .slider .list .item .content h2{
        font-size: 60px;
    }
    .arrows{
        top: 10%;
    }
}


 
   