* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color-scheme: dark;
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
    width: 100%;
    height: 100vh;
    padding: 0px 10px;
}

i{
    transition: all ease 0.5s;
}

i:hover{
    transform: rotate(360deg);
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px  30px;
}

.nav-links a {
    color: rgba(255, 255, 255, 0.777);
    padding: 10px 40px;
    transition: all ease 0.5s;
    border-radius: 10px;
}

#active {
    background-color: rgb(46, 46, 46);
    color: rgb(255, 255, 255);
}

.nav-links a:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(46, 46, 46);
}

.section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.time {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

select {
    border: none;
    background: black;
}

option {
    background: transparent;
    color: white;
}

.exc-sec {
    display: flex;
    align-items: center;
    gap: 20px;
}

.exc-sec i {
    background-color: #F3D1F4;
    color: black;
    padding: 10px 15px;
    border-radius: 100px;
    font-size: 6rem;
}

.hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hero h1 {
    font-size: 5vw;
    padding: 10px 20px;
    border-radius: 10px;
    width: fit-content;
    margin-top: 20px;
}

.exc-sec h1 {
    background-color: #BAE5E5;
    color: black;
}

.heading-2 {
    background-color: #F5FCC1;
    color: black;
}

.heading-3 {
    background-color: #F3D1F4;
    color: black;
}

.user-s {
    width: fit-content;
    position: relative;
}

.user-s img {
    width: 60px;
    border: 2px solid white;
    border-radius: 100px;
    padding: 15px 18px;
}

#txt-strk {
    -webkit-text-fill-color: rgb(0, 0, 0);
    /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(255, 255, 255);
}

.in-sec {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
}

.button {
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid rgba(255, 255, 255, 0.306);
    padding: 10px;
    border-radius: 100px;
    cursor: pointer;
}

.button i {
    background-color: #12B886;
    color: rgb(255, 255, 255);
    padding: 10px 12px;
    border-radius: 100px;
    font-size: 2rem;
}

.btn-txt {
    padding-right: 20px;
}

.bottom-section {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.A-section {
    background-color: #BAE5E5;
    color: black;
    overflow: hidden;
    width: 600px;
    border-radius: 10px;
    padding: 20px 30px;
}

.A-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.A-nav i {
    background-color: black;
    color: white;
    padding: 10px;
    border-radius: 100px;
}

.A-section h1 {
    font-size: 4rem;
}

.empty-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.B-section {
    background-color: #F5FCC1;
    color: black;
    width: 600px;
    border-radius: 10px;
    padding-top: 20px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.B-section h1 {
    font-size: 4rem;
}

.circle-container {
    height: 100px;
    width: 100px;
    background-color: #BAE5E5;
    border-radius: 100px;
    position: relative;
}

.circle-1 {
    height: 80px;
    width: 80px;
    border: 5px solid #F3D1F4;
    border-radius: 100px;
    position: absolute;
    top: -20px;
    right: -40px;
}

.circle-2 {
    height: 30px;
    width: 30px;
    border: 5px solid #000000;
    border-radius: 100px;
    position: absolute;
    bottom: 25px;
    left: 20px;
}

.C-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.C-nav i {
    background-color: black;
    color: white;
    padding: 10px;
    border-radius: 100px;
}

#txt h1 {
    line-height: 60px;
}

.C-section {
    background-color: #F3D1F4;
    color: black;
    width: 600px;
    border-radius: 10px;
    padding: 20px 30px;
}

.C-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.C-nav i {
    background-color: black;
    color: white;
    padding: 10px;
    border-radius: 100px;
}

.C-section h1 {
    font-size: 4rem;
}