@font-face{
    font-family: Lato;
    src: url(assets/Lato/Lato-Light.ttf);
    font-weight: 300;
}

@font-face{
    font-family: Lato;
    src: url(assets/Lato/Lato-Regular.ttf);
    font-weight: 400;
}

@font-face{
    font-family: Lato;
    src: url(assets/Lato/Lato-Bold.ttf);
    font-weight: 700;
}

@font-face{
    font-family: Lato;
    src: url(assets/Lato/Lato-Black.ttf);
    font-weight: 900;
}

@media (hover: hover){
    .header__navigation > a:hover {
       background-color: #e0b2b2;
       border-radius: 3px;   
    }

    .main__portfolio>.layout-4-column>img:hover{
        cursor: pointer;
        outline: 0.4vw solid rgb(238, 142, 137);
    }

    header .header__burger-block img:hover {
        cursor: pointer;
    }

    header .header__burger-block a:hover {
        background-color: #e0b2b2;
        border-radius: 5px;  
    }
}

html {
    font-size: 10px;
    scroll-behavior: smooth;
}

body {
    width: 100%;
    margin: 0px auto; 
    font-family: "Lato";   
}

header {
    width: 100%;
    min-height: 94px;
    background-color: #2d2f39;
    font-family: Lato, sans-serif;
    position: fixed;
    top: 0px;
    z-index: 5;
}

header .display-none{
    display: none;
}

header .layout-2-column {
    display: flex;
}

header .header__burger-block {
    display: none;
}

.header__logo {
   margin-top: 25px;
   margin-left: 40px;
   flex-grow: 1;
}

.header__logo > h1 {
    line-height: 6px;
    font-weight: 700;
    color: white;
    font-size: 2.5rem;
    letter-spacing: -0.45px;
}

.header__logo span {
    color: #f06c64;
}

.header__navigation {
    margin-right: 40px;
    margin-top: 44px;
}

.header__navigation > a {
    text-decoration: none;
    line-height: 6px;
    font-size: 1.2rem;
    font-weight: 700;
    color: white;
    letter-spacing: -0.18px;
    margin-left: 18px;
    padding: 5px;
    min-height: 22px;
}

.header__navigation > .active-menu-link {
    color: #f06c64;
}

.header__bottom {
    position: absolute;
    background-color:#323746;
    height: 0.59vw;
    width: 100%;
    bottom: 0px;
}

main {
    margin-top: 94.1px;
}

#home-mark {
    position: relative;
    top: -94.1px;
}

.main__slider {

}

.main__slider>.layout-3-column {
    height: 58.2vw;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.layout-3-column>.main__slide-container-image {
    display: flex;
    height: 100%;
    width: max-content;
}

.slide-container-image_transition {
    transition: all 1s ease;
}


.main__slide-container-image>div {
    position: relative;
    width: 100vw;
    height: 100%;
}

.main__phone-one {
    background-color: #f06c64;
}

.main__iphone-vertical-first {
    position: absolute;
    top: 10%;
    left: 12%;
    width: 24vw;
    height: 48vw;
}

.main__iphone-vertical-first-without-shadow {
    position: absolute;
    width: 21.1vw;
    height: 45.3vw;
    border-radius: 2.7vw;
    top: 10%;
    left: 12.2%;
    z-index: 1;
}

.main__iphone-vertical-first-offline {
    position: absolute;
    width: 18.6vw;
    height: 33vw;
    top: 21%;
    left: 13.5%;
    background-color: #0f0f0f;
}

.main__iphone-horizontal-first {
    position: absolute;
    top: 33%;
    right: 13%;
    width: 48vw;
    height: 24vw;
}

.main__iphone-horizontal-first-without-shadow {
    position: absolute;
    width: 45.4vw;
    height: 21.4vw;
    border-radius: 2.7vw;
    top: 33%;
    right: 15.7%;
    z-index: 1;
}

.main__iphone-horizontal-first-offline {
    position: absolute;
    width: 33.1vw;
    height: 19vw;
    top: 35.3%;
    right: 22%;
    background-color: #0f0f0f;
}

.main__phone-two {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    width: 100%;
    height: 100%;
    background-color: #648BF0;
}

.main__iphone-vertical-second-left {
    width: 15vw;
    height: 31vw;
    margin-right: -1.8%;
    opacity: 50%;
}

.main__iphone-vertical-second-middle {
    width: 25vw; 
    height: 51vw;
    z-index: 1;
}

.main__iphone-vertical-second-right {
    width: 15vw;
    height: 31vw;
    margin-left: -2.6%;
    opacity: 50%;
}

.main__hiden {
    display: none;
}

.main__hiden-screen {
    opacity: 0;
}

.main__left-chev {
    position: absolute;
    top: 47%;
    left: 3%;
    z-index: 2;
}

.main__right-chev {
    position: absolute;
    top: 47%;
    right: 3%;
    z-index: 2;
}

.phone-one__slider-bottom {
    position: absolute;
    height: 6px;
    width: 100%;
    background-color: #ea676b;
    bottom: 0px;
}

.main__services {
    position: relative;
    background-color: #f2f2f2;
    height: 100%;
}

#our-services-mark {
    position: relative;
    top: -94.1px;
}

