
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');


*{
    margin:0px;
    padding: 0px;
    font-family: 'Roboto Condensed', sans-serif;
}
body{
    background-color: #f5f5f5;
}
html {
    scroll-behavior: smooth;
  } 

/*Banner*/
.bannerContainer{
    display: grid;
    place-items: center;
}
header{ 
    background: #000;
    position: fixed; 
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    opacity: 0.7;
}
.logo{
    display: inline-block;
    padding: 10px;
}
.menu {
    padding: 15px;
    float: right;
    padding-top: 20px;
}
.menu ul {
    list-style-type: none;
}

.menu ul li{
     display: inline-block;
}
.menu ul li a{
    text-decoration: none;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
}
.menu ul li a:hover{
    text-decoration: underline; 
}

#banner{
    background-image: url('../images/webdeveloepr.jpeg');
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;  
    display: flex;

}

#banner.currencyBanner{ 
    background-image: url('../images/currency-bg.jpg');
    width: 100%;
    height: 70vh;
    background-repeat: no-repeat;
    background-size: cover;  
    display: flex;
}

#banner.forcaster{ 
    background-image: url('../images/forcaster.jpg');
    background: #000;
    width: 100%;
    height: 70vh;
    background-repeat: no-repeat;
    background-size: cover;  
    display: flex;
}

.m-b-20{
    margin-bottom: 20px;
}
 
#banner .bannerContainer{
    margin:auto;
    text-align: center;
    color: #fff;
    font-size: 4.5rem;
    place-items: center;
    align-items: center;
    text-align: center;
    width: 100%;
}
.about{
    background-color: green;
}
.wrapper{
    max-width: 1140px;
    margin: 0px auto;
}
#about{
    padding: 40px;
}
.userImage{
    display: inline-block; 
}
.userDetails{
    display: inline-block;
    margin: auto;
}

.flex{
    display: flex;
}
.white{
    background-color: #fff;
}
.wrapper{
    padding: 40px;
}
.userDetails p{
    line-height: 1.8;
}
.round{
    border-radius: 100%;
}
.pull-right{
    float:right;
}
.w3-border {
    border: 1px solid #24b67e!important;
    background-color: #bbf5df!important;
  
}
.w3-colored {
    color: #000!important;
    background-color: #24b67e!important;
}
.skill {
    margin-bottom: 20px;
}
.skills {
    margin-top: 30px;
}
.skills > p {
    margin-bottom: 15px;
}
.about-left {
    width: 40%; 
    padding: 10px;
    margin-right: 10%;
}
.about-right {
    padding: 10px; 
    width: 50%;
}
.about-right p{
    line-height: 1.9;
}
/*Testimonils*/
     
