/* Default */
:root {
    --surface-color: #fff;
    --curve: 40;
  }
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    scrollbar-width: thin;
    scrollbar-color: #cccdcc #f1f1f1;
}
body {
    margin: 0;
}
a {
    background: transparent;
}
a:focus {
    outline: thin dotted;
}
a:active, a:hover {
    outline: 0;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
.white{
    color: white !important;
}

.section {
    padding: 2em 0;
    background-color: #252525;
}

select{
    color: #9e9e9d;
    width: 100%;
    height: 51px;
    padding: 10px;
    font-size: 14px;
}
/*Typography*/

dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
code, kbd, pre, samp {
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
    font-family: Roboto flex !important;
}
hr {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
}
.biography{
    font-size: 18px;

}

.btn-border {
    background-color: #FCFBF9;
    border: 4px double #D5CCB3;
    color: #C4AC6C;
    /*margin-left: 30px;*/
}
q {
    quotes: "\201C" "\201D" "\2018" "\2019"}
small {
    font-size: 80%}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0 15px 0 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}

button, input, select, textarea {
    font-family: inherit;
    /*font-size: 100%;*/
    margin: 0;
}
button, input {
    line-height: normal;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

abbr, abbr[title] {
    text-decoration: none;
    border: none;
}
a {
    color: #bfa55e;
    text-decoration: none;
    cursor: pointer;
}
strong {
    font-weight: normal;
}
.center {
    text-align: center;
}
small {
    font-size: 1em;
}
body {
    font-size: 1em;
    line-height: 1.5;
    /*text-transform: lowercase;
    text-rendering: optimizeLegibility;*/
    color: #1c1c1c;
}
p {
    text-transform: none;
}
h2.vertical-center{
    padding-top: 400px;
    font-size: 100px;
}
.lead {
    font-size: 1.1em;
    line-height: 1.8;
    text-align: center;
    max-width: 840px;
    margin: 1em auto;
}
.visual-emphasis {
    font-weight: 700;
    color: #c4ac6c;
    display: inline-block;
}
.primary-link {
    position: relative;
    display: inline-block;
    padding: .6em 0;
    letter-spacing: .09em;
    font: 1em/1 "Prata", Helvetica, Arial, sans-serif;
    color: #1c1c1c;
    border-bottom: 3px solid #c4ac6c;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-bottom-color 0.3s;
    -moz-transition: border-bottom-color 0.3s;
    -ms-transition: border-bottom-color 0.3s;
    -o-transition: border-bottom-color 0.3s;
    transition: border-bottom-color 0.3s;
}
.primary-link:hover {
    border-bottom-color: transparent;
}
h1 {
    font-weight: normal;
    letter-spacing: 0.15em;
    color: #fcfbf9;
    font-size: 1.1em;
    width: 100%;
    margin: 0 auto;
    text-align: left;
}
h2, h3, h4, h5, h6 {
    text-align: center;
    font-weight: normal;
    line-height: 1;
}
h2 {
    font-size: 2.2em;
    color: #353535;
    letter-spacing: .2em;
    margin-top: 0;
}
h3 {
    font-size: 1.3em;
    color: rgb(0, 0, 0);
    letter-spacing: .03em;
}
h4 {
    color: #000000;
    font-weight: 600;
    font-size: 1.3rem;
    text-align: center;
    margin: 0.33em 0.5em .67em;
    letter-spacing: .1em;
}
h4+p {
    margin-top: 0;
}
body {
    background-color: #333;
    font-family: Roboto flex;
}


article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
.active{
    color: #c4ac6c;
}

li{
    display: flex;
    list-style-type: none;
    /* text-transform: capitalize; */
    flex-direction: column;
}
.top70{
    margin-top:70px 
}
.top40{
    margin-top:40px;
    color: black; 
}
.grey{
    color:#878684;
    font-size: 18px;
}
.greyish{
    color: #878684 !important;
    font-size: 28px;
    /* margin-top: 64px; */
    margin: 64px 0;
}
.top-margin{
    margin-top: 250px;
}
.border-img{
    border: 1px solid #CDCAC1;
    padding: 10px;
}

/*Header*/.navbar-fixed-top {
    position: absolute !important;
    height: 192px !important;
}
    .header-cta .small{
    background-color: #C4AC6C;
    color: #FCFBF9;
    padding: 0px 40px;
    vertical-align: middle;
    text-align: center;
    letter-spacing: 0.15em;
    transition: all 0.4s ease-in-out 0s;
}
    .visible-nav{
        text-transform: uppercase; 
        margin: 83px 58px;
    }
    header.smaller .visible-nav{
        text-transform: uppercase; 
        margin: 53px 40px;
    }
    .xs-nav{
        padding: 10px;
        font-size: 16px;
        word-spacing: 10px;
        margin: 10px ;
    }

    .nav-style{
        background: #C3AB69;
        width: 150px;
        height: 30px;
        padding-top: 10px;
    }

   
    header.smaller {
        height: 127px; 
        margin: 0 !important;
        padding: 0;
        /*transition:.5s;*/
    }
   

    header.smaller nav {
        margin: 0 !important;
        padding: 26px 0px;
        /*transition:1.5s;*/
    }

    .last-child{
        padding: 39px 60px 39px 50px;
        line-height: 100px;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        font-size: 48px;
    }

    header.smaller nav .last-child {
    margin: 0px !important;
    padding: 55px 32px 26px 30px;
    /*transition: all 0.5s ease 0s;*/
    line-height: 13px;
    /*transition:1.5s;*/
}
    

   
    header.smaller .brand {
        font-size: 20px;
        text-transform: uppercase !important;
        margin: 8px !important;
        /*position: absolute;*/
        border: none;
        /*transition:1.5s;*/
    }
    

    .header-cta .smaller {
    background-color: #c4ac6c;
    color: #fcfbf9;
}

.brand {
    
    font-size: 30px;
    text-transform: uppercase !important;
    margin: 43px !important;
   /*
    border: 6px solid #BFA55E;
    padding: 5px;*/
    transition: 0.4s;
}

.social{
    display: flex;
    justify-content: center;
}

.social a{
padding: 15px;
}
.col-md-4{
    display: flex !important;
    justify-content: space-evenly;
}
#intro-text{
    margin-top: 20px !important;
    position: fixed;
}
.top-margin{
    margin-top: -22px !important;
}
.top-text{
    font-weight: bold;
    color: white;
}