.main__description {
    padding: 40px 40px 0px;
}

.main__description>h2 {
    font-family: Lato, sans-serif;
    font-size: 3rem;
    font-weight: 900;
    line-height: 18px;
    color: #666d89;
    letter-spacing: -0.1px;
}

.main__description>p {
    padding-top: 2px;
    padding-left: 1px;
    font-family: Lato, sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 30px;
    color: #767e9e;
    letter-spacing: 0.15px;
    text-align: justify;
}

.main__services p>span {
   letter-spacing: 0px;
}

.main__services>.layout-3-column{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% - 80px);
    margin: 40px 40px 0px;
    padding-bottom: 20px;
}

.main__services .main__custom-design,
.main__services .main__inovative-ideas,
.main__services .main__love-is-the-answer,
.main__services .main__responsive-layout,
.main__services .main__support,
.main__services .main__feel-like-a-star {
    display: flex;
    align-items: flex-start;
    width: calc(88% / 3);
    height: 5%;
    margin-bottom: 38px;
    word-break: break-word;
}

.main__services .main__custom-design>img,
.main__services .main__responsive-layout>img {
    margin-right: 6%;
}

.main__services .main__inovative-ideas>img,
.main__services .main__support>img {
    margin-left: -0.3%;
    margin-right: 6%;
}

.main__services .main__love-is-the-answer>img,
.main__services .main__feel-like-a-star>img {
    margin-left: -0.2%;
    margin-right: 6%;
}

.main__services>.layout-3-column h3 {
    font-family: Lato, sans-serif;
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 18px;
    color: #666d89;
    letter-spacing: -0.15px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.main__services>.layout-3-column p {
    font-family: Lato, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 22px;
    color: #767e9e;
    letter-spacing: 0.1px;
    word-spacing: 0.1px;
    margin-top: 10px;
    text-align: justify;
}

.main__services-bottom {
    position: absolute;
    height: 6px;
    width: 100%;
    bottom: 0px;
    background-color: #ffffff;
}


.main__portfolio{
    position: relative;
    box-sizing: border-box;
    height: 100%;
    background-color: #2d303a;
    padding-top: 4.5%;
    padding-bottom: 4%;
}

#portfolio-mark {
    position: relative;
    top: -138px;
}

.main__portfolio>.portfolio__description{
    margin-left: 40px;
    margin-right: 40px;
}

.main__portfolio>.portfolio__description>h2{
    font-size: 3rem;
    font-weight: 900;
    line-height: 18px;
    color: #666d89;
    letter-spacing: -0.1px;
    margin-bottom: 27px;
}

.main__portfolio>.portfolio__description>p{
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 30px;
    color: #767e9e;
    letter-spacing: 0px;
    margin-bottom: 11px;
    text-align: justify;
}

.main__portfolio>.portfolio__buttons>ul{
    margin-bottom: 10px;
    margin-left: 30px;
    margin-block-start: 0px;
    margin-block-end: 0px;
    padding-inline-start: 0px;
}

.main__portfolio>.portfolio__buttons li{
    display: inline;
    list-style: none ;
    margin-left: 10px;
}

.main__portfolio>.portfolio__buttons button{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #464b5e;
    border: 1px solid #666d89;
    padding: 2.5px 6px;
    font-family: "Lato";
    font-size: 1.2rem;
    color: #767e9e;
    font-weight: 400;
    text-decoration: none;
    margin-bottom: 10px;
}

.main__portfolio>.portfolio__buttons .first-button{
    padding: 2.5px 7px;
}

.main__portfolio>.portfolio__buttons .fourth-button{
    padding: 2.5px 5px;
}

.main__portfolio>.portfolio__buttons .third-button{
   letter-spacing: -0.05px;
}

.main__portfolio>.portfolio__buttons button:hover{
    cursor: pointer;
}

.main__portfolio>.portfolio__buttons .portfolio_button-whit-focus {
    background-color: #0f0f0f;
    border: 1px solid #c5c5c5;
    color: #dedede;
    outline: none;
}

