/*!
  * Item: adolfhemn
  * Description: worldwidecrearotor
  * Author/Developer: adolf
  * Version: v1
  */
  @import url('https://fonts.googleapis.com/css?family=Raleway:300&display=swap');
  @import url('https://fonts.googleapis.com/css?family=Monoton&display=swap');
  @import url('https://fonts.googleapis.com/css?family=Poppins:500&display=swap');
  *{
      padding: 0%;
      margin: 0%;
      box-sizing: border-box;
  }
  ::-webkit-scrollbar{
      width: 4px;
      color:#c70039;
      transition: all .4s ease;
  }
  ::-webkit-scrollbar-thumb {
      background: #c70039; 
      border-radius: 4px;
      width: 4px;
      transition: all .4s ease;
    }
    ::-webkit-scrollbar-track {
      background: #101010; 
      border-radius: 4px;
      width: 4px;
    }
    input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  /* Firefox */
  input[type=number] {
    -moz-appearance: textfield;
  }
    html{
      background: #101010;
      
    }
    #loader{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        height:100vh;
        position: fixed;
        z-index:100;
        font-family: poppins;
        background-color: #202020;
        color: whitesmoke;
        font-size: 70px;
        width: 100%;
    }
  body{
      user-select: none;
      height: auto;
      overflow-x: hidden;
      width: 100%;
      background: #171717;
  }
  #header{
      background:#171717;
      height: 100vh;
      width: 100%;;
      overflow: hidden;
      animation: scale 1.5s ease;
      position:relative;
      display: block;
  }
  #particles{
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100vw;
      background-size: cover;
      background-position: 50% 50%;
      display: block;
  }
  #navigation-content{
      height: 100vh;
      width: 100%;
      position:fixed;
      z-index: 5;
      background-color:#020202;
      transform: translateY(-200%);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
  }
  #navigation-bar{
      position: fixed;
      height: 100px;
      width: 100%;
      z-index: 3;
      padding: 10px;
      background:transparent;
      overflow: hidden;
  }
  @keyframes gradientBackground {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes textFadeIn {
    0% { opacity: 0; transform: translateY(-20px); }
    100% { opacity: 1; transform: translateY(0); }
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}
@keyframes changeTextColor {
    0% { color: rgb(205, 2, 2); } /* Red */
    20% { color: rgb(225, 225, 225); } /* Green */
    40% { color: rgb(190, 6, 6); } /* Blue */
    60% { color: rgb(216, 213, 213); } /* Yellow */
    80% { color: rgb(193, 22, 22); } /* Magenta */
    100% { color: rgb(176, 169, 169); } /* White */
}



.menubar {
    position: absolute;
    right: 4%;
    top: 40%;
    cursor: pointer;
    padding: 10px;
    background: linear-gradient(270deg, #060606, #000000, #000000, #191818, #491414, #020202, #0b0d0d, #000000, #090909, #0d0c0e, #afafc2, #000000);
    background-size: 2400% 2400%;
    border-radius: 10px;
    animation: gradientBackground 15s ease infinite;
    display: flex;
    align-items: center;
    box-shadow: 0 0 15px rgba(197, 1, 1, 0.3);
    transition: all 0.2s ease;
}

.menu-text {
    font-size: 26px;
    font-family: 'Montserrat', sans-serif; /* Use a modern and stylish font */
    font-weight: bold; /* Set font weight to bold */
    padding: 0 10px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    animation: changeTextColor 10s linear infinite; /* Adjust duration and timing function as needed */
}


.menubar:hover .menu-text {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

.menubar:hover {
    animation: pulse 1s infinite;
}

/* New modern style for the hover effect */
.menubar:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}




  .close-first , .close-second{
   height: 2px;
   width: 35px;
   background-color: whitesmoke;
   display: block;
   margin: 4px;
   cursor: pointer;
   padding: 1px;
   border-radius: 20px;
  }
  .close-first {
      transform: rotate(45deg);
  }
  .close-second{
      transform: rotate(-45deg);
  }
  .navigation-close{
      position: absolute;
      top: 6%;
      right:4%;
      padding: 10px;
      cursor: pointer;
      transition: all.3s ease;
      opacity: .8;
  }
  .navigation-close:hover{
      opacity: 1;
      transform: rotate(90deg);
  }
  .logo img{
      height: 80px;
      position: absolute;
      top: 3%;
      left: 2.5%;
      opacity: .8;
      z-index: 2;
      cursor: pointer;
      transition: all .4s ease;
  }
  .logo img:hover{
      opacity: 1;
      transform: rotate(-45deg);
  }
  #navigation-bar img{
      height: 80px;
      position: absolute;
      ;
      top: 15%;
      left: 2.5%;
      opacity: .8;
      transition: all .4s ease;
  }
  #navigation-bar img:hover{
      opacity: 1;
      transform:rotate(-45deg);
  }
  .header-image img{
      height: 100vh;
      float: right;
  }
  .header-image{
      float: right;
      height: auto;
      background-size: cover;
      background-position: center;
      width: 40%;   
      height: 100vh;
  
  }
  .header-content{
      height: 100vh;
      width: 100%;
      float: left;
      display: flex;
      position: absolute;
      align-items: center;
      justify-content: center;
      color: whitesmoke;
      font-family: raleway;
      font-weight: 400;
      letter-spacing: 1px;
      flex-direction: column;
      font-size: 50px;
      z-index: 1;
  }
  .header-content-box{
      z-index: 2;
      text-align: center;
      height: auto;
      padding-right: 60px;
      width: auto;
  
  }
  .header-content .firstline{
      z-index: 2;
      font-weight:700;
      font-family: poppins;
      font-size: 65px;
  }
  .header-content .secondline{
      z-index: 2;
      font-size: 30px;
      padding-top:20px ;
      font-weight:500;
      color: rgb(255, 255, 255,.8);
  }
  .slash{
      animation-name: animateslash;
      animation-duration: .8s;
      animation-iteration-count: infinite;
      animation-play-state: running;
  }
  @keyframes animateslash{
      0%{
          opacity: 1;
          z-index: 2;
      }
      100%{
          opacity: 0;
          z-index: 0;
      }
  }
  @-webkit-keyframes animateslash{
      0%{
          opacity: 1;
          z-index: 2;
      }
      100%{
          opacity: 0;
          z-index: 0;
      }
  }
  .social-media-links{
      height: 100vh;
      position: absolute;
      z-index: 2;
      padding: 60px;
      width: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
  }
  .social-media{
      color: white;
      width:  21px;
      ;
      opacity: .6;
      margin: 8px;
      transition: all .4s ease;
  }
  .social-media:hover{
      opacity: 1;
      transform: scale(1.1);
  }
  .navigation-links{
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      font-family:poppins;
  }
  .navigation-links a{
      padding:10px;
      text-decoration: none;
      color: white;
      font-size: 30px;
      opacity: .7;
      transition: all .4s ease;
  }
  .navigation-links a:hover{
      opacity: 1;
  }
  .navigation-links a::before{
      content: "";
      position: absolute;
      top:50%;
      left: 50%;
      display: flex;
      justify-content: center;
      transform: translate(-50%,-50%);
      align-items: center;
      font-size: 5em;
      font-weight: 400;
      font-family: monoton;
      color:rgb(255, 255, 255,.1);
      z-index: 1;
      pointer-events: none;
      opacity: 0;
      letter-spacing: 100px;
      transition: all .4s ease;
  }
  .navigation-links a:hover::before{
      content: attr(data-text);
      opacity: 1;
      letter-spacing: 10px;
  }
  .contact{
      display: flex;
      position: absolute;
      width: 10%;
      right: 0;
      top: 0;
      height: 100%;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      z-index: 3;
  }
  .contact a{
      z-index: 3;
  }
  .contact img{
      margin:10px;
      height:30px;
      opacity: .6;
      transition: all .4s ease;
  }
  .contact img:hover{
      opacity: 1;
      transform: scale(1.1);
  }
  #breaker{
      height: 100vh;
      width: 200%;
      background-color: #c70039;
      opacity: 1;
      animation: breakeranimate 2s linear;
      display: none;
      transition: all .4s ease;
      border-radius: 5px;
      z-index: 10;
      position: fixed;
  }
  @keyframes breakeranimate{
     0%{ transform : translateX(-100%)}
     50%{ transform : translateX(0%) }
     100%{ transform : translateX(100%) }
  }
  @-webkit-keyframes breakeranimate{
      0%{ transform : translateX(-100%) }
      50%{ transform : translateX(0%) }
      100%{ transform : translateX(100%) }
  }
  .color{
      color: #c70039;
      transition: all .4s ease;
  }
  #about{
      background-color: #101010;
      display: none;
      width: 100%;
      height: auto;
      overflow: hidden;
  }
  @keyframes scale{
      0%{
          transform: scale(.6);
      }
      100%{
          transform: scale(1);
      }
  }
  @-webkit-keyframes breakeranimate{
      0%{
          transform: scale(.6);
      }
      100%{
          transform: scale(1);
      }
  }
  #about-content{
      display: flex;
      flex-direction:column;
      align-items: center;
      color: whitesmoke;
      justify-content: center;
      height: auto;
      width: 100%;
      padding:30px;
  }
  .about-header{
      height: auto;
      width: 100%;
      text-align: center;
      align-items: center;
      justify-content: center;
      font-size: 45px;
      font-family: raleway;
      color: whitesmoke;
      padding:10px;
      padding-bottom: 30px;
      padding-top: 60px;
      font-weight: 900;
  }
  .about-first-paragraph{
      color: whitesmoke;
      justify-content: center;
      font-size: 20px;
      font-family: poppins;
      width: 50%;
      padding: 30px;
      font-weight: 400;
  }
  .about-first-paragraph .color{
      font-size: 40px;
  }
  .about-first-line{
      font-size: 35px;
      opacity: 1;
      margin-bottom: 10px;
      display: block;
  }
  .about-second-line{
      opacity: .8;
      font-size: 18px;
      font-weight: 200;
  }
  .about-main{
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100vw;
      height: auto;
      padding-left: 50px;
      padding-right: 50px;
      flex-direction: row;
  }
  .about-img img{
      width: 100%;
      height:380px;
      padding: 30px;
      border-radius: 40px;
  }
  .about-img {
      width: 550px;
      height:auto;
      padding: 30px;
      padding-top: 10px;
      border-radius: 40px;
  }
  
  #about-content a{
      text-decoration: none;
      font-family: aileron;
      font-weight: 400;
      font-size: 35px;
      color: #c70039;
      transition: all .4s ease;
  }
  .cv {
      padding-top: 40px;
  }
  .cv a button{
      background: transparent;
      border:none;
      padding: 15px 30px;
      color: whitesmoke;
      background: #c70039;
      outline: none;
      font-size:20px;
      font-family: aileron;
      border-radius: 4px;
      font-weight: 400;
      cursor: pointer;
      position: relative;
      transition: all .4s ease;
  
  }
  .cv a button:hover{
      opacity: 1;
      transform: scale(1.05);
  }
  #services{
      position: relative;
  }
  
  .services-heading{
      height: auto;
      width: 100%;
      text-align: center;
      align-items: center;
      justify-content: center;
      font-size: 45px;
      font-family: raleway;
      color: whitesmoke;
      padding:10px;
      padding-bottom: 30px;
      padding-top: 30px;
      font-weight: 900;
  
  }
  .about-first-paragraph {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction:column ;
  }
  .colors{
      color: whitesmoke;
  }
  .services-content{
      height: auto;
      width: 100%;
      overflow: hidden;
      text-align: center;
      padding:2.5%;
  }
  .service{
      height:380px;
      width:28%;
      margin: 1.5%;
      background-color: #191919;
      ;
      display: inline-block;
      box-shadow:0px 0px 25px rgb(0,0,0,.05);
      position: relative;
      text-align: center;
      z-index: 2;
      border-radius: 10px;
      overflow: hidden;
      animation: opacity 1.4s ease ;
  }
  .service-img{
      text-align: center;
  }
  
  .service-img img{
      display: inline-block;
      z-index: 2;
      position: relative;
      margin: 20px;
      border-radius: 30%;
      padding: 10px;
      border: 0px solid #c70039;
      background: #c70039;
      box-shadow:0px 0px 0px 0px #c70039 ;
      height:100px;
      transition: all .8s ease;
  }
  .service:hover .service-img img{
      box-shadow:0px 0px 0px 400px #c70039 ;
  }
  .service-description{
      font-family: poppins;
      color:whitesmoke;
      position: relative;
      display: inline-block;
      z-index:2;
  }
  .service-description h2{
      padding: 10px;
      margin: 5px;
      font-weight: 200;
      font-size: 25px;
  }
  .service-description p{
      padding: 10px;
      font-weight: 200;
      font-size: 16px;
      opacity: .8;
  }
  #skills{
      width: 100%;
      height:auto;
  }
  .skills-header{
      height: auto;
      width: 100%;
      text-align: center;
      align-items: center;
      justify-content: center;
      font-size: 45px;
      font-family: raleway;
      color: whitesmoke;
      padding:10px;
      padding-bottom: 30px;
      padding-top: 30px;
      font-weight: 900;
  }
  .skills-content{
      height: auto;
      width:100%;
      margin-top: 20px;
      margin-bottom: 80px;
  }
  .skill-html{
      height: auto;
      width: 45%;
      padding: 0%;
      position: relative;
      font-family: poppins;
      color:whitesmoke;
      display: inline-block;
      padding:1.5%;
  }
  .skill-text{
      width:80%;
      position: relative;
      height: 50px;
  }
  .html{
      display: inline-block;
      position: absolute;
      left: 5%;
      top:30%;
  }
  .html-prog{
     width:100%;
     height:40px;
     border-radius: 10px;
     background: #191919;
     box-shadow:0px 0px 25px rgb(0,0,0,.1);
     position: relative;
     overflow: hidden;
  }
  .html-progress{
      position: absolute;
      top:10%;
      left:1%;
      height: 80%;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all .4s ease;
      width:95%;
      border-radius: 10px;
      background: #c70039;
  }
  .js-progress{
      position: absolute;
      top:10%;
      left:1%;
      height: 80%;
      display: flex;
      align-items: center;
      font-family: poppins;
      justify-content: center;
      transition: all .4s ease;
      width:90%;
      border-radius: 10px;
      background: #c70039;
  }
  .adobe-progress{
      position: absolute;
      top:10%;
      left:1%;
      height: 80%;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all .4s ease;
      width:83%;
      border-radius: 10px;
      background: #c70039;
  }
  .php-progress{
      position: absolute;
      top:10%;
      left:1%;
      height: 80%;
      display: flex;
      align-items: center;
      justify-content: center;
      width:85%;
      border-radius: 10px;
      background: #c70039;
      transition: all .4s ease;
  }
  .jquery-progress{
      position: absolute;
      top:10%;
      left:1%;
      height: 80%;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all .4s ease;
      width:94%;
      border-radius: 10px;
      background: #c70039;
  }
  .seo-progress{
      position: absolute;
      top:10%;
      left:1%;
      height: 80%;
      display: flex;
      align-items: center;
      justify-content: center;
      width:84%;
      border-radius: 10px;
      transition: all .4s ease;
      background: #c70039;
  }
  .portfolio-header{
      height: auto;
      width: 100%;
      text-align: center;
      align-items: center;
      justify-content: center;
      font-size: 45px;
      font-family: raleway;
      transition: all .4s ease;
      color: whitesmoke;
      padding:10px;
      padding-bottom: 30px;
      padding-top: 60px;
      font-weight: 900;
  }
  
  .header-caption{
      opacity:.8;
      display: block;
      font-size: 20px;
      font-family: raleway;
      padding: 8px;
      padding-top: 15px;
      color: whitesmoke;
      font-weight: 400;
  }
  .portfolio{
      height:auto;
      width: 100%;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      padding: 1.5%;
      padding-right: 2%;
  padding-top: 50px;
  padding-bottom: 40px;
  }
  
  .portfolio-text{
      width: 40%;
      padding-left: 1%;
      margin: 1%;
      margin-left: -40px;
      margin-top: 160px;
      z-index: 3;
      opacity: 1;
      background: #080808;
      padding-top: 10px;
      padding-bottom: 10px;
  }
  
  .portfolio-text h2{
      font-size: 35px;
      font-family: poppins;
      font-weight: 200;
      padding: 20px;
      color: #c70039;
      transition: all .4s ease;
  }
  .portfolio-text p{
      font-size: 16px;
      opacity: .8;
      font-family: poppins;
      font-weight: 200;
      padding: 20px;
  }
  .portfolio-text button{
      font-size: 16px;
      opacity: .8;
      font-family: poppins;
      font-weight: 200;
      padding: 10px 20px;
      background:transparent;
      color:#c70039;
      transition: all .4s ease;
      outline: none;
      margin: 20px;
      border: 1.5px solid #c70039;
      cursor: pointer;
      overflow: hidden;
      position: relative;
      transition: all .4s ease;
  }
  .portfolio-text button::before{
      content: "";
      position: absolute;
      width: 0%;
      height: 200%;
      transform: rotate(-15deg) translateY(-20px);
      top: 0;
      left: 0;
      z-index: 3;
      background: #c70039;
      transition: all .7s ease;
  }
  .portfolio-text button:hover{
      opacity: 1;
      color:whitesmoke;
  }
   button:hover .index{
       position: relative;
      z-index: 4;
  }
  .portfolio-text button:hover::before{
      opacity: 1;
      width: 120%;
  }
  .button{
      text-align: center;
  }
      .portfolio-image img{
          height: 400px;
          width: 100%;
          position: relative;
      }
      .portfolio-image{
          height: 400px;
          width: 40%;
      }
  .portfolio-image img::before{
      content: "";
      height: 100%;
      width: 100%;
      background: #c70039;
      opacity: .1;
      top: 0;
      left: 0;
      transition: all .4s ease;
      position: absolute;
      z-index: 2;
  }
  #portfolio-content{
      width: 100%;
      display: flex;
      height: auto;
      flex-direction: column;
      justify-content: center;
      overflow: hidden;
  }
  #portfolio{
      display: none;
      height: auto;
      overflow-x: hidden;
      background-color: #101010;
      width: 100%;
      color:whitesmoke;
  }
  .blog-header{
      height: auto;
      width: 100%;
      text-align: center;
      align-items: center;
      justify-content: center;
      font-size: 45px;
      font-family: raleway;
      color: whitesmoke;
      padding:10px;
      padding-bottom: 30px;
      padding-top: 60px;
      font-weight: 900;
  }
  .cursor{
      height: 50px;
      width: 50px;
      display: block;
      border-radius: 50%;
      border: 1px solid whitesmoke;
      background: transparent;
      pointer-events: none;
      position: fixed;
      top: -25px;
      left: -25px;
      z-index: 10;
      opacity: .6;
      transition:  scale .5s ease;
  }
  .cursor-small{
      height: 50px;
      width: 50px;
      display: block;
      border-radius: 50%;
      border: 1px solid whitesmoke;
      background: transparent;
      pointer-events: none;
      position: fixed;
      top: -25px;
      left: -25px;
      z-index: 10;
      opacity: .6;
      transition:  scale .4s ease;
  }
  
  #blog{
      background: #101010;
      display: none;
      color:whitesmoke;
      width: 100%;
      height: auto;
  }
  .blog-content{
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
  }
  .blogs{
      height: 420px;
      width: 40%;
      margin: 20px;
      border-radius: 8px;
      position: relative;
      overflow: hidden;
  }
  .blogs .img{
      height: 80%;
      width: 100%;
      overflow: hidden;
      transition: all .65s ease;
      position: relative;
  }
  .blog-date{
      position: absolute;
      left: 0;
      bottom: 0;
      background: #c70039;
      color: whitesmoke;
      font-size: 18px;
      text-align: center;
      font-weight: 400;
      font-family: poppins;
      padding: 3px;
      transition: all .4s ease;
      width: 25%;
      height: auto;
  }
  .blogs .img img{
      height: 100%;
      width: 100%;
      transition: all .65s ease;
  }
  .blog-text{
    height: 80%;
    width: 100%;
    text-align: center;
    vertical-align: center;
    font-family: poppins;
    color: whitesmoke;
    background-color: #050505;
    transition: all .5s ease;
  }
  .blog-text h3{
    font-size: 28px;
    font-weight: 500;
    height: 20%;
    padding: 20px;
    letter-spacing: 1px;
  }
  .blog-text p{
      font-size: 18px;
      opacity: .9;
      font-weight: 400;
      height: 80%;
      padding: 30px;
      letter-spacing: 1px;
    }
  .blogs:hover .img{
        transform: translateY(-70%);
    }
  .blogs:hover .blog-text{
      transform: translateY(-70%);
  }
  .blogs a{
      text-decoration: none;
      color: whitesmoke;
  }
  #contact{
      display: none;
      height: auto;
      text-align: center;
      width: 100%;
      background: #101010;
      position: relative; 
  }
  .contact-header{
      height: auto;
      width: 100%;
      text-align: center;
      align-items: center;
      justify-content: center;
      font-size: 45px;
      font-family: raleway;
      color: whitesmoke;
      padding:10px;
      padding-bottom: 30px;
      padding-top: 60px;
      font-weight: 900;
  }
  .contact-header-caption{
      padding: 10px;
      color: whitesmoke;
      opacity: .9;
      font-family:raleway;
      font-size: 18px;
  }
  .contact-content{
      width: 90%;
      margin: auto;
      height: auto;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
  }
  .contact-info{
      width: 40%;
      height: 500px;
      background: url(../images/contact-back.jpg);
      background-position: center;
      background-size: cover;
      border-radius: 16px;
      margin-bottom: 50px;
      position: relative;
      overflow: hidden;
  }
  .contact-info::before{
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: #101010;
      opacity: .8;
      pointer-events: none;
  }
  .contact-form{
      height: 550px;
      padding-right:40px;
      width: 60%;
      display: flex;
      flex-direction: column;
  }
  form{
      display: flex;
      flex-direction: column;
      height: auto;
      width:auto;
      align-items: center;
      position: relative;
  }
  .input-line{
      width: 100%;
      height: auto;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
  }
  .input-name{
      width: 40%;
      padding:10px 20px;
      margin:14px;
      border-radius: 8px;
      outline: none;
      background: #050505;
      border:none;
      color: whitesmoke;
      font-family: poppins;
      font-size: 18px;
  }
  .form-header{
      font-size: 24px;
      font-family: poppins;
      font-weight: 400;
      color: whitesmoke;
      padding: 28px;
  }
  .input-subject{
      width: 84%;
      padding:10px 20px;
      margin:24px;
      border-radius: 8px;
      outline: none;
      background: #050505;
      border:none;
      color: whitesmoke;
      font-family: poppins;
      font-size: 18px;
  }
  .input-textarea{
      width: 84%;
      padding:10px 20px;
      margin:15px;
      height: 150px;
      border-radius: 8px;
      outline: none;
      background: #050505;
      border:none;
      color: whitesmoke;
      font-family: poppins;
      font-size: 18px;
  }
  form button{
      padding:8px 24px;
      font-family: poppins;
      font-size:20px;
      color: whitesmoke;
      background:#BB0035;
      opacity: .8;
      margin: 20px;
      cursor: pointer;
      border: none;
      border-radius: 8px;
      transition: all .4s ease;
  }
  form button:hover{
    opacity: 1;
  }
  .contact-info-header{
      position: relative;
      z-index: 2;
      font-size: 24px;
      font-family: poppins;
      font-weight: 400;
      color: whitesmoke;
      padding: 30px;
  }
  .contect-info-content-line{
      height: auto;
      padding: 10px;
      position: relative;
      z-index: 2;
      display: flex;
      flex-direction: row;
      align-items: center;
      text-align: left;
      margin-left: 100px;
  }
  .contact-info-icon-text{
      color: whitesmoke;
      padding:15px;
      font-family: poppins;
  }
  .contact-info-icon-text h6{
      font-size: 15px;
      opacity: .8;
  }
  .contact-info-icon-text p{
      font-size: 14px;
      opacity: .7;
  }
  .icon{
      height:40px;
      opacity: .8;
  }
  
  .footer{
      background: #080808;
      width: 100%;
      padding: 20px;
      color: whitesmoke;
      display: flex;
      flex-direction: row;
      font-family: poppins;
      align-items: center;
      justify-content: center;
  }
  .footer .footer-text{
      position: relative;
      display: inline;
      font-size: 18px;
      font-weight: 400;
      opacity: 1;
  }
  .color-changer{
      height: auto;
      width: auto;
      display: flex;
      flex-direction: row;
      position: fixed;
      right:-150px;
      top:40%;
      z-index: 4;
      color:black;
      transition:all .4s ease;
  }
  .color-changer-active{
      right:0px;
      transition:all .4s ease;
  }
  .color-panel{
      height: 45px;
      cursor: pointer; 
      width:45px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-bottom-left-radius: 3px;
      border-top-left-radius: 3px;
      background: whitesmoke;
  }
  .color-panel img{
      height: 40px; 
      width:40px;
      padding:2px;
      animation: rotate 2s linear infinite;
  }
  .colors ul{
      display: flex;
      flex-wrap: wrap;
      height: auto;
      max-width: 150px;
      text-align: center;
      justify-content: center;
      margin-top: 10px;
  }
  .colors li{
      height: 30px;
      width: 30px;
      margin: 5px;
      border-radius: 20%;
      position: relative;
      overflow: hidden;
  }
  .colors li a{
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
  }
  .color-red{
      background: #c70039;
  }
  .color-purple{
      background: #481380;
  }
  .color-green{
      background: #04A777;
  }
  .color-blue{
      background: #035aa6;
  }
  .color-malt{
      background: #00909e;
  }
  .color-orange{
      background: #dd7631;
  }
  @keyframes rotate{
      0%{
     transform: rotate(0deg);
      }
      100%{
     transform: rotate(360deg);
      }
  }
  @-webkit-keyframes rotate{
      0%{
          transform: rotate(0deg);
           }
           100%{
          transform: rotate(360deg);
           }
  }
  .color-selector{
      height:auto;
      width:150px;
      padding: 10px;
      background: whitesmoke;
      font-family: poppins;
      font-size: 16px;
      display: flex;
      color: black;
      flex-direction: column;
      align-items: center;
      justify-content: center;
  }
  .color-selector li{
    list-style: none;
  }
  
  /*
  
  For devices with smaller width like mobile phone
  
  
  */
  
  
  
  
  
  @media only screen and (max-width: 550px){
      .header-content{
          height: 100vh;
          width: 100%;
          float: left;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column;
          color: whitesmoke;
          font-family: raleway;
          font-weight: 500;
          letter-spacing: 2px;
          font-size: 40px;
      }
      .contact{
          display: none;
      }
      .header-image{
          float: right;
          height: auto;
          width: 0%;   
      }
      .social-media-links{
          width: 100%;
          left: 0;
          bottom: 0;
          position: absolute;
          padding: 10px;
          height: auto;
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: center;
      }
      .header-content-box{
          padding-left: 0px;
          z-index: 2;
          text-align: center;
      }
      #contact{
          display: none;
      }
      #breaker{
          height: 50vh;
          width: 200%;
          background-color: #c70039;
          opacity: 1;
          animation: breakeranimate 2s linear;
          display: none;
          transition: all .4s ease;
          z-index: 10;
          position: fixed;
      }
      @keyframes breakeranimate{
         0%{ transform : translateX(-100%)}
         50%{ transform : translateX(0%) }
         100%{ transform : translateX(100%) }
      }
      @-webkit-keyframes breakeranimate{
          0%{ transform : translateX(-100%) }
          50%{ transform : translateX(0%) }
          100%{ transform : translateX(100%) }
      }
      .header-content-box{
          z-index: 2;
          text-align: center;
          height: auto;
          padding-right: 0px;
          width: auto;
      
      }
      #about-content{
          display: flex;
          flex-direction:column;
          align-items: center;
          color: whitesmoke;
          justify-content: center;
          height: auto;
          width: 100%;
          padding:30px;
      }
      .about-header{
          color: whitesmoke;
  
          justify-content: center;
          font-size: 35px;
          font-family: raleway;
          padding:10px;
          font-weight: 900;
      }
      .about-first-paragraph{
          color: whitesmoke;
          justify-content: center;
          font-size: 20px;
          font-family: poppins;
          width: 95%;
          padding: 10px;
          font-weight: 400;
      }
      .about-first-paragraph .color{
          font-size: 30px;
      }
      .about-first-line{
          font-size: 28px;
          opacity: 1;
          margin-bottom: 10px;
          display: block;
      }
      .about-second-line{
          opacity: .8;
          font-size: 15px;
      }
      .about-main{
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100vw;
          height: auto;
          padding-left: 10px;
          padding-right: 10px;
          flex-direction: column-reverse;
      }
      .about-img img{
          width: 280px;
          height:220px;
          padding: 5px;
          border-radius: 10%;
      }
      .about-img {
          width: 100%;
          height:250px;
          text-align: center;
          overflow: hidden;
          border-radius: 10%;
      }
      .service{
          height:320px;
          width:90%;
          margin: 1.5%;
          background-color: #191919;
          display: inline-block;
          box-shadow:0px 0px 25px rgb(0,0,0,.1);
          position: relative;
          text-align: center;
          z-index: 2;
          border-radius: 10px;
          overflow: hidden;
      }
      .service-img img{
          display: inline-block;
          z-index: 2;
          position: relative;
          margin: 20px;
          border-radius: 30%;
          padding: 10px;
          height:80px;
          transition: all .8s ease;
      }
      .skill{
          width:80%;
      }
      .prog{
          height:30px;
      }
      .skills-content{
          height: auto;
          width:100%;
          margin-top: 20px;
          margin-bottom: 15px;
      }
      .portfolio{
          height:auto;
          width: 100%;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          padding: 1.5%;
          padding-right: 2%;
      padding-top: 50px;
      padding-bottom: 40px;
      }
      .portfolio-text{
          width: 90%;
          padding-left: 0%;
          margin: 0%;
          margin-left: 0px;
          margin-top: 0px;
          z-index: 1;
          background: #070707;
          padding-top: 10px;
          padding-bottom: 10px;
      }
          .portfolio-image{
              position: relative;
          }
              .portfolio-text h2{
                  font-size: 22px;
                  font-family: poppins;
                  font-weight: 200;
                  padding: 10px;
              }
              .portfolio-text p{
                  font-size: 15px;
                  opacity: .8;
                  font-family: poppins;
                  font-weight: 200;
                  padding: 15px;
              }
              .cursor{
                  display: none;
              }
              .service:hover .service-img img{
                  box-shadow:0px 0px 0px 0px #c70039 ;
              }
              .portfolio-image img{
                  height: 300px;
                  width: 100%;
              }
              .portfolio-image{
                  height: 300px;
                  width: 90%;
              }
              #navigation-bar img{
                  height: 80px;
                  position: absolute;
                  top: 15%;
                  left: 2.5%;
                  opacity: .8;
                  transition: all .4s ease;
                  display: none;
              }
              .blogs{
                  height: auto;
                  width: 90%;
                  margin: 10px;
                  margin-top: 20px;
                  margin-bottom: 20px;
                  position: relative;
              }
              .blogs .img{
                  height: 80%;
                  width: 100%;
                  overflow: hidden;
                  transition: all .65s ease;
                  position: relative;
              }
              .blog-date{
                  position: absolute;
                  left: 0;
                  bottom: 0;
                  color: whitesmoke;
                  font-size: 18px;
                  text-align: center;
                  font-weight: 400;
                  font-family: poppins;
                  padding: 3px;
                  width: 35%;
                  height: auto;
              }
              .blogs .img img{
                  height: 100%;
                  width: 100%;
                  transition: all .65s ease;
              }
              .blog-text{
                height: auto;
                width: 100%;
                text-align: center;
                vertical-align: center;
                font-family: poppins;
                color: whitesmoke;
                background-color: #000000;
                transition: all .5s ease;
              }
              .blog-text h3{
                font-size: 24px;
                font-weight: 200;
                height: 15%;
                padding: 10px;
                letter-spacing: 1px;
              }
              .blog-text p{
                  font-size: 15px;
                  opacity: .9;
                  font-weight: 200;
                  height: 85%;
                  padding: 20px;
                  letter-spacing: 1px;
                }
              .blogs:hover .img{
                    transform: translateY(0%);
                }
              .blogs:hover .blog-text{
                  transform: translateY(0%);
              }
              .contact-content{
                  width: 90%;
                  margin: auto;
                  height: auto;
                  display: flex;
                  flex-direction: column;
                  align-items: center;
                  justify-content: center;
              }
              .contact-info{
                  width: 90%;
                  height: 500px;
                  background-position: center;
                  background-size: cover;
                  border-radius: 16px;
                  margin-bottom: 25px;
                  position: relative;
                  overflow: hidden;
              }
              .contact-info::before{
                  content: "";
                  width: 100%;
                  height: 100%;
                  position: absolute;
                  top: 0;
                  left: 0;
                  background: #101010;
                  opacity: .7;
                  pointer-events: none;
              }
              .contact-form{
                  height: auto;
                  width: 90%;
                  display: flex;
                  padding-bottom: 40px;
                  padding-right:0px;
                  flex-direction: column;
              }
              form{
                  display: flex;
                  flex-direction: column;
                  height: auto;
                  width:auto;
                  align-items: center;
                  position: relative;
              }
              .input-line{
                  width: 100%;
                  height: auto;
                  display: flex;
                  flex-direction: column;
                  align-items: center;
                  justify-content: center;
              }
              .input-name{
                  width: 90%;
                  padding:10px 20px;
                  margin:14px;
                  border-radius: 8px;
                  outline: none;
                  background: #050505;
                  border:none;
                  color: whitesmoke;
                  font-family: poppins;
                  font-size: 16px;
              }
              .form-header{
                  font-size: 22px;
                  font-family: poppins;
                  font-weight: 400;
                  color: whitesmoke;
                  padding: 20px;
                  padding-top: 0px;
              }
              .input-subject{
                  width: 90%;
                  padding:10px 20px;
                  margin:24px;
                  border-radius: 8px;
                  outline: none;
                  background: #050505;
                  border:none;
                  color: whitesmoke;
                  font-family: poppins;
                  font-size: 16px;
              }
              .input-textarea{
                  width: 90%;
                  padding:10px 20px;
                  margin:15px;
                  height: 140px;
                  border-radius: 8px;
                  outline: none;
                  background: #050505;
                  border:none;
                  color: whitesmoke;
                  font-family: poppins;
                  font-size: 16px;
              }
              form button{
                  padding:8px 24px;
                  font-family: poppins;
                  font-size:20px;
                  color: whitesmoke;
                  opacity: .8;
                  margin: 20px;
                  cursor: pointer;
                  border: none;
                  border-radius: 8px;
                  transition: all .4s ease;
              }
              form button:hover{
                opacity: 1;
              }
              .contact-info-header{
                  position: relative;
                  z-index: 2;
                  font-size: 24px;
                  font-family: poppins;
                  font-weight: 400;
                  color: whitesmoke;
                  padding: 20px;
              }
              .contect-info-content-line{
                  height: auto;
                  padding: 10px;
                  position: relative;
                  z-index: 2;
                  display: flex;
                  flex-direction: row;
                  align-items: center;
                  text-align: left;
                  margin-left: 5%;
              }
              .contact-info-icon-text{
                  color: whitesmoke;
                  padding:15px;
                  font-family: poppins;
              }
              .contact-info-icon-text h6{
                  font-size: 15px;
                  opacity: .8;
              }
              .contact-info-icon-text p{
                  font-size: 14px;
                  opacity: .7;
              }
              .hire-me-section{
                  display: none;
              }
             
  }
         
  /*
  
  for tabs and large phones
  
  */
  
  
  
  @media all and (max-width: 1025px) and (min-width: 551px){
      .header-content{
          height: 100vh;
          width: 100%;
          float: left;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column;
          color: whitesmoke;
          font-family: raleway;
          font-weight: 500;
          letter-spacing: 2px;
          font-size: 40px;
      }
      .header-image{
          float: right;
          height: auto;
          width: 0%;   
      }
      .social-media-links{
          width: 100%;
          left: 0;
          bottom: 0;
          position: absolute;
          padding: 10px;
          height: auto;
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: center;
      }
      .header-content-box{
          padding-left: 0px;
          z-index: 2;
          text-align: center;
      }
      .contact{
          display: none;
      }
      #breaker{
          height: 50vh;
          width: 200%;
          background-color: #c70039;
          opacity: 1;
          animation: breakeranimate 2s linear;
          display: none;
          transition: all .4s ease;
          z-index: 10;
          position: fixed;
      }
      @keyframes breakeranimate{
         0%{ transform : translateX(-100%)}
         50%{ transform : translateX(0%) }
         100%{ transform : translateX(100%) }
      }
      @-webkit-keyframes breakeranimate{
          0%{ transform : translateX(-100%) }
          50%{ transform : translateX(0%) }
          100%{ transform : translateX(100%) }
      }
      .header-content-box{
          z-index: 2;
          text-align: center;
          height: auto;
          padding-right: 0px;
          width: auto;
      
      }
      #about-content{
          display: flex;
          flex-direction:column;
          align-items: center;
          color: whitesmoke;
          justify-content: center;
          height: auto;
          width: 100%;
          padding:10px;
      }
      .about-header{
          color: whitesmoke;
          justify-content: center;
          font-size: 45px;
          font-family: raleway;
          padding:15px;
          font-weight: 900;
      }
      .about-first-paragraph{
          color: whitesmoke;
          justify-content: center;
          font-size: 40px;
          font-family: poppins;
          width: 95%;
          padding: 25px;
          font-weight: 400;
      }
      .about-first-paragraph .color{
          font-size: 35px
      }
      .about-first-line{
          font-size: 32px;
          opacity: 1;
          margin-bottom: 10px;
          display: block;
      }
      .about-second-line{
          opacity: .8;
          font-size: 24px;
      }
      .about-main{
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100vw;
          height: auto;
          padding-left: 10px;
          padding-right: 10px;
          flex-direction: column-reverse;
      }
      .about-img img{
          width: 100%;
          height:380px;
          padding: 30px;
          border-radius: 40px;
      }
      .about-img {
          width: 550px;
          height:auto;
          padding: 30px;
          padding-top: 10px;
          border-radius: 40px;
      }
      .cv a button{
          border:none;
          padding: 20px 30px;
          color: whitesmoke;
          outline: none;
          font-size:20px;
          font-family: aileron;
          border-radius: 8px;
          font-weight: 400;
          cursor: pointer;
          position: relative;
          transition: all .4s ease;
      
      }
      .service{
          height:auto;
          width:45%;
          margin: 2%;
          background-color: #191919;
          display: inline-block;
          box-shadow:0px 0px 25px rgb(0,0,0,.1);
          position: relative;
          text-align: center;
          z-index: 2;
          border-radius: 10px;
          padding: 10px;
          overflow: hidden;
      }
      .service-description h2{
          padding: 10px;
          margin: 5px;
          font-weight: 200;
          font-size: 22px;
      }
      .service-description p{
          padding: 10px;
          font-weight: 200;
          font-size: 15px;
          opacity: .8;
      }
      .skill{
          width:40%;
      }
      .prog{
          height:35px;
      }
      .skills-content{
          height: auto;
          width:100%;
          margin-top: 20px;
          margin-bottom: 15px;
      }
      .portfolio{
          height:auto;
          width: 100%;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          padding: 1.5%;
          padding-right: 2%;
      padding-top: 50px;
      padding-bottom: 40px;
      }
      .portfolio-text{
          width: 70%;
          padding-left: 0%;
          margin: 0%;
          margin-left: 0px;
          margin-top: 0px;
          z-index: 1;
          background: #080808;
          padding-top: 15px;
          padding-bottom: 15px;
      }
          .portfolio-image{
              position: relative;
          }
              .portfolio-text h2{
                  font-size: 35px;
                  font-family: poppins;
                  font-weight: 200;
                  padding: 15px;
              }
              .portfolio-text p{
                  font-size: 20px;
                  opacity: .8;
                  font-family: poppins;
                  font-weight: 200;
                  padding: 15px;
              }
              .cursor{
                  display: none;
              }
              .service:hover .service-img img{
                  box-shadow:0px 0px 0px 0px #c70039 ;
              }
              .portfolio-image img{
                  height: 380px;
                  width: 100%;
                  position: relative;
              }
              .portfolio-image{
                  height: 380px;
                  width: 70%;
              }
              #navigation-bar img{
                  height: 80px;
                  position: absolute;
                  top: 15%;
                  left: 2.5%;
                  opacity: .8;
                  transition: all .4s ease;
              }
              .blogs{
                  height: auto;
                  width: 75%;
                  margin: 10px;
                  margin-top: 20px;
                  margin-bottom: 20px;
                  position: relative;
              }
              .blogs .img{
                  height: 60%;
                  width: 100%;
                  overflow: hidden;
                  transition: all .65s ease;
                  position: relative;
              }
              .blog-date{
                  position: absolute;
                  left: 0;
                  bottom: 0;
                  color: whitesmoke;
                  font-size: 18px;
                  text-align: center;
                  font-weight: 400;
                  font-family: poppins;
                  padding: 3px;
                  width: 35%;
                  height: auto;
              }
              .blogs .img img{
                  height: 100%;
                  width: 100%;
                  transition: all .65s ease;
              }
              .blog-text{
                height: auto;
                width: 100%;
                text-align: center;
                vertical-align: center;
                font-family: poppins;
                color: whitesmoke;
                background-color: #050505;
                padding: 10px;
                transition: all .5s ease;
              }
              .blog-text h3{
                font-size: 28px;
                font-weight: 200;
                height: 15%;
                padding: 10px;
                letter-spacing: 1px;
              }
              .blog-text p{
                  font-size: 17px;
                  opacity: .9;
                  font-weight: 200;
                  height: 85%;
                  padding: 20px;
                  letter-spacing: 1px;
                }
              .blogs:hover .img{
                    transform: translateY(0%);
                }
              .blogs:hover .blog-text{
                  transform: translateY(0%);
              }
              .contact-content{
                  width: 90%;
                  margin: auto;
                  height: auto;
                  display: flex;
                  flex-direction: column;
                  align-items: center;
                  justify-content: center;
              }
              .contact-info{
                  width: 70%;
                  height: 500px;
                  background-position: center;
                  background-size: cover;
                  border-radius: 16px;
                  margin-bottom: 50px;
                  position: relative;
                  overflow: hidden;
              }
              .contact-info::before{
                  content: "";
                  width: 100%;
                  height: 100%;
                  position: absolute;
                  top: 0;
                  left: 0;
                  background: #101010;
                  opacity: .7;
                  pointer-events: none;
              }
              .contact-form{
                  height: auto;
                  width: 90%;
                  display: flex;
                  padding-bottom: 40px;
                  padding-right:0px;
                  flex-direction: column;
              }
              form{
                  display: flex;
                  flex-direction: column;
                  height: auto;
                  width:auto;
                  align-items: center;
                  position: relative;
              }
              .input-line{
                  width: 100%;
                  height: auto;
                  display: flex;
                  flex-direction: column;
                  align-items: center;
                  justify-content: center;
              }
              .input-name{
                  width: 80%;
                  padding:10px 20px;
                  margin:14px;
                  border-radius: 8px;
                  outline: none;
                  background: #050505;
                  border:none;
                  color: whitesmoke;
                  font-family: poppins;
                  font-size: 16px;
              }
              .form-header{
                  font-size: 22px;
                  font-family: poppins;
                  font-weight: 400;
                  color: whitesmoke;
                  padding: 20px;
                  padding-top: 0px;
              }
              .input-subject{
                  width: 80%;
                  padding:10px 20px;
                  margin:24px;
                  border-radius: 8px;
                  outline: none;
                  background: #050505;
                  border:none;
                  color: whitesmoke;
                  font-family: poppins;
                  font-size: 16px;
              }
              .input-textarea{
                  width: 80%;
                  padding:10px 20px;
                  margin:15px;
                  height: 140px;
                  border-radius: 8px;
                  outline: none;
                  background: #050505;
                  border:none;
                  color: whitesmoke;
                  font-family: poppins;
                  font-size: 16px;
              }
              form button{
                  padding:8px 24px;
                  font-family: poppins;
                  font-size:20px;
                  color: whitesmoke;
                  opacity: .8;
                  margin: 20px;
                  cursor: pointer;
                  border: none;
                  border-radius: 8px;
                  transition: all .4s ease;
              }
              form button:hover{
                opacity: 1;
              }
              .contact-info-header{
                  position: relative;
                  z-index: 2;
                  font-size: 24px;
                  font-family: poppins;
                  font-weight: 400;
                  color: whitesmoke;
                  padding: 20px;
              }
              .contect-info-content-line{
                  height: auto;
                  padding: 10px;
                  position: relative;
                  z-index: 2;
                  display: flex;
                  flex-direction: row;
                  align-items: center;
                  text-align: left;
                  margin-left: 30%;
              }
              .hire-me-section{
                  display: none;
              }
              
              
  }
  
  
  
  
  
  
  
  
  @media all and (max-width: 9000px) and (min-width: 1441px){
  
      .portfolio-image img{
          height: 500px;
          width: 100%;
          position: relative;
      }
      .portfolio-image{
          height: 500px;
          width: 40%;
      }
      .about-img img{
          width: 100%;
          height:450px;
          padding: 30px;
          border-radius: 40px;
          animation: opacity 1.4s ease ;
      }
      .about-img {
          width: 40%;
          height:450px;
          padding: 30px;
          border-radius: 40px;
      }
      .about-first-line{
          font-size: 45px;
          opacity: 1;
          margin-bottom: 10px;
          display: block;
      }
       .about-first-line .color{
           font-size: 46px;
       }
      .about-second-line{
          opacity: .8;
          font-size: 28px;
          font-weight: 200;
      }
      .cv a button{
          background: transparent;
          border:none;
          padding: 25px 35px;
          color: whitesmoke;
          outline: none;
          font-size:30px;
          font-family: aileron;
          border-radius: 4px;
          font-weight: 400;
          cursor: pointer;
          position: relative;
          transition: all .4s ease;
      
      }
      .service{
          height:400px;
          width:28%;
          margin: 1.5%;
          padding: 10px;
          background-color: #191919;
          display: inline-block;
          box-shadow:0px 0px 25px rgb(0,0,0,.05);
          position: relative;
          text-align: center;
          z-index: 2;
          border-radius: 10px;
          overflow: hidden;
          animation: opacity 1.4s ease ;
      }
      .service-img{
          text-align: center;
      }
      
      .service-img img{
          display: inline-block;
          z-index: 2;
          position: relative;
          margin: 20px;
          border-radius: 30%;
          padding: 10px;
          height:120px;
          transition: all .8s ease;
      }
      .service-description h2{
          padding: 10px;
          margin: 5px;
          font-weight: 200;
          font-size: 32px;
      }
      .service-description p{
          padding: 10px;
          font-weight: 200;
          font-size: 18px;
          opacity: .8;
      }
      .blogs{
          height: 420px;
          width: 30%;
          margin: auto;
          margin-top: 50px;
          margin-bottom: 50px;
          position: relative;
          overflow: hidden;
      }
      .blogs .img{
          height: 80%;
          width: 100%;
          overflow: hidden;
          transition: all .65s ease;
          position: relative;
      }
      .blog-date{
          position: absolute;
          left: 0;
          bottom: 0;
          color: whitesmoke;
          font-size: 18px;
          text-align: center;
          font-weight: 400;
          font-family: poppins;
          padding: 3px;
          width: 25%;
          height: auto;
      }
      .blogs .img img{
          height: 100%;
          width: 100%;
          transition: all .65s ease;
      }
      .blog-text{
        height: 80%;
        width: 100%;
        text-align: center;
        vertical-align: center;
        font-family: poppins;
        color: whitesmoke;
        background-color: #050505;
        transition: all .5s ease;
      }
      .blog-text h3{
        font-size: 28px;
        font-weight: 500;
        height: 20%;
        padding: 20px;
        letter-spacing: 1px;
      }
      .blog-text p{
          font-size: 18px;
          opacity: .9;
          font-weight: 400;
          height: 80%;
          padding: 30px;
          letter-spacing: 1px;
        }
      .blogs:hover .img{
            transform: translateY(-70%);
        }
      .blogs:hover .blog-text{
          transform: translateY(-70%);
      }
      .contact-header{
          height: auto;
          width: 100%;
          text-align: center;
          align-items: center;
          justify-content: center;
          font-size: 45px;
          font-family: raleway;
          color: whitesmoke;
          padding:10px;
          padding-bottom: 30px;
          padding-top: 60px;
          font-weight: 900;
      }
      .contact-header-caption{
          padding: 10px;
          color: whitesmoke;
          opacity: .9;
          font-family:raleway;
          font-size: 18px;
      }
      .contact-content{
          width: 90%;
          margin: auto;
          height: auto;
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: center;
      }
      .contact-info{
          width: 40%;
          height: 600px;
          background-position: center;
          background-size: cover;
          border-radius: 16px;
          margin-bottom: 50px;
          position: relative;
          overflow: hidden;
      }
      .contact-info::before{
          content: "";
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          background: #101010;
          opacity: .7;
          pointer-events: none;
      }
      .contact-form{
          height: 600px;
          width: 60%;
          display: flex;
          flex-direction: column;
      }
      form{
          display: flex;
          flex-direction: column;
          height: auto;
          width:auto;
          align-items: center;
          position: relative;
      }
      .input-line{
          width: 100%;
          height: auto;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
      }
      .input-name{
          width: 60%;
          padding:10px 20px;
          margin:14px;
          border-radius: 8px;
          outline: none;
          background: #050505;
          border:none;
          color: whitesmoke;
          font-family: poppins;
          font-size: 18px;
      }
      .form-header{
          font-size: 24px;
          font-family: poppins;
          font-weight: 400;
          color: whitesmoke;
          padding: 20px;
          padding-top: 0px;
      }
      .input-subject{
          width: 60%;
          padding:10px 20px;
          margin:24px;
          border-radius: 8px;
          outline: none;
          background: #050505;
          border:none;
          color: whitesmoke;
          font-family: poppins;
          font-size: 18px;
      }
      .input-textarea{
          width: 60%;
          padding:10px 20px;
          margin:15px;
          height: 150px;
          border-radius: 8px;
          outline: none;
          background: #050505;
          border:none;
          color: whitesmoke;
          font-family: poppins;
          font-size: 18px;
      }
      form button{
          padding:8px 24px;
          font-family: poppins;
          font-size:20px;
          color: whitesmoke;
          opacity: .8;
          margin: 20px;
          cursor: pointer;
          border: none;
          border-radius: 8px;
          transition: all .4s ease;
      }
  }
  .body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    background-color: black;
}