/*Functions*/
.slide-img{
    cursor: pointer;
}

.function-text {
    font-size: 21px;
    letter-spacing: 1px;
    word-spacing: 3px;
    line-height: 34px;
    color: #1C1C1C;
    overflow: overlay;
    scrollbar-width: thin;
    scrollbar-color: #cccdcc #f1f1f1;
}
/*Services*/
.column-service{
    background: #F3F3F0;
    padding: 6em;
}



.content {
    background-image: url("../images/assets/texture-canvas-white.png");
}

.container{
    width: 100%;
}

body {
    background-color: #102336;
  }
  .bg {
    position: absolute;
    top: 0;
    left: 10px;
    width: 100%;
  }
  @keyframes blink {
    0%   { opacity: 0; }
    50% { opacity: 0.6; }
    100% { opacity: 0; }
  }
  .stars-bg__star {
    opacity: 0;
    animation: blink 3s infinite;
  }
  .stars-bg__blink-2 {
    animation-delay: 1s;
  }
  .stars-bg__blink-3 {
    animation-delay: 2s;
  }
  .hello {
    margin: 50px auto;
    display: block;
    width: 200px;
    color: #FFF;
    opacity: 0.3;
  }
  

.container h2{
    font-style: italic;
    font-weight: 500;
    font-size: 40px;
    text-align: center;
    letter-spacing: 2px;
    color: black;
}
section {
    padding: 2em 0;
}

::selection {
    background-color: #f6e7c0;
}
img[src$=".gif"], img[src$=".png"] {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}
body>header {
    /*background-color: #fcfbf9;*/
    background-repeat: no-repeat;
    /*background-image: url("../images/assets/texture-canvas-white.png");*/
    height: 110px;
   /* border-bottom: 2px solid #C6B073;*/
    word-spacing: 10px;
    display: flex;
    justify-content: space-between;
    /* padding-right: 20px; */
    align-items: center;
}
header div{
    width: 100%;
    height: 100%;
    background-color: #c4ac6c;
    position: absolute;
    z-index: -1;
}
button.office-place{
    text-transform: uppercase;
    width: 100%;
    height: 114px;
    color: white;
    background-color: #BFA55E;
   /* padding: 0 78px;*/
}

#office-place{
    border-radius: 18px;
    width: 472px;
    height: 62px;
    margin-top: 41px;
    font-size: larger;  
}

.office-place {
    color: #c4ac6c;
    font-size: 30px;
    letter-spacing: .2em;
    margin: 37px auto 0 auto;
    text-transform: lowercase;
    font-weight: 500;
}

.open{
    color: white;
    width: 340px;
    height: 64px;
    display: inline-block;
    z-index: 100;
    cursor: pointer;
}
#small-team .lead {
    text-align: left;
}
.team {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
/*.team li {
    margin-bottom: 40px;
}*/
.team li:last-child {
    margin-bottom: 0;
}

/*Slider*/
.swiper-container {
    width: 100%;
    /*height: 300px;*/
    overflow: hidden;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0; /* Цвет фона для слайдов */
    height: 20em !important;
}

.swiper-button-next,.swiper-button-prev{
    color: #000000 !important;
    text-shadow: 2px 5px 5px #ffffff;
}
    .swiper-pagination-bullet-active{
    background: #000000 !important;
}
.slide-content {
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 0 35px;
}
/**/
.banner {
    width: 100%;
    padding-bottom: 66%;
    height:550px;
}
.banner-1 {
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url("../images/bg1.jpg");
    background-size: cover;
}
.banner-2 {
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url("../images/bg2.jpg");
    background-size: cover;
    height: 550px;
}

.our-functions-container {
    max-width: 920px;
}

.services {
    background-image: url("../images/assets/texture-canvas-grey.png");
    padding: 40px 0;
    text-align: center;
}
.services h3 {
    margin-top: 0;
}
.services h4 {
    text-align: center;
}
.services ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: none;
    font-size: .8em;
    line-height: 1.8;
}
button {
    border: none;
    outline: none;
    background-color: inherit;
}
.btn {
    padding: .43em .5em .5em;
    background-color: #878684;
    font: 1em/1 "Novecento Sans Wide Medium", Helvetica, Arial, sans-serif;
    text-transform: lowercase;
    color: #fcfbf9;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.btn:hover {
    background-color: #7d7c7a;
}
.btn-gold {
    background-color: #c4ac6c;
}
.btn-gold:hover {
    background-color: #bea45d;
}
.btn-border {
    background-color: #fcfbf9;
    border: 4px double #d5ccb3;
    color: #c4ac6c;
    margin: 10px;
}
.btn-border:hover, .btn-border:focus {
    color: #1c1c1c;
    background-color: #fcfbf9;
    border-color: #c4ac6c;
}
button[type="submit"].btn-border {
    background-color: white;
}
button[type="submit"].btn-border:hover, button[type="submit"].btn-border:focus {
    background-color: white;
}
.btn-block {
    padding: .62em 0 .65em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%}