.main__portfolio>.layout-4-column{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 30px;
    margin-right: 30px;
    padding: 10px;
    height: 61vw;
    overflow: hidden;
}

.main__portfolio>.layout-4-column>img{
    width: calc((100% - 60px) / 4);
    height: calc((100% - 40px) / 3);
    margin-bottom: 20px;
}

main .main__portfolio>.layout-4-column>.img_outline {
    outline: 0.8vw solid #F06C64;
}

.main__portfolio>.portfolio__bottom{
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 6px;
    background-color: #323746;
}

.main__about-as {
    position: relative;
    height: max-content;
    background-color: #f2f2f2;
    padding-top: 44px;
    box-sizing: border-box;
}

#about-as-mark {
    position: relative;
    top: -138px;
}

.main__about-as>.about-as__discription {
    width: calc(100% - 60px); 
    margin-left: 30px;
}

.main__about-as>.about-as__discription>h2{
    font-size: 3rem;
    line-height: 18px;
    color: #666d89;
    font-weight: 900;
    letter-spacing: -0.15px;
    margin-bottom: 27px;
}

.main__about-as>.about-as__discription>p{
    height: 6%;
    font-size: 1.8rem;
    line-height: 30px;
    color: #767e9e;
    font-weight: 300;
    text-align: justify;
}

.main__about-as>.about-as__discription>p>span{
    letter-spacing: 0.15px;
}

.main__about-as>.layout-3-column{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px 40px 0%;
    padding-bottom: 40px;
}

.main__about-as>.layout-3-column>.about-as__teammate-1,
.main__about-as>.layout-3-column>.about-as__teammate-2,
.main__about-as>.layout-3-column>.about-as__teammate-3{
    width: calc((100% - 4%) / 3);
}

.main__about-as>.layout-3-column figure{
    margin-block-start: 0%;
    margin-block-end: 0%;
    margin-inline-start: 0%;
    margin-inline-end: 0%;
}

.main__about-as>.layout-3-column figure>img{
    width: 100%;
    height: 100%;
}

.main__about-as>.layout-3-column h3{
    margin-top: 16px;
    margin-bottom: 13px;
    margin-left: -1px;
    font-size: 1.8rem;
    line-height: 18px;
    color: #666d89;
    font-weight: 900;
    letter-spacing: -0.15px;
    height: 18px;
    overflow: hidden;
}

.main__about-as>.layout-3-column p{
    height: 1%;
    font-size: 1.2rem;
    line-height: 22px;
    color: #767e9e;
    font-weight: 400;
    letter-spacing: -0.15px;
    word-break: break-word;
}

.main__about-as .about-as__social-links ul{
    margin-top: 22px;
    margin-block-start: 0%;
    margin-block-end: 0%;
    margin-inline-start: 0%;
    margin-inline-end: 0%;
    padding-inline-start: 0%;
}

.main__about-as .about-as__social-links li{
    display: inline;
    list-style: none ;
    margin-right: 4px;
}

.main__about-as>.about-as__bottom{
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 6px;
    background-color: #ffffff;
}