.logo-header {
    text-align: center;
    font-size: 2.5em; /* Increase text size */
    margin: 20px 0;
    border: 2px solid white; /* Add border around text */
    padding: 15px; /* Increase padding */
    font-weight: bold;
    font-style: italic;
    color: white;
    animation: textAnimation 2s ease-in-out infinite alternate, colorChange 5s infinite;
    box-shadow: 4px 4px 10px rgba(255, 255, 255, 0.4); /* Adjust shadow */
}

.logo-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.logos {
    margin: 10px;
}

.img {
    position: sticky;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    background-color: black;
    overflow: hidden;
    box-shadow: 5px 5px 15px rgba(255, 255, 255, 0.3);
    animation: photoAnimation 2s ease-in-out infinite alternate;
    cursor: pointer;
    transition: transform 0.3s;
}

.img img {
    width: 200px;
    height: auto;
}

.img:hover {
    transform: scale(1.05);
}

.logo-caption {
    text-align: center;
    margin-top: 9px;
    background-color: black; /* Add background color */
    border: 2px solid white; /* Add border around text */
    padding: 10px; /* Increase padding */
    font-size: 1.3em; /* Increase text size */
    font-weight: bold;
    color: white;
    animation: textAnimation 2s ease-in-out infinite alternate, colorChange 5s infinite;
    box-shadow: 4px 4px 10px rgba(255, 255, 255, 0.4); /* Adjust shadow */
}