/*Clients*/


.clients-projects>li {
    float: left;
    width: 50%;
    padding-bottom: 33.3%;
    background-color: #3f3f3f;
}
.clients-projects>li:nth-child(odd), .clients-projects>li:nth-child(even) {
    background-color: #3f3f3f;
}
.clients-projects>li:nth-child(4n+1) {
    background-color: #3a3a3a;
}
.clients-projects>li:nth-child(4n+4) {
    background-color: #3a3a3a;
}

.clients-projects {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 0;
    background-color: #3f3f3f;
}
.clients-projects>li {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 66.67%;
    overflow: hidden;
}
.clients-projects>li .company-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    text-indent: -9999px;
}
.clients-projects>li.first-logo .company-logo {
    width: 240px;
    height: 70px;
    margin-left: -120px;
    margin-top: -35px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url("../images/1.png");
    background-size: 240px 140px;
    transition:.5s;
}
.clients-projects>li.first-logo:hover .company-logo {
    background-position: 0 -70px;
    transition:.5s;
}
.clients-projects>li.pictawall .company-logo {
    width: 202px;
    height: 49px;
    margin-left: -101px;
    margin-top: -24px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url("../images/2.png");
    background-size: 202px 98px;
    transition:.5s;
}
.clients-projects>li.pictawall:hover .company-logo {
    background-position: 0 -49px;
    transition:.5s;
}
.clients-projects>li.second-logo .company-logo {
    width: 178px;
    height: 74px;
    margin-left: -89px;
    margin-top: -37px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url("../images/3.png");
    background-size: 178px 148px;
    transition:.5s;
}
.clients-projects>li.second-logo:hover .company-logo {
    background-position: 0 -74px;
    transition:.5s;
}
.clients-projects>li.third-logo {
    background-color: #3f3f3f;
}
.clients-projects>li.third-logo .company-logo {
    width: 211px;
    height: 82px;
    margin-left: -105px;
    margin-top: -41px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url("../images/4.png");
    background-size: 211px 164px;
    transition:.5s;
}
.clients-projects>li.third-logo:hover .company-logo {
    background-position: 0 -82px;
}
.clients-projects>li.fourth-logo {
    background-color: #3f3f3f;
}
/*.clients-projects>li.fourth-logo a {
    cursor: not-allowed;
}*/
.clients-projects>li.fourth-logo .company-logo {
    width: 215px;
    height: 92px;
    margin-left: -103px;
    margin-top: -47px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url("../images/5.png");
    background-size: 215px 184px;
    transition:.5s;
}
.clients-projects>li.fourth-logo:hover .company-logo {
    background-position: 0 -92px;
}
.clients-projects>li.fifth-logo .company-logo {
    width: 215px;
    height: 87px;
    margin-left: -107px;
    margin-top: -44px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url("../images/1.png");
    background-size: 215px 174px;
    transition:.5s;
}
.clients-projects>li.fifth-logo:hover .company-logo {
    background-position: 0 -87px;
}
.clients-projects>li.elastic a {
    cursor: not-allowed;
}
.clients-projects>li.elastic .company-logo {
    width: 225px;
    height: 40px;
    margin-left: -113px;
    margin-top: -20px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url("../images/1.png");
    background-size: 225px 80px;
    transition:.5s;
}
.clients-projects>li.elastic:hover .company-logo {
    background-position: 0 -40px;
}
.clients-projects>li.renson a {
    cursor: not-allowed;
}
.clients-projects>li.renson .company-logo {
    width: 292px;
    height: 93px;
    margin-left: -146px;
    margin-top: -46px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url("../images/2.png");
    background-size: 292px 186px;
}
.clients-projects>li.renson:hover .company-logo {
    background-position: 0 -93px;
}
.clients-projects>li:nth-child(odd) {
    background-color: #3a3a3a;
}
.clients-projects>li:nth-child(even) {
    background-color: #3f3f3f;
}
.clients-projects a {
    display: block;
    position: absolute;
    width: 100%;
    padding-bottom: 66.7%;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.clients-projects a:hover {
    background-color: rgba(101, 101, 101, 0);
    -webkit-transition: background-color 1s;
    -moz-transition: background-color 1s;
    -ms-transition: background-color 1s;
    -o-transition: background-color 1s;
    transition: background-color 1s;
}
.clients-projects a:hover .tasks {
    top: 76%;
    -webkit-transition: top 0.3s;
    -moz-transition: top 0.3s;
    -ms-transition: top 0.3s;
    -o-transition: top 0.3s;
    transition: top 0.3s;
}
.client-assist {
    position: absolute;
    width: 100%;
    height: 100%}
.client-work {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 25%;
    padding: 0;
    background-color: #353535;
    color: #fcfbf9;

    font-size: .86em;
    letter-spacing: .15em;
    line-height: 1.3;
    text-align: center;
    display: table;
    -webkit-transition: top 0.7s;
    -moz-transition: top 0.7s;
    -ms-transition: top 0.7s;
    -o-transition: top 0.7s;
    transition: top 0.7s;
    -o-box-shadow: 1px 0 0 0 #353535;
    box-shadow: 1px 0 0 0 #353535;
}
.tasks ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.tasks li {
    float: none;
}
.clients-projects>li {
    width: 33.3333%;
    padding-bottom: 22.2%}
.clients-projects>li:nth-child(4n+1), .clients-projects>li:nth-child(4n+4) {
    background-color: #3f3f3f;
}
.clients-projects>li:nth-child(odd) {
    background-color: #3a3a3a;
}
.clients-projects>li:nth-child(even) {
    background-color: #3f3f3f;
}

/*Testimonials*/

.testimonials li:last-child blockquote {
    margin: 0;
}
blockquote {
    margin: 0 0 1.67em 0;
}
blockquote p {
    margin-bottom: .33em;
    line-height: 1.64em;
}
blockquote p:before, blockquote p:after {
    color: #c4ac6c;
    font-weight: 700;
}
blockquote p:before {
    content: '“'}
blockquote p:after {
    content: '”'}
blockquote footer {
    text-transform: none;
    color: #878684;
}
blockquote footer:before {
    content: '—'}
.arobase {
    margin-left: .5em;
    margin-right: .5em;
}


.our-quality {
    list-style: none;
    padding: 0;
}

h1 {
    /*
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 2s;
    -webkit-animation-name: intro;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0s;
    -moz-animation-duration: 2s;
    -moz-animation-name: intro;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0s;
    -o-animation-duration: 2s;
    -o-animation-name: intro;
    -o-animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-duration: 2s;
    animation-name: intro;
    animation-fill-mode: forwards;*/
}
.office-place {/*
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 1.3s;
    -webkit-animation-name: intro;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0s;
    -moz-animation-duration: 1.3s;
    -moz-animation-name: intro;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0s;
    -o-animation-duration: 1.3s;
    -o-animation-name: intro;
    -o-animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-duration: 1.3s;
    animation-name: intro;
    animation-fill-mode: forwards;*/
}
h1, .office-place {
    -webkit-animation-fill-mode: none;
    -moz-animation-fill-mode: none;
    -ms-animation-fill-mode: none;
    -o-animation-fill-mode: none;
    animation-fill-mode: none;
}
@-webkit-keyframes slideUp {
    0% {
    -webkit-transform: translateY(0);
}
100% {
    -webkit-transform: translateY(-30px);
}
}@-moz-keyframes slideUp {
    0% {
    -moz-transform: translateY(0);
}
100% {
    -moz-transform: translateY(-30px);
}
}@-o-keyframes slideUp {
    0% {
    -o-transform: translateY(0);
}
100% {
    -o-transform: translateY(-30px);
}
}@keyframes slideUp {
    0% {
    transform: translateY(0);
}
100% {
    transform: translateY(-30px);
}
}@-webkit-keyframes slideDown {
    0% {
    -webkit-transform: translateY(-30px);
}
100% {
    -webkit-transform: translateY(0);
}
}@-moz-keyframes slideDown {
    0% {
    -moz-transform: translateY(-30px);
}
100% {
    -moz-transform: translateY(0);
}
}@-o-keyframes slideDown {
    0% {
    -o-transform: translateY(-30px);
}
100% {
    -o-transform: translateY(0);
}
}@keyframes slideDown {
    0% {
    transform: translateY(-30px);
}
100% {
    transform: translateY(0);
}
}

.services ul {
    font-size: 1em;
}
#logo {
    float: left;
    margin-top: 25px;
}
.menu {
    display: block;
    float: right;
}
.menu a {

    display: inline-block;
    line-height: 1;
}
.menu a:hover {
    color: #c4ac6c;
}
.menu a.active {
    color: #c4ac6c;
    padding-bottom: 6px;
    border-bottom: 2px solid #c4ac6c;
}
.menu nav {
    display: inline-block;
    margin-right: 25px;
    margin-top: 20px
}
.menu nav a {
    margin: 0 15px 0 0;
    color: #878684;
}

