﻿<style >
body {
    font-family: Arial, sans-serif;
    background-size: cover;
}


.box {
    margin: 6% auto 3% auto;
    padding: 35px;
    background-clip: padding-box;
    text-align: center;
}

.button, .button1 {
    padding: 1.5% 4% 1.5% 4%;
    margin: 2% !important;
    text-decoration: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    margin: 0 auto;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    font: normal 1em;
    text-align: center;
    -o-text-overflow: clip;
    text-overflow: clip;
    letter-spacing: 1px;
    background: rgba(0,0,0,0);
    -webkit-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
    -moz-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
    -o-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
    transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
}

.button {
    border: 2px solid rgb(30,205,151);
    color: rgb(30, 205, 151);
}

.button1 {
    border: 2px solid orange;
    color: orange;
}

.button:hover {
    background: rgb(30,205,151);
    color: #fff;
}

.button1:hover {
    background: orange;
    color: #fff;
}


.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

    .overlay:target {
        visibility: visible;
        opacity: 1;
    }

.popup {
    /* margin: 350px auto;*/
    margin: 200px auto;
    /*margin: 100px 0px 0px 300px;*/
    position: fixed;
    padding: 16% 2%;
    background: #001f66;
    border-radius: 40px;
    border: 10px solid #ccc;
    width: 50%;
    border: 3px solid rgba(68, 12, 198, 0.9);
    position: relative;
    transition: all 5s ease-in-out;
    z-index: auto;
}

    .popup h2 {
        margin-top: 20PX;
        color: #666;
        font-size: 40px;
        text-align: center;
        font-family: Tahoma, Arial, sans-serif;
        padding-bottom: 10px;
        margin: 0;
    }

    .popup h1 {
        margin-top: 0;
        color: #333;
        font-size: 40px;
        text-align: center;
        font-family: Tahoma, Arial, sans-serif;
    }

    .popup .close {
        position: absolute;
        top: 0px;
        right: 2%;
        transition: all 200ms;
        font-size: 80px;
        font-weight: bold;
        text-decoration: none;
        border-radius: 50px;
        color: #faf8ee;
    }

        .popup .close:before {
            content: "×";
        }

        .popup .close:hover {
            color: orange;
        }

    .popup .content {
        max-height: 30%;
        text-align: center;
        overflow: auto;
    }

.product {
    color: #777;
}

.contentSpec {
    margin: 0 auto;
    text-align: center;
}

</style >
<style >
.cards-list {
    z-index: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.card {
    margin: 30px auto;
    width: 100%;
    height: 300px;
    border-radius: 15px;
    box-shadow: 5px 5px 30px 7px rgba(0,0,0,0.25), -5px -5px 30px 7px rgba(0,0,0,0.22);
    cursor: pointer;
    transition: 0.4s;
}

    .card .card_image {
        width: inherit;
        height: inherit;
        border-radius: 40px;
    }

        .card .card_image img {
            width: inherit;
            height: inherit;
            border-radius: 40px;
            object-fit: cover;
        }

    .card .card_title {
        text-align: center;
        border-radius: 0px 0px 40px 40px;
        font-family: sans-serif;
        font-weight: bold;
        font-size: 30px;
        margin-top: -80px;
        height: 40px;
    }

.title-white {
    color: white;
}

.title-black {
    color: black;
}

@@media all and (max-width: 500px) {
    .card-list {
        flex-direction: column;
    }
}

.popup-h3 {
    margin-top: 3px;
    margin-bottom: 3px;
}

.btn-custom {
    background: #ffa319;
    padding: 9px;
    margin-top: 6px;
    color: #fff !important;
    text-decoration: none !important;
}

.btn-custom-new {
    background: #ffa319;
    padding: 9px;
    margin-top: 6px;
    color: #fff !important;
    text-decoration: none !important;
}

.modal-content {
    background-color: #fff;
    padding: 15px;
}

.modal .modal-dialog {
    top: 23% !important;
}

.modal-title-2023 {
    color: #fff;
    text-align: left;
    font-size: 20px;
    padding-left: 22px;
}

.title-2023 {
    font-size: 18px;
    margin-top: 12px;
    color: #ffff;
}

.2023-butlet li {
    color: #fff;
}

#basicExampleModal.modal .modal-dialog {
    width: 60%;
}

#basicExampleModal .flex-wrap {
    display: flex;
    align-items: stretch;
    position: relative;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    #basicExampleModal .flex-wrap li {
        flex-grow: 1;
        padding: 5px;
        width: 33%;
    }

        #basicExampleModal .flex-wrap li a {
            display: block;
            padding: 8px 15px;
            background-color: #e36c30;
            color: #fff;
            text-decoration: none;
            text-align: center;
            min-height: 98px;
        }

