* {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  
  body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    margin: 0;
    }


  
  .dark-bk{
    background-color: black;
    color: black;
  }
  #p1-title{
    color: red;
  }
  .greet{
    color: #12D900 ;
  }
  
  /* Style all font awesome icons */
  .fa {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
  }
  
  /* Add a hover effect if you want */
  .fa:hover {
    opacity: 0.7;
  }
  .icons-copy{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(250, 250, 250);
  }
  .footer-content{
    background-color: #eee;
    font-size: larger;
    font-weight: 600;
    padding: 25px 25px 0 20px;
    text-align: left;
    color: brown;
  }
  .footer-content-in{
      width: 33.3%;
      padding: 0 40px 0 40px;
      text-align: left;
  }
  .footer-content-under{
    background-color: #eee;
  }
  .footer-content-projects{
    text-decoration: none;
    color:black;
  }
  .footer-list{
    list-style-type: square;
  }
  .footer-content-projects:hover {
    background-color: rgb(126, 125, 125);
    color: white;
  }
  .red-alert{
    width: 300px;
    height: 150px;
    background-color: red;
    margin: 5px auto;
    border: 15px rgb(238, 30, 30) solid;
    color: white;
  }
  .red-alert-stop{
    width: 300px;
    height: 150px;
    background-color: rgb(8, 144, 8);
    margin: 5px auto;
    border: 15px rgb(12, 118, 12) solid;
    color: white;
  }
  .small{
    float: right;
    font-style: italic;
    padding-right: 20px;
  }
  .header {
    grid-area: h;
  }
  .nav {
    grid-area: n;
  }
  .main {
    grid-area: m;
  }
  .footer {
    grid-area: f;
  }
  
  .grid-container {
    margin: 0;
    display: grid;
    grid-template-areas:
      'h'
      'n'
      'm'
      'f'
  }
  .page-h-w{
    height: 100vh;
    width: 100%;
    overflow: auto;
  }

  #myVideo {
    width: 100%;
    height: auto;
  }
  .container-main{
    margin: auto;
    width: 60%;
    position: relative;
    text-align: center;
    color: white;
    
  }
  .content-on-video {
    position: absolute;
    top: 8px;
    right: 16px;
    background-color: #bbb;
    padding: 10px;
  }
  .ct-faq-qa{
    padding: 15px;
    text-align: left;
    color: rgb(81, 81, 81);
  }

  #ct-h {
    height: 120px;
    width: 100%;
    padding: 0;
    line-height: 120px;
    overflow: hidden;
  }
  .ct-h-margin-0-10{
    margin: 0 10%;
  }
  
  #ct-h ul {
    height: 120px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  
  #ct-h li {
    float: right;
  }
  
  #ct-h img {
    float: left;
  }
  
  #ct-h li a {
    display: block;
    color: black;
    font-weight: 100;
    text-align: center;
    padding: 0 16px;
    text-decoration: none;
    box-sizing: border-box;
  transition: all 2.5s ease;

  }
  
  #ct-h li a:hover {
    background-color: #ddd;
  }
  #ct-n {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  
  .ct-m{
    width: 100%;
  }
  .ct-row {
    display: flex;
  }
  
  .ct-column {
    flex: 33.33%;
    padding: 5px;
  }
  

  
  .ct-s1 {
    width: 100%;
    height:83.8vh;
  }
  
  .ct-s2 {
    width: 100%;
    height:100vh;
    
  }
  
  .ct-s2-content{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 2% 22%;
  
  }
  .ct-s2-p{
    max-width: 50%;
    text-align: justify;
    padding-right: 30px;
   overflow: hidden;
  }
  .ct-s2-img{
      max-width: 50%;
      height: auto;
  
  }
  .no-wrap{
    clear: both;
  }
    hr.hr1 {
      border-top: 2px solid red;
  
    }
  
  
  .hidden{
      height: 20px;
  }
  
  #ct-f {
    margin: 0;
    padding: 0;
    height: 50vh;
    /* position: sticky;
    bottom: 0;
    height: 35px;  */
      width: 100%;
  }
  
  .ct-arrow{
    height: 35px;
    width: 35px;
    margin: 0 auto;
    display: block;
    border-radius: 50%;
  }
  
  
  .ct-arrow-position{
    position: absolute;
    bottom: 1%;
    left: 49%;
  }
  
  .ct-arrow-position-project1{
    position: absolute;
    bottom: -99%;
    left: 50%;
  }
  
  .ct-arrow-position-project2{
    position: absolute;
    bottom: -199%;
    left: 49%;
  }
  
  .ct-arrow-position-project3{
    position: absolute;
    bottom: -299%;
    left: 49%;
  }
  
  .ct-arrow-position-services{
    position: absolute;
    bottom: -399%;
    left: 49%;
  }
  
  .ct-arrow-position-testimonials{
    position: absolute;
    bottom: -499%;
    left: 49%;
  }
  .ct-arrow-position-top{
    position: absolute;
    bottom: -599%;
    left: 49%;
  }
  
  .ct-services{
    width: 65%;
    margin: auto;
  }
  .ct-services p{
    text-align: center;
    color: aqua;
  }
  
  
  
  mark {
    font-size: 2em;
    font-weight:100;
    opacity: 0.6;
    background-image: url("images/bk1.jpg");
  }
  
  h5 {
    text-align: center;
    padding: 15px;
    font-size: 1vw;
  }
  .hr-no-margin{
    padding: 0;
    margin: 0;
  }
  .hr-end-footer{
    padding: 0;
    margin: 0;
    border-bottom: solid 10px #eee;
  }
  
  p {
    font-size: 2.4vmin;
    
  }
  
  h1.about-0 {
    font-size: 3.9vw;
    text-align: left;
    font-weight: 100;
    color: rgb(81, 81, 81);    
    line-height: 450px;
    padding-left: 50px;
  }


