@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
    padding: 10px;
}

body {
    background-color: var(--bg-color);
}

.contanier {
    max-width: 1320px;
    margin: 0px auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.j-c-c {
    justify-content: center;
}

.j-c-b {
    justify-content: space-between;
}

.a-s-c {
    align-self: center;
}

.w-100 {
    width: 100%;
}

img {
    width: 100%;
    transition: all 0.5s;
}

:root {

    --secondary: #c4cfde;
    --bg-color: #212529;
    --primary: rgb(249, 0, 77);
    --sec-font: 'Montserrat', sans-serif;
    --box-shadow: #1e2024;
}

.padding50 {
    padding: 50px 20px;
}

.padding50-b {
    padding-bottom: 50px;
}

ul,
ol {
    list-style: none;
}

header {
    /* margin-top: 20px; */
    padding: 5px;
    box-shadow: 0px 5px 5px #1e2024;
    background-color: var(--bg-color);
    z-index: 99;
    
} 

header img {
    width: 110px;
    margin-left: 40px;
}

header .nav ul li a {
    font-family: var(--sec-font);
    text-decoration: none;
    color: var(--secondary);
    margin-right: 25px;
    font-size: 11px;
    transition: all 0.5s;
    line-height:80px;
}

header .nav ul li a:hover {
    color: var(--primary);
}

header .toggle {
    color: var(--secondary);
    margin-right: 20px;
}

header button {
    padding: 10px 10px;
    color: var(--primary);
    background-color: rgb(28, 30, 34);
    border: 2px solid var(--bg-color);
    box-shadow: 0px 0px 20px rgba(196, 207, 222, 0.2);
    font-size: 11px;
    margin-right: 20px;
    transition: all 0.5s;
    margin-top: 20px;
}

header button:hover {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    box-shadow: none;
    color: linear-gradient(145deg, #ff014f, #d11414);
    transform: translateY(-10px)
}

.first-section h6 {
    color: var(--secondary);
    font-family: var(--sec-font);
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 600;
    margin-left: 50px;
    margin-top: 70px;
}

.first-section h5 {
    font-size: 50px;
    color: white;
    font-family: var(--sec-font);
    font-weight: 700;
    margin-left: 50px;
    margin-top: 10px;
    margin-top: 40px;
}

.first-section h4 {
    font-size: 45px;
    color: white;
    font-family: var(--sec-font);
    font-weight: 700;
    margin-left: 50px;
    margin-top: 10px;
}

.first-section .span-color {
    color: var(--primary);
}

.first-section p {
    color: var(--secondary);
    font-family: var(--sec-font);
    font-size: 18px;
    letter-spacing: 1px;
    word-spacing: 2px;
    font-weight: 400;
    padding: 20px 50px;
    line-height: 32px;
    margin-left: 0px;
    margin-top: 20px;
}

.first-section .col-xl-6 {
   
    margin-top: 50px;
}

.first-section h3 {
    font-size: 12px;
    font-family: var(--sec-font);
    color: var(--secondary);
    font-weight: 400;
    margin-left: 50px;
    word-spacing: 1px;
}

.first-section i {
    font-size: 15px;
    color: var(--secondary);
    background-color: var(--bg-color);
    box-shadow: 0px 5px 5px #1e2024, 0px 0px 5px rgba(196, 207, 222, 0.1);
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    margin-top: 30px;
    margin-left: 25px;
    transition: all 0.5s;
}

.first-section i:hover {
    transform: translateY(-10px);
}

.first-section .col-xl-4 img {
    width: 20px;
}

.img-3 {
    width: 15px !important;
}

.first-section .col-xl-4 {
    font-size: 15px;
    color: var(--secondary);
    background-color: var(--bg-color);
    box-shadow: 0px 5px 5px #1e2024, 0px 0px 5px rgba(196, 207, 222, 0.1);
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    margin-top: 30px;
    margin-left: 25px;
    transition: all 0.5s;
}

.first-section .col-xl-4:hover {
    transform: translateY(-10px);
}

.box {
    height: 500px;
    width: 500px;
    background-color: var(--bg-color);
    box-shadow: 0px 5px 5px #1e2024, 0px 0px 20px rgba(196, 207, 222, 0.1);
    margin-left: 100px;
    margin-top: 180px;
    position: relative;
}

.box img {
    width: 100%;
    position: absolute;
    bottom: 0px;
}

hr {
    margin-left: 45px;
}

.second-section h6 {
    font-size: 12px;
    color: var(--primary);
    font-family: var(--sec-font);
    font-weight: 300;
    letter-spacing: 1px;
    margin-top: 20px;
    margin-left: 50px;
}

.second-section h5 {
    font-size: 50px;
    color: var(--secondary);
    font-family: var(--sec-font);
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 20px;
    margin-left: 50px;
    margin-bottom: 20px;
}

.second-section .col-xl-4 i {
    color: var(--primary);
    font-size: 30px;
}

.second-section h2 {
    color: var(--secondary);
    font-weight: 600;
    font-family: var(--sec-font);
    font-size: 20px;
    margin: 30px 0px;
}

.second-section p {
    color: var(--secondary);
    font-weight: 500;
    font-size: 18px;
    font-family: var(--sec-font);
    margin-top: 20px;
    word-spacing: 2px;
    line-height: 24px;
}

.second-section .col-xl-4 .w-100 {
    box-shadow: 0px 5px 5px #1e2024, 0px 0px 20px rgba(196, 207, 222, 0.1);
    background-color: transparent;
    padding: 50px 30px;
    margin: 20px 0px;
    border-radius: 20px;
    position: relative;
    transition: all 0.5s;
}

.second-section .col-xl-4 .w-100:hover {
    background: #1e2024;
    transform: translateY(-10px);
}

.third-section .col-xl-4 .w-100 {
    box-shadow: 0px 5px 5px #1e2024, 0px 0px 20px rgba(196, 207, 222, 0.1);
    padding: 20px 10px;
    border-radius: 20px;
    margin-bottom: 20px;
    transition: all 0.5s;
    overflow: hidden;
}

.third-section .col-xl-4 .w-100:hover {
    background: #1e2024;
}

.third-section h2 {
    font-size: 12px;
    color: var(--primary);
    font-family: var(--sec-font);
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
}

.third-section h3 {
    font-size: 50px;
    font-family: var(--sec-font);
    color: var(--secondary);
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 50px;
}

.third-section .col-xl-4 .w-100 {
    padding: 25px;
}

.image-box {
    width: 100%;
    border-radius: 20px;
    height: auto;
    transition: all 0.5s;
    overflow: hidden;
}

.third-section .col-xl-4 .w-100 .image-box {
    width: 100%;
    border-radius: 20px;
    height: auto;
    transition: all 0.5s;
    overflow: hidden;
}

.third-section .col-xl-4 .w-100 .image-box:hover img {
    transition: all 0.5s;
}

.third-section .col-xl-4 .w-100 .image-box:hover img {
    transform: scale(1.2);
}

.third-section h1 {
    font-size: 12px;
    font-family: var(--sec-font);
    color: var(--primary);
    font-weight: 300;
    text-align: left;
    margin-top: 30px;
}

.third-section h4 {
    font-size: 18px;
    font-family: var(--sec-font);
    color: var(--secondary);
    font-weight: 600;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.four-section h2 {
    font-size: 12px;
    color: var(--primary);
    font-family: var(--sec-font);
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
}

.four-section h3 {
    font-size: 50px;
    font-family: var(--sec-font);
    color: var(--secondary);
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.four-section .col-xl-3 {
    padding: 25px 60px;
}

.four-section .w-100 {
    margin-top: 20px;
}

.four-section h1 {
    font-size: 15px;
    font-family: var(--sec-font);
    color: var(--secondary);
    font-weight: 500;
    text-align: center;
}

.four-section .f-s-h1-1 {
    color: var(--primary);
}

.four-section .col-xl-3-1 {
    box-shadow: 5px 5px 5px #1e2024;
}

.four-section .col-xl-6 {
    margin-top: 50px;
}

.four-section .col-xl-12 .w-100 {
    box-shadow: 0px 5px 5px #1e2024, 0px 0px 20px rgba(196, 207, 222, 0.1);
    margin-top: 50px;
    padding: 50px 40px;
    transition: all 0.5s;
}

.four-section .col-xl-3:hover {
    color: var(--primary);
    box-shadow: 5px 5px 5px #1e2024;
}

.four-section .col-xl-12 .w-100:hover {
    background: #1e2024;
    transform: translateY(-15px);
}

.four-section h4 {
    font-size: 12px;
    color: var(--primary);
    font-family: var(--sec-font);
    font-weight: 500;
    letter-spacing: 1px;
    margin-left: 40px;
}

.four-section h5 {
    font-size: 30px;
    font-family: var(--sec-font);
    color: var(--secondary);
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 40px;
}

.four-section h6 {
    font-family: var(--sec-font);
    font-size: 24px;
    color: var(--secondary);
    margin: 30px 10px;
}

.four-section p {
    font-size: 18px;
    color: var(--secondary);
    font-family: var(--sec-font);
    letter-spacing: 1px;
    word-spacing: 1px;
    line-height: 22px;
    margin-top: 30px;
    font-weight: 200;
    margin: 30px 10px;
}

.five-section h2 {
    font-size: 12px;
    color: var(--primary);
    font-family: var(--sec-font);
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
}

.five-section h3 {
    font-size: 50px;
    font-family: var(--sec-font);
    color: var(--secondary);
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.six-section h2 {
    font-size: 12px;
    color: var(--primary);
    font-family: var(--sec-font);
    font-weight: 500;
    letter-spacing: 1px;
}

.six-section h3 {
    font-size: 50px;
    font-family: var(--sec-font);
    color: var(--secondary);
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 30px;
}

.six-section ul li a {
    text-decoration: none;
    font-size: 24px;
    color: var(--secondary);
    font-weight: 600;
    font-family: var(--sec-font);
}

.six-section ul li {
    padding: 30px 30px;
    text-align: center;
    margin: 40px 0px;
}

.six-section .col-xl-4 .w-100 {
    box-shadow: 0px 5px 5px #1e2024, 0px 0px 20px rgba(196, 207, 222, 0.1);
    margin-bottom: 0px;
    margin-top: 20px;
    transition: all 0.5s;
    padding: 25px;
}

.s-b-s {
    box-shadow: 0px 5px 5px #1e2024;
}

.s-b-c {
    color: var(--primary);
}

.six-section .col-xl-3 .w-100 {
    box-shadow: 0px 5px 5px #1e2024, 0px 0px 20px rgba(196, 207, 222, 0.1);
    margin: 15px 20px;
    transition: all 0.5s;
    padding: 25px;
}

.six-section .col-xl-3 .w-100:hover {
    background-color: #1e2024;
    transform: translateY(-5px);
}

.six-section .w-100 {
    padding: 10px;
}

.six-section .col-xl-3 img {
    width: 100%;
}

.six-section hr {
    margin: 15px 0px !important;
    height: 1px;
}

.six-section h1 {
    font-size: 15px;
    font-family: var(--sec-font);
    color: var(--secondary);
    font-weight: 300;
    text-align: center;
}

.s-img-2 {
    margin-top: 40px !important;
}

.seven-section h2 {
    font-size: 15px;
    color: var(--primary);
    font-family: var(--sec-font);
    font-weight: 500;
    letter-spacing: 1px;
}

.seven-section h3 {
    font-size: 50px;
    font-family: var(--sec-font);
    color: var(--secondary);
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 30px;
}

.seven-section .col-xl-7 {
    box-shadow: 0px 5px 5px #1e2024, 0px 0px 20px rgba(196, 207, 222, 0.1);
}

.seven-section ul li a {
    text-decoration: none;
    font-size: 20px;
    font-family: var(--sec-font);
    color: var(--secondary);
}

.seven-section ul li {
    text-align: center;
    padding: 20px 51px;
    margin-top: -10px;
}

.seven-b-s {
    box-shadow: 0px 5px 5px #1e2024;
}

.seven-section ul {
    box-shadow: 0px 5px 5px #1e2024;
}

.seven-section h1 {
    font-size: 24px;
    font-family: var(--sec-font);
    color: var(--secondary);
    padding: 20px;
}

.seven-section h4 {
    font-size: 15px;
    font-family: var(--sec-font);
    color: var(--secondary);
    font-weight: 200;
    margin-left: 20px;
}

.seven-section p {
    font-family: var(--sec-font);
    font-weight: 400;
    color: var(--secondary);
    font-size: 15px;
    word-spacing: 1px;
    line-height: 25px;
    margin-top: 20px;
    margin-left: 20px;
}

.seven-section ol {
    list-style: disc !important;
    margin-left: 40px;
    margin-top: 40px;
}

.seven-section ol li {
    font-size: 15px;
    color: var(--secondary);
    font-family: var(--sec-font);
    margin: 20px 10px;
}

.seven-section .ol-2 {
    margin-left: 100px !important;
}

.seven-section button {
    margin: 30px auto;
    display: block;
    padding: 15px 150px;
    background-color: transparent;
    border: 2px solid transparent;
    font-size: 18px;
    font-family: var(--sec-font);
    letter-spacing: 1px;
    color: var(--primary);
    box-shadow: 0px 5px 5px #1e2024, 0px 0px 20px rgba(196, 207, 222, 0.1);
    transition: all 0.5s;
}

.seven-section button:hover {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    box-shadow: none;
    color: linear-gradient(145deg, #ff014f, #d11414);
    transform: translateY(-10px)
}

.seven-section button i {
    margin-left: 10px;
}

.eight-section h2 {
    font-size: 12px;
    color: var(--primary);
    font-family: var(--sec-font);
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.eight-section h3 {
    font-size: 50px;
    font-family: var(--sec-font);
    color: var(--secondary);
    font-weight: 700;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 40px;
}

.eight-section .col-xl-4 .w-100 {
    box-shadow: 0px 5px 5px #1e2024, 0px 0px 20px rgba(196, 207, 222, 0.1);
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
    padding: 25px;
    overflow: hidden;
    transition: all 0.5s;
}

.image-box:hover img {
    transform: scale(1.2);
}

.eight-section .col-xl-4 .w-100:hover {
    box-shadow: none;
    background-color: #1e2024;
}

.eight-section img {
    width: 100%;
    border-radius: 20px;
}

.eight-section h4 {
    font-size: 12px;
    color: var(--primary);
    font-family: var(--sec-font);
    font-weight: 300;
    letter-spacing: 1px;
    margin: 30px 0px;
}

.eight-section h5 {
    font-size: 18px;
    font-family: var(--sec-font);
    color: var(--secondary);
    letter-spacing: 1px;
    word-spacing: 1px;
    font-weight: 500;
    line-height: 25px;
    margin: 20px 0px;
}

.nine-section img {
    width: 100%;
    border-radius: 20px;
}

.nine-section h2 {
    font-size: 25px;
    font-family: var(--sec-font);
    color: var(--secondary);
    font-weight: 600;
    margin-top: 20px;
}

.nine-section p,
h6 {
    font-family: var(--sec-font);
    color: var(--secondary);
    font-size: 15px;
    margin-top: 20px;
    font-weight: 400;
    word-spacing: 1px;
    letter-spacing: 1px;
}

.nine-section h6 {
    margin-top: 30px;
    font-size: 15px;
}

.nine-section i {
    font-size: 15px;
    color: var(--primary);
    background-color: var(--bg-color);
    box-shadow: 0px 5px 5px #1e2024, 0px 0px 5px rgba(196, 207, 222, 0.1);
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    margin-top: 30px;
    margin-right: 20px;
    transition: all 0.5s;
}

.nine-section i:hover {
    transform: translateY(-10px);
}

.nine-section .col-xl-6 .w-100 {
    box-shadow: 0px 5px 5px #1e2024, 0px 0px 20px rgba(196, 207, 222, 0.1);
    border-radius: 20px;
    padding: 30px;
    margin-top: 20px;
}

.nine-section input {
    font-size: 12px;
    text-align: center;
    padding: 15px 20px;
    margin-left: 10px;
    margin-top: 40px;
    background-color: #191b1e;
    border: 2px solid #191b1e;
    outline: none;
    color: var(--secondary);
    box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset;
}

.nine-section .input-1,
.input-2 {
    font-size: 12px;
    text-align: center;
    padding: 20px 20px;
    width: 100% !important;
    margin-left: 10px;
    background-color: #191b1e;
    border: 2px solid #191b1e;
    outline: none;
    margin-top: 40px;
    color: var(--secondary);
    box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset;
}

.input-2 {
    height: 250px;
}

.nine-section button {
    margin: auto;
    display: block;
    padding: 15px 100px;
    background-color: transparent;
    border: 2px solid transparent;
    font-size: 14px;
    font-family: var(--sec-font);
    letter-spacing: 1px;
    color: var(--primary);
    margin-top: 40px;
    margin-bottom: 18px;
    box-shadow: 0px 5px 5px #1e2024, 0px 0px 20px rgba(196, 207, 222, 0.1);
    transition: all 0.5s;
}

.nine-section button:hover {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    box-shadow: none;
    color: linear-gradient(145deg, #ff014f, #d11414);
    transform: translateY(-10px)
}

.footer img {
    width: 50px;
    margin: 20px auto;
    display: block;
}

.footer p {
    text-align: center;
    font-family: var(--sec-font);
    color: var(--secondary);
    font-size: 14px;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 40px;
}

.five-section .col-xl-6 .w-100 {
    box-shadow: 0px 5px 5px #1e2024, 0px 0px 20px rgba(196, 207, 222, 0.1);
    border-radius: 20px;
    padding: 20px;
}

.five-section img {
    width: 100%;
    border-radius: 20px;
}

.five-section h4 {
    font-size: 12px;
    color: var(--primary);
    font-family: var(--sec-font);
    font-weight: 500;
    letter-spacing: 1px;
    margin: 20px 0px;
}

.five-section h5 {
    font-size: 18px;
    font-family: var(--sec-font);
    color: var(--secondary);
    letter-spacing: 1px;
    word-spacing: 1px;
    font-weight: 500;
    line-height: 25px;
}

.five-section h1 {
    font-size: 25px;
    font-family: var(--sec-font);
    color: var(--secondary);
    margin-top: 40px;
}

.five-section p {
    font-family: var(--sec-font);
    color: var(--secondary);
    font-size: 14px;
    margin-top: 80px;
    letter-spacing: 1px;
    word-spacing: 1px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 50px;
}

.website {
    display: none;
}

.loader {
    background-color: wheat;
}

.spin {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 15% auto 0px;
}

.circle1 {
    width: 70px;
    height: 70px;
    background-color: transparent;
    border: 5px solid var(--primary);
    margin: 100px auto;
    border-radius: 50%;
    animation: circle1 1s infinite;
}

.circle2 {
    width: 70px;
    height: 70px;
    background-color: transparent;
    border: 5px solid var(--primary);
    margin: 0 auto;
    margin-top: -5px;
    margin-left: -4px;
    border-radius: 50%;
    animation: circle2 1s infinite;
}

.circle3 {
    width: 70px;
    height: 70px;
    background-color: transparent;
    border: 5px solid var(--primary);
    margin: 0 auto;
    margin-top: -5px;
    margin-left: -4px;
    border-radius: 50%;
    animation: circle2 1s infinite;
}

.circle4 {
    width: 70px;
    height: 70px;
    background-color: transparent;
    border: 5px solid var(--primary);
    margin: 0 auto;
    margin-top: -5px;
    margin-left: -6px;
    border-radius: 50%;
    animation: circle2 1s infinite;
}

@keyframes circle1 {
    to {
        transform: rotate(360deg);
        transform-origin: bottom left;
    }

    form {
        transform: rotate(0deg);
    }
}

@keyframes circle2 {
    to {
        transform: rotate(360deg);
        transform-origin: bottom left;
    }

    form {
        transform: rotate(0deg);
    }
}

@keyframes circle3 {
    to {
        transform: rotate(360deg);
        transform-origin: bottom left;
    }

    form {
        transform: rotate(0deg);
    }
}

@keyframes circle4 {
    to {
        transform: rotate(360deg);
        transform-origin: bottom left;
    }

    form {
        transform: rotate(0deg);
    }
}

/* theme-button */

.setting {
    font-size: 24px;
    color: white;
    position: fixed;
    right: 0%;
    top: 43%;
    width: 50px;
    height: 50px;
    background-color: black;
    text-align: center;
}

.setting i {
    line-height: 50px;
}

.green {
    background-color: rgb(74, 190, 74);
}

.red {
    background-color: red;
}

.blue {
    background-color: blue;
}

.pink {
    background-color: rgb(249, 0, 77);
}

.yellow {
    background-color: yellow;
}

.violet {
    background-color: violet;
}

.color {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 5px;
}

.themebox {
    background-color: white;
    width: 150px;
    height: 100px;
    z-index: 12;
    position: fixed;
    top: 41%;
    right: 0;
    padding: 5px;
    right: -100%;
}
.fixed
{
    position: fixed;
    width: 100%;
}
.box {
    right: 0px;
}
::-webkit-scrollbar
{
    background-color: var(--bg-color);
}
::-webkit-scrollbar-thumb
{
    background-color: var(--primary);
    border-radius: 20px;
    height: 20px;
}
html
{
    scroll-behavior: smooth;
}
.toggle
{
    display: none;
}



