:root {
    --Primary-color: #2980B9;
    --Secondary-color: rgb(252, 252, 40);
    --Tetiary-color: rgba(21, 255, 0, 0.856);
    --Primary-font: Open Sans;
    --Secondary-font: Montserrat;
    --Tetiary-font: Mitr;
    --Extra-font: Courgette;
    --Extrastyle-font: ;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* .video-bg{
    width: 100%;
    height: 90vh;
    background-color: transparent;
    margin-top: -600px;
    position: absolute;
    z-index: 1;
} */
.slider{
    display: flex;
    width: 100%;
    height: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: white;
}
.slide-content {
    width: 100vw;
    height: 10vh;
    display: flex;
    margin-top: -55px;
    background-color: transparent;
}
.imagepart {
    width: 100%;
    height: 90vh;
    margin-right: 0px;
}
.fam{
    width: 100%;
    height: 550px;
}
.textpart{
    width: 40%;
    height: 90vh;
    margin-left: -1000px;
    margin-top: 100px;
    text-align: center;
    padding: 0px;
    background-color: transparent;
}
.heading{
    width: 90%;
    margin-left: 5%;
    font-family: var(--Primary-font);
    margin-top: 150px;
    text-align: center;
    font-size: 30px;
    color: yellow;
    font-weight: bold;
}
.text{
    width: 75%;
    margin-left: 10%;
    text-align: left;
    font-size: 17px;
    margin-top: 10px;
    color: white;
    font-family: var(--Primary-font);
    font-weight: normal;
}
#slider {
    overflow: hidden;
}
#figure {
	position: relative;
    z-index: 111;
	margin: 0;
	left: 0;
	animation: 15s slider infinite;
}
#slider #figure .slide-content {
	width: 100%;
	float: center;
}
.slider{
    transition: 1s ease;
}
@keyframes slider {
	0% {
		left: 0;
	}
	20% {
		left: 0;
	}
	25% {
		left: -100%;
	}
	45% {
		left: -100%;
	}
	50% {
		left: -200%;
	}
	70% {
		left: -200%;
	}
	75% {
		left: -300%;
	}
	95% {
		left: -300%;
	}
	100% {
		left: -400%;
	}
}
h1{
    margin-top: 40px;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-family: var(--Secondary-font);
    color: var(--Primary-color);
}
h3{
    font-size: 16px;
    text-align: center;
    font-family: var(--Primary-font);
    color: grey;
}
.servicegroup{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    margin-left: 0%;
    margin-top: 5px;
    background-color: transparent;
}
.service{
    width: 30%;
    height: 250px;
    background-color: var(--Primary-color);
    display: block;
    padding: 1px;
    margin: 20px;
}
.imag .im{
    width: 100%;
    height: 250px;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 10px;
}
.txt{
    font-size: 17px;
    font-family: var(--Primary-font);
    text-align: center;
    color: yellow;
    font-weight: bolder;
    margin-top: -100px;
    margin-bottom: 10px;
}
.thirdcontent{
    background-color: whitesmoke;
    width: 100%;
    margin-left: 0;
    padding: 10px;
    display: flex;
    margin-top: 30px;
    margin-bottom: 150px;
}
.mymoaccount{
    width: 50%;
    margin-left: 0%;
    height: auto;
    text-align: center;
    /* background-image: linear-gradient(to right, yellow, rgb(8, 228, 37) ); */
    /* background-color: rgb(8, 228, 37); */
}
.subscribe{
    width: 50%;
    margin-left: 0%;
    height: auto;
    text-align: center;
    /* background-image: linear-gradient(to right, red, yellow ); */
    /* background-color: orange; */
}
.ads{
    width: 98%;
    height: auto;
}
.adstext{
    text-align: center;
    color: black;
    font-size: 14px;
    font-family: var(--Primary-font);
    margin-top: 20px;
}
.textfusion{
    background-color: whitesmoke;
    margin-top: -20px;
    width: 100%;
    margin-left: 0;
}
.fusionhead{
    width: 40%;
    text-align: center;
    margin-bottom: 20px;
    margin-left: 25%;
    font-size: 20px;
    font-family: var(--Primary-font);
    color: black;
}
hr{ 
    width: 50%; 
    margin-left: 20%; 
    border:none; 
    height: 2px; 
    background-color: var(--Primary-color);  
    margin-bottom: 10px;
}
.fusetext{
    width: 50%;
    margin-left: 20%;
    font-size: 17px;
    font-family: var(--Primary-font);
    color: black;
    font-weight: bold;
    text-align: center;
}
.list{
    background-color: transparent;
    margin-top: 50px;
    width: 70%;
    margin-left: 15%;
}
.listgroup{
    display: flex;
    width: 60%;
    background-color: transparent;
    margin-left: 10%;
    margin-bottom: 20px;
}
.icon .iconimage{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 20px;
}
.icontext{
    width: 100%;
    font-size: 16px;
    font-family: var(--Primary-font);
    color: rgb(65, 63, 63);
}
.applynow{
    width: 250px;
    background-color:var(--Primary-color);
    padding: 10px;
    margin-left: 20%;
    font-family: var(--Tetiary-font);
    color: white;
}
.getstarted{
    width: 150px;
    background-color: var(--Secondary-color);
    padding: 10px;
    margin-left: 10%;
    font-family: var(--Extrastyle-font);
    color: black;
}
.checkingaccount{
    width: 60%;
    margin-left: 17%;
    background-color: whitesmoke;
    border: 1px solid var(--Primary-color);
    padding: 10px;
}
.checkinghead{
    text-align: left;
    font-size: 20px;
    margin-left: 10%;
    margin-bottom: 10px;
    font-family: var(--Primary-font);
    color: var(--Primary-color);
}
.checkingtext{
    width: 60%;
    font-size: 18px;
    margin-left: 10%;
    margin-bottom: 30px;
    font-family: var(--Extrastyle-font);
}
.icontext b {
    text-decoration: none; 
    color: var(--Primary-color);
    text-shadow: 55em;
}