.about{
    height: 100%;
    margin: 0;
}
.about-imag-0{
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("images/about0.png");
    background-size:cover;
  }
  .about-1{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 100px 20%;

  }
  .about-1-content{
    padding: 15px;
  }
  .ct-contact{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ct-contact-content{
    width: 50%;
  }
  
  /* animation css*/ 
  .container-text-anim {
    position: relative;
    text-align: center;
    color: white;
  }
  .ct-anim-html {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-name: anim-html;
    animation-duration: 8s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
  
  @keyframes anim-html {
    /* 0%   {left:15%; top:10%;}
    100%  {left:50%; top:10%;} */
    0%   {left: 15%; top: 15%;}
    25%  {left: 50%; top: 15%;}
    50%  {left: 50%; top: 60%;}
  }
  .ct-anim-css {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-name: anim-css;
    animation-duration: 8s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
  
  @keyframes anim-css {
    /* 0%   {left:15%; top:10%;}
    100%  {left:50%; top:10%;} */
    0%   {left: 15%; top: 15%;}
    25%  {left: 50%; top: 15%;}
    50%  {left: 50%; top: 70%;}
  }
  
  .ct-anim-js {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-name: anim-js;
    animation-duration: 8s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
  
  @keyframes anim-js {
    /* 0%   {left:20%; top:10%;}
    100%  {left:50%; top:10%;} */
    0%   {left: 15%; top: 15%;}
    25%  {left: 50%; top: 15%;}
    50%  {left: 50%; top: 80%;}
  }
  .ct-anim-webdev {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-name: anim-webdev;
    animation-duration: 8s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
  
  @keyframes anim-webdev {
    /* 0%   {left:20%; top:10%;}
    100%  {left:50%; top:10%;} */
    0%   {left: 15%; top: 15%;}
    25%  {left: 50%; top: 15%;}
    50%  {left: 50%; top: 90%;}
  }
  
  #myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: mediumvioletred;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
  }
  
  #myBtn:hover {
    background-color: #555;
  }
  
  p.proj3 {
    width: 120px;
    height: 100px;
    background-color: beige;
    transition: width 1s;
    padding: 20px;
    font-weight: bold;
    color: #555;
  }
  
  p.proj3:hover {
    width: 200px;
    background-color: rgb(239, 239, 169);
  }

  .button-contact{
    width: 200px;
    padding: 10px;
    background-color: red;
    border: 1px solid darkgrey;
    color: white;
    font-size: 20px;
    font-family: 'Courier New', Courier, monospace;
    margin: auto;   
    display: block;
    font-weight: 900;
}
.button-contact:hover{
    background-color: darkgrey;
    border: 1px solid darkslategray;
    color: rgb(62, 59, 59);
    cursor: pointer;

}
form {
    width: 60vw;
    margin: auto;
    background-color: #ddd;
    padding: 50px;
    border-radius: 50px;
}

span{
    color: red;
}

legend{
    text-align: center;
    }
  

    /* heart that beats  */
    .inima {
        height: 100px;
        width: 100px;
        background-color: white;
        margin: 100px auto;
        transform: rotate(-45deg);
        animation: inima 1s infinite alternate;
    }
    @keyframes inima{
        50% {scale: 1.05;}
    }
    .vena{
        width: 100%;
        height: 100%;
    }
    .colt{
     background-color: red;
    }
    .cerc{
        border-radius: 50%;
    }
    .stanga{
        background-color: red;
        transform: translateY(-150px);
    }
    .dreapta{
    background-color: red;
    transform: translateY(-200px)translateX(50px);
    }
    
  