: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;
}

h1 {
    font-size:  55px;
    font-weight: 700;
}

h2, h3, h4, h5, h6 {
    font-weight: 600;
}

.my-mt {
    margin-top: 100px;
}

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

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

.myblue-color {
    color: rgb(18, 37, 114);
}

.myblue-bg {
    background-color: rgb(18, 37, 114);
}

.myhover-box {
    position: relative;
}

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

.box-box:hover {
    background-color: #c69c6d;
    color: #fff;
    transition: all .2s ease-in-out;
}

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





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

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

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


.slider-caption {
    max-width: 800px;
    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/bg-home.png') no-repeat center center/cover;
    width: 100%;
    height: 300px;
    position: relative;

}


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

