*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    border: none;
    outline: none;
    scroll-behavior: smooth;
    font-family: "Poppins", sans-serif;
}

body {
    max-width: 1600px;
    margin: auto;
    /* background-color: #5B413A; */
}

.text-justify {
    text-align: justify;
}

.hero-left {
    background-color: #f8f8f8;
    height: 100%;
}

.hero-right {
    padding: 10px 0px 0px 0px;
    background-color: #d5c455;
}

.role {
    font-size: 18px;
    font-weight: 600;
}

.color1 {
    color: #d5c455;
}

.topCard {
    max-width: 300px;
    max-width: fit-content;
    text-align: start;
    /* background-color: #FF6F91; */
    margin: auto;
}

.name {
    font-size: 48px;
    color: black;
    font-weight: 700;
}

.myImg{
    max-width: 400px; 
    width: 100%;
    transform: rotateY(180deg);
    animation: slideIn 1s linear;
}

.btn-type1 {
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    background-color: #d5c455;
    outline: none;
}

.btn-type1:hover {

    color: #ffffff;
    background-color: #d5c455e7;
}

.btn-type1:focus {
    outline: none;
    box-shadow: none;
    background-color: #d5c45553;
    color: rgba(0, 0, 0, 0.221);
}


.btn-type2 {
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    background-color: #ffffff;
    outline: none;
}

.btn-type2:hover {

    color: #ffffff;
    background-color: #d5c455e7;
}

.btn-type2:focus {
    outline: none;
    box-shadow: none;
    background-color: #d5c45553;
    color: rgba(0, 0, 0, 0.221);
}


.bannerDiv {

    padding-top: 30px;
    padding-bottom: 5px;
    /* background-color: #5B413A; */
}

.myImage {
    width: 100%;
    max-width: 300px;
    padding: 10px;
    border-bottom: 2px solid orange;
    border-top: 2px solid orange;
    margin-bottom: 10px;
    transition: 0.5s linear all;
}

.social_links a:hover {
    transition: all 0.2s ease-out;
    transform: scale(1.2);
}

/* .myImage:hover {
    transform: rotateZ(365deg);
} */
.navbar-brand {
    font-weight: 700;
}

.myDescription {
    font-size: 16px;
    color: white;
    font-weight: 500;
    width: 100%;
    max-width: 700px;
    margin: auto;
    text-align: start;
    align-items: center;
    align-self: center;
}



.card-img-top {
    max-width: 100%;
    height: 150px;
    width: auto;
    margin: auto;
}

.card:hover {
    transition: all 0.2s ease-out;
    transform: scale(1.05);
}

.projectsRow h2 {
    font-family: 'Recursive', sans-serif;
    font-weight: 700;
}

.contactRow {
    position: relative;
}

.contactRow h2 {
    font-family: 'Recursive', sans-serif;
    font-weight: 700;

}

.formBtn {
    background-color: orange;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 5px 20px;
    font-family: 'Recursive', sans-serif;
    font-weight: 600;
}

.contactImg {
    width: 100%;
    max-width: 290px;
    margin: auto;
}

.myFooter {
    font-family: 'Recursive', sans-serif;
    font-size: 16px;
}

/* Loader CSS */

.customLoaderBox {
    position: fixed;
    bottom: calc(50% - 40px);
    left: calc(50% - 40px);
    height: 80px;
    width: 80px;
    padding: 0px;
    background-color: rgba(16, 15, 15, 0.3);
    border-radius: 50%;
    visibility: hidden;
}

.dot-1 {
    position: absolute;
    bottom: calc(50% - 5px);
    left: calc(50% - 5px);
    height: 10px;
    width: 10px;
    background-color: #FF6F91;
    border-radius: 50%;
    border: none;
    animation: rotate-ani-one 2s linear infinite;
    animation-delay: 1850ms;
    transform: translateY(-22px);
}

.dot-2 {
    position: absolute;
    bottom: calc(50% - 5px);
    left: calc(50% - 5px);
    height: 10px;
    width: 10px;
    background-color: #FF6F91;
    border-radius: 50%;
    border: none;
    animation: rotate-ani-two 2s linear infinite;
    transform: translateY(-22px);
}


.max-width-1000 {
    max-width: 1000px;
    margin: auto;
}


/* tabs css */
.tabs {
    position: relative;
    width: 100%;
}

.tabs .title {
    padding: 50px 20px 100px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    background: #f8f8f8;
}

