
*{
    font-family: "Montserrat Alternates", system-ui;
    color: var(--light-color);
}

:root {
    --main-bg-color: #0b0c1d;
    --dark-color:#12132b;
    --light-color:#F2E9E4;
}

body{
    background-color: var(--main-bg-color) !important;
}

.header{
    width: 60%;
    margin: 0 20%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile{
    width: 250px;
    height: 250px;
    border-radius: 500px;
    margin: 50px !important;
    justify-content: center;
    display: flex;
    align-items: center;
}

.profile img{
    width: 250px;
    height: 250px;
    border-radius: 500px;
    object-position: 0 -20px;
    object-fit: cover;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
}

.description{
    padding: 15px;
    padding-left: 100px;
    width: 75%;
    height: auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #F2F2F2;
    text-align: left;
}

.description h1,.description h2,.description h3{
    line-height: 75px;
}

.section{
    width: 60%;
    margin: 100px 20%;
}

.section h2{
    font-size: 1.5rem;
    padding-bottom: 20px;
}


.section-cards{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.justify-left{
    justify-content: left;
}

.justify-left .card{
    margin-right: 30px;
}


.section .card{
    width: 250px;
    height: 470px;
    border: 1px solid var(--dark-color);
    margin-bottom: 30px;
    margin-left: 0;
    background-color: transparent;
    box-shadow: 0 10px 80px var(--dark-color);
    color: var(--light-color);
}

.card video{
    width: 100%;
    height: 320px;
    min-height: 320px;
}

.card img{
    width: 100%;
    height: 40%;
    min-height: 40%;
    object-fit: scale-down;
}

.card .card-body{
    height: 100%;
    text-align: center;
}

.card-title{
    height: 25%;
}

.card .buttons{
    height: 75%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.card .btn{
    width:40px;
    height: 40px;
    border-radius: 50px;
    background-color: var(--light-color) !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card .btn img{
    width: 20px;
    height: 20px;

}

.card .btn i{
    color: var(--dark-color);
}

@media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
    
    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
      transform: translateX(25%);
    }
    
    .carousel-inner .carousel-item-start.active, 
    .carousel-inner .carousel-item-prev {
      transform: translateX(-25%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start { 
  transform: translateX(0);
}







/*Sidebar*/

.sidebar{
    width: 400px;
    height: 100%;
    background-color: var(--dark-color);
    position: fixed;
    left: -300px;
    top: 0;
    z-index: 99;
    transition: ease-in-out 0.6s;
}

.sidebar:hover {
    left: 0;
}

.sidebar:hover .menulist ul li div{
    margin-right: 0;
}

.sidebar .icon{
    width: 100%;
    height: 8%;
    display: flex;
    justify-content: right;
    padding: 20px;
    padding-right: 40px;
    box-sizing: border-box;
}

.sidebar button{
    background-color: transparent;
    padding: 0;
    margin: 0;
    display: inline-block;
    border: 0;
}

.sidebar button img{
    width: 25px;
    height: 25px;
}

.sidebar .menulist{
    width: 100%;
    height: 80%;
    display: flex;
    align-items: center ;
    justify-content: center;
}

.menulist ul {
    width: 100%;
    height: auto;
    padding: 0;
}

.menulist ul li{
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: right;
    font-size: 1.2rem;
    cursor: pointer;
    overflow: hidden;
    transition: ease-in-out 0.3s;
}

.menulist ul li div{
    width: 200px;
    margin-right: -200px;
    transition: ease-in-out 0.6s;
}

.menulist ul li img{
    width: 25px;
    margin-right: 40px;
}

.menulist ul li:hover{
    background-color: var(--main-bg-color);
}






.sidebar .info{
    width: 100%;
    text-align: center;
    height: 12%;
}

.info ul{
    width: 100%;
    padding: 10px 30px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.info ul li{
    width: 40px;
    height: 40px;
    list-style: none;
    float: left;
    background-color: white;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info ul li a{
    padding: 0;
    margin: 0;
    position: relative;
}

.info ul li img{
    width: 25px;
    height: 25px;
}




.footer{
    width: calc(100% - 100px);
    margin-left: 100px;
    background-color: var(--dark-color);
    height: 200px;
    padding: 20px;
    box-sizing: border-box;
}

.footer .info{
    width: 400px;
    margin-left: calc((100% - 400px) / 2);
    text-align: center;
    height: 60%;
    float: left;
}

.footer .mail{
    height: 40%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}










@media only screen and (max-width: 768px){
  
.sidebar{
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    position: fixed;
}

.sidebar .icon{
    width: 20%;
    height: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    float: right;
    justify-content: center;
    display: flex;
    align-items: center;
    opacity: 0;
}

.sidebar .menulist{
    width: 80%;
    height: 100%;
    display: flex;
    align-items: center ;
    justify-content: center;
    float: left;
}

.menulist ul {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.menulist ul li{
    width: 100px;
    height: 100%;
    float: left;
}

.menulist ul li div{
    display: none;
}


        
}





@media only screen and (max-width: 768px){
  
.header{
    width: 100%;
    margin: 0;
    margin-top: 60px;
    display: block;
}

.profile{
    width: 100%;
    height: 250px;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile img{
    width: 200px;
    height: 200px;
}

.description{
    width: 100%;
    height: auto;
    padding-left: 10vw;
    text-align: center;
}

.section{
    width: 90%;
    margin: 100px 5%;
}

.section h2{
    width: 100%;
    text-align: center;
}

.section .card{
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 50px !important;
}

.sidebar .info{
    display: none;
}

.footer {
    width: 100%;
    margin-left: 0;
    padding: 20px 0 !important;
    margin: 0;
}

.footer .info{
    width: 100%;
    margin-left: 0;
    padding: 0;
}


}