*{
    box-sizing: border-box;
}

body{
    margin: 0;
}

.home{
    max-width: 100%;
    background-image: url(images/Background_Image_home.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.menu{
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 50px 0;
}

.menu__items{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Arial, sans-serif;
}
.menu__items-adapt{
    margin-right: 15px;
}

.menu__logo{
    text-decoration: none;
    color: gold;
    font-size: 40px;
    font-family: 'Italianno-Regular';
    font-weight: 600;
}
@font-face{
  font-family: 'Wisdom';
  font-family: 'Italianno-Regular';
  src: url("fonts/Wisdom.otf") format("truetype");
  src: url("fonts/Italianno-Regular.ttf") format("truetype");
}

.menu__items-item{
    color: aliceblue;
    text-decoration: none;
    margin-right: 15px;
}
.menu__items-item:last-child{
    margin-right: 0;
}

.welcome{
    font-family: Arial, sans-serif;
    color: aliceblue;
    display: flex;
    align-items: center;
    justify-content: center;
}

.welcome__small__text{
    font-size: 40px;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 205px;
}

.welcome__big__text{
    font-size: 70px;
    text-align: center;
    margin-bottom: 60px;
}

.button__welcome__cont{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 160px;
}

.welcome__button{
    width: 240px;
    height: 65px;
    text-decoration: none;
    color: aliceblue;
    border-radius: 3px;
    background-color: rgb(249, 214, 20);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16pt;
    font-weight: 600;
}



.services{
    font-family: Arial, sans-serif;
    max-width: 100%;
}

li{
    list-style: none;
}
ul{
    padding: 0;
}

.upper__service{
    margin-top: 120px;
}

.service__logo{
    font-size: 40px;
    font-weight: 600;
    text-align: center;
}

.service__logo__small__text{
    font-family: Georgia;
    color: rgb(123, 123, 123);
    text-align: center;
    margin-top: 20px;
    margin-bottom: 80px;
}

.down__services{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1000px;
    width: 90%;
    margin: auto;
    margin-bottom: 100px;
}

.service__info__block{
    width: 270px;
    height: 200px;
}

.service__img{
    width: 72px;
    height: 72px;
    border: 3px solid gold; 
    border-radius: 50%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-image1{
    background-image: url(images/Icon-Basket.png);
    width: 40px;
    height: 39px;
    background-repeat: no-repeat;
}
.service-image2{
    background-image: url(images/Icon-Laptop.png);
    width: 41px;
    height: 35px;
    background-repeat: no-repeat;
}
.service-image3{
    background-image: url(images/Icon-Locked.png);
    width: 29px;
    height: 38px;
    background-repeat: no-repeat;
}

.big__service__text{
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 15px;
}

.small__service__text{
    color: rgb(123, 123, 123);
    font-family: Georgia;
    text-align: center;
}



.portfolio{
    font-family: Arial, sans-serif;
    max-width: 100%;
    background-color: rgb(234, 234, 234);
}

.main__portfolio{
    padding-top: 120px;
    padding-bottom: 80px;
}

.portfolio__title{
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 23px;
}
.portfolio__small__text{
    font-size: 14px;
    text-align: center;
    color: rgb(123, 123, 123);
}

.portfolio__cards{
    max-width: 100%;
    padding-bottom: 120px;
}

.portfolio__cards-string1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 940px;
    margin: auto;
    width: 90%;
    margin-bottom: 50px;
}
.portfolio__cards-string2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 940px;
    width: 90%;
    margin: auto;
}

.portfolio-card{
    width: 290px;
    background-color: aliceblue;
    overflow: hidden;
}


.portfolio-card-text-big{
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.portfolio-card-text-small{
    text-align: center;
    font-size: 14px;
    color: rgb(123, 123, 123);
    margin-top: 5px;
}

.portfolio-card-image{
    height: 300px;
}


.portfolio-card-text-wrapper{
    height: 91px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
}

.image1{
    background-image: url(images/Ebony.png);
    background-size: cover;
    position: relative;
    background-position-x: -50px;
}
.image2{
    background-image: url(images/smart_stationary.png);
    background-size: cover;
    position: relative;
    background-position-x: -45px;
    background-size: 130%;
}
.image3{
    background-image: url(images/clev_poster.png);
    background-size: cover;
    position: relative;
    background-position-x: -165px;
}
.image4{
    background-image: url(images/vynil.png);
    background-size: cover;
    position: relative;
    background-position-x: -45px;
    background-position-y: -30px;
    background-size: 130%;
}
.image5{
    background-image: url(images/treehouse_template.png);
    background-size: cover;
    position: relative;
    background-position-x: -50px;
}
.image6{
    background-image: url(images/burned_logo.png);
    background-size: cover;
    position: relative;
    background-position-x: -55px;
}





.about{
    max-width: 100%;
    font-family: Arial, sans-serif;
    margin-top: 120px;

}

.about__title{
    margin-bottom: 80px;
}

.about-big-text{
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 22px;
}
.about-small-text{
    font-size: 16px;
    text-align: center;
    color: rgb(123, 123, 123);
}

.about__big-wrapper{
    max-width: 100%;
    margin: auto;
    width: 90%;
    display: block;
}

.about__timeline{
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 60px 0;
}


.timeline__item{
    display: grid;
    grid-template-columns: 1fr 200px 1fr;
    grid-template-rows: auto;
}

.timeline__circle{
    grid-column: 2;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 7px solid #eaeaea;
    background-size: cover;
    background-position: center;
    justify-self: center;
    margin-bottom: 90px;
    position: relative;
}
.timeline__circle::before{
    content: "";
    width: 7px;
    height: 90px;
    position: absolute;
    background-color: #eaeaea;
    top: 173.5px;
    left: 79.5px;
}
.timeline__circle::after{
    content: "";
    width: 7px;
    height: 90px;
    position: absolute;
    background-color: #eaeaea;
    top: 443px;
    left: 79.5px;
}

.timeline__circle-right{
    grid-column: 2;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 7px solid #eaeaea;
    background-size: cover;
    justify-self: center;
    margin-bottom: 90px;
}

.timeline__text.left{
    grid-column: 1;
    text-align: right;
    padding-right: 50px;
    margin-top: 10px;
}

.timeline__text.right{
    grid-column: 3;
    text-align: left;
    padding-left: 50px;
    margin-top: 10px;
}

.timeline__content{
  align-self: center;
}

.row__item-filled-title{
    line-height: 1.6;
    margin-bottom: 7px;
}

.row__item-title{
    font-size: 18px;
    font-weight: 600;
}
.circle1{
    background-image: url(images/about_first_image.png);
}
.circle2{
    background-image: url(images/about_second_image.png);
}
.circle3{
    background-image: url(images/about_third_image.png);
}
.circle4{
    background-image: url(images/about_fourth_image.png);
}
.circle5{
    background-color: rgb(249, 214, 20);
    display: flex;
    justify-content: center;
    align-items: center;
}
.circle5__text{
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
}

.timeline__line{
    width: 7px;
    height: 90px;
    margin: auto;
    background-color: rgb(123, 123, 123);
}








.amazing__team{
    max-width: 100%;
    font-family: Arial, sans-serif;
    padding-top: 120px;
    padding-bottom: 60px;
}

.team__upper{
    margin-bottom: 84px;
}

.amazing__team-title{
    font-size: 40px;
    font-weight: 600;
    text-align: center;
}
.amazing__team-small__title{
    font-size: 16px;
    text-align: center;
    color: rgb(123, 123, 123);
    margin-top: 22px;
}

.team__lower{
    display: flex;
    justify-content: center;
    align-items: center;
}
.amazing__team-info__blocks{
    max-width: 921px;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.amazing__team-info__block{
    width: 307px;
    text-align: center;
}
.info__block-image{
    height: 237px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.info__block-image__photo{
    background-color: rgb(20, 20, 20);
    width: 223px;
    height: 223px;
    border: 7px solid white;
    border-radius: 50%;
}

.info__block-big__text{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.info__block-small__text{
    font-size: 16px;
    color: rgb(123, 123, 123);
    margin-bottom: 16px;
}

.info__block-icons__line{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 53px;
}
.info__block-icons{
    width: 140px;
    max-height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.icons3{
    width: 90px;
    max-height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.info__block-icon{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    filter: invert(1);
}

.icon1{
    background-image: url(images/Twitter.png);
    background-size: 60%;
    background-position-x: 9px;
    background-position-y: 10px;
    background-color: #E25E0D;
}
.icon2{
    background-image: url(images/Facebook.png);
    background-size: 35%;
    background-position-x: 11.25px;
    background-position-y: 7px;
    background-color: #C4A667;
}
.icon3{
    background-image: url(images/Pinterest.png);
    background-size: 35%;
    background-position-x: 13px;
    background-position-y: 11px;
    background-color: #42F7E3;
}
.icon_g{
    background-image: url(images/Google.png);
    background-size: 35%;
    background-position-x: 14.5px;
    background-position-y: 14px;
    background-color: #22B4C6;
}

.amazing__team-lower__text{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 120px;
}
.lower__text{
    width: 600px;
    text-align: center;
    font-size: 16px;
    color: rgb(123, 123, 123);
}

.logos__amazing__team{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main__logos{
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    justify-items: center;
    gap: 40px;
}
.envanto{
    width: 161px;
    height: 30px;
    background-image: url(images/Envato.png);
}
.word-press{
    width: 186px;
    height: 42px;
    background-image: url(images/WordPress.png);
}
.tuts{
    width: 131px;
    height: 41px;
    background-image: url(images/Tuts.png);
}
.microlancer{
    width: 167px;
    height: 42px;
    background-image: url(images/Microlancer.png);
}








.contact__us{
    width: 100%;
    font-family: Arial, sans-serif;
    background-color: rgb(44, 44, 44);
}
.contact__us-container{
    background-image: url(images/Map_Image.png);
    background-size: cover;
    padding: 110px 0;
}

.contact__us-upper__text{
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
}
.contact__us-upper__big-text{
    font-size: 40px;
    color: white;
    font-weight: 600;
    margin-bottom: 26px;
}
.contact__us-upper__small-text{
    font-size: 16px;
    color: rgb(123, 123, 123);
}

.contact__us-main__block{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.contact__us-main__block-container{
    max-width: 940px;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact__us-main__block-left{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 455px;
    height: 210px;
}
.contact__us-main__block-right{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 455px;
}

.contact-main__block-left__string{
    height: 50px;
    border-radius: 5px;
}
.contact-main__block-right__textarea{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 455px;
    height: 205px;
    border-radius: 5px;
    resize: none;
    border: 1px solid rgb(123, 123, 123);
}

.contact__us-send{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact__us-link{
    width: 240px;
    height: 66px;
    border-radius: 4px;
    background-color: rgb(249, 214, 20);
    text-decoration: none;
    color: white;
    font-size: 24px;
    font-weight: 550;
    display: flex;
    justify-content: center;
    align-items: center;
}

input{
    font-size: 14px;
    padding: 0 20px;
    border: 1px solid #ccc;
}
input::placeholder{
    color: #bfbfbf;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
textarea{
    font-size: 17px;
    padding: 15px 20px;
    border: 1px solid #ccc;
}
textarea::placeholder{
    color: #bfbfbf;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}







.golden__footer{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
}

.golden__footer-container{
    max-width: 940px;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
}
.golden__footer-container__block{
    width: 340px;
}
.golden__footer-container__logos{
    width: 260px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.golden__footer-block-icon{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    filter: invert(1);
}
.icon1-footer{
    background-image: url(images/Twitter.png);
    background-size: 60%;
    background-position-x: 9px;
    background-position-y: 10px;
    background-color: #E25E0D;
}
.icon2-footer{
    background-image: url(images/Facebook.png);
    background-size: 35%;
    background-position-x: 11.25px;
    background-position-y: 7px;
    background-color: #C4A667;
}
.icon3-footer{
    background-image: url(images/Pinterest.png);
    background-size: 35%;
    background-position-x: 13px;
    background-position-y: 11px;
    background-color: #42F7E3;
}
.icon_g-footer{
    background-image: url(images/Google.png);
    background-size: 35%;
    background-position-x: 14.5px;
    background-position-y: 14px;
    background-color: #22B4C6;
}






@media(max-width: 1024px){
    .amazing__team-info__blocks{
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }
    .down__services{
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }
    .portfolio__cards-string1{
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }
    .portfolio__cards-string2{
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }

    .contact__us-main__block-container {
        flex-direction: column;
        gap: 20px;
    }

    .contact__us-main__block-left,
    .contact__us-main__block-right {
        width: 100%;
    }
    
}
@media (max-width: 1024px){
    .main__logos{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 768px){
    .menu{
        gap: 20px;
    }

    .menu__items{
        flex-direction: column;
        gap: 20px;
    }

    .menu__items-adapt{
        margin-right: 0;
    }

    .welcome__small__text{
        font-size: 24px;
        margin-top: 120px;
    }

    .welcome__big__text{
        font-size: 36px;
    }

    .down__services,
    .portfolio__cards-string1,
    .portfolio__cards-string2,
    .amazing__team-info__blocks{
        flex-direction: column;
        align-items: center;
    }

    .portfolio-card,
    .amazing__team-info__block{
        width: 100%;
        max-width: 350px;
    }

    .menu__items-item{
        margin-right: 10px;
    }

}

@media (max-width: 768px){

  .timeline__item{
      grid-template-columns: 1fr;
      text-align: center;
      margin: 30px 0;
  }

  .timeline__text.left{
      grid-column: 1;
      padding: 0;
      text-align: center;
      margin-top: 0;
  }
  .timeline__text.right{
    grid-column: 1;
    grid-row: 1;
    padding: 0;
    text-align: center;
    margin-top: 0;
  }

  .timeline__circle{
      grid-column: 1;
      width: 150px;
      height: 150px;
      margin: 30px auto;
  }
  .timeline__circle-right{
      grid-column: 1;
      grid-row: 2;
      width: 150px;
      height: 150px;
      margin: 30px auto;
  }

  .golden__footer-block-icon{
    margin-right: 10px;
  }
  .golden__footer-block-icon:last-child{
    margin-right: 0;
  }
  .timeline__circle::after{
    width: 0;
    height: 0;
  }
  .timeline__circle::before{
    width: 0;
    height: 0;
  }
  .about__big-wrapper{
    margin-top: -100px;
    margin-bottom: -100px;
  }

}
@media (max-width: 768px){
    .main__logos{
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .amazing__team-lower__text{
        margin-bottom: 60px;
    }
    .image1{
        background-position-x: -25px;
    }
    .image6{
        background-position-x: -25px;
    }
}