body {
    width: 100%;
    margin: 0px auto; }
    body .main__get-a-quote {
      position: relative;
      background-color: #f06c64;
      padding-bottom: 2%;
      height: max-content; }
      body .main__get-a-quote #get-a-quote-mark {
            position: relative;
            top: -94.1px; }
      body .main__get-a-quote .main__description {
        padding-top: 70px; }
        body .main__get-a-quote .main__description h2 {
          font-family: Lato, Arial, sans-serif;
          font-weight: 900;
          font-size: 3rem;
          line-height: 16px;
          color: #f0d8d9;
          margin-top: 0px;
          margin-bottom: 0px;
          letter-spacing: -0.2px; }
        body .main__get-a-quote .main__description p {
          font-family: Lato, Arial, sans-serif;
          font-weight: 300;
          font-size: 1.8rem;
          line-height: 30px;
          color: #f0d8d9;
          margin-top: 26px;
          letter-spacing: 0.14px; 
          text-align: justify;
        }
        body .main__get-a-quote .main__description span {
          letter-spacing: 0px; }
      body .main__get-a-quote .layout-2-column {
        display: flex;
        flex-wrap: wrap;
        margin: 40px;
        text-align: start; }
        body .main__get-a-quote .layout-2-column form {
          display: flex;
          flex-wrap: wrap;
          flex-direction: column;
          width: 66% }
        body .main__get-a-quote .layout-2-column input {
          width: calc(100% - 15px);
          height: 35px;
          padding-left: 13px;
          border: 1px solid #d6564f;
          border-radius: 5px;
          background-color: #d6564f; }
          body .main__get-a-quote .layout-2-column input:nth-child(n+2) {
            margin-top: 15px; }
          body .main__get-a-quote .layout-2-column input:focus {
            background-color: #fafafa;
          }
          body .main__get-a-quote .layout-2-column input:focus::placeholder {
            color: #fafafa;
          }
          body .main__get-a-quote .layout-2-column input::placeholder {
            font-family: Lato, Arial, sans-serif;
            font-weight: 400;
            font-size: 1.2rem;
            line-height: 35px;
            color: #f48c8f; }
        body .main__get-a-quote .layout-2-column textarea {
          width:  calc(100% - 18px);
          height: 188px;
          margin-top: 15px;
          padding-left: 14px;
          padding-top: 11px;
          resize: none;
          border: 1px solid #d6564f;
          border-radius: 5px;
          background-color: #d6564f; }
          body .main__get-a-quote .layout-2-column textarea:focus {
            background-color: #fafafa;
          }
          body .main__get-a-quote .layout-2-column textarea:focus::placeholder {
            color: #fafafa;
          }
          body .main__get-a-quote .layout-2-column textarea::placeholder {
            letter-spacing: 0.02px;
            font-family: Lato, Arial, sans-serif;
            font-weight: 400;
            font-size: 1.2rem;
            line-height: 14px;
            color: #f48c8f; }
        body .main__get-a-quote .layout-2-column button {
          width: calc(50px + 25%);
          height: 35px;
          margin-top: 30px;
          border: 1px solid #fcd1cf;
          border-radius: 5px;
          background-color: #fcd1cf;
          font-family: Lato, Arial, sans-serif;
          font-weight: 400;
          font-size: 1.2rem;
          line-height: 22px;
          color: #77070c; }
          body .main__get-a-quote .layout-2-column button:hover {
            cursor: pointer; }
      body .main__get-a-quote .main__contact-information {
        margin-left: 3%;
        width: 31%; }
        body .main__get-a-quote .main__contact-information h3 {
          margin-top: 1px;
          margin-bottom: 0px;
          font-family: Lato, Arial, sans-serif;
          font-weight: 900;
          font-size: 1.8rem;
          line-height: 18px;
          color: #f0d8d9;
          word-break: break-word;
          letter-spacing: -0.11px; }
        body .main__get-a-quote .main__contact-information p {
          margin-top: 10px;
          font-family: Lato, Arial, sans-serif;
          font-weight: 400;
          font-size: 1.2rem;
          line-height: 22px;
          text-align: justify;
          word-break: break-word;
          color: #f0d8d9; }
        body .main__get-a-quote .main__contact-information span {
          letter-spacing: 0.2px; }
        body .main__get-a-quote .main__contact-information .contact-information__location {
          line-height: 12px;
          margin: 27px 3px 3px; }
          body .main__get-a-quote .main__contact-information .contact-information__location img {
            margin-right: 13px; }
        body .main__get-a-quote .main__contact-information .contact-information__phone {
          line-height: 12px;
          margin: 4px 0px 0px; }
          body .main__get-a-quote .main__contact-information .contact-information__phone img {
            margin-right: 8px; }
          body .main__get-a-quote .main__contact-information .contact-information__phone a {
            font-family: Lato, Arial, sans-serif;
            font-weight: 400;
            font-size: 1.2rem;
            line-height: 22px;
            color: #f0d8d9;
            text-decoration: none; }
            body .main__get-a-quote .main__contact-information .contact-information__phone a:hover {
              text-decoration: underline; }
        body .main__get-a-quote .main__contact-information .contact-information__email {
          line-height: 12px;
          margin: 0px; }
          body .main__get-a-quote .main__contact-information .contact-information__email img {
            margin-right: 8px; }
          body .main__get-a-quote .main__contact-information .contact-information__email a {
            font-family: Lato, Arial, sans-serif;
            font-weight: 400;
            font-size: 1.2rem;
            line-height: 22px;
            color: #f0d8d9;
            text-decoration: none; }
            body .main__get-a-quote .main__contact-information .contact-information__email a:hover {
              text-decoration: underline; }
      body .main__get-a-quote .main_bottom {
        position: absolute;
        bottom: 0%;
        height: 0.9%;
        width: 100%;
        background-color: #ea676b; }
    body footer {
      min-height: 76px;
      background-color: #2d303a;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      body footer h3 {
        margin-top: 11px;
        margin-left: 42px; }
      body footer ul {
        margin-right: 36px;
        margin-top: 14px; }
      body footer li {
        display: inline;
        margin-right: 4px; }

#form-message-block {
    position: fixed;
    top: 0px;
    right: 0px;
    height: 100vh;
    width: 100%;
    z-index: 2;
    background-color: #534f4fb0;
}

#form-message-block>#form-message {
    position: fixed;
    top: 35vh;
    left: 35vw;
    width: 25%;
    max-height: 200px;
    padding: 10px;
    display: grid;
    font-family: Lato, Helvetica, sans-serif;
    font-size: 1.3rem;
    background-color: white;
    color:black;
    border: 2px solid #302d2d;
    justify-content: start;
    overflow: auto;
}

#form-message>p {
    word-break: break-all;
}

#form-message>button {
    margin: 0% 20% 3%;
}

@media screen and (max-width: 1019px) {
    
    .main__services .main__custom-design,
    .main__services .main__inovative-ideas,
    .main__services .main__love-is-the-answer,
    .main__services .main__responsive-layout,
    .main__services .main__support,
    .main__services .main__feel-like-a-star {
        width: calc(88% / 2);
    }

    .main__portfolio>.layout-4-column{
        height: 104vw;
    }
    
    .main__portfolio>.layout-4-column>img{
        width: calc((100% - 40px) / 3);
        height: calc((100% - 60px) / 4);
    }
}

@media screen and (max-width:  767px) {
    
    .main__portfolio>.portfolio__buttons li {
    margin-left: 7px;
    }

    .main__services .main__custom-design,
    .main__services .main__inovative-ideas,
    .main__services .main__love-is-the-answer,
    .main__services .main__responsive-layout,
    .main__services .main__support,
    .main__services .main__feel-like-a-star {
        width: 100%;
    }

    .main__portfolio>.layout-4-column{
        height: 130vw;
    }
    
    .main__portfolio>.layout-4-column>img{
        width: calc((100% - 15px) / 2);
        height: calc((100% - 45px) / 4);
        margin-bottom: 15px;
    }

    .main__about-as>.layout-3-column>.about-as__teammate-1,
    .main__about-as>.layout-3-column>.about-as__teammate-2,
    .main__about-as>.layout-3-column>.about-as__teammate-3{
    width: calc(100% - 4%);
    margin-bottom: 40px;
    }

    .main__about-as>.layout-3-column{
        padding-bottom: 0px;
    }

    body .main__get-a-quote .layout-2-column form {
        width: 100% ;
        margin-bottom: 25px;
    }

    body .main__get-a-quote .main__contact-information {
        width: 100%; 
        margin-left: 0px;
    }

    body .main__get-a-quote .layout-2-column button {
        width: 100%;
        margin-top: 15px;
    }

    body footer h3 {
        display: none;
    }

    body footer ul {
        margin-top: 14px;
        margin-left: calc((100% - 156px) / 2);
        margin-block-start: 0px;
        margin-block-end: 0px;
        padding-inline-start: 0px;
    }

    header>.wrapper>.layout-2-column {
        display: none;
    }
    
    header .header__burger-block {
        display: flex;
    }

    header .header__burger-block .header__burger-menu-icon {
        margin: 35px 35px 0px;
        width: 25px;
        height: 20px;
    }

    header .header__burger-block .header__logo {
        margin-top: 30px;
        margin-left: calc((100% - 250px ) / 2);
    }

    header .header__logo > h1 {
        font-size: 1.9rem;
    }

    header .header__burger-menu {
        position: absolute;
        left: 0px;
        height: 100vh;
        width: 100%;
        background-color: #39393a8f;
    }

    header .header__sidebar-burger-menu {
        flex-wrap: wrap;
        position: absolute;
        left: 0px;
        height: 100%;
        width: 75%;
        background-color: #2d2f39;
    }

    header .header__sidebar-burger-menu .header__burger-menu-icon-rotate {
        margin: 35px 10px 0px 35px;
        width: 20px;
        height: 25px;
    }

    header .header__sidebar-burger-menu .header__logo {
        width: calc(100% - 75px);
        margin-top: 30px;
        margin-left: 10px;
    }

    header .header__sidebar-burger-menu ul {
        padding-top: calc((100vh - 400px) / 2);
        list-style-type: none;
        margin-block-start: 0px;
        margin-block-end: 0px;
        padding-inline-start: 0px;
    }

    header .header__sidebar-burger-menu li {
        padding-top: 30px;
        padding-left: calc((100% - 158px) / 2)
    }

    header .header__sidebar-burger-menu a {
        text-decoration: none;
        font-size: 2.4rem;
        color: white;
        padding: 10px;
    }

    header .header__sidebar-burger-menu .active-menu-link {
        color: #f06c64;
    }

}

