*{
    margin: 0;
   
    box-sizing: border-box;
    text-decoration: none;
    outline: none;
    scroll-behavior: smooth;
    font-family: Arial, Helvetica, sans-serif;
}
.navbar{
    background: #015cab;
     height: 80px;
     display: flex;
     justify-content: center;
     align-items: center;
     font-size: 1.3rem;
     position: sticky;
     top: 0;
     z-index: 999;
}
.navbar_container{
    display: flex;
    justify-content: space-between;
    height:80px;
    z-index: 1;
    width:100%;
    max-width: 1300px;
    margin: 0 auto;
   /*  padding: 0 0 0 50px; */
}
.navbar_menu{
    display: flex;
    align-items: center;
    list-style: none;
    text-align: center;
}
.active{
    display: flex;
}
.navbar_item{
    height: 80px;
}
.navbar_links{
    color:#1b1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0 1rem;
    height: 100%;
    font-weight: 600;
}
.navbar_links:hover{
    color: #ed210b;
    transition: all 0.3 ease;
}
#navbar_logo{
    background-color: #5a3431;
    background-image: linear-gradient(to top, #d8afb9 0%, #c5421a 100%) ;
    background-size: 100%;
   -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
   -moz-text-fill-color: transparent;
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    font-size: 2rem;
    font-weight: bold;
}

#imglogo{
    border-radius: 50%;
    height: 70px;
    width: 150px;
}

