*, *::after, *::before {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    color: inherit;
    display: inline-block;
}

body {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    /* max-width: 1922px;  */
    /* 776 px padding */
    margin: 0 auto;
}

.active_menu {
    background-color: #161719;
    overflow: hidden;
}

.title {
    color: #111214;
    /* Heading/Heading 40 */
    font-family: Anton;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

/* FONTS */
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat/Montserrat-VariableFont_wght.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: normal; 
  } 

  @font-face {
    font-family: "Anton";
    src: url("../fonts/anton/Anton-Regular.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: normal; 
  } 

/* start */
.container {
    width: 1440px;
    margin: 0 auto;
    padding-left: 150px;
    padding-right: 150px;
}

.header {
    border: 1px solid #000;
    min-height: 840px;
    background-image: url(../images/top_header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: #000;
}

.header_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 24px;
}

.header_menu_items {
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: #A9A9AA;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    transition: 800ms;
}

.header_menu_items.active_menu {
    display: block;
    width: 100%;
    left: 0;
    top: 80px;
    position: fixed;
    z-index: 999;
    overflow-y: scroll;
    height: 100%;
    min-height: 100vh;
    transition: 800ms;
    padding: 20px 0;
}

.header_menu_item {
    padding-left: 54px;
}

.header_menu_item .orange{
   color:#FE390C;
}

.header_menu_item-a::after {
    content: '';
    width: 0px;
    height: 2px;
    display: block;
    transition: 300ms;
}

.header_menu_item-a:hover::after {
    width: 100%;
    background: #A9A9AA;
}

.header_burger {
    width: 40px;
    height: 40px;
    background-image: url(../images/submenu.svg);
    cursor: pointer;
    display: none;
    margin-left: 20px;
}

.header_menu_contact-a {
    padding: 12px 16px;
    border-radius: 4px;
    border: 1px solid #FE390C;
    color: #FE390C;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.header_menu_contact-a:hover {
    background-color: #FE390C;
    color:#fff;
    transition: 800ms;
}



.header_content {
    padding-top: 243px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_content_left-hello {
    color: #FFF;
    /* Sub Heading/Sub Heading 24 */
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.96px;
}

.header_content_left-hello span {
    color: #FE390C;
}

.header_content_left-name {
    padding-top: 12px;
    font-family: 'Anton';
    color: #FFF;
    /* Heading/Heading 130 */
    font-family: Anton;
    font-size: 130px;
    font-style: normal;
    font-weight: 400;
    line-height: 154px; /* 118.462% */
    letter-spacing: 1.95px;
    text-transform: uppercase;
    border-right: 1.5px solid #fff;
    padding-left: 4px;
    padding-right: 4px;
    transition: 1000ms;
}

.header_content_left-name:hover {
    font-weight: 1000; 
    cursor: pointer;
}

.header_content_left-professional {
    padding-top: 12px;
    color: #FFF;
    /* Sub Heading/Sub Heading 16/Bold */
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 187.5% */
    letter-spacing: -0.64px;
}

.header_content_left-button {
    padding: 16px 24px;
    border-radius: 4px;
    background: #FE390C;
    /* width: 106px;
    min-width: 50%;
    max-width: 100%; */
    display: inline-block;
    margin-top: 24px;
    /* Sub Heading/Sub Heading 12/Semi Bold */  
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.header_content_right-items {
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    
}

.header_content_right-item-img {
    width: 42px;
    height: 42px;  transition: 1000ms;      
}

.header_content_right-item-img:hover {
    width: 82px;
    height: 82px; transition: 1000ms;    
}

.header_content_right-item {
    padding: 10px;
}

.header_content_right-item svg {
    width: 42px;
    height: 42px;
}

.header_content_right-item svg:hover {
    color: #FE390C;
    background-color: #FE390C;
}
/* ABOUT ME */

.about {
    background-color: #fff;
}

.about_inner {
    padding-top: 90px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    padding-bottom: 86px;
}

.about_inner-img {
    width: 230px;
}

.about_inner_left {
    
    padding-right: 61px;
}

.about_inner_middle {
    padding-top: 32px;
    padding-right: 61px;
}

.about_inner-text {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.about_inner-text h1 {
    color: #111214;
    /* Heading/Heading 40 */
    font-family: Anton;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding-bottom: 24px;
    position: relative;
}

.about_inner-text h1:before {
  content: '01';
  display: inline-block;
  margin-right: 25px;
  font-size: 80px;
  top:-36%;
  left:-90px;
  color: #FE390C;
  position: absolute;
}

.about_inner-text .left_padding {
    padding-left: 12px;
    text-align: left;    
}

.about_inner-text .right_padding {
    padding-right: 12px;
    text-align: right;    
}

.right_caption {
    justify-content: start;
}

.about_inner-text .text {
    color: #111214;
    
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.56px;
}

.about_inner-text .big_orange {
    color: #FE390C;
    font-family: Anton;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.28px;
    text-transform: uppercase;
}

.about_inner_right-content {
    color: #A9A9AA;
    /* Body/Body 14 */
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 228.571% */
    letter-spacing: -0.28px;
    
}

.about_inner_right-content p {
    padding-bottom: 12px;
}

.about_inner_right-content span{
    color: #FE390C;  
    font-weight: bold;
}

.about_inner_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    padding-top: 32px;
}

/* ABOUT */

.client {
    background: #F7F7F7;
    padding-top: 90px;
    padding-bottom: 192px;
}

.client_items {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
}

.client_item {
    padding-right: 90px;
}

/* CV */
.cv {
    
    margin-top: -72px;
}

.cv_inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
    flex-direction: column;

    min-height: 335px;
    background-image: url(../images/brands/cv_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: #000;
}

.cv_h2 {
    color: #FFF;
    font-family: Anton;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: capitalize;
    padding-top: 72px;
    padding-bottom: 32px;
}

.cv_button {
    border-radius: 4px;
    background: #FE390C;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    padding: 16px 24px; 
}

.cv_download {
    color: #A9A9AA;
    /* Sub Heading/Sub Heading 14/Semi Bold */
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.56px;
    padding-top: 24px;
}

/* service */
.service {
    background-color: #fff;
    padding-top: 110px;
}

.service-h2 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}



.service-h2:before {
    content: '02';
    display: inline-block;
    margin-right: 25px;
    font-size: 80px;
    top:-36%;
    left:-90px;
    color: #FE390C;
}

.service_items {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: end;
    margin-top: 66px;
    padding-bottom: 84px; 
}

.service_item {
    background: #F7F7F7;
    margin-right: 61px;
    color:#000;
    min-height: 262px;
    transition: 900ms;
    width: 230px;
}

.service_item:hover {
    background: #FE390C;
    min-height: 322px;
    transition: 900ms;
    border-radius: 50px;
    color:#fff;
    fill:#fff;
    width: 230px;
}

.service_item_inner {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    padding-top: 39px;
    padding-left: 20px;
    padding-right: 31px;
    padding-bottom: 31px; 
}
.service_item-title {
    /* color: #111214; */
    /* Sub Heading/Sub Heading 16/Bold */
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 187.5% */
    letter-spacing: -0.64px;
    padding-top: 24px;
    padding-bottom: 8px;
}

.service_item-content {
    /* color: #A9A9AA; */
    /* Body/Body 14 */
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 171.429% */
    letter-spacing: -0.28px;
}

 .active {
    color:#fff;
    fill:#fff;
}

/* portfolio */


.portfolio {
    background: #F7F7F7;
    padding-bottom: 73px;
}
.portfolio_inner {
    padding-top: 102px;
}

.portfolio-h3 {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}



.portfolio-h3:before {
    content: '03';
    display: inline-block;
    margin-right: 25px;
    font-size: 80px;
    top:-36%;
    left:-90px;
    color: #FE390C;
}

.portfolio_gallery_items {
    margin-top: 93px;
}

.portfolio_gallery_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.portfolio_gallery_item-link {
    padding-right: 15px;
}

.portfolio_gallery_item-link:last-child {
    padding-right: 0px;
}

.slick-btn {
    background-color: transparent;
    border:none;
    cursor: pointer;
    position: absolute;
    right: 0;
    top:-170px;
}
.slick-prev {
    right:  60px;
}

.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    list-style: none;

}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
    content: '';
    font-size: 22px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 4px;
    text-align: center;
    opacity: .25;
    color: black;
    border-bottom: 4px solid #000;
}
.slick-dots li button:hover::before {
    content: '';
    font-size: 22px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 4px;
    text-align: center;
    opacity: .25;
    color: #fff;
    border-bottom: 4px solid #FE390C;
}


