/* ================================================== 
    Fonts Declaration
================================================== */

@font-face {
    font-family: 'Ubuntu-Bold';
    src: 
    url('../fonts/Ubuntu-Bold.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/Ubuntu-Bold.ttf') format('truetype'),
    url('../fonts/Ubuntu-Bold.otf') format('opentype'),
    url('../fonts/Ubuntu-Bold.woff') format('woff'),  
    url('../fonts/Ubuntu-Bold.woff2') format('woff2'),
    url('../fonts/Ubuntu-Bold.svg') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu-Light';
    src: 
    url('../fonts/Ubuntu-Light.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/Ubuntu-Light.ttf') format('truetype'),
    url('../fonts/Ubuntu-Light.otf') format('opentype'),
    url('../fonts/Ubuntu-Light.woff') format('woff'),  
    url('../fonts/Ubuntu-Light.woff2') format('woff2'),
    url('../fonts/Ubuntu-Light.svg') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu-Regular';
    src: 
    url('../fonts/Ubuntu-Regular.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/Ubuntu-Regular.ttf') format('truetype'),
    url('../fonts/Ubuntu-Regular.otf') format('opentype'),
    url('../fonts/Ubuntu-Regular.woff') format('woff'),  
    url('../fonts/Ubuntu-Regular.woff2') format('woff2'),
    url('../fonts/Ubuntu-Regular.svg') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SegoeUI-Bold';
    src: 
    url('../fonts/segoe/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/segoe/SegoeUI-Bold.ttf') format('truetype'),
    url('../fonts/segoe/SegoeUI-Bold.otf') format('opentype'),
    url('../fonts/segoe/SegoeUI-Bold.woff') format('woff'),  
    url('../fonts/segoe/SegoeUI-Bold.woff2') format('woff2'),
    url('../fonts/segoe/SegoeUI-Bold.svg') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SegoeUI-Light';
    src: 
    url('../fonts/segoe/SegoeUI-Light.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/segoe/SegoeUI-Light.ttf') format('truetype'),
    url('../fonts/segoe/SegoeUI-Light.otf') format('opentype'),
    url('../fonts/segoe/SegoeUI-Light.woff') format('woff'),  
    url('../fonts/segoe/SegoeUI-Light.woff2') format('woff2'),
    url('../fonts/segoe/SegoeUI-Light.svg') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SegoeUI-Regular';
    src: 
    url('../fonts/segoe/SegoeUI-Regular.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/segoe/SegoeUI-Regular.ttf') format('truetype'),
    url('../fonts/segoe/SegoeUI-Regular.otf') format('opentype'),
    url('../fonts/segoe/SegoeUI-Regular.woff') format('woff'),  
    url('../fonts/segoe/SegoeUI-Regular.woff2') format('woff2'),
    url('../fonts/segoe/SegoeUI-Regular.svg') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SegoeUI-Semibold';
    src: 
    url('../fonts/segoe/SegoeUI-Semibold.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/segoe/SegoeUI-Semibold.ttf') format('truetype'),
    url('../fonts/segoe/SegoeUI-Semibold.otf') format('opentype'),
    url('../fonts/segoe/SegoeUI-Semibold.woff') format('woff'),  
    url('../fonts/segoe/SegoeUI-Semibold.woff2') format('woff2'),
    url('../fonts/segoe/SegoeUI-Semibold.svg') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


/* ================================================== 
    Document Setup
================================================== */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
fieldset, form, label, legend,
caption, tfoot, thead,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline: none;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    outline: none;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

input:focus, textarea:focus
{
    outline: none;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Ubuntu-Regular', sans-serif;
    font-size: 16px;
    height: 100%;
    box-sizing: border-box;
    background-color: #fff;
}
[style*="--aspect-ratio"] > :first-child {
    width: 100%;
  }
  [style*="--aspect-ratio"] > img {  
    height: auto;
  } 
  @supports (--custom:property) {
    [style*="--aspect-ratio"] {
      position: relative;
    }
    [style*="--aspect-ratio"]::before {
      content: "";
      display: block;
      padding-bottom: calc(100% / (var(--aspect-ratio)));
    }  
    [style*="--aspect-ratio"] > :first-child {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
    }  
  }
/* ================================================== 
    Texts
================================================== */

.font--light {
    font-family: 'Ubuntu-Light', sans-serif;
}

.font--regular {
    font-family: 'Ubuntu-Regular', sans-serif;
}

.font--bold {
    font-family: 'Ubuntu-Bold', sans-serif;
}

.seg-font--light {
    font-family: 'SegoeUI-Light', sans-serif;
}

.seg-font--regular {
    font-family: 'SegoeUI-Regular', sans-serif;
}

.seg-font--semibold {
    font-family: 'SegoeUI-Semibold', sans-serif;
}

.seg-font--bold {
    font-family: 'SegoeUI-Bold', sans-serif;
}

.font--cap {
    text-transform: uppercase;
}

.dropdown__item--txt {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0;
    opacity: 1;
    font-family: Ubuntu-Bold, sans-serif;
}
.dropdown__item.dropdown__item--inner .dropdown__item--txt {
    font-family: Ubuntu-Regular, sans-serif;
}

.hero__heading-txt {
    font-size: 70px;
    line-height: 70px;
    letter-spacing: 10.5px;
    opacity: 1;
}

.hero__heading-txt--sec {
    font-size: 50px;
    line-height: 133px;
    letter-spacing: 7.5px;
    opacity: 1;
}

.service__name--txt {
    font-size: 25px;
    line-height: 26px;
    opacity: 1;
}

.service__name-strip--txt {
    font-size: 50px;
    line-height: 94px;
    opacity: 1;
    text-shadow: 0px 3px 6px #000000;
}

.strip__name > .service__name--txt {
    color: #fff;
}

.footer__contact-txt--heading {
    font-size: 40px;
    line-height: 49px;
    letter-spacing: 6px;
    opacity: 1;
}

.footer__contact-txt--subheading {
    font-size: 30px;
    line-height: 36px;
    opacity: 1;
}

.footer__contact-txt--info {
    font-size: 20px;
    line-height: 24px;
    opacity: 1;
}

.cloudev-txt {
    font-size: 16px;
    line-height: 25px;
    opacity: 1;
}

.about__heading--txt {
    font-size: 70px;
    line-height: 94px;
    opacity: 1;
    padding-left: 3%;
}

.team .about__heading--txt {
    padding-left: 0;
}

.about__description--txt {
    font-size: 22px;
    line-height: 30px;
    opacity: 1;
}

.contact__form--txt {
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0;
    opacity: 1;
}

.contact__form--sbmt {
    font-size: 15px;
    line-height: 120px;
    letter-spacing: 0;
    opacity: 1;
}

.content__name--txt {
    font-size: 50px;
    line-height: 70px;
    opacity: 1;
}

.member__name--txt {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0;
    opacity: 1;
}

.member__title--txt {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    opacity: 1;
}

.page__name--sec {
    font-size: 40px;
    line-height: 94px;
    letter-spacing: 0;
    opacity: 1;
}

/* ================================================== 
    Helpers
================================================== */

.section {
    position: relative;
    width: 100%;
}

.flex {
    display: flex;
}

.flex-row {
    display: flex;
    flex-flow: row;
}

.flex-col {
    display: flex;
    flex-flow: column;
}

.just-center {
    justify-content: center;
}

.just-start {
    justify-content: flex-start;
}

.just-end {
    justify-content: flex-end;
}

.just-spcbtwn {
    justify-content: space-between;
}

.align-center {
    align-items: center;
}

.align-start {
    align-items: flex-start;
}

.align-end {
    align-items: flex-end;
}

.self-align-center {
    align-self: center;
}

.m0-center {
    margin: 0 auto;
}

.black {
    color: #000;
}

.white {
    color: #fff;
}

.gray-lt {
    /* color: #969696; */
    color: rgba(0, 0, 0, 0.3);
}

.color-invert {
    filter: invert(100%);
}

.grayscale {
    filter: grayscale(100%);
}

.flex-100 {
    flex: 0 0 100%;
    max-width: 100%;
}

.flex-50 {
    flex: 0 0 50%;
    max-width: 50%;
}

.flex-33 {
    flex: 0 0 33%;
    max-width: 33%;
}

.flex-3 {
    flex: 0 0 33.3%;
    max-width: 33.3%;
}

.flex-30 {
    flex: 0 0 30%;
    max-width: 30%;
}

.flex-25 {
    flex: 0 0 25%;
    max-width: 24.5%;
}

.flex-20 {
    flex: 0 0 20%;
    max-width: 20%;
}

@media screen and (max-width: 1300px) {
    .t-flex {
        display: flex;
    }
    
    .t-flex-row {
        display: flex;
        flex-flow: row;
    }
    
    .t-flex-col {
        display: flex;
        flex-flow: column;
    }
    
    .t-just-center {
        justify-content: center;
    }
    
    .t-just-start {
        justify-content: flex-start;
    }
    
    .t-just-end {
        justify-content: flex-end;
    }
    
    .t-just-spcbtwn {
        justify-content: space-between;
    }
    
    .t-align-center {
        align-items: center;
    }
    
    .t-align-start {
        align-items: flex-start;
    }
    
    .t-align-end {
        align-items: flex-end;
    }

    .t-self-align-center {
        align-self: center;
    }

    .t-flex-100 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .t-flex-50 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .t-flex-33 {
        flex: 0 0 33%;
        max-width: 33%;
    }
    
    .t-flex-3 {
        flex: 0 0 33.3%;
        max-width: 33.3%;
    }
    
    .t-flex-30 {
        flex: 0 0 30%;
        max-width: 30%;
    }
    
    .t-flex-25 {
        flex: 0 0 25%;
        max-width: 24.5%;
    }

    .t-flex-4 {
        flex: 0 0 25%;
        max-width: 24%; 
    }
    
    .t-flex-20 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media screen and (max-width: 768px) {
    .m-flex {
        display: flex;
    }
    
    .m-flex-row {
        display: flex;
        flex-flow: row;
    }
    
    .m-flex-col {
        display: flex;
        flex-flow: column;
    }
    
    .m-just-center {
        justify-content: center;
    }
    
    .m-just-start {
        justify-content: flex-start;
    }
    
    .m-just-end {
        justify-content: flex-end;
    }
    
    .m-just-spcbtwn {
        justify-content: space-between;
    }
    
    .m-align-center {
        align-items: center;
    }
    
    .m-align-start {
        align-items: flex-start;
    }
    
    .m-align-end {
        align-items: flex-end;
    }

    .m-self-align-center {
        align-self: center;
    }

    .m-flex-100 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .m-flex-50 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .m-flex-33 {
        flex: 0 0 33%;
        max-width: 33%;
    }
    
    .m-flex-3 {
        flex: 0 0 33.3%;
        max-width: 33.3%;
    }
    
    .m-flex-30 {
        flex: 0 0 30%;
        max-width: 30%;
    }
    
    .m-flex-25 {
        flex: 0 0 25%;
        max-width: 24.5%;
    }
    
    .m-flex-20 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media screen and (max-width: 360px) {
    .sm-flex {
        display: flex;
    }
    
    .sm-flex-row {
        display: flex;
        flex-flow: row;
    }
    
    .sm-flex-col {
        display: flex;
        flex-flow: column;
    }
    
    .sm-just-center {
        justify-content: center;
    }
    
    .sm-just-start {
        justify-content: flex-start;
    }
    
    .sm-just-end {
        justify-content: flex-end;
    }
    
    .sm-just-spcbtwn {
        justify-content: space-between;
    }
    
    .sm-align-center {
        align-items: center;
    }
    
    .sm-align-start {
        align-items: flex-start;
    }
    
    .sm-align-end {
        align-items: flex-end;
    }

    .sm-self-align-center {
        align-self: center;
    }

    .sm-flex-100 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .sm-flex-50 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .sm-flex-33 {
        flex: 0 0 33%;
        max-width: 33%;
    }
    
    .sm-flex-3 {
        flex: 0 0 33.3%;
        max-width: 33.3%;
    }
    
    .sm-flex-30 {
        flex: 0 0 30%;
        max-width: 30%;
    }
    
    .sm-flex-25 {
        flex: 0 0 25%;
        max-width: 24.5%;
    }
    
    .sm-flex-20 {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .sm-flex-wrap {
        flex-wrap: wrap;
    }
}

.slf-align-end {
    align-self: flex-end;
}

.text-right {
    text-align: right;
}

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

.flex-wrap {
    flex-wrap: wrap;
}

.pl-7 {
    padding-left: 7%;
}

.pl-10 {
    padding-left: 10%;
}

.pl-15 {
    padding-left: 15%;
}

.cover-fit {
    object-fit: cover;
}

.contain-fit {
    object-fit: contain;
}

.font--divider {
    border: 2px solid black;
    height: 40px;
    z-index: 1000;
    transform: matrix(0, -1, 1, 0, 0, 0);
}

/* ================================================== 
    Containers
================================================== */

.header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.page > .header {
    position: relative;
}

.topbar {
    width: 95%;
    padding: 2% 0;
}

.topbar__wrapper {
    width: 100%;
    justify-content: space-between;
}

.topbar__menu,
.topbar__social {
    height: 40px;
}

.menu__img {
    width: 30px;
    height: 20px;
}

.menu__img:hover {
    cursor: pointer;
} 

.social__img--top {
    width: 18px;
    height: 18px;
}

.topbar__social > a:nth-of-type(2n) > .social__img--top {
    margin: 0 15px;
}

.dropdown {
    /* width: 17%; */
    width: 255px;
    min-height: 350px;
    position: absolute;
    top: 80%;
    left: 50px;
    background: rgba(0, 0, 0, 0.4);
}

.dropdown__holder {
    width: 81%;
    margin: 15% auto 0 auto;
}

.dropdown__item {
    width: 95%;
    margin-bottom: 1.5rem;
}

.dropdown__item > a {
    transition: .25s all;
    background: rgb(0 0 0 / 0%);
    /* display: block;
    width: 100%; */
}

.dropdown__item--button > a {
    width: 60%;
}

.dropdown__item > a:hover {
    padding: 5px;
    background: rgb(0 0 0 / 100%);
}

.dropdown__item--sec {
    margin-left: 10%;
}

.dropdown--hidden {
    display: none;
}

.dropdown__item--inner {
    margin-bottom: 0.5rem;
}

.dropdown__caret {
    width: 16px;
    height: 16px;
    margin-left: 1rem;
}

.dropdown__caret--active {
    transform: rotateX(180deg);
}

.hero {
    height: 100vh;
}

.hero__wrapper {
    height: 100%;
}

.hero__overlay {
    position: absolute;
    top: 50%;
    left: 20%;
    z-index: 2;
    width: 50%;
    height: 25%;
}

.hero__heading {
    align-items: flex-end;
}

.swiper-container {
    width: 100%;
    height: 100%;;
}

.swiper-pagination-bullet {
    background-color: #fff;
    height: 10px;
    width: 10px;
}

.hero__slide {
    width: 100%;
    height: 100%;
    /* background-image: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(60,60,60,0.3) 50%, rgba(243,243,244,0) 100%); */
    background-size: cover;
}

/* .hero__slide::after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(60,60,60,0.3) 50%, rgba(243,243,244,0) 100%);
} */

.slide__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services {
    margin: 5% auto;
}

.services__icons {
    width: 75%;
    margin: 0 auto 5% auto;
    justify-content: space-between;
}

.service__holder {
    width: 15%;
}

.service__icon {
    width: 80px;
    height: 80px;
}

.service__name {
    width: 100%;
    text-align: center;
    margin-top: 10%;
}

.services__strips {
    width: 100%;
    justify-content: space-between;
}

.service__strip-holder {
    width: 100%;
    height: 20%;
    padding: 80px 0;
    padding: 0;
    margin: 40px 0 0 0;
    position: relative;
}

.strip__name {
    width: 45%;
    /* margin-left: 10%; 
    padding-left: 20px; */
    opacity: 0;
    background: transparent;
    transition: opacity ease-in-out 1s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.srv__strip {
    filter: grayscale(100%);
    transition: filter ease-in-out 1s;
    background-repeat: no-repeat;
    background-size: cover;
}

.srv__strip:hover {
    filter: grayscale(0%);
    transition: filter ease-in-out 1s;
}

.prvt:hover > .strip__name,
.rsdn:hover > .strip__name,
.offc:hover > .strip__name,
.ucnrt:hover > .strip__name {
    opacity: 1;
    /* background: rgba(255, 255, 255, 0.3); */
    transition: opacity ease-in-out 1s;
}

.srv__strip:hover > .strip__name {
    opacity: 1;
    /* background: rgba(255, 255, 255, 0.3); */
    transition: opacity ease-in-out 1s;
}

.services__strips > .service__strip-holder:nth-of-type(2) {
    margin: 40px 0;
}

.services__strips > .service__strip-holder:nth-of-type(3) {
    margin-bottom: 0px;
    margin-top: 0;
}

.prvt,
.rsdn,
.offc,
.ucnrt {
    background-repeat: no-repeat;
    background-size: cover;
}

.footer {
    margin-top: 10%;
}

.footer__top,
.footer__divider,
.footer__bottom {
    width: 100%;
}

.footer__contacts-wrapper {
    width: 93%;
    /* margin-bottom: 2%; */
}

@media screen and (min-width: 2100px) {
    .footer__contact {
        padding-left: 130px;
    }
}

.footer__contact {
    padding-left: 105px;
}

.footer__contact--subheading,
.footer__contact--info {
    width: 95%;
}

.footer__contact--subheading {
    margin: 20px 0;
}

/* .footer__contact--info {
    display: flex;
    flex-flow: column;
} */

.info--line {
    width: 100%;
    /* justify-content: space-between; */
}

.info--line:nth-child(2) {
    margin: 15px 0;
}

.info--line > span:first-child {
    width: 35%;
    border-right: 2px solid #000;
}

.info--line > span:last-child {
    width: 50%;
    text-align: right;
}

.footer__social {
    margin-bottom: 20px;
}

.social__img--bottom {
    width: 28px;
    height: 28px;
}

.footer__social > a:nth-of-type(2n) > .social__img--bottom {
    margin: 0 10px;
} 

.footer__divider {
    border-top: 4px solid #000;
}

.footer__bottom {
    justify-content: flex-end;
    width: 93%;
    margin: 1% auto;
}

.cloudevo__link {
    color: #000;
}

.cloudevo__link:hover {
    color: #cccccc;
    cursor: pointer;
}

/* ================================================== 
    About 
================================================== */

.page__title,
.about__content {
    width: 50%;
    margin-top: 5%;
}

.about__description > div:last-child {
    margin-top: 10%;
}

.about__description {
    position: relative;
}

.about__heading {
    writing-mode: vertical-lr;
    text-shadow: none;
    margin-top: 23%;
    margin-right: 5%;
    transform: rotate(-180deg);
}

.about__img-container {
    width: 100%;
    margin: 5% auto;
}

.about__img {
    width: 100%;
    height: auto;
}

/* ================================================== 
    Contact 
================================================== */

.contact__content {
    width: 100%;
    margin-top: 5%;
    margin-bottom: 3%;
}

.contact__map {
    margin: 0;
    max-width: 53%;
}

.contact__form {
    width: 100%;
    max-width: 34%;
    margin-left: 5%;
}

.form__container {
    width: 100%;
}

.input__holder {
    width: 100%;
    border-bottom: 2px solid #A5A5A5;
    padding-bottom: 2px;
}

.input__holder:last-child {
    margin-top: 8%;
}

.form__inp {
    border: 1px solid white;
    width: 100%;
    height: 30px;
    font-size: 20px;
    line-height: 27px;
    color: #000;
}

.no-border {
    border: none;
}

.btn--sbmt {
    width: 120px;
    height: 50px;
    background: black;
    border: none;
    border-radius: 25px;
}

.content__name {
    width: 81%;
    margin-top: 5%;
    margin-bottom: 1%;
}

.alert__container {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    width: 300px;
    max-width: 100%;
    background-color: rgba(0,0,0,0.5);
    height: 100px;
    border-radius: 0 0 16px 16px;
    transition: transform 0.3s ease-in-out;
}

.alert__container--show {
    transform: translate(-50%, 0);
}

.alert__message {
    width: 90%;
    height: 90%;
}

.alert--txt {
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0;
    opacity: 1;
}

.alert--err {
    background: rgba(255,0,0,0.8);
    border-radius: 16px;
    padding: 10px;
}

.alert--suc {
    background: rgba(0,255,0,0.8);
    border-radius: 16px;
    padding: 10px;
}

.body--contact .footer__contact--heading,
.body--contact .footer__contact--subheading {
    display: none;
}

.body--contact .footer__contact {
    min-width: 520px;
    padding-left: 7%;
}

.body--contact .page__name {
    margin-top: 3%;
    height: 15%;
}

.body--contact .content__name {
    display: none;
}



/* ================================================== 
    Team 
================================================== */

.team .team__content {
    width: calc(100% - 156px);
    margin: 5% 8.6% 0% auto;
}

@media screen and (max-width: 1440px) {
    .team .team__content {
        width: calc(100% - 130px);
    }
}

.team__content {
    width: 89%;
    margin: 5% 8.6% 0% auto;
}

/* .team__content {
    width: 100%;
    position: relative;
} */

.team .page__name {
    margin-right: 0%;
}

.page__name {
    writing-mode: vertical-lr;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    margin-top: 10%;
    margin-right: 2%;
    height: 65%;
    /* transform-origin: 0 0;
    width: 6%; 
    margin-top: 40%; 
    position: absolute;
    left: 40px; 
    right: 0; 
    top: 60%; */
}

.page__name--uc {
    margin-top: 15%;
    height: 80%;
}

/* .page__content.flex-row.flex-wrap.just-spcbtwn.align-center {
    width: 100%; 
    width: 89%;
    margin: 5% 10% 10%;
    position: relative;
} */

/* 
    Κλόπυ-πέιστ από τον επικό David Walsh 
    (https://davidwalsh.name/css-flip)  
*/

/* .page__name--primary {
    padding-left: 4%;
} */

.page__name--secondary {
    /* padding-top: 2%; */
    height: 400px;
}

.item__container {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    margin-top: 5px;
}

.item__container:hover .pane, 
.item__container.hover .pane {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}

.item__container .pane, 
.item__container .pane {
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
}

.item__container--static:hover .pane, 
.item__container--static.hover .pane {
    transform: none;
}

.item__container:nth-of-type(1), 
.item__container:nth-of-type(2), 
.item__container:nth-of-type(3),
.item__container:nth-of-type(4) {
    margin-top: 0;
}

.projects_cat .item__container:nth-of-type(2n+4), 
.projects_cat .item__container:nth-of-type(2) {
    /* margin-left: 5px; */
    margin-right: 5px;
}

.projects_cat .item__container:nth-of-type(1), 
.projects_cat .item__container:nth-of-type(2), 
.projects_cat .item__container:nth-of-type(3),
.projects_cat .item__container:nth-of-type(4) {
    margin-top: 0;
}

.item__container {
    margin-right: 5px;
}

.pane {
    transition: 0.6s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    position: relative;
    margin-right: 5px;
}


.pane__front, 
.pane__back {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pane__link {
    width: 60%;
    height: 60%;
}

.pane__front {
    z-index: 2;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
}

.pane__back {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}

.pane__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bg-gray {
    background: #E6E6E6;
}


/* ================================================== 
    Projects 
================================================== */

.pane--lg {
    margin-right: 0;
}

.item__back {
    width: 100%;
}

.item__back--last {
    margin-top: 5%;
}

/* ================================================== 
    Projects Category 
================================================== */

.projects__content {
    width: calc(100% - 156px);
    margin: 5% auto 0% 0;
}

.page__name {
    width: 9%;
}

.page__content {
    width: 91%;
}

/* ================================================== 
    Projects Single
================================================== */

.page__name--sngl {
    margin-top: 10%;
    width: 6%;
}

.team__content--sngl {
    margin-top: 0;
    margin-bottom: 0%;
}

.swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    background-color: rgb(230,230,230);
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.page__content,
.sngl_slider__wrapper {
    width: 100%;
}

.sngl_slider__wrapper {
    max-width: 1560px;
}

.sngl_slider__container--top,
.sngl_slider__container--top > .swiper-wrapper,
.sngl_slider__container--top > .swiper-wrapper > *,
.sngl_slider__container--top > .swiper-wrapper > * > .slide__img,
.sngl_slider__container--top > .swiper-wrapper > * > * > .slide__img {
    max-height: 877px;
}

.pane__back--thumb,
.pane__front--thumb {
    width: 100%;
    height: 170px;
}

.item__container--thumb {
    width: calc((100% / 5));
    height: 170px;
}

.thumb--inactive {
    opacity: 0.4;
}

.sngl_slider__thumbs .pane__front--thumb {
    background-color: rgb(230,230,230);
}

.sngl_slider__wrapper .slide__img {
    object-fit: contain;
}

.sngl_slider__wrapper .obj-contain {
    object-fit: contain;
}

.sngl_slider__wrapper .obj-cover {
    object-fit: cover;
}

.sngl_slider__thumbs .item__container {
    margin-top: 5px;
    margin-right: 0px;
}

.sngl_slider__thumbs .pane {
    margin-right: 5px;
}

.sngl_slider__thumbs .pane:nth-of-type(5) {
    margin-right: 0;
}

.sngl_slider__thumbs .item__container:nth-of-type(5) .pane {
    margin-right: 0;
}

.dots__container, 
.dot,
.project__caret {
    visibility: hidden;
    display: none;
}

.d-none {
    display: none;
}




@media screen and (min-width: 1930px) {
    .about__heading--txt {
        padding-left: 0;
    }

    .sngl_slider__wrapper {
        max-width: 1665px;
    }

    .sngl_slider__container--top, 
    .sngl_slider__container--top > .swiper-wrapper, 
    .sngl_slider__container--top > .swiper-wrapper > *, 
    .sngl_slider__container--top > .swiper-wrapper > * > .slide__img, 
    .sngl_slider__container--top > .swiper-wrapper > * > * > .slide__img {
        max-height: 1175px;
    }

    .page__name--sngl {
        margin-top: 0%;
    }

    .page__name {
        height: 65%;
    }

    .content__name {
        width: 82%;
    }
}

@media screen and (min-width: 2100px) {
    .sngl_slider__wrapper {
        max-width: 2080px;
    }

    .page__name {
        height: 70%;
    }

    .content__name {
        width: 88%;
    }

    .about__heading--txt {
        padding-left: 2%;
    }
    
}

@media screen and (max-width: 1867px) {
    .content__name {
        width: 83%;
    }
}

@media screen and (max-width: 1767px) {
    .content__name {
        width: 89%;
    }

    .sngl__heading--txt {
        font-size: 50px;
        padding-left: 2%;
    }

    .page__name--sngl {
        margin: 0;
        width: 5%;
    }

    .team__content--sngl {
        margin-top: 0;
        margin-bottom: 8%;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .page__content {
        width: 94%;
    }
}


@media screen and (max-width: 1650px) {
    .about__heading--txt {
        font-size: 60px;
        padding-left: 0%;
    }

    .footer__contact {
        padding-left: 125px;
    }

    .team__content--sngl {
        margin-top: 0;
        margin-bottom: 8%;
        margin-left: 0;
        margin-right: auto;
        width: 95%;
    }

    .page__content {
        width: 95%;
    }

    .sngl__heading--txt {
        font-size: 50px;
        padding-left: 2%;
    }

    .page__name--sec {
        font-size: 30px;
    }
}


@media screen and (max-width: 1440px) {
    .projects__content {
        width: calc(100% - 140px);
    }

    .about__heading--txt {
        font-size: 50px;
        padding-left: 2%;
    }

    .member__name--txt {
        font-size: 20px;
    }

    .footer__contact {
        padding-left: 110px;
    }

    .hero__heading-txt {
        font-size: 55px;
        line-height: 65px;
    }

    .hero__heading-txt--sec {
        font-size: 40px;
        line-height: 120px;
    }

    .hero__overlay {
        width: 55%;
    }

    .service__icon {
        width: 60px;
        height: 60px;
    }

    .service__strip-holder {
        /* padding: 50px 0; */
        margin-top: 25px;
    }

    .service__name-strip--txt {
        font-size: 40px;
    }

    .footer__contact-txt--heading {
        font-size: 35px;
        line-height: 35px;
    }

    .footer__contact-txt--subheading {
        font-size: 25px;
        line-height: 30px;
    }

    .footer__contact-txt--info {
        font-size: 16px;
    }

    .services__strips > .service__strip-holder:nth-of-type(2) {
        margin: 20px 0;
    }
}

@media screen and (max-width: 1400px) {
    .projects__content {
        width: calc(100% - 125px);
    }

    .member__name--txt {
        font-size: 18px;
    }

    .team__content {
        margin: 5% 8.6% 10% auto;
    }

    .team__content--sngl {
        margin-top: 0;
    }

    .item__container--thumb {
        width: calc((100% / 5));
    }
}

@media screen and (max-width: 1300px) {
    .page__name {
        height: 50%;
    }

    .team__content {
        margin: 5% 8.6% 2% auto;
    }    

    .about__heading--txt {
        font-size: 40px;
    }

    .page__name--sec {
        font-size: 27px;
    }

    .service__icon {
        width: 50px;
        height: 50px;
    }

    .service__name--txt {
        font-size: 20px;
    }

    .hero__overlay {
        width: 65%;
    }

    .service__strip-holder {
        /* padding: 40px 0; */
        margin-top: 15px;
    }

    .service__name-strip--txt {
        font-size: 35px;
    }

    .footer__contact {
        padding-left: 75px;
    }

    .services__strips > .service__strip-holder:nth-of-type(2) {
        margin: 15px 0;
    }
}

@media screen and (max-width: 1199px) {
    .page__title, 
    .about__content {
        width: 60%;
    }

    .about__description--txt {
        font-size: 18px;
    }

    .hero__heading-txt {
        font-size: 50px;
        line-height: 65px;
    }

    .hero__heading-txt--sec {
        font-size: 40px;
        line-height: 113px;
    }

    .about__heading--txt {
        font-size: 37px;
        padding-left: 2%;
    }

    .font--divider {
        height: 30px;
    }

    .page__name--sec {
        font-size: 23px;
    }    

    .page__name {
        width: 5%;
    }

    .item__container--thumb {
        width: calc((100% / 7));
    }

    .pane__back--thumb, .pane__front--thumb {
        width: 100%;
        height: 57px;
    }

    .content__name {
        width: 86%;
    }

    .content__name--txt {
        font-size: 40px;
        line-height: 60px;
    }

    .page__name--secondary {
        height: 200px;
    }

    .page__name {
        height: 35%;
    }
}

@media screen and (max-width: 1040px) {
    .projects__content {
        width: calc(100% - 100px);
    }

    .about__heading--txt {
        font-size: 37px;
        padding-left: 0%;
    }

    .project__arch {
        padding-left: 0;
    }

    .member__name--txt {
        font-size: 14px;
    }

    .member__title--txt {
        font-size: 14px;
    }

    .footer__contact {
        padding-left: 30px;
    }

    .footer__contact-txt--heading {
        font-size: 30px;
        line-height: 40px;
    }

    .footer__contact-txt--subheading {
        font-size: 22px;
        line-height: 28px;
    }

    .footer__contact-txt--info {
        font-size: 16px;
    }

    .team__content {
        margin: 0% 8.6% 2% auto;
    }

    .page__name {
        width: 7%;
    }

    .page__content {
        width: 93%;
    }

    .contact__form--txt {
        font-size: 16px;
    }

    .hero__heading-txt {
        font-size: 45px;
        line-height: 60px;
    }

    .hero__heading-txt--sec {
        font-size: 35px;
        line-height: 100px;
    }

    .body--contact .footer__contact {
        min-width: 420px;
    }

    .projects__content {
        width: calc(100% - 55px);
    }

    .body--contact .footer__contact {
        padding-left: 5%;
    }
}

@media screen and (max-width: 860px) {
    .page__content {
        width: 95%;
    }

    .contact .page__content {
        width: 90%;
    }

    .page__name {
        height: 40%;
    }

    .page__name--uc {
        height: 50%;
        margin-top: 5%;
    }

    .about__heading--txt {
        font-size: 28px;
        padding-left: 1%;
    }

    .font--divider {
        height: 25px;
    }

    .page__name--sec {
        font-size: 19px;
    }

    .projects__content {
        width: calc(100% - 50px);
    }

    .footer__contact {
        padding-left: 40px;
    }

    .item__container--thumb {
        height: 57px;
    }
}

@media screen and (min-width: 800px) and (aspect-ratio: 3/4) {
    .body--contact .footer {
        position: absolute;
        bottom: 0;
    }
}

@media screen and (min-width: 800px) and (aspect-ratio: 1024/1366) {
    .body--contact .footer {
        position: absolute;
        bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .contact .page__content {
        width: 100%;
    }

    .page__content {
        width: 100%;
    }

    .footer {
        margin-top: 7%;
    }

    .footer__contact {
        padding: 0;
    }

    .info--txt {
        font-size: 14px;
        line-height: 20px;
    }

    .cloudevo-txt {
        font-size: 14px;
        line-height: 18px;
    }

    .footer__social {
        width: 100%;
    }

    .footer__contact-txt--heading {
        font-size: 27px;
        line-height: 40px;
        letter-spacing: 4.45px;
    }

    .footer__contact-txt--subheading {
        font-size: 20px;
        line-height: 30px;
    }

    .footer__contact--info {
        width: 100%;
    }

    .footer__top {
        width: 88%;
    }

    .footer__contacts-wrapper {
        width: 100%;
    }

    .hero__heading-txt {
        font-size: 30px;
        line-height: 34px;
        letter-spacing: 4.5px;
    }

    .hero__heading-txt--sec {
        font-size: 22px;
        letter-spacing: 3.3px;
        line-height: 35px;
    }

    .page__title {
        width: 60%;
        margin-top: 25%;
    }

    .heading-divider {
        border-bottom: 2px solid #E6E6E6;
        width: 100%;
        margin-top: 15px;
    }

    .projects__content {
        width: 95%;
        margin: 1% auto 10% auto;
    }

    .page__name {
        width: 65%;
        writing-mode: unset;
        transform: rotate(0);
        margin-top: 0;
        margin-right: 0;
        align-self: center;
        margin-bottom: 6%;
    }

    .about__heading--txt,
    .content__name--txt {
        font-size: 25px;
        line-height: 33px;
    }

    .item__container:not(.item__container:first-child) {
        margin-top: 10px;
    }

    .projects_cat .item__container:not(.item__container:first-child) {
        margin-top: 10px;
        margin-left: 0;
        margin-right: 0;
    }

    .content__name {
        width: 65%;
        margin-top: 0;
        margin-right: 0;
        align-self: center;
        margin-bottom: 6%;
    }

    .page__name--sngl,
    .sngl_slider__container--top {
        display: none;
    }

    .sngl_slider__thumbs .pane,
    .pane__back--thumb, 
    .pane__front--thumb {
        height: 433px;
        margin-right: 0;
    }

    .sngl_slider__thumbs .item__container:hover .pane {
        transform: none;
        -webkit-transform: none;
    }

    .team .team__content {
        width: 95%;
        margin: 1% auto 0% auto;
    }

    .team__content {
        width: 95%;
        margin: 1% auto 0% auto;
    }

    .team__content--sngl {
        width: 100%;
        margin: 1% auto 10% auto;
    }

    .item__container--thumb {
        width: 100%;
        height: 100%;
    }

    .contact .content__name {
        width: 60%;
    }

    .contact__content {
        margin-top: 1%;
        margin-bottom: 10%;
    }

    .form__container {
        width: 91%;
        margin-bottom: 1.5rem;
    }

    .form__inp {
        height: 25px;
        border: 0;
    }

    /* 
        Fix για τα iOS γιατί εμφάνιζε 
        μια γραμμή πάνω από το input element 
    */

    .form__inp:focus {
        border: none;
    }

    .contact__form--txt {
        font-size: 18px;
        line-height: 22px;
    }

    .input__holder {
        width: 100%;
        margin-top: 5%;
    }

    .pl-15 {
        padding: 0;
    }

    .contact__form {
        margin-top: 0;
    }

    .contact__map {
        max-width: 100%;
    }

    .input__holder:first-child {
        margin-top: 0;
    }

    .body--contact .page__name {
        display: none;
    }

    .body--contact .page__content {
        flex-direction: column-reverse;
    }

    .contact__form {
        max-width: 100%;
        margin-left: 0;
    }

    .body--contact .content__name {
        display: flex;
    }

    .body--contact .footer__contact--heading, 
    .body--contact .footer__contact--subheading {
        display: block;
    }

    .footer__contact--subheading {
        margin: 20px 0 10px 0;
    }

    .info--line:nth-child(2) {
        margin: 10px 0 15px 0;
    }

    .body--contact .footer__contact {
        min-width: unset;
        padding-left: unset;
    }

    .about__heading {
        writing-mode: unset;
        transform: rotate(0);
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 10%;
        width: 100%;
    }

    .about__heading--txt {
        padding-left: 0;
    }

    .about__description--txt {
        font-size: 16px;
        line-height: 21px;
    }

    .about__content {
        width: 60%;
        margin-top: 1%;
        margin-bottom: 20%;
    }

    .about__img {
        min-height: 300px;
        object-fit: cover;
    }

    .member__name--txt,
    .member__title--txt {
        font-size: 17px;
        line-height: 20px;
    }

    .team .item__container {
        max-width: 49%;
    }

    .team .item__container:not(.item__container:first-child),
    .team .item__container:not(.item__container:nth-of-type(2)) {
        margin-top: 10px;
    }

    .item__container {
        margin-right: 0;
    }

    /* .team .item__container:nth-of-type(2n+1) {
        margin-right: 5px
    } */

    .hero {
        height: 32vh;
        min-height: 285px;
    }

    .hero__overlay {
        width: 60%;
    }

    .hero__heading-txt {
        text-align: right;
    }

    .swiper-pagination-bullet {
        height: 7px;
        width: 7px;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 6px;
    }

    .services {
        margin: 6% auto;
    }

    .services__icons {
        width: 90%;
    }

    .service__icon {
        width: 37px;
        height: 37px;
    }

    .service__holder {
        width: 23%;
    }

    .service__name--txt {
        font-size: 10px;
        line-height: 11px;
    }

    .service__name-strip--txt {
        font-size: 20px;
        line-height: 27px;
    }

    .srv__strip {
        background-size: cover;
        background-position: center center;
    }

    .service__strip-holder {
        padding: 0;
        /* min-height: 68px; */
        width: 100%;
        position: relative;
    }

    .services__strips > .service__strip-holder:nth-of-type(2) {
        margin: 5px 0;
    }

    .services__strips > .service__strip-holder:nth-of-type(3) {
        margin-bottom: 5px;
        margin-top: 0px;
    }

    .services__strips > .service__strip-holder:nth-of-type(4) {
        margin-top: 0px;
    }

    .dropdown {
        width: 190px;
        min-height: 365px;
        top: 0;
        left: 0;
    }

    .dropdown__holder {
        width: 67%;
        margin: 32% auto 0 19%;
    }

    .dropdown__item--button > a {
        width: 100%;
    }

    .dropdown__item > a:hover {
        padding: 0;
        background: unset;
    }

    .topbar {
        z-index: 10;
        position: relative;
    }

    .strip__name {
        width: 50%;
    }
    
    .dots__container, 
    .dot,
    .project__caret {
        visibility: visible;
    }

    .dots__container {
        display: flex;
    }

    .dot,
    .project__caret { 
        display: block;
    }


    .item__container {
        position: relative;
        width: 100%;
    }

    .dots__container {
        width: 50px;
        height: 20px;
        margin: 0;
        padding: 0;
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
    }

    .dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: white;
        opacity: 0.5;
        transition: opacity 0.4s ease-in;
        cursor: pointer;
        pointer-events: fill;
    }

    .project__caret {
        width: 18px;
        height: 18px;
        transform: rotate(-90deg) translateY(-50%);
    }

    .caret__container {
        width: 18px;
        height: 18px;
        top: 50%;
        right: 10px;
        position: absolute;
    }

    .pane__back {
        background-color: #e6e6e6;
    }

    .item__container .project__caret {
        opacity: 0;
        transition: opacity 0.4s ease-in;
    }

    .item__container.hover .project__caret {
        opacity: 1;
    }

    .item__container .dot:first-child {
        opacity: 1;
    }

    .item__container.hover .dot:first-child {
        opacity: 0.5;
    }

    .item__container.hover .dot:last-child {
        opacity: 1;
    }
 
    .item__container.hover .pane {
        transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
    }

    .item__container:hover .pane {
        transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
    }

    .team .item__container:hover .pane, 
    .team .item__container.hover .pane {
        transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
    }

    .team .item__container--static:hover .pane, 
    .team .item__container--static.hover .pane {
        transform: none;
        -webkit-transform: none;
    }

    .item__container--static:hover .pane, 
    .item__container--static.hover .pane {
        transform: none;
    }

    .thumb--inactive {
        opacity: 1;
    }

}

@media screen and (min-width: 767px) and (max-width: 800px) {
    .i-flex-row {
        display: flex;
        flex-direction: row;
    }

    .i-just-spcbtwn {
        justify-content: space-between;
    }

    .i-align-end {
        align-items: flex-end;
    }

    .footer__contact {
        width: 53%;
    }

    .footer__social {
        width: 20%;
    }

    .content__name {
        width: 60%;
    }

    .page__name {
        width: 63%;
    }

    .hero__heading-txt {
        font-size: 37px;
    }

    .hero__heading-txt--sec {
        font-size: 27px;
    }
}

@media screen and (max-width: 460px) {
    .sngl_slider__thumbs .pane, 
    .pane__back--thumb, 
    .pane__front--thumb {
        height: 240px;
        margin-right: 0;
    }

    .footer__contact {
        width: 97%;
    }

    .footer__top {
        width: 90%;
    }

    .footer__contact-txt--heading {
        font-size: 27px;
        line-height: 40px;
        letter-spacing: 3.45px;
    }

    .footer__contacts-wrapper {
        flex-direction: column;
    }

    .footer__contact {
        padding: 0;
    }

    .about__content {
        width: 75%;
    }
}

@media screen and (max-width: 420px) {
    .member__name--txt, .member__title--txt {
        font-size: 15px;
    }

    .sngl_slider__thumbs .pane, .pane__back--thumb, .pane__front--thumb {
        height: 240px;
        margin-right: 0;
    }

    .page__title {
        width: 65%;
    }

    .page__name {
        width: 70%;
    }
}

@media screen and (max-width: 400px) {
    .member__name--txt, .member__title--txt {
        font-size: 13px;
    }

    .info--txt {
        font-size: 13px;
    }

    .footer__contact-txt--heading {
        font-size: 25px;
    }

    .page__title {
        width: 75%;
    }

    .page__name {
        width: 80%;
    }
}

@media screen and (max-width: 360px) { 
    .hero__overlay {
        width: 65%;
    }

    .footer__contact-txt--heading {
        font-size: 24px;
    }

    .strip__name {
        width: 60%;
    }
}

@media screen and (max-width: 340px) { 
    .service__holder {
        margin-top: 5%;
    }

    .page__title {
        width: 80%;
    }

    .page__name {
        width: 85%;
    }

    .content__name {
        width: 80%;
    }

    .info--txt {
        font-size: 11px;
    }

    .footer__contact-txt--heading {
        font-size: 21px;
    }

    .footer__contact-txt--subheading {
        font-size: 18px;
        line-height: 30px;
    }

    .member__name--txt, .member__title--txt {
        font-size: 12px;
    }
}