html,#home,body{height: 100%}
body{text-align: center;margin: 0 auto;}

#home .bg-img{
    background-image: url("../images/bg2160x1440.webp");
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    position: fixed;
    z-index: 0;
    filter: blur(5px);
    transform: scale(1.1);
}

@media screen and (max-width: 1620px) {
    #home .bg-img{
        background-image: url("../images/bg1620x1080.webp");
    }
}

@media screen and (max-width: 1152px) {
    #home .bg-img{
        background-image: url("../images/bg1152x768.webp");
    }
}

#home .top{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    background-color: rgba(0,0,0,0.20);
}

#home .top .topbar{
    height: 50px;
    width: 100%;
}

#home .top .topbar .col-2{
    display: flex;
    align-items: center;
    justify-content: center;
}

#home .top .topbar .col-2 p{
    color: white;
    margin: auto;
}

#home .top .topbar .col-10{
    display: flex;
    align-items: center;
    justify-content: end;
}

#home .top .topbar .col-10 ul {
    margin: auto 20px auto 0;
}

#home .top .topbar .col-10 li {
    color: #ffffff;
    list-style: none;
    font-size: 20px;
    cursor: pointer;
}

#main-page{
    display: flex;
    height: calc(100% - 50px);
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#main-page .outer {
    width: 160px;
    height: 160px;
    background-color: #ffffff;
    z-index: 2;
    position: relative;
    border-radius: 50%;
}

#main-page .outer img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    z-index: 3;
    margin: 5px;
}

#main-page h1{
    margin-top: 20px;
    font-size: 21px;
    line-height: 130%;
    color: #fff;
}

#main-page h2{
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
}

#main-page .social-icons{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-top: 15px;
}

#main-page .social-icons a:first-child{
    margin-left: 0;
}

#main-page .social-icons a, #main-page .social-icons i{
    color: white;
    font-size: 30px;
    margin-left: 15px;
    text-decoration: none;
    cursor: pointer;
}

.row{
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
}

.row > * {
    padding-right: 0;
    padding-left: 0;
}


.slick-slide img {
    width: 100%;
}

.slick-next {
    display: none;
    right:15px
}
.slick-prev {
    display: none;
    left:15px
}
.slick-dots{
    bottom: 15px;
}
.slick-dotted.slick-slider {
    margin-bottom: 10px;
}
