
body {
    /*background-color: #233043;*/
     background:linear-gradient(180deg,#233043 0,#111822 45rem); 
    min-height: 433px;
}

.wraper {
    width: 100%;
    margin: 0 auto;
}

@media (min-width: 480px) {
    .wraper {
        max-width: 480px;
    }

    .head {
        min-height: 450px !important;
    }
    
    .head .image{
        height: 400px !important;
    }
    
    .head .image .background{
        max-height: 350px !important;
    }
}

@media (min-width: 640px) {
    .wraper {
        max-width: 640px;
    }

    .head {
        min-height: 450px !important;
    }
    
    .head .image{
        height: 400px !important;
    }
    
    .head .image .background{
        max-height: 350px !important;
    }
}


.head {
    display: flex;
    align-items: center;
    flex-direction: column;
    min-height: 400px;
}

.head .image{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    height: 350px;
}

.head .image .background{
    max-height: 300px;
    width: 100%;
    object-fit: cover;
     clip-path: ellipse(150% 100% at 50% 0%); 
    position: relative;
    filter: brightness(.8);
}
/* 
.head .image::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 350px;
    border-radius: 15px;
    background: #000;
    opacity: .4;
    clip-path: ellipse(150% 100% at 50% 0%);
    z-index: 5;
} */

.head .image .avatar{
    max-height: 9rem;
    width: 9rem;
    object-fit: cover;
    border-radius: 50%;
    position: absolute;
    bottom: -15px;
    z-index: 6;
}

.head h1{
    margin-top: -50px;
    color: #FFF;
}

.head p{
    text-align: center;
    color: #FFF;
    font-size: 18px;
    padding-left: 1rem;
    padding-right: 1rem;
}

.head .visitor{
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #7b7b7b;
    padding: 2px 10px;
    border-radius: 8px;
    color: #f6f7f9;
    box-shadow: 0px 0px 1px #ECECEC;
}

.head .visitor svg{
    margin-right: 5px;
}

.contacts {
    margin-top: 50px;
    padding-left: 1rem;
    padding-right: 1rem;
}

.contacts .box{
    height: 65px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, 0);
    border-radius: .25rem;
    box-shadow: 0 0px 1px 0 rgba(218, 218, 253, 0.65), 0 2px 6px 0 rgba(206, 206, 238, 0.54);
    margin-bottom: 1rem;
}

.contacts a{
    text-decoration: none;
    width: 100%;
}

.contacts .box .icon{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 15px;
}

.contacts .box .icon svg{
    background-color: #7b7b7b;
    padding: 10px;
    font-size: 28px;
    border-radius: 8px;
    color: white;
    display: inline-block;
    width: 25px;
    height: 25px;
}

/* .contacts .box .text{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #7b7b7b;
    font-size: 20px;
} */

.contacts .box .text {
    display: flex;
    justify-content: left;
    align-items: center;
    color: #7b7b7b;
    font-size: 20px;
    width: 60%;
}

.gallery-container {
    margin-top: 4rem;
    text-align: center;
}

.gallery-container h2{
    color: #FFF;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding: 10px;
    width: 85%;
    margin: auto;
}

.gallery img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border: 1px solid #f6f7f9;
    border-radius: 1rem;
}

.gallery p {
    color: #FFF;
    font-size: 20px;
    text-shadow: 0px 20px 5px #5b6e8a;
    font-weight: bold;
}

.swal2-close{
    color: #EEE;
}

.swal2-show {
    background-color: #000 !important;
}

.expandable-text{
    text-align: center;
}

.expandable-text .full-text {
    display: none;
}

.expandable-text.expanded .full-text {
    display: block;
}

.expandable-text.expanded .short-text {
    display: none;
}

.expandable-text.expanded .expand-button {
    display: none;
}

.expand-button {
    background-color: #7b7b7b;
    border: none;
    padding: 0px 10px;
    border-radius: 8px;
    color: white;
    font-size: 14px;
}

footer {
    text-align: center;
    margin: 30px 0px;
    color: #FFF;
    font-weight: bold;
}

footer a {
    text-decoration: none;
    color: #ffa840;
}



.swiper {
    width: 100%;
    position: relative;
    top: -100px;
}

.swiper img{
    max-height: 250px;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 0.75rem;
    min-height: 140px;
}

.swiper-slide {
overflow: hidden;
}