﻿/*Featuer Slider*/


main {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-block: min(20vh, 5em);
}

    main .header {
        margin-bottom: 55px;
    }

@media screen and (max-width: 600px) {
    main .header {
        margin-bottom: 70px !important;
    }
}

main .header h1 {
    font-weight: 800;
    font-size: 3rem;
    margin: 5px -5px 15px;
}

main .header span {
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    color: #471aa0;
}

main .header p {
    max-width: min(40ch, 100% - 2rem);
    line-height: 1.6;
    color: #565656;
}

main .item {
    width: 100%;
    /* height: 400px; */
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    /* margin-bottom: 22px; */
    padding: 11px;
    background-color: white;
    box-shadow: 10px 10px 10px #3333;
}

    main .item img {
        width: 500px;
        height: 100%;
        object-fit: cover;
        /* position: absolute; */
        inset: 0;
    }

    main .item .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 28px 25px;
        color: #fff;
        background: #020024;
        background: linear-gradient(0deg, #020024 0%, #000032a1 3%, #17d9ff00 100%);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }

        main .item .overlay span {
            background: rgba(255, 255, 255, 0.25);
            backdrop-filter: blur(4px);
            -webkit-backdrop-filter: blur(4px);
            border-radius: 60px;
            padding: 10px 20px;
            display: inline-block;
        }

        main .item .overlay > div h2 {
            letter-spacing: 0.5px;
            margin-bottom: 5px;
        }

.owl-nav {
    position: absolute;
    top: -65px;
    right: 0;
}

@media screen and (max-width: 600px) {
    .owl-nav {
        top: -60px !important;
    }
}

.owl-nav button {
    background: #555C98 !important;
    color: white !important;
    width: 45px;
    height: 45px;
    line-height: 0px !important;
    font-size: 29px !important;
    box-shadow: 3px 2px 6px 1px #3333;
    border-radius: 50%;
}

    .owl-nav button:nth-of-type(1) {
        margin-right: 13px;
    }


.navigation-mrg {
    position: relative;
    margin-top: -20px !important;
    z-index: 44 !important;
    height: 168px;
}

.feature-single-item {
    text-align: center;
    border: 0px solid #eee;
    border-radius: 11px;
    background: white;
    padding: 13px;
    padding-bottom: 29px;
    box-shadow: 3px 10px 14px #3333;
}

.feature-icon {
    color: #f12a02;
    font-size: 56px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.feature-content h4 {
    font-size: 29px;
    font-weight: 600;
    padding: 8px;
    color: #555C98;
    letter-spacing: 1px;
}




.headerfixed {
    margin: 0 auto !important;
    height: 184px !important;
    position: fixed !important;
    text-align: center;
    border-radius: 11px;
    padding: 21px;
    background-color: white;
    top: 77px !important;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 99999
}

.headerfixed2 {
    margin: 0 auto !important;
    position: fixed !important;
    text-align: center;
    border-radius: 11px;
    padding: 13px;
    top: 236px !important;
    color: #555C98;
    font-size: 19px;
    line-height: 27px;
    text-align: center;
    letter-spacing: 1px;
    /* text-align: justify; */
    text-transform: capitalize;
    background: white;
    margin-top: 0px;
    margin-bottom: 8px;
    border-bottom: 1px solid #3333;
    left: 0;
    right: 0;
    z-index: 99999
}


.color1 {
    display: flex;
    justify-content: space-around;
    padding: 16px 0px 0px 0px;
}

.btn.red span, .btn.red span:hover {
    color: #555C98;
    border: 1px solid #555c984a;
    /* background: linear-gradient(181deg, #dbdce3, #e4e4e4); */
}

.desc {
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    text-align: center;
}