.footer {
    text-align: center;
    margin-top: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.8);
}

.footer-text {
    font-size: 0.9em;
    font-weight: bold;
    color: white;
}

@keyframes textAnimation {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes photoAnimation {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes colorChange {
    0% {
        color: red;
    }
    50% {
        color: blue;
    }
    100% {
        color: green;
    }
}
/* Stop animation text on hover */
.logos .logo-caption {
    animation: fadeInCaption 1s forwards;
    opacity: 0;
    font-size: 14px; /* Adjust the font size as needed */
}

/* Keyframe animation to fade in the caption */
@keyframes fadeInCaption {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.logos {
    width: 220px; /* Increased width */
    height: 220px; /* Increased height */
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    border: 2px solid white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}
:root {
    --border-width: 2px;
    --padding: 10px 20px;
    --bg-color: #000;
    --text-color: #fff;
    --text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    --border-radius: 5px;
    --transition-duration: 0.3s;
    --hover-box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
    --hover-border-color: #fff;
    --gradient-colors: linear-gradient(45deg, #ff0000, #00ff00, #0000ff, #ffff00, #00ffff, #ff00ff);
    --gradient-size: 400% 400%;
    --gradient-animation-duration: 3s;
    --pulsate-scale: 1.1;
    --pulsate-opacity: 0.8;
    --pulsate-duration: 1.5s;
    --flag-width: 30px; /* Adjust flag width */
    --flag-height: auto; /* Adjust flag height */
    --flag-position: center; /* Adjust flag position */
    --flag-repeat: no-repeat; /* Adjust flag repetition */
}

/* Main styling for the text with border, background, shadow, and white text color */
.border-text {
    display: inline-block;
    padding: var(--padding);
    border: var(--border-width) solid transparent;
    background-color: var(--bg-color);
    color: var(--text-color);
    text-shadow: var(--text-shadow);
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    border-radius: var(--border-radius);
    transition: all var(--transition-duration) ease-in-out;
    position: relative;
    z-index: 1;
    overflow: hidden; /* Ensure flag doesn't overflow */
}











@import url('https://fonts.googleapis.com/css?family=Montserrat');

*
{
  margin: 0;
  padding: 0;
  border: 0
}

body
{
  font-family: 'Montserrat', sans-serif;
  overflow: hidden
}

ul{list-style: none}
/*--------------------------------------------
            #Start Timeline Rules
--------------------------------------------*/
#timeline
{
  width: 100%;
  height: 1120px;
  background-color: #222223;
  padding: 20px 1%;
  overflow: hidden
}

#timeline ul
{
  min-height: 950px;
  border-top: 0;
  border-left: 4px solid transparent;
  border-left-color: #7ab800; /* Fullback */
  -webkit-border-image: -webkit-linear-gradient( 
    top, 
    #7ab800 0%,
    #0085c3 35%,
    #f2af00 50%,
    #ce1126 65%,
    #6e2585 100%);
  -moz-border-image: -moz-linear-gradient( 
    top, 
    #7ab800 0%,
    #0085c3 35%,
    #f2af00 50%,
    #ce1126 65%,
    #6e2585 100%);
  -ms-border-image: -ms-linear-gradient( 
    top, 
    #7ab800 0%,
    #0085c3 35%,
    #f2af00 50%,
    #ce1126 65%,
    #6e2585 100%);
  -o-border-image: -o-linear-gradient( 
    top, 
    #7ab800 0%,
    #0085c3 35%,
    #f2af00 50%,
    #ce1126 65%,
    #6e2585 100%);
  border-image: linear-gradient(
    top, 
    #7ab800 0%, 
    #0085c3 35%, 
    #f2af00 50%, 
    #ce1126 65%, 
    #6e2585 100%);
  border-image-slice: 1;
  position: relative;
  top: 5%;
  left: 50%;
  perspective: 2000px
}

#timeline ul li:after
{
  content: "\2713";
  font-family: fontawesome;
  display:block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-weight: 100;
  font-size: 90%;
  line-height:35px;
  text-align: center;
  background-color: #7ab800;
  color: #fff;
  position:absolute;
  -webkit-transition: transform 1s linear;
  transition: transform 1s linear
}

#timeline ul li:nth-child(2):after
{
  background-color: #0085c3;
}

#timeline ul li:nth-child(3):after
{
  content: "\f11d";
  background-color: #f2af00;
}

#timeline ul li:nth-child(4):after
{
  content: "\f11d";
  background-color: #ce1126
}

#timeline ul li:last-child:after
{
  content: "\f11d";
  background-color: #6e2585
}

#timeline ul li .cont
{
  width: 200px;
  height: 110px;
  padding: 25px 10px 10px;
  border: 2px solid transparent;
  border-radius: 4px;
  -webkit-transform: translate(0, -55px);
  transform: translate(0, -55px);
  text-transform: capitalize;
  line-height: 150%;
  font-size: 80%;
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  top: 22px
}

#timeline ul li:nth-child(odd) .cont
{
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: transform 1.5s linear;
  transition: transform 1.5s linear
}

#timeline ul li:nth-child(even) .cont
{
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: transform 1.5s linear;
  transition: transform 1.5s linear
}

#timeline ul li:first-child .cont
{
  color: #7ab800
}

#timeline ul li:nth-child(2) .cont
{
  color: #0085c3
}

#timeline ul li:nth-child(3) .cont
{
  color: #f2af00
}

#timeline ul li:nth-child(4) .cont
{
  color: #ce1126
}

#timeline ul li:last-child .cont
{
  color: #6e2585
}

#timeline ul li:nth-child(odd):hover .cont
{
  text-align: left;
  -webkit-transform: rotateY(-175deg) translate3d(60px,-50px,5px);
  transform: rotateY(-175deg) translate3d(60px,-50px,5px);
  -webkit-transition: transform 1.5s linear;
  transition: transform 1.5s linear;
}

#timeline ul li:nth-child(even):hover .cont
{
  text-align: left;
  -webkit-transform: rotateY(175deg) translate3d(-60px,-50px,5px);
  transform: rotateY(175deg) translate3d(-60px,-50px,5px);
  -webkit-transition: transform 1.5s linear;
  transition: transform 1.5s linear
}

#timeline ul li:nth-child(odd):hover .cont p,
#timeline ul li:nth-child(odd):hover .cont h3
{
  -webkit-transform: rotateY(-175deg);
  transform: rotateY(-175deg)
}

#timeline ul li:nth-child(even):hover .cont p,
#timeline ul li:nth-child(even):hover .cont h3
{
  -webkit-transform: rotateY(175deg);
  transform: rotateY(175deg)
}

#timeline ul li:nth-child(2) .cont time{background-color: #0085C3}

#timeline ul li:nth-child(3) .cont time{background-color: #F2AF00}

#timeline ul li:nth-child(4) .cont time{background-color: #CE1126}

#timeline ul li:last-child .cont time{background-color: #6E2585}

#timeline ul li:nth-child(odd):hover .cont time
{
  -webkit-transform: rotateY(-175deg);
  transform: rotateY(-175deg)
}

#timeline ul li:nth-child(even):hover .cont time
{
  -webkit-transform: rotateY(175deg);
  transform: rotateY(175deg)
}

#timeline ul li .cont p{display: block}

#timeline ul li:nth-child(n+1):after{left: -18px}

#timeline ul li:first-child:after,
#timeline ul li:first-child .cont
{
  top: 8%
}

#timeline ul li:nth-child(2):after,
#timeline ul li:nth-child(2) .cont
{
  top: 28%
}

#timeline ul li:nth-child(3):after,
#timeline ul li:nth-child(3) .cont
{
  top: 48%
}

#timeline ul li:nth-child(4):after,
#timeline ul li:nth-child(4) .cont
{
  top: 68%
}

#timeline ul li:last-child:after,
#timeline ul li:last-child .cont
{
  top: 88%
}

#timeline ul li:nth-child(n+1):hover:after
{
  -webkit-transform: rotateZ(360deg);
  transform: rotateZ(360deg);
  -webkit-transition: transform 1s linear;
  transition: transform 1s linear
}

#timeline ul li:first-child .cont{ border-color: #7ab800}

#timeline ul li:nth-child(2) .cont{ border-color: #0085c3}

#timeline ul li:nth-child(3) .cont{ border-color: #f2af00}

#timeline ul li:nth-child(4) .cont{ border-color: #ce1126}

#timeline ul li:last-child .cont{ border-color: #6e2585}

#timeline ul li:nth-child(odd) .cont{left: 30px}

#timeline ul li:nth-child(even) .cont{left: -255px}

#timeline ul li .cont:before,
#timeline ul li .cont:after
{
  content: "";
  display: block;
  width: 0 ;
  height: 0;
  position: absolute;
  border-style: solid;
}

#timeline ul li:nth-child(odd) .cont:before
{
  border-width: 11px 11px 11px 0 ;
}

#timeline ul li:nth-child(even) .cont:before
{
  border-width: 11px 0 11px 11px
}

#timeline ul li:nth-child(odd) .cont:after
{
  border-width: 10px 10px 10px 0
}

#timeline ul li:nth-child(even) .cont:after
{
  border-width: 10px 0 10px 10px
}

#timeline ul li:nth-child(odd) .cont:before
{
  top: 50%;
  left: -11px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

#timeline ul li:nth-child(even) .cont:before
{
  top: 50%;
  right: -11px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

#timeline ul li:first-child .cont:before
{
  border-color: transparent #7ab800 transparent transparent
}

#timeline ul li:nth-child(2) .cont:before
{
  border-color: transparent transparent transparent #0085c3
}

#timeline ul li:nth-child(3) .cont:before
{
  border-color: transparent #f2af00 transparent transparent
}

#timeline ul li:nth-child(4) .cont:before
{
  border-color: transparent transparent transparent #ce1126
}

#timeline ul li:last-child .cont:before
{
  border-color: transparent #6e2585 transparent transparent
}

#timeline ul li:nth-child(odd) .cont:after
{
  border-color: transparent #222223;
  top: 50%;
  left: -9px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

#timeline ul li:nth-child(even) .cont:after
{
  border-color: transparent #222223;
  top: 50%;
  right: -9px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

#timeline ul li .cont time
{
  width: 100px;
  height: 30px;
  position: absolute;
  top: -15px;
  left: calc(100%/2 - 50px);
  background-color: #7AB800;
  color: #f5f5f5;
  line-height: 30px;
  text-align: center;
  border-radius: 3px
}

.copy-right
{
  color: #7AB800;
  text-align: center;
  text-transform: uppercase;
  padding: 130px 0 20px
}

.copy-right a
{
  color: #0085C3;
  text-transform: capitalize
}

@media screen and (max-width: 600px)
{
  #timeline ul li .cont
  {
    width: 120px;
    line-height: 120%
  }
  
  #timeline ul li:nth-child(even) .cont{left: -175px}
  
  #timeline ul li .cont p,
  #timeline ul li .cont time
  {
    font-size: 76%
  }
  
  #timeline ul li .cont time
  {
    width: 80px;
    left: calc(100%/2 - 40px)
  }
}
/*-------------------------------------
         #End Timeline Rules
-------------------------------------*/
/* Basic form styles */
.contact-form {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    background: #000000;
    border: 1px solid #990000;
    border-radius: 5px;
    box-shadow: 0 0 10px rgb(155, 2, 2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .contact-form:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgb(252, 0, 0);
  }
  
  /* Input and textarea styles */
  .contact-form label {
    display: block;
    margin-bottom: 10px;
  }
  
  .contact-form input[type="text"],
  .contact-form input[type="email"],
  .contact-form textarea {
    width: calc(100% - 20px);
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    transition: border-color 0.3s ease;
  }
  
  .contact-form input[type="text"]:focus,
  .contact-form input[type="email"]:focus,
  .contact-form textarea:focus {
    outline: none;
    border-color: #ffffff;
  }
  
  /* Button styles */
  .contact-form button {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #ffffff49;
    color: rgb(255, 255, 255);
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .contact-form button:hover {
    background-color: #ffffff4d;
  }
  