.our-quality h4 {
    text-align: center;
}


section {
    padding: 4em 0;
}
section:first-child {
    padding-bottom: 0;
}
section:nth-child(4) {
    padding-top: 0;
}
section:last-child {
    padding-bottom: 6em;
    position: relative;
}
.call-to-action {
    margin-top: 6em;
}
.call-to-action .btn {
    margin-left: 30px;
}
.lead {
    font-size: 1.3em;
    line-height: 2;
}
.lead-creative {
    font-size: 64px;
    text-align: center;
    word-spacing: 4px;
    letter-spacing: 1.2px;
    line-height: 50px;
    color: black;
    font-weight: 480;
}
.lead-creative~h3, .anim1{
    font-style: italic;
    font-weight: 500;
    font-size: 52px;
    /* text-align: center; */
    color: #000;
    width: 92%;
    text-align: center;
    margin-top: 98px;
    margin-bottom: 98px;
    background-image: linear-gradient(
    -225deg,
    #000000 0%,
    #37352f 29%,
    #9e9e9d 67%,
    #D5CCB3 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 5s ease-in-out infinite;
  display: inline-block;
}

@keyframes textclip {
  to {
    background-position: -150% center;
  }
}

.anim2{
    font-style: italic;
    font-weight: 500;
    font-size: 52px;
    /* text-align: center; */
    color: #000;
    width: 92%;
    text-align: center;
    margin-top: 98px;
    margin-bottom: 98px;
    background-image: linear-gradient(
    -225deg,
    #000000 0%,
    #37352f 29%,
    #9e9e9d 67%,
    #D5CCB3 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip2 5s ease-in-out infinite;
  animation-delay: 2s;
  display: inline-block;
}

@keyframes textclip2 {
  to {
    background-position: -150% center;
  }
}

.anim3{
    font-style: italic;
    font-weight: 500;
    font-size: 52px;
    /* text-align: center; */
    color: #000;
    width: 92%;
    text-align: center;
    margin-top: 98px;
    margin-bottom: 98px;
    background-image: linear-gradient(
    -225deg,
    #000000 0%,
    #37352f 29%,
    #9e9e9d 67%,
    #D5CCB3 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip3 5s ease-in-out infinite;
  animation-delay: 3.5s;
  display: inline-block;
}

@keyframes textclip3 {
  to {
    background-position: -150% center;
  }
}

.anim1, .anim2, .anim3{
    display: none;
}
.lead-creative~p{
font-size: 32px;
}

.lead-creative-banner {
    font-style: normal;
    font-weight: 400;
    font-size: 27px;
    text-align: center;
    word-spacing: 4px;
    letter-spacing: .8px;
    line-height: 35px;
    padding: 0 19px;
}
h2 {
    font-size: 3.1em;
}
.primary-link {
    font-size: 1.35em;
}
.bottom100{
    margin-bottom: 100px;
}
.bottom30{
    margin-bottom: 30px;
}

.btn {
width: 206px;
    height: 46px;
    font-size: 21px;
    padding: 10px 5px;
    CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
    color: white;
    background-color: #BFA55E;
    border-radius: 25px;
}
.team-container {
    max-width: 900px;
}
.testimonials {
    overflow: visible;
    padding: 0;
    text-align: left;
    overflow: hidden;
    line-height: 2;
}
.testimonials li {
    float: left;
    width: 47.5%}
.testimonials li:nth-child(odd) {
    margin-right: 5%}
.services {
    overflow: hidden;
}
.services .container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.services .service {
    float: left;
    width: 50%
}

form .flexible:nth-child(3) {
    margin-right: 0;
}
.row {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    
}
/*прайс*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

* {
	box-sizing: border-box;
}

body {
	background-color: #f6f5f7;
	font-family: Roboto flex;
	margin-bottom: 50px;
}

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

.pricing-box-container {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.pricing-box {
    background-color: #ffffff;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    flex: 1;
    padding: 30px 28px;
    margin: 2%;
    min-width: 284px;
    max-width: 362px;
    height: 663px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pricing-box-right{
    background-color: #ccc9c9;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    flex: 1;
    padding: 24px 28px 30px;
    margin: 2%;
    min-width: 292px;
    max-width: 350px;
    height: 663px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pricing-box h5 {
	text-transform: uppercase;
}

.price {
	margin-top: 10px;
	font-size: 36px;
	font-weight: 700;
}

.price sub, .price sup, .price-del sub, .price-del sup {
	font-size: 16px;
	font-weight: 100;
}

.price-del{
    margin-top: -43px;
    margin-bottom: -2px;
    font-size: 33px;
    font-weight: 200;
    color: #636363;
}

.price__info{
    height: 186px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.pricing-button{
    color: #7e6d3f;
    cursor: pointer;
}

.mt-2{
    margin-top: 2em;
}
#myBtnBrend{
    color: #7e6d3f;
    margin-bottom: 18px;
}
li:hover{
    transform: translateY(-3px);
}
.features-list {
	padding: 0;
	list-style-type: none;
}

.features-list li {
	padding: 12px 0;
	font-weight: 200;
    line-height: 16px;
}

.p-1 li{
    padding: 4px 0 !important;
}
.features-list li:not(:last-of-type) {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.btn-primary {
	border-radius: 25px;
	border: none;
	background-color: #BFA55E;
	color: #ffffff;
	cursor: pointer;
	padding: 10px 15px;
	text-transform: uppercase;
	transition: all 0.1s ease-in-out;
}

.btn-primary:hover {
	box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.5);
	transform: translateY(-3px);
}

.pricing-box-bg-image {
    background-color: #e6e6e6;
	background-position: center center;
	color: black;
}

.pricing-box-bg-image .features-list li {
	border-bottom-color: 1px solid rgba(0, 0, 0, 0.1)
}

.pricing-box-bg-image .btn-primary {
	background-color: #bfa55e;
	color: #ffffff;
}

footer {
	background-color: #222;
	color: #fff;
	font-size: 14px;
	bottom: 0;
	position: fixed;
	left: 0;
	right: 0;
	text-align: center;
}

footer p {
	margin: 10px 0;
}

footer i {
	color: red;
}

footer a {
	color: black;
	text-decoration: none;
}





/*прайс конец*/
.flexible {
    float: left;
    width: 30%;
    margin-right: 5%}
.field.block {
    clear: both;
}
.our-quality {
    padding: 0;
    max-width: 710px;
    margin-left: auto;
    margin-right: auto;
}
.our-quality p {
    font-size: 1.3em;
    line-height: 2;
}
.our-quality h4+p {
    margin-bottom: 2em;
}
.our-quality li:last-child p {
    margin-bottom: 0;
}
.intro {
    text-align: center;
    background-color: #fcfcfc;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.intro .container {
    margin-top: 288px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.team {
    overflow: hidden;
}
.team li {
    float: left;
    width: 30%;
    margin-right: 5%}
.team li:last-child {
    margin-right: 0;
}


h1 {
font-size: 1.6em;
    color: #000000;
    text-align: center;
    font-weight: 400;
    padding: 0;
    margin-top: -48px;
    word-spacing: 0px;
}
h2 {
    font-size: 2.5em;
    margin: .65em;
}
.header__text{
display: flex;
    width: 400px;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    height: 106px;
}
.services {
    text-align: left;
}
.services h4 {
    text-align: left;
}
.services ul {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    font-size: .9em;
    line-height: 1.9em;
}
.testimonials {
    font-size: 1em;
}
.our-quality {
    margin-top: 4em;
}
.our-quality h4+p {
    margin-bottom: 4em;
}

.lead {
    font-size: 1.42em;
    line-height: 2.3;
}

.our-quality p {
    font-size: 1.42em;
    line-height: 2.3;
}

/*Contact */



  #contact{
    /*padding:10px 0 10px;*/
  }

 .contactus{
    padding: 6em 0;
    margin-bottom: 80px;
 } 
  .contact-text{
    margin:45px auto;
  }

/* Contact Form */

  #contact .contact-form{
    margin: 0 auto;
    padding:25px 25px 0px 25px;
  }

  .mail-message-area{
    width:100%;
    padding:0 15px;
  }

  .mail-message{
    width: 100%;
    background:rgba(255,255,255, 0.8) !important;
    transition: all 0.7s;
    margin:0 auto;
    border-radius: 0;
  }

  .not-visible-message{
    height:0px;
    opacity: 0;
  }

  .visible-message{
    height:auto;
    opacity: 1;
    margin:25px auto 0;
  }

/* Input Styles */

  .form{
  	z-index: 1000;
    width: 100%;
    padding: 15px;
    background:#F3F3F0;
    border:1px solid rgba(0, 0, 0, 0.075);
    margin-bottom:25px;
    color:#727272 !important;
    font-size:13px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }

  .form:hover{
    border:1px solid #8BC3A3;
  }

  .form:focus{
    color: white;
    outline: none;
    border:1px solid #8BC3A3;
  }

  .textarea{
    height: 200px;
    max-height: 200px;
    max-width: 100%;
  }
  
/* Generic Button Styles */

  .button{
    padding:8px 12px;
    background:#0A5175;
    display: block;
    width:120px;
    margin:10px 0 0px 0;
    border-radius:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-align:center;
    font-size:0.8em;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
  }

  .button:hover{
    background:#8BC3A3;
    color:white;
  }

/* Send Button Styles */

  .form-btn{
    width:180px;
    display: block;
    height: auto;
    padding:15px;
    color:#fff;
    background:rgba(44, 111, 119, 1);
    border:none;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin:auto;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
  }
  .form-btn1{
    margin-left: -15px;
    
  }

  .form-btn:hover{
    background: #BFA55E;
    color: white;
    border:none;
  }

  .form-btn:active{
    opacity: 0.9;
  }
  .contact-text{
    margin-top: 20px;
  }

  /* By mmhyamin */

.custom-spacer {
    clear: both;
    margin-bottom: 6em;
}

.z-hover{
  transition: all 0.2s ease;
}

.z-hover:hover{
  box-shadow: 0px 18px 30px rgba(0, 0, 0, 0.3);
  transform: scale(1.05);
}

/* Member section (creative minds) */
.include-contact{
    position: relative;

}

#members {
    background-color: #fff;
}

#members strong {
    display: block;
}