.tabs .tab-header,
.tabs .tab-indicator,
.tabs .tab-body {
    margin: 0 auto;
    width: 100%;
}

.tabs .tab-header {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    margin-top: -60px;
    z-index: 2;
}

.tabs .tab-header>div {
    width: 25%;
    text-align: center;
    padding: 15px 0px;
    color: #000;
    font-size: 18px;
    cursor: pointer;
    transition: all 300ms ease-in-out;
}

.tabs .tab-header>div.active {
    color: #ffffff;
}

.tabs .tab-indicator {
    position: relative;
    height: 60px;
    margin-top: -60px;
    text-align: center;
    width: 100%;

}

.tabs .tab-indicator>div {
    position: absolute;
    left: 25%;
    width: 25%;
    height: 100%;
    background: #d5c455;
    border-radius: 10px 10px 0px 0px;
    transition: all 300ms ease-in-out;
}

.tabs .tab-indicator>div.active_tab{
       
    left: 50%;
   
}
.tabs .tab-body {
    position: relative;
}

.tabs .tab-body>div {
    position: relative;
    width: 100%;
    padding: 20px;
    opacity: 0;
    display: none;
}

.tabs .tab-body>div>* {
    margin: 10px 0px;
}

.tabs .tab-body>div>p {
    color: #555;
    font-size: 15px;
}

.tabs .tab-body>div.active {
    display: block;
    top: 0px;
    opacity: 1;
    transition: top 0ms ease-in-out 0ms, opacity 500ms ease-in-out 0ms;
}


/* timeline css */

.title {
    position: relative;
    margin-top: 30px;
    width: 100%;
    text-align: center;
  }
  
  .timeline {
    position: relative;
    width: 100%;
    padding: 30px 0;
  }
  
  .timeline .timeline-container {
    position: relative;
    width: 100%;
  }
  
  .timeline .timeline-end,
  .timeline .timeline-start,
  .timeline .timeline-year {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 1;
  }
  
  .timeline .timeline-end p,
  .timeline .timeline-start p,
  .timeline .timeline-year p {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 0;
    padding: 30px 0;
    text-align: center;background: #d5c455;
    border-radius: 100px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
  }
  
  .timeline .timeline-year {
    margin: 30px 0;
  }
  
  .timeline .timeline-continue {
    position: relative;
    width: 100%;
    padding: 60px 0;
  }
  
  .timeline .timeline-continue::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -1px;
    background: #d5c455;
  }
  
  .timeline .row.timeline-left,
  .timeline .row.timeline-right .timeline-date {
    text-align: right;
  }
  
  .timeline .row.timeline-right,
  .timeline .row.timeline-left .timeline-date {
    text-align: left;
  }
  
  .timeline .timeline-date {
    font-size: 14px;
    font-weight: 600;
    margin: 41px 0 0 0;
  }
  
  .timeline .timeline-date::after {
    /* content: ""; */
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 45px;
    background: #d5c455;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    border-radius: 15px;
    z-index: 1;
  }
  
  .timeline .row.timeline-left .timeline-date::after {
    left: -7px;
  }
  
  .timeline .row.timeline-right .timeline-date::after {
    right: -7px;
  }
  
  .timeline .timeline-box,
  .timeline .timeline-launch {
    position: relative;
    display: inline-block;
    margin: 15px;
    padding: 20px;
    border: 1px solid #dddddd;
    border-radius: 6px;
    background: #ffffff;
  }
  
  .timeline .timeline-launch {
    width: 100%;
    margin: 15px 0;
    padding: 0;
    border: none;
    text-align: center;
    background: transparent;
  }
  
  .timeline .timeline-box::after,
  .timeline .timeline-box::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
  }
  
  .timeline .row.timeline-left .timeline-box::after,
  .timeline .row.timeline-left .timeline-box::before {
    left: 100%;
  }
  
  .timeline .row.timeline-right .timeline-box::after,
  .timeline .row.timeline-right .timeline-box::before {
    right: 100%;
  }
  
  .timeline .timeline-launch .timeline-box::after,
  .timeline .timeline-launch .timeline-box::before {
    left: 50%;
    margin-left: -10px;
  }
  
  .timeline .timeline-box::after {
    top: 26px;
    border-color: transparent transparent transparent #ffffff;
    border-width: 10px;
  }
  
  .timeline .timeline-box::before {
    top: 25px;
    border-color: transparent transparent transparent #dddddd;
    border-width: 11px;
  }
  
  .timeline .row.timeline-right .timeline-box::after {
    border-color: transparent #ffffff transparent transparent;
  }
  
  .timeline .row.timeline-right .timeline-box::before {
    border-color: transparent #dddddd transparent transparent;
  }
  
  .timeline .timeline-launch .timeline-box::after {
    top: -20px;
    border-color: transparent transparent #dddddd transparent;
  }
  
  .timeline .timeline-launch .timeline-box::before {
    top: -19px;
    border-color: transparent transparent #ffffff transparent;
    border-width: 10px;
    z-index: 1;
  }
  
  .timeline .timeline-box .timeline-icon {
    position: relative;
    width: 40px;
    height: auto;
    float: left;
  }
  
  .timeline .timeline-icon i {
    font-size: 25px;
    color: #d5c455;
  }
  
  .timeline .timeline-box .timeline-text {
    position: relative;
    width: calc(100% - 40px);
    float: left;
  }
  
  .timeline .timeline-launch .timeline-text {
    width: 100%;
  }
  
  .timeline .timeline-text h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3px;
  }
  
  .timeline .timeline-text p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
  }
  
  @media (max-width: 768px) {
    .timeline .timeline-continue::after {
      left: 40px;
    }
  
    .timeline .timeline-end,
    .timeline .timeline-start,
    .timeline .timeline-year,
    .timeline .row.timeline-left,
    .timeline .row.timeline-right .timeline-date,
    .timeline .row.timeline-right,
    .timeline .row.timeline-left .timeline-date,
    .timeline .timeline-launch {
      text-align: left;
    }
  
    .timeline .row.timeline-left .timeline-date::after,
    .timeline .row.timeline-right .timeline-date::after {
      left: 47px;
    }
  
    .timeline .timeline-box,
    .timeline .row.timeline-right .timeline-date,
    .timeline .row.timeline-left .timeline-date {
      margin-left: 55px;
    }
  
    .timeline .timeline-launch .timeline-box {
      margin-left: 0;
    }
  
    .timeline .row.timeline-left .timeline-box::after {
      left: -20px;
      border-color: transparent #ffffff transparent transparent;
    }
  
    .timeline .row.timeline-left .timeline-box::before {
      left: -22px;
      border-color: transparent #dddddd transparent transparent;
    }
  
    .timeline .timeline-launch .timeline-box::after,
    .timeline .timeline-launch .timeline-box::before {
      left: 30px;
      margin-left: 0;
    }
  }