#basicExampleModal .modal-content {
    margin: 0px auto;
}

.modal-body h2 {
    margin: 0px;
}

#basicExampleModal .modal-title {
    color: #fff;
    font-weight: lighter;
    display: block;
    font-size: 14pt;
}

    #basicExampleModal .modal-title.download {
        color: #fff;
        font-size: 18px;
        text-transform: uppercase;
    }

.container {
    position: relative;
    max-width: 1170px;
    height: auto;
    margin: 0px auto;
    box-shadow: 0px 20px 20px -15px #0408119e;
}

.logo {
    text-align: center;
    padding: 10px;
    background-color: #fff;
}

    .logo img {
        max-width: 100%;
    }

#basicExampleModal .modal-content {
    background-color: #fff;
    padding: 15px;
    border-radius: 30px;
}

.pay-btn {
    display: block;
    color: #f7ff00 !important;
    font-weight: bold;
}

#basicExampleModal .btn-warning {
    float: left;
    width: 25%;
    height: 100px;
    white-space: normal;
    padding-top: 20px;
    border-color: #e86424;
}

#basicExampleModal .modal-body {
    background: #fe834e;
    margin-top: 15px;
}

#basicExampleModal .modal-body-blue {
    background: #001f66;
}

#basicExampleModal .modal-body a {
    display: block;
    color: #ffeb5c;
    font-weight: 700;
}

.downloadbtn {
    padding: 15px;
    background-color: #fff;
    margin-bottom: 10px;
    border: 1px dashed #ccc;
}

    .downloadbtn h4 {
        color: #000;
        margin-top: 0px;
        font-size: 30px;
    }

    .downloadbtn ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
    }

        .downloadbtn ul li {
            box-sizing: border-box;
            padding: 8px;
            width: 25%;
        }

            .downloadbtn ul li .btn {
                display: block;
                white-space: normal;
                font-size: 12px;
                min-height: 68px;
                border-radius: 14px;
            }

@@media (max-width:768px) {
    .downloadbtn ul li {
        width: 100%;
    }

    #basicExampleModal .flex-wrap {
        display: block;
    }

        #basicExampleModal .flex-wrap li {
            width: 100%;
        }

    #basicExampleModal .modal-body a {
        width: 100% !important;
        margin: 5px 0px; /*height: 83px;*/
    }

    #basicExampleModal .modal-body {
        background: #fe834e;
        margin-top: 15px;
    }

    #basicExampleModal h2 {
        font-size: 14pt;
    }
}

.custom-c .btn-custom {
    display: inherit !important;
    padding: 3px 20px !important;
    line-height: 25px;
    width: 25%;
    margin: 0 auto;
}

.custom-c-new .btn-custom-new {
    display: inherit !important;
    padding: 3px !important;
    line-height: 25px;
    margin: 0 auto;
}

.d {
    padding: 9px 0px;
}

.m {
    background: #001f66;
    height: 48px;
    text-align: center;
    color: white
}

.l {
    font-family: Calibri;
}

</style >
<style >
body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
}

.sidebar {
    background-color: #ffffff;
    padding: 20px;
    height: 100vh;
    border-right: 1px solid #ddd;
}

.slate-logo {
    font-size: 28px;
    font-weight: bold;
    background: linear-gradient(to right, red, orange, yellow);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sidebar p {
    font-size: 12px;
    font-weight: bold;
    margin-top: -10px;
    margin-bottom: 20px;
}

.sidebar .nav-link {
    font-weight: 500;
    padding: 10px;
    color: #333;
    border-bottom: 1px solid #eee;
}

    .sidebar .nav-link:hover {
        background-color: #f1f1f1;
    }

.profile-card {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 5px;
}

    .profile-card img {
        border-radius: 50%;
        width: 80px;
        height: 80px;
    }

    .profile-card .btn {
        background-color: gold;
        border: none;
        margin: 5px;
        padding: 5px 15px;
        font-size: 14px;
        font-weight: 600;
        border-radius: 3px;
    }

.carousel-caption-bottom {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    padding: 10px;
    font-weight: bold;
}

.carousel-inner img {
    height: 400px;
    object-fit: cover;
}

</style >


<style >

* {
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}

/* Float four columns side by side */
.column {
    float: left;
    width: 100%;
    padding: 0 10px;
}

/* Remove extra left and right margins, due to padding */
/* .row {
                    margin: 0 -5px;
                }
        */
/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive columns */
@@media screen and (max-width: 600px) {
    .column {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
}

/* Style the counter cards */
.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 16px;
    height: auto;
    text-align: center;
    background-color: #f1f1f1;
}

</style >
