/*=====================================обнулення==========================================*/

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

ul,
ol,
li {
    list-style: none;
}

img {
    vertical-align: top;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;

}
/* Указываем box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Убираем внутренние отступы */
ul[class],
ol[class] {
  padding: 0;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
html,
/*=====================================обнулення=========================================*/

/*=====================================стандартні стилі==================================*/
body {
  height: 100%;
  line-height: 1;
  background-color: rgb(25, 30, 35);
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 500;
  font-family: Montserrat;
  font-weight: 500;
}

.wrapper {
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
}
._container {
  max-width: 1440px;
  margin: 0px auto;
  padding: 0px 15px;
  box-sizing: content-box;
  position: relative;
}
.main {
 flex: 1 1 auto;
}
.inner-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 122%;
}
.inner-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 121%;
}
._orange {
  box-sizing: border-box;
  border: 1.5px solid rgb(243, 101, 24);
  border-radius: 7px;
  transition: all 0.3s ease-in-out;
  &:hover {
    background-color: rgba(243, 101, 24, 0.3)
  }
}
._blue {
  box-sizing: border-box;
  border: 1.5px solid rgb(10, 128, 183);
  border-radius: 7px;
   transition: all 0.3s ease-in-out;
  &:hover {
    background-color: rgba(10, 128, 183, 0.3)
  }
}
._yelov {
  box-sizing: border-box;
  border: 1.5px solid rgb(255, 218, 62);
  border-radius: 7px;
   transition: all 0.3s ease-in-out;
  &:hover {
    background-color: rgba(255, 218, 62, 0.3)
  }
}
/*=====================================стандартні стилі=========================================*/

/*=====================================header=========================================*/
.header {
  position: fixed;
  width: 100%;
  z-index: 10;
  margin-top: 20px;
  transition: 1s ease 0.2s;
  scale: 0;
}
.headActive  {
  border: 3px solid rgb(35, 35, 35);
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(5px);
  border-radius: 15px;
  margin-top: 0;
}
.headActive .header__menu  {
  border: 0px solid rgb(114, 114, 114);
  border-radius: 0px;
  background: none;
  padding: 0;
}
.header__container {
  display: flex;
  align-items: center;

}
.headActive .img {
  width: 75px;
  height: 75px;
}
.img {
  width: 150px;
  height: 150px;
  transition: all .4s ease;
}
.header__menu { 
  /* box-sizing: border-box; */
  border: 1px solid rgb(114, 114, 114);
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.35);
  padding: 25px 100px;
  margin: 0 auto;
  transition: background, .5s;
}
.menu__list {
  position: relative;z-index: 100;
  display: flex;
}
.menu__item {
  &:not(:last-child) {
    margin: 0px 30px 0px 0px;
  }
}
.headActive .menu__link {
  font-weight: 700;
  color: rgb(0, 0, 0);
 
}
.menu__link {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 500;
  line-height: 122%;
  transition: color, .5s;
    &:hover {
    color: rgb(85, 85, 85);
    text-decoration: underline;
  }
}
.burger {
  display: none;
  position: absolute;
  right: 50px;
  width: 40px;
  height: 40px;
  z-index: 50;
}
.burger span {
  position: absolute;
  width: 30px;
  height: 3px;
  left: 5px;
  background-color: rgb(255, 255, 255);
  transition: transform .5s, opacity .5s, background-color .5s ;
}
.burger span:nth-child(1) {
  transform: translateY(-10px);
}
.burger span:nth-child(3) {
  transform: translateY(10px);
}
.burger.active span:nth-child(1) {
  transform: translateY(0) rotate(45deg);
}
.burger.active span:nth-child(2) {
  opacity: 0;
}
.burger.active span:nth-child(3) {
  transform: translateY(0) rotate(-45deg);
}

/*=====================================end header=========================================*/

/*=====================================main=========================================*/
.main__container {
  padding-top: 150px;
}
.main-block {
  max-width: 878px;
  margin: 0 auto;
  transition: 1s ease 0.4s;
  scale: 0;
}
.main__container {
  margin-top: 110px;
}
.block-main__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 123%;
}
.block-main__text {
  margin-top: 25px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

/* tools  */
.tools__tools-block {
  margin-top: 180px;
}
.block-tools__body {
  max-width: 1270px;
  margin: 0 auto;
}
.block-tools__title {
  text-align: center;
  transition: 1s ease 0.4s;
  transform: translate(0px, -100px);
  scale: 0;
}

.block-tools__card {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.block-tools__column {
  width: 350px;
  height: 100%;
  text-align: center;
  align-items: center;
  transition: 1s ease 0s;
  transform: translate(-600%, 0px);
}
.kard-htm__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  margin: 17px 0px 22px 0px;
}
.kard-htm__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 123%;
  padding: 0px 10px 10px 10px;
}
/* end tools  */