.testim{
    background: #333;
    padding: 30px;
}
.testimonial{
    margin:50px auto 100px;
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(350px, 1fr));
    grid-gap:20px;
}
.testimonial .card{
    position:relative;
    margin:0 auto;
    width:350px;
    background:#333;
    padding:20px;
    box-sizing:border-box;
    text-align:center;
    box-shadow:0 10px 40px rgba(0,0,0,.5);
    overflow:hidden;
    color: #fff;
}
.testimonial .card .layer{
    position:absolute;
    top:calc(100% - 2px);
    left:0;
    height:100%;
    width:100%;
    background: linear-gradient(#24b67e, #e91ee3);
    z-index:1;
    transition:0.5s;
}
.testimonial .card:hover .layer{
    top:0;
}
.testimonial .card .content{
    position:relative;
    z-index:2;
}
.testimonial .card .content p{
    font-size:18px;
    line-height:24px;
    margin-bottom: 20px;
}
.testimonial .card .content .image{
    width:100px;
    height:100px;
    margin:20px auto;
    border-radius:50%;
    overflow:hidden;
    border:4px solid #fff;
    box-shadow:0 10px 20px
    rgba(0,0,0,.2);
}
.testimonial .card .content .details h2{
    font-size:18px;
}
.testimonial .card .content .details span{
    color:#03a9f4;
    font-size:14px;
    transition:0.5s;
}
.testimonial .card:hover .content .details span{
    color:#fff;
}
h1 {
    padding: 20px 0;
    line-height: 1.9;
}
.text-center{
    text-align: center;   
}
.box{
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;  
    margin: 20px;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 6%), 0 2px 5px 0 rgb(0 0 0 / 20%);
}
.education .box { 
    border-radius: 2px;
    margin: 0px;
    
}
.text-white{
    color: #fff;
}
.hidden{
    display: none;
}
.box:hover{
   
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 29%), 0 2px 5px 0 rgb(0 0 0 / 60%);
    transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    cursor: pointer;
}
.counter {
    background-image: url(../images/counters-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-attachment: fixed !important;
    background-size: cover;
    background-position: center center;
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(../images/counters-bg.jpg);
}
.counter .wrapper{
    padding: 100px 20px;
}

.counterbox  {
    width: 25%;
    color: #fff; 
}
.counterbox h2{
    font-size: 50px;
}
.formContainer, .formdata {
    width: 50%;
    float: left;
    margin: 20px;
}
.formContainer input, .formContainer textarea{
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
}
.buttonSubmit{
    border-radius: 50px;
    padding: 10px 20px;
    background-color: #24b67e;
    display: inline-block;
    border: none;
    color: #fff;
    max-width: 200px;
}
.socialIcons{
    list-style-type: none;
    margin-top: 20px;
}
.socialIcons li{
     display: inline-block;
}
.socialIcons li a{
   padding: 10px;
}
#banner h1:before{
    content: '';
    width: 0px;
}
h1{
    position: relative;
}
h1:before {
    content: '';
    position: absolute;
    height: 3px;
    background-color: #24b67e;
    width: 70px;
    bottom: 15px;
}
/*services section*/
section#services {
    padding: 40px;
}
#services p{
    line-height: 1.5;
}
#services .box{
    box-shadow: 0 13px 8px -10px rgb(0 0 0 / 10%);
}

.ion-monitor:before {
    content: "\f20a";
}
#services .icon:before{
    font-size:5em;
}
.service-box .service-ico {
    margin: 1rem 0;
    color: #1e1e1e;
}
.service-box .ico-circle {
    transition: all 500ms ease;
    font-size: 3rem;
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
}
.service-box:hover .ico-circle {
    transition: all 500ms ease;
    color: #fff;
    background-color: #24b67e;
    box-shadow: 0 0 0 10px #bbf5df;
}
.ico-circle {
    height: 80px;
    width: 80px;
    font-size: 2rem;
    border-radius: 50%;
    line-height: 1.55;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 0 0 10px #24b67e;
    display: block;
}

/*PORTFOLIO*/
#portfolio{
    padding: 40px;
}
.portfolio-image { 
    display: block;
    overflow: hidden;
}
#portfolio p{
    margin-bottom: 20px;
}
#portfolio .wrapper .flex{
    color:#000;
    display: flex;
  
}
.portfolio-box {
    list-style: none;
    flex: 0 0 33.333333%;
    width: 33%;
    height: 270px;
    margin: 10px;
    border: 1px solid #dedede;
    padding: 20px;
    box-shadow: 0 13px 8px -10px rgb(0 0 0 / 10%);
}
.portfolio-box:hover{
    box-shadow: rgb(0 0 0 / 6%) 0px 1px 1px 0px, rgb(0 0 0 / 20%) 0px 2px 5px 0px;
}
.portfolio-box img{
    width: 100%;
}

.portfolio-description{
    margin-top: 10px;
}
.portfolio-description a{
    text-decoration: none;
}
.portfolio-description a:hover{
    text-decoration: underline;
}

/*Social ICONS*/