/* 
.bodybg{
    background-image:url('images/5.png'), url('images/4.png'), 
    url('images/1.png');
    background-size: cover, cover, cover;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 0 0,100% 0,200% 0;
    animation: scrollBackground 20s linear infinite;
}

@keyframes scrollBackground {
    0% {
        background-position: 0 0, 100% 0,200% 0;
    }
    100% {
        background-position: -200% 0,300% 0,0 0;
    }
} */
.main{
   /*  padding-left: 10rem;
    padding-right: 10rem;
    padding-top: 7rem; */
    position: left;
    margin-left: auto;
    margin-right: auto;
}
.main_container{
    height: 100%;
    width: 100%;
    opacity: 80%;
    z-index: 1;
}
#bgvideo{
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width:auto;
    height: auto;
    z-index: -1;
    background-repeat: no-repeat;
}
.main_content{
    padding-top: 30%;
    padding-bottom: 2rem;
    padding-left: 2rem;
}
.l{
    padding: 5rem;
}
.main_content h1{
    text-align: center;
    padding-bottom: 0.8rem;
    padding-top: 1rem;
    font-size: 3rem;
    font-weight: 600;
    background-image: linear-gradient(to right, #864e17 0%, #c23105 100%) ;
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
   -moz-text-fill-color: transparent;
}
.main_content h2{
    font-size: 2.5rem;
    font: oblique;
    color: aliceblue;
    text-align: center;
    padding-bottom: 1rem;
}
.main_content p{
    font-weight: 600;
    font-style: oblique;
    color: #c23105;
    text-align: center;
    font-size: 1.5rem;
    padding-bottom: 3rem;
}
.main_btn{
    border: none;
    border-radius: 2rem;
    background-color: #03fc5a;
    height: 3rem;
    align-self: center;
}
.main_btn:hover{
    background-color: #81572d;
    transition: all 0.2s ease;
}
.main_btn a{
    font-size: large;
    color: rgb(0, 5, 10);
    font-weight: 600;
}
.about{
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 5rem;
    position: center;
    margin-left: auto;
    margin-right: auto;
    background-color:#e9e4e4; 
}
.about h1{
    text-align: center;
    padding-bottom: 2rem;
    font-size: 4rem;
    font-weight: 600;
    background-image: linear-gradient(to top, #0e0a06 0%, #1704f0 100%) ;
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
   -moz-text-fill-color: transparent;

}
.services_container{
    display: grid;
   grid-template-columns: repeat(3, 2fr);
    align-items: center;
    gap: 2rem;
    padding: 2rem;
    background-color: #4e4d4c;
}
.services_container.services_card{
    position: relative;
    border-radius: 2rem;
    box-shadow: 0  0 1rem var(--second-text-color);
    overflow: hidden;
    display: flex;

}
.services_card img{
    width: 100%;
    height: 100%;
    transition: .5s ease;
}
.services_card img:hover{
        transform: scale(1.1);
}
.services_card.layer{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgb(0,0,0,), var(--main-color));
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 1rem 2rem;
    transform: translateY(100%);
    transition: .5s ease;
}
.layer{
    padding-top: 1rem;
    padding-left: 1rem;
    color: white;
}
.partner{
    background-color: white;opacity: 95%;
    position: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 3rem;
}
.partner h1{
        text-align: center;
        padding-bottom: 2rem;
        padding-top: 2rem;
        font-size: 2.5rem;
        font-weight: 600;
        background-image: linear-gradient(to bottom, #0e0a06 0%, #f6f7f6 100%) ;
        background-size: 100%;
        -webkit-background-clip: text;
        -moz-background-clip: text;
        -webkit-text-fill-color: transparent;
       -moz-text-fill-color: transparent;
}
.partner_container{
    display: flex;
    width: 100%;
    overflow: hidden;
    border: 2px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: 12rem;
}


.partner_slide {
    display: flex;
   /*  transition: transform 0.3s ease-in-out; */
    width: 400%;
    animation: slide-animation 20s infinite;
}

.slide {
    width: 100%;
    box-sizing: border-box;
    padding: 1rem;
}

.slide img {
    width: 120px;
    height: inherit;
    border-radius: 10px;
}
@keyframes slide-animation {
    0% {
        transform: translateX(-100%);
    }
    25% {
        transform: translateX(-60%);
    }
    50% {
        transform: translateX(-30%);
    }
    75% {
        transform: translateX(-10%);
    }
    100% {
        transform: translateX(10%);
    }
}

.footer_contaner{
    background-color: #4646fa;
}
    .footerlinks{
    display: flex;
    justify-content: space-between;
}

.footer_link-wrapper{
    display: flex;
    color: white;
    justify-content: space-between;
   padding-left: 2rem;
    padding-right: 2rem; 

}
.footer_item a{
    color: wheat;
}
.footer_items a{
    color: wheat;
}

.footer_item{
    display: grid;
    justify-content: space-between;
   /*  padding-bottom: 2rem;*/
   padding-right: 1rem; 
}
.footer_items{
        display: grid;
        justify-content: space-between;
       /*  padding-bottom: 2rem;*/
      padding: 1.5rem;
}
.footer_item h2{
    font-size: 1.5rem;
} 
#footer-logo{
    padding-left: 1rem;
    padding-top: 4rem;
    background-color: #5a3431;
    background-image: linear-gradient(to top, #d8afb9 0%, #c5421a 100%) ;
    background-size: 100%;
   -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
   -moz-text-fill-color: transparent;
    display:flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    font-size: 3rem;
    font-weight:600;

}

/* --------screen 960px----------- */

@media screen and (max-width: 1000px){
    
    #bgvideo{
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        /* min-width: 560px; */
        /*min-height: 100%; */
        width:auto;
        height: auto;
        z-index: -1;
    }
    .navbar{
        background: #3a4c5c;
         height: 80px;
         display: flex;
         justify-content: center;
         align-items: center;
         font-size: 1.5rem;
         position: sticky;
         top: 0;
         z-index: 999;
    }
   
   /* .navbar_container{
        display: flex;
        justify-content: space-between;
        height: 80px;
        z-index: 1;
        width:auto;
        padding: 0;
        min-width: 1000px;
    }*/
    .navbar_menu  {
        display: grid;
        grid-template-columns: max-content;
        margin: 0;
        width: auto;
        position: absolute;
        top: -1000px;
        opacity: 0;
        transition: all 0.5s ease;
        height: 70vh;
        z-index: -1;
        background: #090909;
     }
     #imglogo{
        border-radius: 50%;
        height: 3rem;
        width: 5rem;
     }
     .active{
        display: grid;
        background: #fbf9f9;
        top: 100%;
        opacity:1;
        transition:all 0.3s ease;
        z-index: 99;
        height: 90vh;
        font-size: 1.6rem;
        padding-left: 10rem;
        overflow-x: hidden;
     }
     #navbar_logo{
        padding-left: 25px;
    }
    .navbar_toggle .bar{
        width: 25px;
        height: 3px;
        margin: 5px auto;
        transition: all 0.3s ease-in-out;
        background: #fff;
    }
    .navbar_item{
        width: 100%;

    }
    .navbar_links{
        text-align: center;
        padding: 2rem;
        width: auto;
        display: table;
    }

    #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(8px) rotate(45deg);
    }

    #mobile-menu.is-active .bar:nth-child(3){
        transform: translateY(-8px) rotate(-45deg);
    }
    .main{
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 10rem;
        position: center;
        margin-left: auto;
        margin-right: auto; 
    }
    .main_container{
        
        height: 100%;
        width: 100%;
        background-color: #1b1a1a;
        opacity: 80%;
        z-index: 1;
    
    
    }
    .main_content{
        padding-bottom: 2rem;
        padding-left: 2rem;
    }
    .main_content h1{
        text-align: center;
        padding-bottom: 4rem;
        padding-top: 1rem;
        font-size: 4rem;
        font-weight: 600;
        background-image: linear-gradient(to right, #864e17 0%, #c23105 100%) ;
        background-size: 100%;
        -webkit-background-clip: text;
        -moz-background-clip: text;
        -webkit-text-fill-color: transparent;
       -moz-text-fill-color: transparent;
    }
    .main_content h2{
        font-size: 2.5rem;
        font: oblique;
        color: aliceblue;
        text-align: center;
        padding-bottom: 1rem;
    }
    .main_content p{
        font-weight: 600;
        font-style: oblique;
        color: #c23105;
        text-align: center;
        font-size: 1.5rem;
        padding-bottom: 3rem;
    }
    .main_btn{
        border: none;
        border-radius: 2rem;
        background-color: #03fc5a;
        height: 3rem;
        align-self: center;
    }
    .main_btn:hover{
        background-color: #81572d;
        transition: all 0.2s ease;
    }
    .main_btn a{
        font-size: large;
        color: rgb(0, 5, 10);
        font-weight: 600;
    }
 .sect{
    color: #4646fa;
 }   
.about{
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 2rem;
    position: center;
    margin-left: auto;
    margin-right: auto;
    background-color:#e9e4e4; 
}
.about h1{
    text-align: center;
    padding-bottom: 2rem;
    font-size: 4rem;
    font-weight: 600;
    background-image: linear-gradient(to top, #0e0a06 0%, #1704f0 100%) ;
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
   -moz-text-fill-color: transparent;

}
.services_container{
    display: grid;
   grid-template-columns: repeat(2, 2fr);
    align-items: center;
    gap: 0.3rem;
    padding: 1rem;
    background-color: #4e4d4c;
}
.services_container.services_card{
    position: relative;
    border-radius: 2rem;
    box-shadow: 0  0 1rem var(--second-text-color);
    overflow: hidden;
    display: flex;

}
.services_card img{
    width: 100%;
    height: 100%;
    transition: .5s ease;
}
.services_card img:hover{
        transform: scale(1.1);
}
.services_card.layer{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgb(0,0,0,), var(--main-color));
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 1rem 1rem;
    transform: translateY(100%);
    transition: .5s ease;
}
.layer{
    padding-top: 1rem;
    padding-left: 1rem;
    color: white;
}
.partner{
    background-color: white;opacity: 95%;
    position: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 3rem;
}
.partner h1{
        text-align: center;
        padding-bottom: 2rem;
        padding-top: 2rem;
        font-size: 2.5rem;
        font-weight: 600;
        background-image: linear-gradient(to bottom, #0e0a06 0%, #f6f7f6 100%) ;
        background-size: 100%;
        -webkit-background-clip: text;
        -moz-background-clip: text;
        -webkit-text-fill-color: transparent;
       -moz-text-fill-color: transparent;
}
.partner_container{
    display: flex;
    width: 100%;
    overflow: hidden;
    border: 2px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: 12rem;
}


.partner_slide {
    display: flex;
   /*  transition: transform 0.3s ease-in-out; */
    width: 400%;
    animation: slide-animation 20s infinite;
}

.slide {
    width: 100%;
    box-sizing: border-box;
    padding: 1rem;
}

.slide img {
    width: 120px;
    height: inherit;
    border-radius: 10px;
}
@keyframes slide-animation {
    0% {
        transform: translateX(-100%);
    }
    25% {
        transform: translateX(-60%);
    }
    50% {
        transform: translateX(-30%);
    }
    75% {
        transform: translateX(-10%);
    }
    100% {
        transform: translateX(10%);
    }
}

.footer_contaner{
    background-color: #4646fa;
}
    .footerlinks{
    display: flex;
    justify-content: space-between;
}

.footer_link-wrapper{
    display: flex;
    color: white;
    justify-content: space-between;
   padding-left: 2rem;
    padding-right: 2rem; 

}
.footer_item a{
    color: wheat;
}
.footer_items a{
    color: wheat;
}

.footer_item{
    display: grid;
    justify-content: space-between;
   /*  padding-bottom: 2rem;*/
   padding-right: 1rem; 
}
.footer_items{
        display: grid;
        justify-content: space-between;
       /*  padding-bottom: 2rem;*/
      padding: 1.5rem;
}
.footer_item h2{
    font-size: 1.5rem;
} 
#footer-logo{
    padding-left: 1rem;
    padding-top: 4rem;
    background-color: #5a3431;
    background-image: linear-gradient(to top, #d8afb9 0%, #c5421a 100%) ;
    background-size: 100%;
   -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
   -moz-text-fill-color: transparent;
    display:flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    font-size: 2rem;
    font-weight:600;

}

}
@media screen and (max-width: 560px){ 
    #bgvideo{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    /* min-width: 560px; */
    /*min-height: 100%; */
    width:auto;
    height: auto;
    z-index: -1;
}
.navbar{
    background: #3a4c5c;
     height: 70px;
     display: flex;
     justify-content: center;
     /* align-items: center; */
     font-size: 1rem;
     position: sticky;
     top: 0;
     z-index: 999;
}

#navbar_logo{
    background-color: #5a3431;
    background-image: linear-gradient(to top, #d8afb9 0%, #c5421a 100%) ;
    background-size: 100%;
   -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
   -moz-text-fill-color: transparent;
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
}
 #imglogo{
    border-radius: 50%;
    height: 2rem;
    width: 4rem;
 }
 .active{
    display: grid;
    background: #fcfbfb;
    opacity:1;
    transition:all 0.3s ease;
    z-index: 99;
    font-size: 1rem;
    overflow-x: hidden;
 }

