body {
    background-color: #031337;
}

.main {
    background: linear-gradient(111deg, rgba(39, 210, 227, 0.15) 0.52%, rgba(255, 255, 255, 0.15) 99.02%);
}

.navbar {
    border-radius: 32px;
    background: linear-gradient(90deg, rgba(39, 210, 227, 0.15) 0%, rgba(39, 210, 227, 0.15) 100%);
    backdrop-filter: blur(11px);
}

#language-toggle {
    width: 75px;
}

.lang-btn {
    color: white;
}

.lang-btn:hover, .lang-current {
    color: black;
    background-color: #27D2E3;
}

#language-toggle:hover {
    scale: 1.15;
}


.bnr {
    background-image: url(../images/bannerbg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.space {
    height: 90px;
}

/* media qurey */

@media (max-width: 991px) {
    .bnr {
        background-size: cover;
        background-position: top right;
    }
}

.try {
    border-radius: 22px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(11px);
    padding: 30px 26px;
}

.try-list li {
    border-radius: 22px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.15);
    font-size: 18px;
    font-weight: 600;
    /* text-transform: capitalize; */
}

.main-heading {
    font-size: 40px;
    font-weight: 700;
    /* text-transform: capitalize; */
}

.bnr-para {
    border-radius: 22px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(11px);
    padding: 30px 26px;
}

.try-btn {
    color: #09204C;
    border-radius: 40px;
    background: linear-gradient(90deg, #27D2E3 0%, #95EBEA 100%);
    backdrop-filter: blur(11px);
    font-size: 16px;
    padding: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.example-msg {
    padding: 50px;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.15);
}

.example-text {
    font-size: 75%;
    font-family: monospace;
}

.example-author {
    width: fit-content;
    text-align: right;
    margin-bottom: 30px;
    margin-left: auto; 
    font-weight: bold;
    display: flex;
}

.example-src {
    opacity: 50%;
    font-size: 90%;
}

.example-avatar {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-left: 20px;
    border-radius: 50%;
}

#example-result {
    &:after{
        content: "|";
        animation: blink 500ms linear infinite alternate;
    }
}

@keyframes blink {
    from { opacity: 100% }
    to { opacity: 0%; }
}


.imagine {
    padding: 100px 0;
}

.imagine .box {
    border-radius: 22px;
    padding: 20px;
    border: 1px solid #27D2E3;
    background: linear-gradient(180deg, rgba(162, 243, 237, 0.12) 0%, rgba(39, 210, 227, 0.12) 100%);
}

.imagine .box p {
    font-size: 18px;
    font-weight: 500;
    line-height: 34px;
    /* text-transform: capitalize; */
}

.imagine .box .icon {
    background-color: #27D2E3;
    display: flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}




.how-to-work {
    padding: 100px 0;
    overflow-x: hidden;
}

.how-to-work .box {
    border-radius: 32px;
    border: 1px solid #27D2E3;
    padding: 20px;
    background: linear-gradient(180deg, rgba(162, 243, 237, 0.12) 0%, rgba(39, 210, 227, 0.12) 100%);
}

.how-to-work .box p {
    font-size: 20px;
    font-weight: 500;
    line-height: 38px;
    /* text-transform: capitalize; */
}



.started-btn {
    color: #09204C;
    font-size: 14px;
    padding: 20px;
    font-weight: 600;
    border-radius: 100px;
    background: linear-gradient(90deg, #36C0DA 0%, #27D2E3 100%);
}

.startnow {
    background-image: url(../images/startnowbg.png);
    padding: 60px 0;
}

.numbering {
    color: #09204C;
    padding: 15px;
    background-color: #27D2E3;
    font-size: 30px;
    font-weight: 600;
    margin-right: 10px;
    line-height: 1;
}

.startnow .text {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    /* text-transform: capitalize; */
}

.contactbtn {
    color: #09204C;
    font-size: 14px;
    padding: 20px 36px;
    scale: 1;
    border-radius: 100px;
    background: linear-gradient(90deg, #36C0DA 0%, #27D2E3 100%);
    font-weight: 600;
    transition: all 0.5s ease-in-out;
}

footer::after {
    content: "";
    width: 458px;
    height: 458px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    border-radius: 458px;
    background: rgba(124, 254, 253, 0.70);
    filter: blur(345.20001220703125px);
}

footer::before {
    content: "";
    width: 458px;
    height: 458px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 458px;
    background: rgba(124, 254, 253, 0.70);
    filter: blur(345.20001220703125px);
}

.contactbtn:hover {
    scale: 1.15
}

.head {
    max-width: 710px;
    margin: 0 auto;
}

.head p {
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
    /* text-transform: capitalize; */
}

.sub-heading {
    font-size: 40px;
    font-weight: 600;
    /* text-transform: capitalize; */
}

.imagine::after {
    content: "";
    width: 458px;
    height: 458px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border-radius: 458px;
    background: rgba(124, 254, 253, 0.70);
    filter: blur(345.20001220703125px);
}

.how-to-work::after {
    content: "";
    width: 458px;
    height: 458px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 458px;
    background: rgba(124, 254, 253, 0.70);
    filter: blur(300.20001220703125px);
}

.how-to-work::before {
    content: "";
    width: 458px;
    height: 270px;
    position: absolute;
    left: 10%;
    top: 50%;
    z-index: -1;
    border-radius: 458px;
    background: rgba(124, 254, 253, 0.70);
    filter: blur(290.20001220703125px);
}

.relspeek {
    color: white;
    text-decoration: none;
}

.list-unstyled img {
    height: 30px;
}

footer li {
    height: 25px;
}