.socials {
    margin: 1.2rem 0rem;
    display: flex;
    justify-content: flex-start;
}
.socials .ico-circle{
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #24b67e;
 box-shadow: 0 0 0 1px #24b67e;

}

.socials li{

    text-decoration: none;
    list-style-type: none ;
    margin-right: 1rem;
   
}
.socials li:last-child{
    margin-right: 0;
}

.socials ul{
    display: flex;
    justify-content: flex-start;
}
.socials .ico-circle:hover{
    box-shadow: 0 0 0 5px #24b67e;
    transition: cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
    background-color: #24b67e;
    color: #fff;
}

/*CONTACT US SECTION*/
#contactForm{
    padding-top:80px;
}
#contactForm .cvImage{
    border: 1px solid #000;
}
#contactForm .cvImage:hover{
    opacity: 0.5;
    cursor: pointer;
}

.box-shadow-full {
     
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 6%), 0 2px 5px 0 rgb(0 0 0 / 20%);
}

/*currency converter */
#currency-converter{
    padding: 70px 0;
}

.converterForm .formContainer{
    width: 100%;
}

/* Chrome, Safari, Edge, Opera */
/* input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
/*input[type=number] {
  -moz-appearance: textfield;
} */
#currency-converter .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.frConverter input, .frConverter select{
    padding: 10px;
    width: 45%;
    
}
.FlexItem{
    width: 50%;
}
.m-b-20{
    margin-bottom: 20px;
}
 
#currency-converter .flex .flexItem {
    margin: 20px;
    float: left;
    width: 45%;

}
#currency-converter .flex p{
    line-height: 1.8;

}

/*TIMELINE*/
/* The actual timeline (the vertical ruler) */
.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  /* The actual timeline (the vertical ruler) */
  .timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color:rgb(36, 182, 126);
    top: 15px;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
  }
  .displayBlock{
    display: block !important;
  }
  .timeline small{
    font-size: 14px;
  }
  /* Container around content */
  .container {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
  }
  
  /* The circles on the timeline */
  .container::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -17px;
    background-color: white;
    border: 4px solid #24b67e;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
  }
  
  /* Place the container to the left */
  .timeline .left {
    left: 0;
  }
  
  /* Place the container to the right */
  .timeline .right {
    left: 50%;
  }
  
  /* Add arrows to the left container (pointing right) */
  .timeline .left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid rgb(162, 157, 157);
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent rgb(36, 182, 126);
  }
  
  /* Add arrows to the right container (pointing left) */
  .timeline .right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent rgb(36, 182, 126) transparent transparent;
  }
  
  /* Fix the circle for containers on the right side */
  .timeline .right::after {
    left: -16px;
  }
  
  /* The actual content */
  .timeline .content {
    padding: 10px 20px;
    background-color: rgb(36, 182, 126);
    position: relative;
    border-radius: 6px;
  }
   /* The actual content */
   .timeline .content p{
    color: #fff;
  }
  .timeline .content h2{
    color: #fff;
  }
  
  /* Media queries - Responsive timeline on screens less than 600px wide */
  @media screen and (max-width: 600px) {
  /* Place the timelime to the left */
    .timeline::after {
      left: 31px;
    }
  
  /* Full-width containers */
    .container {
      width: 100%;
      padding-left: 70px;
      padding-right: 25px;
    }
  
  /* Make sure that all arrows are pointing leftwards */
    .container::before {
      left: 60px !important;
      border: medium solid white !important;
      border-width: 10px 10px 10px 0 !important;
      border-color: transparent #009688  transparent transparent !important;
    }
    .timeline .content h2{
        font-size: 18px;
    }
    .timeline small{
        float: left;
    }
    .timeline .content p { 
        width: 100%;
        display: block;
        overflow: hidden;
    }
    
  /* Make sure all circles are at the same spot */
    .left::after, .right::after {
      left: 15px !important;
    }
  
  /* Make all right containers behave like the left ones */
    .right {
      left: 0% !important;
    }
  }

  /*Preloader*/
  #preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}