#members .imgcaption {
    text-align: center;
    color: #000000;
    font-size: 21px;
    letter-spacing: 0.1em;
    /* margin: 15px auto; */
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    justify-content: space-evenly;
}
.imgcaption div{
    width: 162px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
}
.imgcaption div a{
    margin: 0 15px;
}


#members .name {
    display: block;
    margin-top: 5px;
}

#our-info {
    background-color: #FAFAFA;
}

#our-info hr {
    margin-bottom: 4em;
}

#our-info figure {
    margin-bottom: 30px;
}

#our-info figure img {
    cursor: pointer;
}

#our-service {
    background-color: #F3F3F0;
}

#our-service h3 {
    font-size: 2.5em;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 1em;
    color: #252525;
    margin: auto;
}

.service-list {
    margin-top: 10px;
    font-size: 16px;
    font-weight: normal !important;
    color: #898C92;
}

.reasons{
    text-transform: uppercase;
    height: 114px;
    color: white;
    background-color: #BFA55E;
    cursor: auto;
    position: relative;
}
.office-place__pain{
    background-color: #ffffff;
    width: 100%;
    padding: 8px;
}
#CTA-1 {
    background: url(../images/bg3.jpg);  
    background-size: cover;
    background-position: top left;
}

#banner-3 {
    background: url(../images/bg1.jpg) no-repeat;
    background-size: cover;
}

