@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');




:root {
    --text: hsl(273, 50%, 8%);
    --background: hsl(0, 0%, 98%);
    --primary: hsl(275, 48%, 54%);
    --secondary: hsl(58, 49%, 70%);
    --accent: hsl(103, 48%, 62%);
    
    --alternate: hsl(56, 51%, 72%);
    --optional: hsl(206, 85%, 74%);
       
}

/*========Utility Classes=========*/
body {
    font-weight: 300;
    line-height: 1.8rem;
    font-family: "Roboto";
    
}

a {
    text-decoration:  none;
}

h1, h2, h3, h4, h5 {
    line-height: 2.5rem;
    font-weight: 600;
    color: rgb(18, 37, 114);
    font-family: 'Roboto', Times, serif;
}

.myf-w-lg {
    font-size: 45px;
    font-weight: 800;
    line-height: 2.9rem;
    font-family: 'Roboto', Times, serif;
}

.myd-color {
 color:rgb(231, 63, 7)
}

.myblue-color {
    color: rgb(62, 82, 165);
}

.myblue-bg {
    background-color: rgb(69, 89, 168);
}

.myhover-box {
    position: relative;
}

.bg-mylight {
    background-color: rgb(240, 240, 243);
}

.box-box{
    z-index: 4;
}

.box-box:hover {
    background-color: rgb(88, 173, 252);
    color: #fff;
    transition: all .2s ease-in-out;
}

.box-box:hover h3 {
    color: #fff;
}





/*========End Utility Classes=========*/

/*========Slider=========*/

.slider-item {
    position: relative;
    height: 60dvh;
}

.slider-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .3;
}

.slider-caption {
    max-width: 450px;
    height: auto;
    color: #fefcfc;
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
}

/*========End Slider=========*/

/*========Testimonials=========*/
.testimonial-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.inner-testiomonials {
    width: 100%;
    height: 400px;
}
/*========End Testimonials=========*/

/*========End Page Headers=========*/
.page-header {
    background: url('img/slider-4.jpg') no-repeat center center/cover;
    width: 100%;
    height: 300px;
    position: relative;

}

.page-title {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: rgba(7, 7, 202, 0.3);
}

.tiny-tiny {
    font-weight: 100;
}

/*========End Page Headers=========*/

.col-image {
 position: relative;
 background: url('img/welcome.jpg') no-repeat center center/cover;
 height: 400px;
 filter: grayscale(20%);
}

.col-image::after {
    position: absolute;
    content: " ";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(15, 16, 15);
    opacity: .5;
}

.zed {
    position: absolute;
    z-index: 1;
    color: #fff;
}

.logo {
    width: 210px;
    transition: .2s ease-in-out;
}

.sponsor-box {
    display: flex;
    overflow: scroll;
    width: 90%;
    scroll-snap-type: x mandatory;
}

.sponsor-item {
    width: 200px;
    scroll-snap-align: start;
}

.banner {
    background: url('img/back.jpg') no-repeat center center/cover;
    height: 250px;
    margin: 10px;
}



.pagination-container {
    margin: 20px 0;
    text-align: center;
}
.pagination-container button {
    margin: 0 5px;
    padding: 5px 10px;
    cursor: pointer;
}
.pagination-container button.active {
    background-color: #007bff;
    color: white;
    border: none;
}

.nav-link {
    font-weight: 700;
}