/* CONTACT */

.contact {
    padding-top: 66px;
    min-height: 612px;
    background-image: url(../images/contact_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: #000;
    padding-bottom: 52px;
}

.contact_inner {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

.contact_left {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;  
    flex-direction: column; 
    /* width: 49%; */
}

.contact_title {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #FFF;
    /* Heading/Heading 40 */
    font-family: Anton;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.contact_title:before {
    content: '04';
    display: inline-block;
    margin-right: 25px;
    font-size: 80px;
    top:-36%;
    left:-90px;
    color: #FE390C;
}

.contact_left_items {
    list-style: none;
    color: #A9A9AA;
    /* Sub Heading/Sub Heading 14/Medium */
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
    padding-top: 85px;

}

.contact_left_item_title {
    color: #FFF;
    /* Sub Heading/Sub Heading 16/Medium */
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.32px;
    padding-bottom: 9px;
}

.contact_left_item {
    position: relative;
    padding-left: 42px;
    padding-bottom: 42px;
}

.phone:before {
    background-image: url(../images/phone.svg);
    content: '';
    display: inline-block;
    margin-right: 25px;
    font-size: 80px;
    top:12px;
    left: 0;
    color: #FE390C;
    position: absolute;
    width: 24px;
    height: 24px;
    transition: 300ms;
}

.email:before {
    background-image: url(../images/email.svg);
    content: '';
    display: inline-block;
    margin-right: 25px;
    font-size: 80px;
    top:12px;
    left: 0;
    color: #FE390C;
    position: absolute;
    width: 24px;
    height: 24px;
    transition: 300ms;
}

.address:before {
    background-image: url(../images/address.svg);
    content: '';
    display: inline-block;
    margin-right: 25px;
    font-size: 80px;
    top:12px;
    left: 0;
    color: #FE390C;
    position: absolute;
    width: 24px;
    height: 24px;
    transition: 300ms;
}

.contact_left_social-items {
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 30px;
}

.contact_left_social-item {
    padding-right: 28px;
}

.contact_left_social-item-img {
    width: 42px;
    height: 42px;    
}

.contact_right {
    width: 654px;
}

.contact_right_form {
margin-top: 64px;

}
.contact_form_title {
    color: #FFF;
    /* Heading/Heading 24 */
    font-family: Anton;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 40px;
}

.contact_form_title span {
    color: #FE390C;
}
.contact_right-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.contact_right-input {
    width: 312px;
    padding: 20px 16px;
    display: inline-block;
    border-radius: 2px;
    background: rgba(202, 205, 209, 0.10);
    margin-bottom: 61px;
    border: 0;
    color:#fff;
}

.contact_right-input::placeholder {
    color: rgba(169, 169, 170, 0.60);
    /* Sub Heading/Sub Heading 12/Medium */
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.24px;
 }

 .contact_right-textarea::placeholder {
    color: rgba(169, 169, 170, 0.60);
    /* Sub Heading/Sub Heading 12/Medium */
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.24px;
 }


.contact_right-textarea {
    width: 100%;
    resize: none;
    padding: 16px;
    border: 0;
    color:#fff;
    border-radius: 2px;
    background: rgba(202, 205, 209, 0.10);
    height: 194px;
    margin-bottom: 64px;
}

.contact_right-btn {
    color: #FFF;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding: 16px 24px;
    border-radius: 4px;
    background: #FE390C;
    cursor: pointer;
    transition: 500ms;
}

.contact_right-btn:hover {
    color: #FE390C;
    border-radius: 4px;
    background: #fff;
    transition: 500ms;
}

/* copyright */

.copyright {
    background: #0C0C0E;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright_text {
    color: #A9A9AA;
    text-align: center;
    /* Sub Heading/Sub Heading 14/Semi Bold */
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.56px;
    padding: 30px 0px;
}

@media (min-width: 576px) {
    #cookie_notification.show{
      display: flex;
    }
    .cookie_accept{
      margin: 0 0 0 25px;
    }
  }
  
  @media (max-width: 575px) {
    #cookie_notification.show{
      display: block;
      text-align: left;
    }
    .cookie_accept{
      margin: 10px 0 0 0;
    }
  }

  /*  */

  /* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;
  
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  /* overlay animate in */
  .mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
  }
  /* overlay animate out */
  .mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
  }
  
  /* content at start */
  .mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
  
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  /* content animate it */
  .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
  }
  /* content animate out */
  .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
  }

