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

.main-container .hide-lg{
    display: none;
}

#particles-js{
  	width: 100%;
  	height: 100%;
  	background-size: cover;
  	/*background-position: 50% 50%;*/
  	position: absolute;
  	top: 0px;
  	z-index:1;
  	overflow: hidden;
}

.padding{
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.main-container a{
    text-decoration: none;
}

a:hover{
    color: red;
}

.menu{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 9999999999999999;
    display: none;
    background-color: white;
}

@media only screen and (max-width:1000px) {
    .main-container .hide-sm{
        display: none;
    }
    .main-container .hide-lg{
        display: flex;
    }

    .padding{
        padding-left: 20px;
        padding-right: 20px;
    }

    .main-container .commas{
        background-image: url(../images/in-slideshow-image-1.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .carousel{
        width: 98%;
    }
}

.loader{
    width: 48px;
    height: 48px;
    display: inline-block;
    position: relative;
    transform: rotate(45deg);
}
.loader::before{
    content: '';
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: -24px;
    animation: animloader 4s ease infinite;
}
.loader::after{
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    animation: animloader2 2s ease infinite;
}

.loader-con{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999999999999;
}
@keyframes animloader{
    0%{
        box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px rgba(255, 255, 255, 0), 24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(255, 255, 255, 0);
    }
    12%{
        box-shadow: 0 24px white, 24px 24px rgba(255, 255, 255, 0), 24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(255, 255, 255, 0);
    }
    25%{
        box-shadow: 0 24px white, 24px 24px white, 24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(255, 255, 255, 0);
    }
    37%{
        box-shadow: 0 24px white, 24px 24px white, 24px 48px white, 0px 48px rgba(255, 255, 255, 0);
    }
    50%{
        box-shadow: 0 24px white, 24px 24px white, 24px 48px white, 0px 48px white;
    }
    62%{
        box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px white, 24px 48px white, 0px 48px white;
    }
    75%{
        box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px rgba(255, 255, 255, 0), 24px 48px white, 0px 48px white;
    }
    87%{
        box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px rgba(255, 255, 255, 0), 24px 48px rgba(255, 255, 255, 0), 0px 48px white;
    }
    100%{
        box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px rgba(255, 255, 255, 0), 24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(255, 255, 255, 0);
    }
}
@keyframes animloader2{
    0%{
        transform: translate(0, 0) rotateX(0) rotateY(0);
    }
    25%{
        transform: translate(100%, 0) rotateX(0) rotateY(180deg);
    }
    50%{
        transform: translate(100%, 100%) rotateX(-180deg) rotateY(180deg);
    }
    75%{
        transform: translate(0, 100%) rotateX(-180deg) rotateY(360deg);
    }
    100%{
        transform: translate(0,0) rotateX(0) rotateY(360deg);
    }
}

.slideshow-container{
    position: relative;
    margin: auto;
}

.slideshow-container .prev, .next{
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 5px;
    color: #6c6464;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    text-decoration: none;
}

.slideshow-container .next{
    right: 0;
    border-radius: 3px 0 0 3px;
}
.slideshow-container .prev{
    left: 0;
    border-radius: 3px 0 0 3px;
}

.slideshow-container .prev:hover, .next:hover{
    color: blue;
}
  
.slideshow-container .mySlides4 .text{
    color: #f2f2f2;
    padding: 8px 12px;
    width: 100%;
    text-align: center;
}

.slideshow-container .mySlides4 .text{
    transform: translateX(-100px);
    opacity: 0;
    animation: move-in2 1s ease forwards;
}
  
@keyframes move-in2{
    to{ transform: translateX(0);
    opacity: 1;}
}

.fad{
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade{
  from{opacity: .4}
  to{opacity: 1}
}

.main-container .slideshow-container{
    position: relative;
    margin: auto;
}

.main-container .slideshow-container .mySlides{
    display: none;
}

.main-container .slideshow-container .mySlides .text{
    color: #f2f2f2;
    padding: 8px 12px;
    position: absolute;
    bottom: 40%;
    width: 100%;
    text-align: center;
}

.main-container .slideshow-container .mySlides .text{
    transform: translateX(-100px);
    opacity: 0;
    animation: move-in 1s ease forwards;
}

.overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgb(5, 5, 37);;
    opacity: 0.6;
}
  
.fad{
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade{
    from{opacity: .4}
    to{opacity: 1}
}

@keyframes move-in{
    to{ transform: translateX(0);
        opacity: 1;}
}

.active{
    font-weight: bold;
    border-bottom: 2px solid black;
}

.carousel{
    margin: auto;
    width: 70%;
    display: flex;
    overflow-x: auto;
}
.carousel::-webkit-scrollbar{
    display: none;
}

.group{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .1em;
    animation: spin 20s infinite linear;
    padding-right: 1em;
}
.card{
    height: .2em;
    padding: 1em;
    padding-bottom: 0;
    font-size: 3rem;
    border: none;
    border-radius: .2em;
    text-align: center;
    align-content: center;
}

.img1{
    background-image: url(../images/img1.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.img2{
    background-image: url(../images/img2.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.img3{
    background-image: url(../images/img3.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.img4{
    background-image: url(../images/img4.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.img5{
    background-image: url(../images/img5.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.img6{
    background-image: url(../images/img1.png);
    background-size: contain;
    background-repeat: no-repeat;
}

@keyframes spin{
    from {translate: 0;}
    to {translate: -100%;}
}