/* trust  */
.trust__body {
  position: relative;
  margin-top: 115px;
}
.trust__title {
  text-align: center;
  transition: 1s ease 0.4s;
  transform: translate(0px, 70px);
  opacity: 0;
}
.trust__bloc-card {
  display: flex;
  max-width: 920px;
  margin: 0 auto;
  justify-content: space-between;
  /* align-items: center;
  justify-content: center; */
}
.left-trust__column {
  margin-top: 50px;
  scale: 0;
  transition: 1s ease 0.4s;
  transform: translate(-100%, 0px);
}

.right-trust__column {
  margin-top: 202px;
  scale: 0;
  transition: 1s ease 0.5s;
  transform: translate(100%, 0px);
  
}
.line-right {
  border-bottom: 2px solid rgb(255, 0, 0);
  border-right: 2px solid rgb(255, 0, 0);
}
.line-left {
  border-bottom: 2px solid rgb(255, 0, 0);
  border-left: 2px solid rgb(255, 0, 0);
}
.card-trust__card {
  position: relative;
  width: 400px;
  height: 150px;
  margin-bottom: 150px;
}
.card-trust__line {
  position: absolute;
  left: 258px;
  top: 60px;
  transition: 1s ease 0.8s;
  scale: 0;
}
.card-trust__number {
  position: absolute;
  left: 10px;
  top: 0;
  color: rgb(68, 74, 249);
 font-size: 36px;
 font-weight: 600;
 line-height: 122%;
}
.card-trust__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
  padding-top: 15px;
  margin-bottom: 15px;

}
.card-trust__text {
 line-height: 121%;
 text-align: center;
 padding: 0px 10px;
}
/* end trust  */

/* skill  */
.skill-block__body {
  max-width: 1300px;
  margin: 0 auto;
  margin-top: 50px;
  transition: 1s ease 0.3s;
  scale: 0;
}
.skill-block__title {
  text-align: center;
  margin-bottom: 70px;
}
.sckill-block__status {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
.status-item__column {
  width: 400px;
  padding: 28px 50px 28px 50px;
}
.status-item__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 15px;
}
.status-line__blue {
  position: relative;
  width: 300px;
  height: 20px;
  border-radius: 5px;
  background: rgb(68, 74, 249);
 
}
.status-line__html {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 20px;
  border-radius: 5px;
  background: rgb(0, 200, 28);
  transition: 1s ease 1.5s;
}

.status-line__css {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 20px;
  border-radius: 5px;
  background: rgb(0, 200, 28);
  transition: 1s ease 1.5s;
}

.status-line__js {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 20px;
  border-radius: 5px;
  background: rgb(0, 200, 28);
  transition: 1s ease 1.5s;
}
/* end skill  */

.slider__title {
  text-align: center;
  margin-bottom: 50px;
}
.slider__body {
  max-width: 1000px;
  margin: 0 auto;
  transition: 1s ease 0.4s;
  scale: 0;
}
.portfolio-slider__list {
  position: relative;
  padding: 0px 60px;
}
img {
  max-width: 1000px;
}
.slick-list {
  overflow: hidden;
}
.slick-track{
  display: flex;
}
.slick-arrow{
  position: absolute;
  top: 50%;
  margin: -35px 0px 0px 0px;
  z-index: 10;
  font-size: 0;
  width: 50px;
  height: 70px;
}
/* Стрелка влево */
.slick-arrow.slick-prev{
  left: -15px;
  background: url('../img/slider/l.svg') 0 0 no-repeat;
}
/* Стрелка вправо */
.slick-arrow.slick-next{
  right: 0;
  background: url('../img/slider/r.svg') 0 0 no-repeat;
}
.portfolio-slider__hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  transition: .7s ease;
  opacity: 0;
}
.portfolio-slider__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 15px 28px;
  border: 2px solid rgb(74, 99, 255);
  border-radius: 10px;
  background: rgb(33, 46, 126);
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 125%;

}
.portfolio-slider__box:hover .portfolio-slider__hover {
  opacity: 1;
}
.portfolio-slider__box {
  position: relative;
}
/*=====================================end main=========================================*/


/* footer  */
.footer {
  border-radius: 20px;
  background: rgb(16, 20, 23);
}
.footer__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1300px;
}
._container {
}
.footer__logo {
}
.footer__img{
  width: 100px;
  height: 100px;
}
.footer__menu {
}
.menu {
}
.menu__list {
}
.menu__item {
}
.btn {
}
.menu__link {
}
.footer__contact {
  text-align: center;
}
.footer__icon {
  margin-bottom: 10px;
}
.icon:not(:last-child) {
  margin: 0px 20px 0px 0px;
}
.footer__email {
}

@media (max-width: 768px) {
  .footer__container {
    display: block;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    /* max-width: 300px; */
  }
  .footer__menu {
    margin-bottom: 20px;
  }
  .footer__email {
    font-size: 24px;
    padding-bottom: 20px;
  }
}

/* end footer */


