/* h1 {

    font-size: 52px;

} */

:root {
    --body-color: 48 48 58;
    
    --font-color: 255 255 255;
    --highlight-color: 0 0 0;
    
    --theme-background: 28 27 30;
    
    --theme-light: 0 0 0;
    --theme-medium: 46 44 53;
    --theme-dark: 0 0 0;
}

.body {

    background-color: rgb(var(--theme-background));
    margin: 0;
    width: 100vw;
    height: 100vh;

}

/* body::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.15);
  } */

div {
    margin: 0
}

/* .body {

    background-color: #313131;
    margin: 0;

} */


.header {

    top: 0px;
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
    /* background-color: #11072b; */
    background-color: #000000;
    /* background: linear-gradient(#372958, #372958 40%, #313131 100%); */
    /* background: linear-gradient(to left, #333, #333 50%, #eee 75%, #333 75%); */
    max-height: 50px;
    margin: 20px;
    border-radius: 10px;

}

.menu-options1 {

    /* height: 100%;
    width: 100%; */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* vertical-align: center; */

}

.menu-options2 {

    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* vertical-align: center; */

}

.menu-options1-text {

    font-family: Arial, Helvetica, sans-serif;
    /* color: rgb(153, 153, 153); */
    color: rgb(129, 129, 129);
    /* font-weight: bold; */
    margin-right: 50px;
    transition: ease;
    text-decoration: none;
    cursor: pointer;

}

.menu-options1-text:hover {

    color: rgb(190, 190, 190);

}



.menu-options2-button {

    font-family: Arial, Helvetica, sans-serif;
    /* color: rgb(153, 153, 153); */
    color: rgb(255, 255, 255);
    /* font-weight: bold; */
    margin-right: 25px;
    transition: ease;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 14px;
    padding-left: 14px;
    background-color: rgb(92, 92, 241);
    border: none;
    border-radius: 3px;
    transition: 40ms;
    font-size: 13px;
    text-decoration: none;
    cursor: pointer;

}

.menu-options2-button:hover {

    box-shadow: 0px 0px 25px rgba(56, 56, 241, 0.9);

}

.menu-options-logo {

    max-height: 100%;
    margin-left: 15px;
    margin-right: 50px;
    /* object-fit: contain; */
    border-radius: 5px;
    cursor: pointer;

}

.footer {

    bottom: 0px;
    display: flex;
    min-height: 200px;
    max-height: 200px;
    background-color: black;
    justify-content: center;
    /* align-items: flex-start; */
    gap: 10px;
    padding-top: 20px;
    padding-bottom: 20px;

}

.footer-container {

    width: 60vw;
    /* padding-left: auto;
    padding-right: auto; */
    display: flex;
    justify-content: flex-start;

}

.footer-devider {

    background-color: rgba(255, 255, 255, 0.6);
    width: 1px;
    height: 200px;
    margin-right: 20px;
    margin-left: 20px;

}

.footer-logo {

    max-height: 200px;
    /* margin-left: 15px; */
    margin-right: 15px;
    object-fit: contain;

}

.footer-info-start {

    display: flex;
    height: 100%;


}

.footer-logo-div {

    display: flex;
    justify-content: flex-start;
    flex-direction: row;


}

.footer-text-h1 {

    font-family: Arial, Helvetica, sans-serif;
    color: white;
    margin-right: 20px;
    font-size: 20px;
    display: block;
    margin-bottom: 15px;
    width: 20vw;

}

.footer-text-h2 {

    font-family: Arial, Helvetica, sans-serif;
    color: white;
    margin-right: 20px;
    display: block;
    width: 20vw;
    /* align-items: flex-end; */

}

.main {

    /* height: 100vh; */
    /* min-height: 100%; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 80px;
    margin-top: 100px;
    margin-bottom: 140px;

}

#column1 {

    /* margin-top: 100px; */
    width: 50vw;
    height: 350px;
    /* background-color: #cc2525; */
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;

}

#column2 {

    width: 50vw;
    height: 350px;
    /* background-color: #ffa0a0; */
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;

}

.welcome-text {

    font-family: sans-serif;
    color: white;
    font-weight: bold;
    margin-bottom: 10px;

}

.welcome-subtext {

    font-family: Arial, Helvetica, sans-serif;
    color: rgb(172, 172, 172);

}

#welcome-box {

    text-align: center;

}

#info-card {

    height: 100%;
    width: 300px;
    /* background: linear-gradient(transparent, rgba(56, 56, 241, 0.2) 200%); */
    /* background-color: rgb(24, 23, 26); */

    /* 28 27 30; */
    /* background: linear-gradient(transparent, rgba(0, 0, 0, 0.5) 200%);
     */

    background: linear-gradient(rgb(24, 23, 26), rgba(0, 0, 0, 0.1) 1000%);
    /* border: 1px solid;  */
    border-radius: 30px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    position: relative;

}


#info-card2 {

    height: 100%;
    width: 300px;
    /* background: linear-gradient(transparent, rgba(56, 56, 241, 0.2) 200%); */
    /* background-color: rgb(24, 23, 26); */

    /* 28 27 30; */
    /* background: linear-gradient(transparent, rgba(0, 0, 0, 0.5) 200%);
     */

    background: linear-gradient(rgb(24, 23, 26), rgba(0, 0, 0, 0.1) 200%);
    border: 1px solid; 
    border-image-slice: 1;
    border-radius: 30px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    /* border: 1px solid rgba(255, 255, 255, 0.2); */
    /*  rgba(56, 56, 241) */
    border-image-source: linear-gradient(to left, #743ad5, #d53a9d);
    /* box-shadow: 0px 0px 20px rgba(56, 56, 241, 0.6); */
    box-shadow: 0px 0px 20px linear-gradient(to left, #743ad5, #d53a9d);
    text-align: center;

}


#info-card::after {
    content: "";
    position: absolute;
    top: -1px; bottom: -1px;
    left: -1px; right: -1px;
    background: linear-gradient(to left, #743ad5, #d53a9d);
    z-index: -1;
    border-radius: 30px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
}


#info-card-h {

    font-family: sans-serif;
    color: rgb(255, 255, 255);
    text-align: center;

}

#info-card-t {

    font-family: Arial, Helvetica, sans-serif;
    color: rgb(168, 168, 168);
    /* margin: 5px 20px; */

}

#info-card-contents {

    padding: 5px 25px;

}
.sitelist {

    text-align: start;

}

#displaimer-text {

    font-size: 12px;
    color: #636363;

}
.h1-text {

    color: rgb(92, 92, 241);

}

.footer-block1 {

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;

}