@media screen AND (max-width:500px) {
    /* .video-bg{
        width: 100%;
        height: 90vh;
        background-color: transparent;
        margin-top: -600px;
        position: absolute;
        z-index: 1;
    } */
    .slider{
        display: flex;
        width: 100%;
        height: 60vh;
        margin-top: 0px;
        margin-bottom: 0px;
        background-color: transparent;
    }
    .slide-content {
        width: 100vw;
        height: 50vh;
        display: flex;
        margin-top: -5px;
        background-color: transparent;
    }
    .imagepart {
        width: 100%;
        height: 50vh;
        margin-right: 0px;
    }
    .fam{
        width: 100%;
        height: 350px;
    }
    .textpart{
        width: 100%;
        height: 50vh;
        margin-left: -350px;
        margin-top: -50px;
        text-align: center;
        padding: 0px;
        background-color: transparent;
    }
    .heading{
        width: 80%;
        margin-left: 10%;
        font-family: var(--Primary-font);
        margin-top: 150px;
        text-align: center;
        font-size: 22px;
        color: yellow;
        font-weight: bold;
    }
    .text{
        width: 75%;
        margin-left: 10%;
        text-align: left;
        font-size: 12px;
        margin-top: 10px;
        color: white;
        font-family: var(--Primary-font);
        font-weight: normal;
    }
    span{
        visibility: visible;
        font-size: 10px;
        font-family: var(--Primary-font);
        color: var(--Primary-color);
        padding: 10px;
    }
    #slider {
        overflow: hidden;
    }
    #figure {
        position: relative;
        margin: 0;
        left: 0;
        animation: 15s slider infinite;
    }
    #slider #figure .slide-content {
        width: 100%;
        float: left;
    }
    
    @keyframes slider {
        0% {
            left: 0;
        }
        20% {
            left: 0;
        }
        25% {
            left: -100%;
        }
        45% {
            left: -100%;
        }
        50% {
            left: -200%;
        }
        70% {
            left: -200%;
        }
        75% {
            left: -300%;
        }
        95% {
            left: -300%;
        }
        100% {
            left: -400%;
        }
    }
    h1{
        margin-top: 0px;
        text-align: center;
        font-size: 22px;
        font-family: var(--Secondary-font);
        color: var(--Primary-color);
    }
    h3{
        font-size: 12px;
        text-align: center;
        font-family: var(--Primary-font);
        color: grey;
    }
    .servicegroup{
        width: 100%;
        display: block;
        padding: 4px;
        margin-left: 0;
    }
    .service{
        width: 90%;
        height: 150px;
        background-color: var(--Primary-color);
        display: block;
        border: none;
        border-radius: 8px;
        padding: 0px;
        margin-left: 5%;
        margin-bottom: 30px;
    }
    .imag .im{
        width: 100%;
        height: 150px;
        margin-left: 0%;
        margin-top: 0px;
    }
    .txt{
        width: 90%;
        font-size: 16px;
        font-family: var(--Primary-font);
        text-align: center;
        margin-left: 5%;
        margin-top: -100px;
        color: yellow;
        font-weight: bolder;
        background-color: white;
        padding: 5px;
    }
    .thirdcontent{
        background-color: whitesmoke;
        width: 100%;
        display: block;
        height: auto;
        margin-left: 0;
        padding: 10px;
        margin-top: 0px;
    }
    .mymoaccount{
        width: 100%;
        margin-left: 0;
        height: 230px;
        text-align: center;
    }
    .subscribe{
        width: 100%;
        margin-left: 0px;
        height: 230PX;
        text-align: center;
    }
    .ads{
        width: 90%;
        margin-left: 5%;
        height: 200px;
    }
    .adstext{
        width: 80%;
        margin-left: 10%;
        text-align: left;
        font-size: 13px;
        margin-bottom: 20px;
        font-family: var(--Primary-font);
    }
    .textfusion{
        background-color: whitesmoke;
        margin-top: -320px;
        width: 100%;
        margin-left: 0%;
    }
    .fusionhead{
        width: 90%;
        text-align: center;
        margin-bottom: 10px;
        margin-left: 5%;
        font-size: 16px;
        font-family: var(--Primary-font);
        color: black;
    }
    hr{ width: 90%; 
        margin-left: 5%; 
        border:none; 
        height: 1px; 
        background-color: var(--Primary-color);  
        margin-bottom: 5px;
    }
    .fusetext{
        width: 96%;
        margin-left: 2%;
        font-size: 14px;
        font-family: var(--Extra-font);
        color: black;
        text-align: left;
    }
    .list{
        background-color: transparent;
        margin-top: 20px;
        width: 100%;
        margin-left: 0%;
    }
    .listgroup{
        display: flex;
        width: 96%;
        background-color: transparent;
        margin-bottom: 10px;
        margin-left: 2%;
    }
    .icon .iconimage{
        width: 15px;
        height: 15px;
        border-radius: 50%;
        margin-right: 10px;
    }
    .icontext{
        font-size: 12px;
        font-family: var(--Primary-font);
        color: rgb(65, 63, 63);
    }
    .applynow{
        width: 70%;
        background-color: var(--Primary-color);
        padding: 10px;
        margin-left: 15%;
        color: white;
    }
    .checkingaccount{
        width: 94%;
        margin-left: 3%;
        background-color: whitesmoke;
        border: 1px solid var(--Primary-color);
        /* border-bottom: none; */
        padding: 10px;
    }
    .checkinghead{
        text-align: left;
        font-size: 16px;
        margin-left: 5%;
        margin-bottom: 10px;
        font-family: var(--Primary-font);
        color: var(--Primary-color);
    }
    .checkingtext{
        width: 100%;
        font-size: 14px;
        margin-left: 0%;
        margin-bottom: 15px;
        font-family: var(--Extrastyle-font);
    }
    .getstarted{
        width: 120px;
        background-color: var(--Primary-color);
        padding: 10px;
        margin-left: 10%;
        color: white;
    }
}