#banner-3 h2 {
    margin: 0;
    padding: 220px 0;
}

#branding {
    background-color: #fff;
}

#branding h4 {
    text-align: center;
    font-size: 18px;
}

#branding hr {
    margin-bottom: 4em;
}

#branding p {
    font-size: 1.42em;
    line-height: 2.3;
    margin-bottom: 2em;
    padding: 0 10px;
}

#banner-4 {
    background: url(../images/bg2.jpg) no-repeat;
    background-size: cover;
}

#banner-4 h2 {
    margin: 0;
    padding: 220px 0;
}

/* Footer */

#site-footer {
    background-color: #f0f0ec;
    padding: 0;
}

#site-footer span {
    margin: 0;
    color: #878684;
    padding-top: 13px;
    display: inline-block;
    font-size: 1em;
}

.networks {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}

.networks li {
    display: inline-block;
    margin-right: 10px;
}

.networks li:nth-child(4) {
    margin-right: 0;
}

.networks li a {
    display: block;
    width: 40px;
    height: 40px;
    border: 3px solid #000;
    transition: 0.5s all linear;
    position: relative;
}

.networks a:hover {
    transition: 0.5s all linear;
    border-color: #878684;
}

.networks a span {
    display: inline-block;
    text-indent: -9999px;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 9px;
    left: 9px;
}