.navbar_links{
    text-align: left;
    padding: 1rem;
    width: auto;
    display: table;
}

#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(8px) rotate(45deg);
}

#mobile-menu.is-active .bar:nth-child(3){
    transform: translateY(-8px) rotate(-45deg);
}

.main_content h1{
    text-align: center;
    padding-bottom: 2rem;
    padding-top: 1rem;
    font-size: 2rem;
    font-weight: 600;
    background-image: linear-gradient(to right, #864e17 0%, #c23105 100%) ;
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
   -moz-text-fill-color: transparent;
}
.main_content h2{
    font-size: 1rem;
    font: oblique;
    color: aliceblue;
    text-align: center;
    padding-bottom: 1rem;
}
.main_content p{
    font-weight: 600;
    font-style: oblique;
    color: #c23105;
    text-align: center;
    font-size: 1rem;
    padding-bottom: 1.5rem;
}
.main_btn{
    border: none;
    border-radius: 1rem;
    background-color: #03fc5a;
    height: 2rem;
    align-self: center;
}
.main_btn:hover{
    background-color: #a85909;
    transition: all 0.2s ease;
}
.main_btn a{
    font-size: large;
    color: rgb(0, 5, 10);
    font-weight: 600;
}
.sect{
color: #4646fa;
}   
.about{
padding-left: 2rem;
padding-right: 2rem;
padding-top: 1rem;
position: center;
margin-left: auto;
margin-right: auto;
background-color:#e9e4e4; 
}
.about h1{
text-align: center;
padding-bottom: 1rem;
font-size: 3rem;
font-weight: 600;
background-image: linear-gradient(to top, #0e0a06 0%, #1704f0 100%) ;
background-size: 100%;
-webkit-background-clip: text;
-moz-background-clip: text;
-webkit-text-fill-color: transparent;
-moz-text-fill-color: transparent;

}
.services_container{
display: grid;
grid-template-columns: repeat(1, 2fr);
align-items: center;
gap: 0.3rem;
padding: 1rem;
background-color: #4e4d4c;
}
.services_container.services_card{
position: relative;
border-radius: 2rem;
box-shadow: 0  0 1rem var(--second-text-color);
overflow: hidden;
display: flex;

}
.services_card img{
width: 100%;
height: 100%;
transition: .5s ease;
}
.services_card img:hover{
    transform: scale(1.1);
}
.services_card.layer{
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(rgb(0,0,0,), var(--main-color));
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
text-align: center;
padding: 1rem 1rem;
transform: translateY(100%);
transition: .5s ease;
}
.layer{
padding-top: 1rem;
padding-left: 1rem;
color: white;
}
.partner{
background-color: white;opacity: 95%;
position: center;
margin-left: auto;
margin-right: auto;
padding-bottom: 3rem;
}
.partner h1{
    text-align: center;
    padding-bottom: 2rem;
    padding-top: 2rem;
    font-size: 2.5rem;
    font-weight: 600;
    background-image: linear-gradient(to bottom, #0e0a06 0%, #f6f7f6 100%) ;
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
   -moz-text-fill-color: transparent;
}
.partner_container{
display: flex;
width: 100%;
overflow: hidden;
border: 2px solid #ddd;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
height: 12rem;
}


.partner_slide {
display: flex;
/*  transition: transform 0.3s ease-in-out; */
width: 400%;
animation: slide-animation 20s infinite;
}

.slide {
width: 100%;
box-sizing: border-box;
padding: 1rem;
}

.slide img {
width: 120px;
height: inherit;
border-radius: 10px;
}
@keyframes slide-animation {
0% {
    transform: translateX(-100%);
}
25% {
    transform: translateX(-60%);
}
50% {
    transform: translateX(-30%);
}
75% {
    transform: translateX(-10%);
}
100% {
    transform: translateX(10%);
}
}

.footer_contaner{
background-color: #4646fa;
}
.footerlinks{
display: flex;
justify-content: space-between;
}

.footer_link-wrapper{
display: flex;
color: white;
justify-content: space-between;
padding-left: 2rem;
padding-right: 2rem; 

}
.footer_item a{
color: wheat;
}
.footer_items a{
color: wheat;
}

.footer_item{
display: grid;
justify-content: space-between;
/*  padding-bottom: 2rem;*/
padding-right: 1rem; 
}
.footer_items{
    display: grid;
    justify-content: space-between;
   /*  padding-bottom: 2rem;*/
  padding: 1.5rem;
}
.footer_item h2{
font-size: 1.5rem;
} 
#footer-logo{
padding-left: 1rem;
padding-top: 4rem;
background-color: #5a3431;
background-image: linear-gradient(to top, #d8afb9 0%, #c5421a 100%) ;
background-size: 100%;
-webkit-background-clip: text;
-moz-background-clip: text;
-webkit-text-fill-color: transparent;
-moz-text-fill-color: transparent;
display:flex;
align-items: center;
cursor: pointer;
text-decoration: none;
font-size: 2rem;
font-weight:600;

}

}