/*--------------------------------------------------------------

Template: Theme Name
Author:
Version:  1
Design and Developed by:

Note: This is the file where you can add your custom styles to change the look of the theme. But don't modify "style.css" file.

---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom css code here:
-------------------------------------------------------*/
.static-block-2 .text .link {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid red;
    color: red;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1.5px;
    margin-top: 30px;
    padding: 10px 33px;
    text-transform: uppercase;
}

ul {
    line-height: 1.2rem;
}

.image-card {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: start;
    justify-content: start;
}
.image-card img {
    width: 100%;
    border-radius: 20px;
    aspect-ratio: 1/1;
}
.image-card.-right-bottom {
    align-items: end;
    justify-content: end;
}
.image-card.-right-top {
    justify-content: end;
}
.image-card.-left-bottom {
    align-items: end;
}
.image-card.-border img {
    border: 2px solid #fff;
}
.image-card.-large img {
    max-width: 250px;
}
.image-card.-medium img {
    max-width: 180px;
}
.image-card.-small img {
    max-width: 155px;
}
.image-card.-tiny img {
    max-width: 135px;
}

.service {
    display: flex;
    flex-direction: column;
    grid-column: span 3;
    border-radius: 20px;
    border: 1px solid #fff;
    box-shadow: 5px 10px 15px 0 rgba(87, 177, 199, 0.05);
    aspect-ratio: 1/1;
    background: linear-gradient(136deg, #fff 0%, rgba(255, 255, 255, 0.4980392157) 100%);
    padding: 30px;
    position: relative;
    overflow: hidden;
}
.service__bg {
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.7s;
}
.service__number {
    font-weight: 500;
    font-size: 22px;
    color: #b3c0c4;
    position: absolute;
    top: 30px;
    left: 30px;
    transition: 0.7s;
}
.service__image {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 100px;
    max-width: 100px;
    opacity: 0.5;
    transform: translate(-20px, 20px) rotate(-20deg);
    transition: 0.7s;
}
.service__title, .service__title h3, .service__title h3 span {
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin: auto 0 0 0;
    white-space: nowrap;
    color: #1f2a36;
    transition: 0.7s;
    z-index: 1;
}
.service-list {
    transition: 0.7s;
    transform: translateY(200%);
    z-index: 1;
}
.service-list__row {
    border-radius: 5px;
    width: 100%;
    height: 2px;
    margin: 10px 0 20px;
    background: linear-gradient(41deg, #57b1c7 0%, rgba(0, 0, 0, 0) 100%);
}
.service-list ul li + li {
    margin-top: 6px;
}
.service-list ul li a {
    display: flex;
    max-width: 300px;
    width: fit-content;
}
.service:not(.-small, .-employee > .service):hover .service__bg {
    opacity: 0;
}
.service:not(.-small, .-employee > .service):hover .service__number {
    font-size: 28px;
    color: #57b1c7;
}
.service:not(.-small, .-employee > .service):hover .service__image {
    transform: translate(10px, -10px) rotate(20deg) scale(0.75);
    opacity: 1;
}
.service:not(.-small, .-employee > .service):hover .service__title, .service:not(.-small, .-employee > .service):hover .service__title h3, .service:not(.-small, .-employee > .service):hover .service__title h3 span {
    font-size: 24px;
    margin-bottom: 0 !important;
}
.service:not(.-small, .-employee > .service):hover .service-list {
    transform: translateY(0);
}
.service.-small {
    grid-column: span 2;
    padding: 20px 16px;
}
.service.-small .service__bg {
    transform: translate(-80px, 45px) rotate(110deg);
}
.service.-small .service__title * {
    font-size: 20px;
}
.service.-small .service__image {
    width: 60px;
    top: 20px;
    right: 20px;
    opacity: 1;
    transform: translate(0, 0) rotate(0) scale(1);
}
.service.-medium {
    grid-column: span 6;
    aspect-ratio: inherit;
}
.service.-medium .service-list ul {
    position: absolute;
    right: 50px;
    top: 0;
    transition: 0.7s;
    transform: translateY(0);
}
.service.-medium:hover .service-list ul {
    transform: translateY(-100%);
}
.service.-large {
    grid-column: span 9;
    aspect-ratio: inherit;
}
.service.-large .service-list ul {
    position: absolute;
    right: 50px;
    top: 0;
    transition: 0.7s;
    transform: translateY(0);
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
}
.service.-large .service-list ul li:nth-child(3) {
    margin-top: 0;
}
.service.-large:hover .service-list ul {
    transform: translateY(-100%);
}
.service.-tall {
    grid-column: span 6;
    aspect-ratio: 690/515;
}
.service.-tall .service-list ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
}
.service.-tall .service-list ul li:nth-child(3) {
    margin-top: 0;
}
.service.-mega-large {
    grid-column: span 12;
    aspect-ratio: 1440/335;
}
.service.-mega-large .service-list ul {
    position: absolute;
    right: 50px;
    top: 0;
    transition: 0.7s;
    transform: translateY(0);
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
}
.service.-mega-large .service-list ul li a {
    max-width: 100%;
}
.service.-mega-large .service-list ul li:nth-child(3) {
    margin-top: 0;
}
.service.-mega-large:not(.-employee > .service.-mega-large):hover .service-list ul {
    transform: translateY(-100%);
}
.-employee > .service.-mega-large .service-list {
    transform: translateY(0);
}
.-employee > .service.-mega-large .service-list ul {
    transform: translateY(-100%);
}

.comment {
    box-shadow: 5px 10px 20px 0 rgba(87, 177, 199, 0.2);
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 20px;
    background: linear-gradient(136deg, #fff 0%, rgba(255, 255, 255, 0.4980392157) 100%);
    cursor: pointer;
}
.comment-head {
    display: flex;
    align-items: center;
    gap: 30px;
}
.comment-head img {
    max-width: 100px;
    aspect-ratio: 1/1;
    border-radius: 10px;
}
.comment__date {
    color: #57b1c7;
    margin: 28px 0 12px;
}
.comment blockquote {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    color: #4b637d;
}

.our-services {
    margin-bottom: 100px;
}
.our-services__title {
    margin-bottom: 50px;
}
.our-services__title.-with-description {
    margin-bottom: 20px;
}
.our-services__description {
    max-width: 1000px;
    margin-bottom: 50px;
}
.our-services-container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
}
.our-services .image-card {
    grid-column: span 3;
}

.services {
    margin-bottom: 200px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
    line-height: 1.2rem;
}
.services .image-card {
    grid-column: span 3;
}

.service-body {
    display: flex;
    gap: 30px;
}
.service-body-content {
    flex: 1 1 calc(100% - 315px);
    margin: 0 auto;
}
.service-body-content .container {
    width: fit-content;
}
.service-body-form {
    flex: 1 1 300px;
}
.service-body-form .container {
    position: sticky;
    top: 200px;
}
/*# sourceMappingURL=styles.css.map */