.networks a span.twitter {
    background-repeat: no-repeat;
    background-position: 1px 2px;
    background-image: url("../images/assets/spritesheet.png");
    background-size: 80px 160px;
}

.networks a span.facebook {
    background-repeat: no-repeat;
    background-position: 3px -40px;
    background-image: url("../images/assets/spritesheet.png");
    background-size: 80px 160px;
}

.networks a span.instagram {
    background-repeat: no-repeat;
    background-position: 1px -79px;
    background-image: url("../images/assets/spritesheet.png");
    background-size: 80px 160px;
}

.networks a span.linkedin {
    background-repeat: no-repeat;
    background-position: 1px -119px;
    background-image: url("../images/assets/spritesheet.png");
    background-size: 80px 160px;
}

.tg img, .vk img{
    position: absolute;
    top: -5px;
    right: -4px;
    width: 25px;
}


/*Модальное окно*/

.modal {
    display: none; /* Скрыто по умолчанию */
    background-color: rgb(0,0,0); /* Затемнение фона */
    background-color: rgba(0,0,0,0.5); /* Полупрозрачное затемнение */
    z-index: 100; /* Фон на нижнем слое */
    overflow: auto; /* При необходимости, то появиться прокрутка */
  }


  .modal-content {
    position: fixed;
    width: 40%;
    top: 21%;
    left: 30%;
    margin: 0 auto;
    animation-name: animate;
    padding: 20px;
    animation-duration: 0.5s;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
.modal-content__header{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
  .modal-body {
    position: relative;
    padding: 20px 50px;
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    flex-direction: column;
    height: 71vh;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #cccdcc #f1f1f1;
}
.modal-body p{
    margin-bottom: 0;
}
.modal-body__border{
    padding-bottom: 10px;
    border-bottom: 1px solid #bfa55e;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-info{
    top: 5% !important;
    z-index: 5000;
    overflow-y: scroll;
}
.gold{
    color: #BFA55E;
    text-align: left;
    margin-left: 0;
    margin-top: 15px;
}
.brendMoney{
    top: 0 !important;
}
.masked-text {
    line-height: 151px;
    font-family: Roboto flex;
    font-size: 13rem;
    font-weight: bold;
    color: transparent;
    text-align: center;
    background-image: url('https://img.lovepik.com/background/20211021/large/lovepik-golden-grain-marble-background-image_401643920.jpg');
    background-size: 200%;
    background-position: 0 50%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animate-background 5s infinite alternate linear;
    letter-spacing: 0.5em;
}

/*карточки*/
.portfolio{
    margin-top: 7rem;
}
.cards {
    /*display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;*/
    margin: 4rem 5vw;
    padding: 0;
    list-style-type: none;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
  }
  
  .card {
    position: relative;
    display: block;
    height: 100%;  
    border-radius: calc(var(--curve)* 0.5px);
    overflow: hidden;
    text-decoration: none;
    box-sizing: border-box;
  }
  
  .card__image {      
    width: 100%;
    height: auto;
    max-width: 500px;
    box-sizing: border-box;
  }
  
  .card__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;        
    background-color: var(--surface-color);      
    transform: translateY(100%);
    transition: .2s ease-in-out;
    box-sizing: border-box;
  }
  
  .card:hover .card__overlay {
    transform: translateY(0);
  }
  
  .card__header {
    position: relative;
    display: flex;
    align-items: center;
    /* gap: 2em; */
    padding: 1em;
    border-radius: calc(var(--curve)* 0.5px) 0 0 0;
    background-color: #fafafa;
    transform: translateY(-100%);
    transition: .2s ease-in-out;
    flex-direction: column;
  }
  
  .card__arc {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 100%;
    right: 0;      
    z-index: 1;
  }
  
  .card__arc path {
    fill: var(--surface-color);
    d: path("M 40 80 c 22 0 40 -22 40 -40 v 40 Z");
  }       
  
  .card:hover .card__header {
    transform: translateY(0);
  }
  
  .card__thumb {
    flex-shrink: 0;
    width: 50px;
    height: 50px;      
    border-radius: 50%;      
  }
  
  .card__title {
    font-size: 1em;
    margin: 0 0 .3em;
    color: #6A515E;
  }
  
  .card__tagline {
    display: block;
    margin: 1em 0;
    font-family: "MockFlowFont";  
    font-size: .8em; 
    color: #D7BDCA;  
  }
  
  .card__status {
    font-size: .8em;
    color: #D7BDCA;
  }
  
  .card__description {
    padding: 0 2em 2em;
    margin: 0;
    color: #787272;
    font-family: "MockFlowFont";   
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }    

  .card__button{
    margin-top: 10px;
	border-radius: 25px;
	border: none;
	background-color: #BFA55E;
	color: #ffffff;
	cursor: pointer;
	padding: 10px 15px;
	text-transform: uppercase;
	transition: all 0.1s ease-in-out;
  }
  .card__button__hidden{
    border-radius: 25px;
	border: none;
	background-color: #BFA55E;
	color: #ffffff;
	cursor: pointer;
	padding: 10px 15px;
	text-transform: uppercase;
	transition: all 0.1s ease-in-out;
    display: none;
}
@keyframes animate-background {
    0% {
        background-position: 0 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

  @keyframes animate {
    from {top:-320px; opacity:0}
    to {top:0; opacity:1}
  }

  .close, .closeBrend {
    font-size: 60px;
    font-weight: bold;
    right: 16px;
    position: absolute;
    top: -3px;
    color: grey;
    cursor: pointer;
  }
  .close__price1, .close__price2{
    font-size: 60px;
    font-weight: bold;
    right: 16px;
    position: absolute;
    top: -11px;
    color: grey;
    cursor: pointer;
  }
  .key{
    position: absolute;
    left: 0;
    top:0;
  }
  .modal-header {
     padding: 0 15px !important;
}
.brend{
    top: 0 !important;
}
.card{
    display: none;
}
.slider{
    display: block;
}
.morph{
        display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 767px) {
    #site-footer {
        text-align: center;
    }
    .networks {
        float: none;
        margin-top: 15px;
    }
    .row{
        /*display: block;*/
        flex-direction: column;
            }
    .swiper-slide {
        width: 33.33%; /* Каждый слайд занимает треть ширины */
    }
    .key{
        display: none;
    }
    /*
    .swiper-slide {
        height: 28em !important;
    }*/
    .swiper-button-next, .swiper-button-prev {
    top: var(--swiper-navigation-top-offset, 48%) !important;
    }
    .card__overlay {
    background-color: transparent;
    transform: translateY(-69%);
    }
    .card__header {
    background-color: transparent;
    transform: translateY(74%);
}
.card__header-text{
    display: none;
}
.card__description {
    display: none;
}

.modal-body {
    padding: 0;
    height: 69vh;
    margin-top: 10px;
}

.card__button{
    display: none;
}
.card__button__hidden{
    display: flex;
    justify-content: center;
    align-items: center;
}
.card{
    display: block;
}
.cards{
     flex-direction: column;
}
#office-place{
    width: 327px;
    height: 44px;
    font-size: 16px;
}
.slider{
    display: none;
}
.morph{
    display:none;
}
}

@media (max-width: 662px) {
    .lead-creative {
        font-size: 45px;
        line-height: 1;
        margin-top: 30px;
        letter-spacing: 1px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .container h2 {
        font-style: italic;
        font-weight: 500;
        font-size: 29px;
    }
    .brand {
        margin: 43px 10px !important;
      }
.brand img{
    width: 100px !important;
}
.lead-creative~p {
        font-size: 18px;
        text-align: justify;
}
.navbar-fixed-top {
    position: absolute !important;
    height: 126px !important;
}

.lead-creative~h3 {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 20px; 
    display: none;
}

      .last-child {
        padding: 39px 10px 39px 0;
        font-size: 35px;
    }
    .modal-content{
        z-index: 5000;
        width: 100%;
        top: 28%;
        left: 0;
        height: 100vh;
    }
    .lead-creative-banner {
        font-size: 15px;
        word-spacing: 4px;
        letter-spacing: .8px;
        line-height: 15px;
    }
    .function-text {
        font-size: 13px;
        letter-spacing: 0px;
        word-spacing: 0px;
        line-height: 19px;
        text-align: justify;
    }
    .intro .container {
        margin-top: 169px;
    }
    .border-img{
        width: 200px !important;
    }
    .col-md-4 {
        justify-content: space-between !important;
    }
    h4{
        font-size: 1rem !important;
    }
    .contact-info {
    width: 70%;
}
.lead-creative-banner{
    display: none;
}
.anim1, .anim2, .anim3{
    display: block;
    font-size: 30px;
        margin-top: 20px;
        margin-bottom: 20px;
}
}


@media screen and (max-width: 430px) {
    .last-child {
        padding: 0 28px 0 0;
    }

}


@media (max-width: 400px){
  .last-child {
    padding: 0 27px 0 0;
}
.lead-creative~p {
    font-size: 12px;
}
  }