:root {
    --main-red: #d10100;
    --secondary-red: #a10000;
    --main-blue: #003377;
}

* {
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

nav {
    width: 100%;
    display: flex;
    align-items: center;
    background: linear-gradient(to right, #fff, #d2e6ff);
    justify-content: space-between;
    height: 75px;
}

.logo-con {
    background-color: var(--main-blue);
    width: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75px;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
    padding: 0 15px 0 0;
}

.logo {
    width: 150px;
}

.left-bar {
    align-items: center;
    display: flex;
    justify-content: center;
}

.right-bar {
    padding: 0 20px;
    column-gap: 20px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.greetings {
    font-size: 19px;
}

.developer-sign {
    font-size: 14px;
    column-gap: 5px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main-blue);
}

.developer-sign svg {
    width: 22px;
}

.developer-sign svg path {
    fill: var(--main-blue);
}

.date {
    font-size: 15px;
}

.clock {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}

.clock-inner {
    background-color: #fff;
    border: 2px solid red;
    padding: 5px 10px;
    border-radius: 50px;
    font-size: 13px;
}

.nobet-con {
    width: 100%;
    justify-content: space-between;
    display: flex;
    flex-direction: row-reverse;
    margin-top: 20px;
    padding: 0 20px;
}

.nobet-card {
    overflow: hidden;
    height: 180px;
    position: relative;
    border-radius: 5px;
    width: 19%;
    display: flex;
    align-items: center;
    box-shadow: 0 0 50px rgb(179, 178, 178);
    justify-content: left;
    padding: 25px;
    background: linear-gradient(to bottom left, #b393ff, #0576ff);
}

.nobet-left {
    border-radius: 20px 0 0 20px;
    overflow: hidden;
    width: 100px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nobet-left img {
    height: 100%;
}

.personal-info h1 {
    color: white;
    margin: 0;
    font-size: 19px;
}

.personal-info p {
    text-shadow: 0 0 3px black;
    color: white;
    margin: 1px 0;
    font-size: 15px;
    z-index: 100000;
}

.personal-info {
    text-shadow: 0 0 3px black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    height: 100%;
}

.left-line{
    position: absolute;
    background-color: #a10000;
    height: 80%;
    border-radius: 100px;
    width: 3px;
}

.nobet-ida {
    overflow: hidden;
    position: relative;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: auto;
    min-width: 220px;
    box-shadow: 0 0 50px rgb(179, 178, 178);
    column-gap: 20px;
    background: linear-gradient(to bottom, #cf0000, #550000);
}

.ida-logo {
    border-radius: 10px;
    width: 50px;
    height: 50px;
    box-shadow: 0 0 10px rgb(34, 56, 255) inset;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ida-logo svg {
    width: 30px;
}

.nobet-ida img{
    width: 50px;
    border-radius: 100px;
}

.nobet-ida .personal-info{
    position: absolute;
    top: -20px;
}

.ida-circle1{
    background-color: rgb(255, 255, 255);
    width: 575px;
    height: 575px;
    border-radius: 600px;
    position: absolute;
    bottom: -560px;
}

.ida-circle2{
    background-color: rgb(255, 255, 255);
    opacity: 70%;
    width: 595px;
    height: 595px;
    border-radius: 600px;
    position: absolute;
    bottom: -560px;
}

.ida-circle3{
    background-color: rgb(255, 255, 255);
    opacity: 50%;
    width: 615px;
    height: 615px;
    border-radius: 600px;
    position: absolute;
    bottom: -560px;
}

.nobet-ida .personal-info p {
    text-align: center;
    margin: 0;
    font-size: 13px;
    color: rgb(255, 255, 255);
}

.nobet-ida .personal-info h1 {
    text-align: center;
    margin: 0;
    font-size: 17px;
}

.timer {
    height: 60px;
    width: 200px;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    background-color: white;
}

.timer .timer-left {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 10px;
}

.timer svg {
    width: 30px;
}

.timer .timer-text {
    color: rgb(0, 0, 0);
    font-weight: 600;
    font-size: 16px;
}

.timer p {
    color: rgb(63, 63, 63);
    font-size: 12px;
    margin: 0;
}

.timer-right {
    width: 70%;
    float: left;
    border-radius: 10px;
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.nobet-right {
    width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

table {
    width: 100%;
}

.absend-table {
    border-collapse: collapse;
}

.absend-table thead tr td {
    background-color: rgb(238, 0, 0);
}

.absend-table thead tr td {
    font-size: 14px;
    padding: 9px 14px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.absend-table tbody tr td {
    font-size: 13px;
    padding: 9px;
    text-align: center;
}

tbody tr:nth-child(odd) {
    background-color: #f2f2f2;
}

tbody tr:nth-child(even) {
    background-color: #ffffff;
}

#absend {
    color: red;
    text-decoration: underline;
}

.mid-con {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding: 0 20px;
    column-gap: 20px;
}

.absend-table tr th {
    padding: 10px 0;
    font-size: 20px;
}

.carousel {
    width: 45%;
	height: 30%;
    overflow: hidden;
    position: relative;
    margin: auto;
    margin: 0;
}

.carousel-images {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-images img,
.carousel-images video {
    min-width: 100%;
}

.mid-right {
    width: 23%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.mid-left {
    width: 23%;
}

.lessons {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 250px;
}

.lessons tbody {
    display: flex;
    flex-direction: column;
    text-align: right;
    justify-content: space-between;
    background-color: red;
    width: 100%;
    position: absolute;
    top: 0;
    animation: scroll-up 30s linear infinite;
	
}

.lessons tbody tr {
    display: flex;
    justify-content: space-around;
}

.lessons tbody tr td {
	width: 250px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    text-align: center;
}

.lessons thead {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #fff;
}

.counter {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
}

.nobet-circle1{
    z-index: 2;
    background-color: white;
    width: 200px;
    height: 200px;
    border-radius: 160px;
    position: absolute;
    right: -145px;

}

.nobet-circle2{
    z-index: 1;
    background-color: rgb(255, 255, 255);
    opacity: 70%;
    width: 220px;
    height: 220px;
    border-radius: 160px;
    position: absolute;
    right: -145px;
}

.nobet-circle3{
    z-index: 1;
    background-color: rgb(255, 255, 255);
    opacity: 50%;
    width: 240px;
    height: 240px;
    border-radius: 160px;
    position: absolute;
    right: -145px;
}

.footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 75px;
    background: linear-gradient(to right, #fff, #d2e6ff);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.footer-left{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
}

.footer-left p{
    font-size: 14px;
}

.social-card svg{
    width: 25px;
}

.social-card{
    column-gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes slide {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes scroll-up {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(-100%);
    }
}

@media screen and (max-width: 1600px) {
    .nobet-con {
        column-gap: 10px;
    }
}

@media screen and (max-width: 1390px) {
    .personal-info h1 {
        font-size: 15px;
    }

    .personal-info p {
        font-size: 13px;
    }

    .personal img {
        width: 40px;
    }
}

@media screen and (max-width: 1210px) {
    body {
        justify-content: center;
        align-items: center;
    }

    .logo {
        width: 90px;
    }

    .nobet-con {
        padding: 10px;
        flex-direction: column;
    }

    .nobet-left {
        width: 30%;
    }

    .nobet-left img {
        width: 100%;
    }

    .nobet-card {
        width: 100%;
        margin-bottom: 10px;
    }

    .nobet-ida {
        margin-bottom: 10px;
    }

    .timer {
        justify-content: left;
    }

    .mid-con {
        padding: 10px;
        flex-direction: column;
    }

    .mid-left {
        padding: 0;
        width: 100%;
    }

    .mid-right {
        padding: 0;
        width: 100%;
    }

    .carousel {
        margin: 20px 0;
        width: 100%;
		
    }

    nav {
        align-items: left;
    }

    .right-bar {
        display: none;
    }

    .logo-con {
        width: 120px;
    }

    .personal-info {
        width: 68%;
    }
}

@media screen and (max-width: 1366px) {
    .absend-table thead tr td {
        background-color: rgb(238, 0, 0);
    }

    .absend-table thead tr td {
        font-size: 12px;
        padding: 7px 12px;
        font-weight: 600;
        color: #fff;
        text-align: center;
    }

    .absend-table tbody tr td {
        font-size: 12px;
        padding: 7px;
        text-align: center;
    }

    tbody tr:nth-child(odd) {
        background-color: #f2f2f2;
    }

    tbody tr:nth-child(even) {
        background-color: #ffffff;
    }
}