.typeJsWrapper .typeJsText {
text-align: center;
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 48px;
display: inline-block;
padding: 0;
border-right: 1px solid #414141;
}

  
.typing-container span::after{
    content: '|';
    animation-name: blinking; 
    animation-duration: .71s; 
    animation-iteration-count: infinite;
}
@keyframes blinking{
    from{
        color: transparent; 
    }
    to{
        color: lightgrey; 
    }
}

@media (max-width:500px) {
  .myImg{
    max-width: 260px; 
    width: 100%;
    transform: rotateY(180deg);
    animation: slideIn 1s linear;
}
    .tabs .title {
        padding: 50px 10px 100px;
        font-size: 18px;
        
    }
    .tabs .tab-header>div {
        width: 45%;
        font-size: 16px;
       
    }
    .tabs .tab-indicator>div {
       
        left: 5%;
        width: 45%;
       
    }
    .tabs .tab-indicator>div.active_tab{
       
        left: 50%;
       
    }
    .tabs .tab-body>div {
        padding: 10px;
    }
    .timeline .timeline-box .timeline-text {
       
        width: calc(100% - 5px);
      }

}

@keyframes rotate-ani-one {
    from {
        transform: rotate(0deg) translateY(-22px);
    }

    25% {
        transform: rotate(180deg) translateY(-22px);
    }

    50% {
        transform: rotate(180deg) translateY(-22px);
    }

    75% {
        transform: rotate(360deg) translateY(-22px);
    }

    to {
        transform: rotate(360deg) translateY(-22px);
    }
}

@keyframes rotate-ani-two {
    from {
        transform: rotate(0deg) translateY(-22px);
    }

    to {
        transform: rotate(360deg) translateY(-22px);
    }
}

@keyframes slideIn {
    0%{
        margin-left: -50%;
    }
    to {
        margin-left: 0%;
    }
}



@keyframes typing {
    from {
        width: 0;
        opacity: 1;
    }
    to {
        width: 100%;
        opacity: 1;
    }
}