#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid #24b67e;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    /* -webkit-animation: animate-preloader 1s linear infinite; */
    animation: animate-preloader 1s linear infinite;
}
/* @-webkit-keyframes animate-preloader {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  } */

  .buttonContainer{
    max-width: 500px;
    margin: 0px auto;
    text-align: center;
  }
  .buttonContainer button{
    margin: 20px 0 10px;
    width: 50px;
    font-size: 20px;
    background: #24b67e;
    border: none;
    color: #fff;
  }
  
#scrollError{
    color: red;
    text-align: center;
}
.disabled {
    background: #dedede !important;
    cursor: no-drop;
}
.buttonContainer button.disabled:hover{
    opacity: 1;
    cursor: not-allowed;
}
.buttonContainer button:hover{
    opacity: 0.8;
    cursor: pointer;
}
section{
    padding: 30px;
}

/*Education*/
.education .flex {  
    justify-content: space-between;
    row-gap: 10px;
    column-gap: 10px;
    flex-wrap: wrap;
}
 .titleImage{
    vertical-align: middle;
    width: 30px;
    margin-right: 10px;
}
#target_value{
    border: none;
    font-weight: bold;
    font-size: 15px;
    background-color: #bbf5df;
}
.error{
    display: none;
    color: red;
}

/* @-webkit-keyframes typing { from { width: 0; } }
@-webkit-keyframes blink-caret { 50% { border-color: transparent; } } */

.bannerContainer p {  
  border-right: .1em solid black;
  width: 16.5em; 
  width: 30ch; 
  white-space: nowrap;
  overflow: hidden;
  /* -webkit-animation: typing 3s steps(21, end),
             blink-caret .5s step-end infinite alternate; */
}

.forcasterLink{
    float: right;
    padding-right: 50px;
    font-size: 14px;
  }

/*RESPONSIVE*/
@media only screen and (max-width: 920px) {
    #currency-converter .FlexItem{
        width: 100%;
    }
    #banner{
        height: 50vh;
    }
    .education h2{
        font-size: 20px;
    }
    .education .box{
        width: 100%;
    }
    section{
        padding:0px;
    }
    #banner.currencyBanner { 
        height: 20vh; 
        margin-top: 10vh;
    }
    #currency-converter {
        padding: 0;
    }
    #currency-converter .flex { 
        justify-content: flex-start;
        padding: 0px 20px;
    }
    #currency-converter .flex .flexItem { 
        width: 100%;
    }
    .frConverter input, .frConverter select { 
        width: 100%;
        margin-bottom: 20px;
    }
    .bannerContainer h1{
        font-size: 20px;
    }
    #banner .bannerContainer{
        font-size: 20px;
    }

    #about {
        padding: 0;
    }
    #about .flex {
        display: flex;
        flex-direction: column;
    }
    .about-left {
        width: 100%; 
    }
    .userImage {
        margin-bottom: 20px;
        text-align: center;
    }
    .about-right { 
        width: 100%;
    }

    /*services*/
    section#services {
        padding: 0px;
    }
    #services .wrapper{
        padding: 0;
    }
    .service-box .service-ico{
        margin-top: 1rem;
    }
    #services .flex {
        display: flex;
        flex-direction: column;
    }
    #services .ico-circle {
        height: 70px;
        width: 70px;
    }
    #services .service-box .ico-circle{
        font-size: 2rem;
    }


    
    
    /*PORTFOLIO*/
    #portfolio {
        padding: 0px;
    }
    #portfolio .wrapper .flex { 
        flex-direction: column;
    }
    #portfolio  .portfolio-box { 
        width: 100%;
    }
    /*Contact Form*/
    #contactForm {
        padding-top: 20px;
    }
    #contactForm .flex { 
        flex-direction: column;
    }
    #contactForm .formContainer, .formdata {
        width: 100%;  
        margin: 10px 0; 
    }
  
}