/* MOBILE-cross adaptive */

@media (max-width: 1440px) {
    .container {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .container {
        width: 100%;
    }
}

@media (max-width: 1000px) {
    .container {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }
    .header_burger {
        display: block;
    }
    .header_menu_items {
        display: none;
        color: #FFF;
    }
    
    .header_menu_item {
        padding: 8px 20px;
        border-top: 1px solid rgba(255,255,255,0.06);
    }

    .header_menu_contact {
        display: none;
    }
}

@media (max-width: 800px) {
    .container {
        width: 100%;
    }

    .service_items {
        flex-wrap: wrap;
    }
    
    .service_item {
        margin-right: 20px;
        height: auto;
        margin-bottom: 20px;
        width: 40%;
    }
}

@media (max-width: 600px) {
   

}

@media (max-width: 690px) {
    .container {
        width: 100%;
    }
    .header_content_left-hello {
        font-size: 24px;
    }

    .header_content_left-name {
        font-size: 58px;
        line-height: 74px;
    }
    .about_inner {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .about_inner_left {
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-end;
        width: 100%;
    }
    .about_inner_right {
        align-items: flex-end;
    }

    .client_items {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .client_item {
        padding-right: 12px;
        padding-bottom: 12px;
    }

    .client {
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .cv {
        margin-top: 0;
    }

    .cv_h2 {
        width: 183px;
        text-align: center;
    }

    .cv_inner {
        padding-bottom: 50px;
    }

    .service_items {
        flex-direction: column;
    }

    .service_item {
        margin-right: 16px;
        margin-left: 16px;
        margin-bottom: 32px;
        width: auto;
    }

    .contact_inner {
        flex-direction: column;
    }

    .portfolio_gallery_item {
        text-align: center;
    }

    .portfolio_gallery_item-link {
         padding-right: 0px;
         padding-bottom: 15px;
    }

    .contact_right {
        width: auto;

    }

    .contact_left_items {
        padding-top: 51px;
    }

    .contact_form_title {
        color: #FFF;

    font-family: Anton;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    }

    .contact_right-textarea {
        height: 124px;
        margin-bottom: 32px;
    }
    
    .contact_right-input {
        width: 49%;
    }

@media (max-width: 450px) {
    .slick-btn {
        top: -90px;
    }
    .contact_right-input {
        width: 100%;
    }
}
}
