@font-face {
    font-family:'en-normal';
    src: url(../fonts/Arboria-Book.ttf);
  }

  @font-face {
    font-family:'en-bold';
    src: url(../fonts/Arboria-Black.ttf);
  }

  @font-face {
    font-family:'en-extra-bold';
    src: url(../fonts/NCLNeovibes-Demo.otf);
  }

  *,body,h1,h2,h3,h4,h5,h6,p,a,span,.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle,.uk-button {
    font-family:en-normal;
    letter-spacing: 1px;
  }
  .uk-relative {
    position: relative;
  }
  .uk-absolute,.happy-clients,.exp {
    position: absolute;
  }
  .organge {
    color:#FF3E00;
  }
  .blue {
    color: #00D6D6;
  }
  .black {
    color: #151515;
  }
  .balck-less {
    color: #3c3c3c;
  }
  .Gray {
    color: #8A8A8A;
  }
  .white,.uk-navbar-nav>li.uk-active>a,.uk-navbar-nav>li:hover>a {
    color: #e6e6e6;
  }
  .uk-navbar-container {
    padding-top: 10px;
    padding-bottom: 5px;
  }
  .uk-navbar-container:not(.uk-navbar-transparent) {
    background-color: #030303;
  }
  .uk-navbar-nav>li>a {
    text-transform: none;
    font-size: 1.5em;
    color: #ffffff;
  }
  .uk-navbar-nav>li.uk-active>a:after,.uk-navbar-nav>li:hover>a:after {
    content: "";
    height: 2px;
    width: 110px;
    background: #FF3E00;
    position: absolute;
    bottom: 20px;
      animation: mymove .8s;
  }
  .uk-navbar-container:not(.uk-navbar-transparent).fixed {
      transition: all ease-in-out .1s;
      z-index: 99;
      top: 0px;
      position: sticky;
      background-color: rgb(129 129 129 / 66%);
      backdrop-filter: blur(10px);
      height: 95px;
      width: 96%;
      margin: auto;
      border-bottom-left-radius: 40px;
      border-bottom-right-radius: 40px;
  }

  .uk-button-default {
      background: #FF3E00;
      border-radius: 20px;
      border-color: #FF3E00;
      text-transform: none;
      color: #ffffff;
      font-size: 1.6em;
      transition: all ease-in-out .2s;
      padding-bottom: 8px;
      line-height: 28px;
      padding: 5px 15px 8px;
  }
  .uk-button-default img {
    width: 25px;
  }
  .uk-button-default:hover {
    color: #ffffff;
    border-color: #FF3E00;
    transform: scale(1.03);
    transition: all ease-in-out .2s;
    background: #FF3E00;
  }
  .uk-button-white {
    background: #fff;
    border-radius: 20px;
    border-color: #fff;
    text-transform: none;
    color: #000;
    font-size: 1.6em;
    transition: all ease-in-out .2s;
    line-height: 28px;
    padding: 5px 15px 8px;
  }
  .uk-button-white img {
    width: 25px;
  }
  .uk-button-white:hover {
    color: #000;
    border-color: #fff;
    transform: scale(1.03);

    transition: all ease-in-out .2s;
    background: #fff;
  }
  /*Hero Section*/
  .hero-section {
    height: 90vh;
    background: #121212;
  }
  .hero-footer {
    background: #121212;
  }
  .hero-personal-image {
    background: #181818;
    border-bottom-right-radius: 45%;
    border-bottom-left-radius: 45%;
    overflow: hidden;
  }
  .hero-personal-image img {
    width: 85%;
    margin: auto;
    display: block;
    margin-top: 50px
  }
  .hero-personal-image:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    border: solid 2px #1d1d1d;
    border-color: transparent #1d1d1d #1d1d1d transparent;
    border-radius: 0 0px 64% 0px;
    position: absolute;
    bottom: -20px;
    border-bottom-right-radius: 45%;
    border-bottom-left-radius: 45%;
    right: -20px;
  }
  .happy-clients,.exp {
    left: -40px;
    top: 200px;
    background: linear-gradient(90deg, rgb(202 202 202) 50%, rgb(178 178 178) 100%);  border-radius: 20px;
    padding: 0 10px 6px;
  }
  .exp {
    top: auto;
    bottom: 25px;
    right: -110px;
    left: auto;
  }
  .happy-clients span,.exp span:first-of-type {
    font-family: en-bold;
    font-size: 3.8em;
    color: #FF3E00;
    margin-top: -8px;
    display: inline-block;
  }
  .exp span:nth-of-type(2) {
    margin-top: 15px;
    font-size: 1.4em;
    width: 130px;
    display: inline-block;
    line-height: 1;
    margin-left: 10px;
  }
  .happy-clients p {
    font-size: 18px;
    margin-top: -10px!important;
    margin-bottom: 0;
    font-weight: bold;
  }
  .caution-style span {
    color: #FF3E00;
    font-size: 2.9em;
  }
  .caution-style img {
    margin-top: -20px;
  }
  div.icons-programs img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    opacity: .5;
    cursor: pointer;
    margin-right: 10px;
    background: #333333;
    border-radius: 50%;
    padding: 7px;
    width: 67px;
    transition: all ease-in-out .3s;
  }
  div img:nth-of-type(2) {
    padding: 0;
  }
  div img:nth-of-type(3) {
    padding: 15px;
  }
  div.icons-programs img:hover {
    filter: none;
    width: 70px;
    transition: all ease-in-out .3s;
  }
  div.content h1,section.projects h1 {
    font-family: en-extra-bold;
    font-size: 4em;
    color: #ffffff;
  }
  div.content p {
    font-size: 1.8em;
  }
  div.happy-clients:after {
    content: "";
    width: 100px;
    height: 260px;
    border: 3px solid #1d1d1d;
    position: absolute;
    left: -105px;
    top: -200px;
    border-color: transparent transparent #1D1D1B #1d1d1d;
    border-bottom-left-radius: 40px;
  }
  div.exp:after {
      content: "";
      width: 500px;
      height: 90px;
      border: 3px solid #1d1d1d;
      position: absolute;
      right: -506px;
      bottom: -45px;
      border-color: #1D1D1B #1D1D1B transparent transparent;
      border-top-right-radius: 40px;
  }
  div.content:after {
    content: "";
    width: 365px;
    height: 300px;
    border: 3px solid #1d1d1d;
    position: absolute;
    right: 140px;
    top: 96px;
    border-color: transparent #1D1D1B #1d1d1d transparent;
    border-bottom-right-radius: 40px;
  }
  section.projects h1 {
    color: #000000;
    font-size: 3.5em;
  }
  .masonry {
    column-count: 2;
    column-gap: 5px;
  }
  .masonry .brick {
    box-sizing: border-box;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    counter-increment: brick-counter;
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .masonry img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;

  }
  .btn-org{
      background-color: #FF3E00;
  }
  .service-title h1{
      font-family: en-extra-bold;
      font-size: 4em;
      color: #000000;
  }
  .service-title {
      position: relative;
  }
  .service-title:after {
      content: "";
      width: 155px;
      height: 230px;
      border: 2px solid #49494426;
      position: absolute;
      left: 3em;
      bottom: -10em;
      border-color: #49494426 #49494426 #49494426 transparent;
      border-top-right-radius: 40px;
      border-bottom-right-radius: 40px;
  }
  .service-title:before {
      content: "";
      width: 28em;
      height: 10em;
      border: 2px solid #49494426;
      position: absolute;
      right: 3em;
      bottom: -2em;
      border-color: #49494426 transparent transparent #49494426;
      border-top-left-radius: 40px;
  }
  .service {
      margin: 10px 10px 20px;
      padding: 0px 20px 10px;
      border-radius: 30px;
      transition: all ease-in-out .5s;
  }
  .startservice {
      padding-top: 0;
  }
  .second-service {
      margin-top: -30px;
  }
  .service .service-content {
      width: 80%;
      transition: all ease-in-out .5s;
      padding-top: 20px;
  }

  .service .img {
      border: 3px solid #dbdbdb91;
      border-radius: 50%;
      display: inline-block;
  }
  .service .img img {
      width: 80px;
  }

  .service h2 {
      font-size: 2.3em;
      color: #000000;
      font-weight: bolder;
      margin-bottom: -30px;
      transition: all ease-in-out .5s;

  }

  .service .after {
      opacity: 0;
      margin-top: 0;
      font-size: 1.3em;
      color: #959393;
      transition: all ease-in-out .4s;

  }

  .service:hover {
      background: #f1f0f0;
      transition: all ease-in-out .4s;
  }

  .service:hover .service-content h2 {
      margin-bottom: -5px;
      transition: all ease-in-out .4s;

  }

  .service:hover .after {
      opacity: 1;
      transition: all ease-in-out .4s;
  }
  .service:hover .img {
      background: #dbdbdb;
  }

  .services {
      margin-left:12em;
      margin-top: 40px;
      position: relative;
      margin-bottom: 100px;
  }
  .services div{
      justify-content: left;
  }

  .hoverservice{
      background-color: rgb(228, 228, 228)
  }
  .services:after {
      content: "";
      width: 420px;
      height: 200px;
      border: 2px solid #49494426;
      position: absolute;
      left: 32.5em;
      bottom: -125px;
      border-color: #49494426 #49494426 transparent transparent;
      border-top-right-radius: 40px;
      z-index: -1;
  }

  .aboutme{
      background-color: #0e0e0e;
      padding: 40px 20px;
      border-radius: 50px;
      margin:0px 40px;
  }
  .bg-about.aboutme {
      padding: 0;
  }
  .bg-about {
      background-image: url('../images/cyan.jpg');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
  }
  .bg-about .overlay {
      height: 100%;
      width: 100%;
      border-radius: 50px;
      background: #000000bd;
      display: block;
      position: relative;
      padding: 40px 0 60px;
  }

  .aboutme-title h1{
      font-family: en-extra-bold;
      font-size: 4em;
      color: #fff;
  }
  .aboutme-title p {
      font-size: 1.9em;
      width: 70%;
      margin: auto;
      color: #878787;
  }

  .happy-clients-about{
      display: inline-block;
      border-radius: 30px;
      margin: 50px;
      padding: 30px 30px 20px;
      border: 2px solid #3e3e3e9c;
      position: relative;
      border-top-color: transparent;
  }
  .happy-clients-about:after {
      content: "";
      width: 75px;
      height: 32px;
      position: absolute;
      top: -2px;
      right: -2px;
      border: 2px solid;
      border-top-right-radius: 30px;
      border-color: #3e3e3e9c transparent transparent;
  }
  .happy-clients-about:before {
      content: "";
      width: 75px;
      height: 32px;
      position: absolute;
      top: -2px;
      left: -2px;
      border: 2px solid;
      border-top-left-radius: 30px;
      border-color: #3e3e3e9c transparent transparent #3e3e3e9c;
  }
  .happy-clients-about span{
      font-family: en-bold;
      font-size: 3.8em;
      color: #FF3E00;
      margin-top: -27px;
      margin-bottom: 0px;
      margin-left: 30px;
      padding: 0 35px;
      position: absolute;
      top: -25px;
      left: 52px;
  }
  .happy-clients-about:nth-of-type(3) span,.happy-clients-about:nth-of-type(2) span {
      left: 65px;
  }
  .happy-clients-about p{
      font-size: 2em;
      color: #fff;
      margin-bottom: 0px;
      margin-top: 0px;
      /* z-index: 1;
      position: inherit; */
  }
  .happy-clients-about:nth-of-type(3) p {
      padding: 0 45px;
  }
  .the-academy{
      background-color: #FF3E00;
      height: 400px;
      z-index: -1;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: -50px 40px -65px;
  }
  .form-contact{
      border: 2px solid #FF3E00;
      border-radius: 30px;
      margin: 7em 5em;
      text-align: left;
      padding: 30px;
  }

  div.form-contact h1{
      font-family: en-extra-bold;
      font-size: 3.4em;
      color: #ffffff;
  }
  div.form-contact p{
      font-size: 2em;
      color: #adadad;
  }

  .input-form{
      color: gray;
      background: #95919147;
      padding: 25px;
      margin: 12px;
      border: 0px;
      border-radius: 20px;
      border: 1px solid #95919147;
  }
  .input-form:hover,.input-form:focus {
      border: 1px solid #ff3e00;
  }
  input::placeholder {
      font-size: 25px;
      color: #ccc;
  }
  textarea::placeholder {
      font-size: 25px;
      color: #ccc;
  }

  input{
      font-size: 24px;
      color: #fff !important;
  }

  textarea{
      font-size: 24px;
      color: #fff !important;
  }

  .bottom-form{
      position: absolute;
      bottom: 2em;
  }

  .pos-right{
      right:.8em;
  }

  .submit{
      padding: 15px 40px;
      border-radius: 15px;
  }
  .links-media img{
      height: 50px;
      width: 50px;
      border-radius: 30px;
      color: #FF3E00;
  }
  .telegram{
      margin: 0 10px;
  }
  .about-course-p{
      font-size: 2em;
      color: #878787;
      width: 78%;
      margin: 3em auto 3em;
  }

  .about-course{
      padding: 0em 12em 12em;
  }

  .cd-img::before{
      content: "";
      width: 340px;
      height: 290px;
      border: 2px solid #FF3E00;
      left: 3.5em;
      bottom: 0px;
      border-radius: 20px;
      position: absolute;
  }

  .cd-img img{
      position: relative;
      z-index: 1;
  }

  .course-title{
      text-align: left;
      padding-left: 50px;
  }

  .course-title h2{
      font-family: en-bold;
      font-size: 4em;
      color: #ffffff;
  }
  .course-title p{
      font-size: 1.5em;
      color: #ffffff;
      margin-bottom: 25px;
  }
  .course-title ul {
      padding-left: 0;
  }
  li {
      list-style: none;
  }
  .course-title a {
      padding: 8px 15px 11px;
      font-size: 2em;
      border-radius: 30px;
  }
  .course-title li{
      font-size: 1.2em;
      color: #fff;
      margin-bottom: 10px;
  }
  .course-title li svg polyline {
      stroke-width: 3;
  }
  .uk-check-icon {
      color: #FF3E00;
  }

  .footer{
      text-align: left;
      font-size: 2.5em;
      color: #000;
      line-height: 1.1em;
  }
  .footer p>span{
      font-family: en-bold;
      text-align: left;
      font-size: 1.6em;
      margin-bottom: 10px;
      color: #000000;
  }
  .footer > div {
      display: inline-block;
  }
  .footer > div:nth-of-type(2) {
      margin: 0 4em;
  }
  .title-footer {
      margin-bottom: 30px;
  }
  .under-line{
      border-bottom: 4px solid #FF3E00;
  }
  .footer a:hover {
      text-decoration: none;
      color: #FF3E00;
  }
  a {
      color: #000000;
  }

  a:hover{
      color: #FF3E00;
  }

  .gallery {
      padding: 40px;
  }


  .loader {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      display: block;
      margin:15px auto;
      position: relative;
      color: #FF3E00;
      box-sizing: border-box;
      animation: animloader 1s linear infinite alternate;
    }

    @keyframes animloader {
      0% {
        box-shadow: -38px -12px ,  -14px 0,  14px 0, 38px 0;
      }
      33% {
        box-shadow: -38px 0px, -14px -12px,  14px 0, 38px 0;
      }
      66% {
        box-shadow: -38px 0px , -14px 0, 14px -12px, 38px 0;
      }
      100% {
        box-shadow: -38px 0 , -14px 0, 14px 0 , 38px -12px;
      }
    }





  .snippet-result-code {
      height: 500px
  }

  #photos {
      /* Prevent vertical gaps */
      line-height: 0;
      -webkit-column-count: 4;
      -webkit-column-gap: 0px;
      -moz-column-count: 4;
      -moz-column-gap: 0px;
      column-count: 4;
      column-gap: 0px;
  }

  #photos img {
      /* Just in case there are inline attributes */
      /* position: absolute; */
      width: 100% ;
      height: auto ;
      border-radius: 30px;
      padding:10px;
  }
  #photos > div {
      transition: all ease-in-out .5s;
  }
  #photos > div:hover {
      transform: scale(0.95);
      transition: all ease-in-out .5s;
  }

  .divImg {
      position: relative;
  }
  .about-project {
      position: absolute;
      top: 50%;
      z-index: 1;
      width: 100%;
      left: 10%;
      font-size: 1.6em;
      color: white;
      display: none;
      font-weight: bold;
      text-shadow: 1px 1px 3px #00000079;
  }

  .icon-arrow{
      height: 30px !important;
      width: auto !important;
  }

  .uk-modal-dialog {
      background: #3a3a3a;
      padding: 10px;
      border-radius: 40px;
  }
  .uk-modal-dialog img {
      border-radius: 40px;
  }

  @media (max-width: 1200px) {
      #photos {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
      }
  }

  @media (max-width: 1000px) {
      #photos {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
      }
  }

  @media (max-width: 800px) {
      #photos {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
      }
      .hidden-small,div.exp:after,div.happy-clients:after,div.content:after,.service-title:before,.service-title:after,.services:after {
        display: none;
      }
      .uk-navbar-container {
        padding-top: 15px;
        padding-bottom: 15px;
      }
      .hamburger a {
        padding: 4px 15px 5px;
        font-size: 1.3em;
        margin-right: 10px;
      }
      .happy-clients span, .exp span:first-of-type{
        font-size: 2.5em;
      }
      .happy-clients {
        left: 30px;
        top: 45px;
        padding: 0 5px 6px;
      }
      .exp {
        bottom: -25px;
        right: 80px;
      }
      .hero-section {
        height: auto;
        padding-bottom: 30px;
      }
      div.content h1, section.projects h1,.service-title h1 {
        font-size: 1.8em;
      }
      div.content p {
        font-size: 1.3em;
    }
    .caution-style {
        margin-top: 40px;
    }
    .service-title {
        margin-top: 80px;
    }
    .services {
        margin-left: 0;
        margin-top: 0;
    }
    .service {
        margin:0;
        padding:0 10px;
    }
    .service .img img {
        width: 55px;
    }
    .service h2 {
        font-size: 1.3em;
        margin-bottom: -10px;
    }
    .service .service-content {
        width: 75%;
    }
    .service .img {
        position: relative;
        top: -25px;
    }
    .service .after {
        font-size: 1em;
    }
    .aboutme {
        margin: 0!important;
    }
    .aboutme-title h1 {
        font-size: 2em;
    }
    .aboutme-title p {
        font-size: 1.1em;
        width: 91%;
    }
    .happy-clients-about {
        padding: 30px 15px 20px;
    }
    .happy-clients-about:before,.happy-clients-about:after {
        width: 50px;
    }
    .happy-clients-about span {
        font-size: 2.8em;
        top: -12px;
        left: 21px;
    }
    .happy-clients-about p {
        font-size: 1.5em;
    }
    .happy-clients-about:nth-of-type(2) span {
        left: 35px;
    }
    .happy-clients-about:nth-of-type(3) span {
        left: 42px;
    }
    .form-contact {
        margin: 2em 13px;
    }
    .form-contact > div.uk-first-column {
        padding: 0!important;
    }
    div.form-contact h1 {
        font-size: 2em;
    }
    div.form-contact p {
        font-size: 1.5em;
        margin-top: -15px;
    }
    .bottom-form {
        bottom: -1.5em;
    }
    .links-media img {
        height: 35px;
        width: 35px;
    }
    .form-xs {
        margin-top: 50px;
    }
    .input-form {
        margin: 12px 12px 12px 0;
    }
    input {
        font-size: 16px;
    }
    .bottom-form {
        position: relative;
        bottom: auto;
        right: auto;
    }
    .the-academy {
        margin: -50px 0px -65px;
    }
    .about-course-p {
        font-size: 1.3em;
        width: 100%;
        margin-top: 0;
    }
    .about-course {
        padding: 0;
    }
    .cd-img::before {
        left: 40px;
        bottom: -44px;
        width: 280px;
        height: 290px;
    }
    .course-title {
        padding-left: 0;
    }
    .course-title h2 {
        font-size: 2em;
    }
    .course-title p {
        font-size: 1.1em;
    }
    .course-title ul.uk-column-1-2 {
        column-count: 1;
    }
    .course-title li {
        font-size: 1em;
    }
    .course-title a {
        font-size: 1.3em;
    }
    .footer a {
        font-size: .7em;
    }
    .footer p>span {
        font-size: 1em;
    }
    .footer-logo {
        margin-top: -50px;
    }
    .rm-margin {
        margin-top: 0!important;
    }
    .footer > div:nth-of-type(2) {
        margin: 0 0 0 10px;
    }
    .hero-personal-image:after {
        right: -10px;
        bottom: -8px;
    }
    html,body {
        overflow-x: hidden;
    }
    .uk-navbar-container:not(.uk-navbar-transparent).fixed {
        height: 45px;
        width: 100%;
        background-color: rgb(161 161 161 / 90%);
        position: fixed;
    }
    .uk-nav li a {
        font-size: 1.8em;
    }
}

  @media (max-width: 400px) {
      #photos {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
      }
  }


  @keyframes fill {
     0% {  box-shadow: 0 0 0 2px inset }
     100%{ box-shadow: 0 0 0 10px inset }
  }

  /*All Animations*/

  @keyframes fadeIn {
      0% { opacity: 0; }
      100% { opacity: 1; }
    }
  @keyframes mymove {
    from {
      width: 0px;
    }
    to {
      width: 80px;
    }
  }
  /*Responsive*/
  @media (min-width: 960px) {
    .uk-navbar-nav {
      gap: 85px;
      margin-right: 50px;
    }
  }
  @media (min-width: 768px) {
    .masonry {
      column-count: 3;
    }
  }
  @media (min-width: 992px) {
    .masonry {
      column-count: 4;
    }
    .hidden-large {
        display: none;
      }
  }
  @media (min-width: 1199px) {
    .masonry {
      column-count: 4;
    }
  }


  @keyframes fadeOutBounce {
      from {
        opacity: 1;
        transform: translateY(0);
      }
      to {
        opacity: 0;
        transform: translateY(50px);
      }
    }
