/* global small icons class */

@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    font-family: "Urbanist", sans-serif;
    /* background-color: #F5F5F7; */
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}


.icon {
    width: 55px;
    display: block;
}

.smallicon {
    width: 40px;
}

.whitelink {
    color: white;
    text-decoration: none;
}



.menu {
    font-size: 50px;
    color: black;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-grow: 1;
    flex-direction: row;

}

a,
i {
    color: black;
    text-decoration: none;
    font-size: 18px;
    margin: 14px;
    text-align: start;
    background-clip: text;
    color: transparent;
    background-size: 100px;
    background-image: url('https://blog.adobe.com/en/publish/2021/08/17/media_1faf68d6c67e20f5e45d65217e0d013dcfe537263.png?width=750&format=png&optimize=medium');

}

.subheading {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
}



i {
    align-items: center;
    display: inline;
    text-align: center;
    align-content: center;
    font-size: 30px;
}


/* Container styling */
/* .pageview {
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
    height: 100vh;
    scrollbar-width: none;
} */

/* .page {
    scroll-snap-align: start;
    height: 100vh;
    overflow: hidden;
} */

/* .nonsnappage {
    overflow-y: auto;
    scrollbar-width: none;
} */



.contentpage {
    background-image: url('../assets/images/bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    overflow-y: hidden;
    scroll-snap-type: scroll;
    height: max-content;
}

.cover {
    background: url('/assets/ceed-images/7.jpg');
    background-color: white;
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
    height: 95vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    align-content: center;
    color: white;
    background-attachment: fixed;

}

h1 {
    font-size: 50px;
    font-weight: 900;
    color: white;
    text-align: center;
}

.gradient-text {
    background-clip: text;
    /* -webkit-background-clip: text; */
    color: transparent;
    background-size: cover;
    text-align: center;
    background-image: url('https://blog.adobe.com/en/publish/2021/08/17/media_1faf68d6c67e20f5e45d65217e0d013dcfe537263.png?width=750&format=png&optimize=medium');
    /* background-image: url('https://images.unsplash.com/photo-1557682224-5b8590cd9ec5?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=800&fit=max&ixid=eyJhcHBfaWQiOjF9'); */
}


.gradient-text-small {
    text-align: start;
    background-clip: text;
    /* -webkit-background-clip: text; */
    color: transparent;
    background-size: 100px;
    font-size: 30px;
    background-image: url('https://blog.adobe.com/en/publish/2021/08/17/media_1faf68d6c67e20f5e45d65217e0d013dcfe537263.png?width=750&format=png&optimize=medium');
}

/* .gradient-container {
    height: 70vh;
    width: 70vw;
    color: white;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(20.6px);
    -webkit-backdrop-filter: blur(15.6px);
} */

/* .mouse {
    width: 160px;
    display: flex;
    justify-content: center;
    align-items: end;
    filter: invert(1);
    filter:hue-rotate(360deg);    
} */

.mousecontainer {
    width: 150px;
    height: 150px;
    background-color: white;
    mask: url('../assets/icons/mouse_icon.gif') no-repeat center;
    mask-size: cover;
    background-size: 100px;
    /* background-image: url('https://blog.adobe.com/en/publish/2021/08/17/media_1faf68d6c67e20f5e45d65217e0d013dcfe537263.png?width=750&format=png&optimize=medium'); */

}

.cover-table {
    font-size: 20px;
    width: 70vw;
    border-collapse: collapse;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

td {
    font-size: 25px;
    text-align: center;
    padding: 8px;
    color: white;
    border-left: 0.1px solid grey;
    border-right: 0.1px solid grey;

}

.counter {
    font-weight: bold;
    text-align: center;
    display: inline;
}

button {
    color: #39D992;
    margin: 0px;
    border: 1px solid #39D992;
    cursor: pointer;
    font-size: 14px;
    padding: 8px;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    background-size: 100px;
    background-image: url('https://blog.adobe.com/en/publish/2021/08/17/media_1faf68d6c67e20f5e45d65217e0d013dcfe537263.png?width=750&format=png&optimize=medium');

}

.titlebody {
    display: flex;
    flex-direction: column;
    padding: 10px;
    padding-top: 40px;
    /* background-color: #F5F5F7; */
    height: 100%;
    align-items: center;
}


.titlebody-title {
    display: flex;
    flex-direction: row;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 40px;
    justify-content: space-between;
    /* background-color: #F5F5F7; */
    align-items: center;
}

.boldheading {
    font-size: 2.5vw;
    font-weight: bold;
}

.lightheading {
    font-size: 2.5vw;
    font-weight: bold;
    color: grey;

}

.boldheadingsmall {
    font-size: 20px;
    font-weight: bold;
}

.lightheadingsmall {
    font-size: 20px;
    font-weight: bold;
    color: grey;
}

.boldsubheadingsmall {
    font-size: 17px;
    font-weight: bold;
}

.lightsubheadingsmall {
    font-size: 17px;
    font-weight: bold;
    color: grey;
}

.bluelink {
    color: #0065CC;
    font-size: 14px;
}

/* 
.gallery {
    display: -ms-grid;
    align-items: center;
    justify-content: center;
    width: 100vw;
} */


.topicscard {
    align-items: center;
    text-align: center;
    display: inline-block;
    overflow-x: scroll;
    white-space: nowrap;
    scrollbar-width: none;
    animation: scroll-left 10s linear infinite;
    width: 95vw;

}

.coverage {
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 20px;
    width: 95vw;
    margin-top: 50px;
    padding: 20px;
}

.topicscard>section {
    display: inline-block;
    width: 200px;
    padding: 10px;
    background-color: white;
    margin: 10px;
    border: 2px solid white;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(20.6px);
}

section>img {
    height: 100px;
    width: 100px;
    margin-bottom: 10px;
}



.card {
    background-color: white;
    border-radius: 10px;
    margin: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    width: 300px;
    height: 600px;
}

.card img {
    width: 300px;
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 10px;
}

.card p {
    padding: 10px;
    text-align: justify;
    justify-content: justify;
    text-wrap: wrap;
    height: max-content;
}

.readmore {
    color: #39D992;
    font-size: 14px;
    margin: 10px;
    border: 1px solid #39D992;
    border-radius: 10px;
}

.ecosystem {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 20px;
    background-size: cover;
}

.ecosystem img {
    width: 100px;
    height: 100px;
    margin: 10px;
}


.angels img {
    width: 200px;
    height: 200px;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 50%;
}

.angels {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 20px;
    background-size: cover;
}


.description {
    width: 70%;
    padding: 10px;
    font-size: 20px;
}