@import url('https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400&display=swap');
H1,h2,h3,h4,h5,h6{
    font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}
.dropdown-item>a:hover{
    border: none;
}
.dropdown-item > a{
    color: black;
    text-decoration: none;
}
.dropdown-item,a:active{
    background-color: white !important;
}
.admin{
    display: block;
    text-align: right;
}
.admin>small>a{
    color: black;
}
.join_us .card{
border-left: 3px solid black;
border-right: 3px solid orange;
}
.word{
    color: orange;
    font-weight: bold;
}
.container-one-content {
    text-align: justify;
    text-justify: inter-word;
}
.navbar-toggler{
    border: none !important;
    font-size: 1.25em;
}
.nav-item > .active{
    border-bottom: 3px solid orange;
}
.nav-item :hover{
    border-bottom: 3px solid orange;
}
.navbar-brand>img{
    height: 50px;

}
#call_menu {
    position: fixed;
    bottom: 10px; /* Adjust as needed */
    right: 10px; /* Adjust as needed */
    background-color: orange; /* Change color if needed */
    color: white;
    padding: 30px;
    border-radius: 50%;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    z-index: 1000;
    animation: pulse 1s cubic-bezier(0,0,0,0) 0.3s infinite;
}
#Auto_modal img{
    width: 450px;
}
#call_menu a {
    text-decoration: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: changeSize 1s cubic-bezier(0,0,0,0) 0s infinite;
}
.call{
    background-color: orange;
    
    padding: 5px;
    border-radius: 50%;
    position: relative;
    animation: pulse 1s cubic-bezier(0,0,0,0) 0.3s infinite;
}
.invalid { 
    color: red; 
    font-weight: bold;
 }
        .valid { 
            color: green;
             font-weight: bold; 
            }
.call .main_head_call{
    text-shadow: 0 2px 10px black;
    animation: changeSize 1s cubic-bezier(0,0,0,0) 0s infinite;
}
@keyframes pulse{
    0%{ box-shadow: 0 0 0 0 #fdf5da;}
    25%{ box-shadow: 0 0 0 10px #fdf5da;}
    50%{ box-shadow: 0 0 0 20px #fcf2f2;}
    1000%{ box-shadow: 0 0 0 30px #fff;}
}
@keyframes changeSize {
  0%{transform: scale(1);}
  25%{transform: scale(1.2);}
  50%{transform: scale(0.8);}
  75%{transform: scale(1.1);}
  100%{transform: scale(1);}  
}

.navbar{
    background-color: white;
    border-radius: 30px ;
}
.container-one{
    background: url("./assets/logo-building.jpeg") no-repeat center;
    background-size: cover;
    width: 100%;
    height: 95vh;
    position: relative;
}
.container-one-content{
    position: absolute;
    top: 200px;
    background-color: white;
    width: 400px;
    height: 330px;
    left: 200px;
    padding: 30px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
#about-para{
    text-align: justify;
  text-justify: inter-word;
}
.container-two{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 40px ;
    padding-right: 40px;
    margin: 50px !important;
}
.container-three{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 40px ;
    padding-right: 40px;
    margin: 50px;
}
.why_join_us .card{
    height: 470px;
    text-align: justify;
    text-justify: inter-word;
}
.container-two #join_us_para{
    text-align: justify;
    text-justify: inter-word;
}
.about{
    color: orange;
}


.content-6{
    margin-top: 30px;
    margin-bottom: 70px;
  }
  /*form*/
  form{
    padding: 30px 0 0 0;
  }
   form .form-row{
    display: flex;
    margin: 32px 0;
  }
  form .form-row .input-data{
    width: 100%;
    height: 40px;
    margin: 0 20px;
    position: relative;
  }
  form .form-row .textarea{
    height: 70px;
  }
  .contact{
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
    padding: 30px;
    border-radius: 30px;
  }
  .input-data input,
  .textarea textarea{
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    font-size: 17px;
    border-bottom: 2px solid rgba(0,0,0, 0.12);
    outline: none;
  }
  .input-data input:focus ~ label, .textarea textarea:focus ~ label,
  .input-data input:valid ~ label, .textarea textarea:valid ~ label{
    transform: translateY(-20px);
    font-size: 14px;
    color: orange;
    border-bottom: none;
  }
  .textarea textarea{
    resize: none;
    padding-top: 10px;
  }
  .input-data label{
    position: absolute;
    pointer-events: none;
    bottom: 10px;
    font-size: 16px;
    transition: all 0.3s ease;
  }
  .textarea label{
    width: 100%;
    bottom: 40px;
    background: #fff;
  }
  .input-data .underline{
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 100%;
  }
  .input-data .underline:before{
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    background: #3498db;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
  }
  #img_about{
    margin-left: 20px;
    left: 35px;
    width: 600px;
    height: 400px;
  }
  /*form*/
  /*Footer*/
  .container-foot{
    max-width:1170px;
    margin: auto;
  }
  .row{
    display: flex;
    flex-wrap: wrap;
  }
  ul{
    list-style: none;
  }
  .footer{
    background-color: black;
    padding: 70px 0;
  }
  .footer-col{
    width: 25%;
    padding: 0 15px;
  }
  .footer-col h4{
    color: orange;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 30px;
  }
 .footer a{
    color: orange;
    text-decoration: none;
    margin: 5px;
 }
 .footer a:hover{
    text-decoration: underline;
 }
 .footer i{
    width: 25px;
    height: 25px;
 }
  /*Footer*/
@keyframes show-data{
    50%{
        transform: translateY(-10rem);
    }
    100%{
        transform: translateY(-7rem);
    }
}
@keyframes reomove-overflow{
    to{
        overflow: initial;
    }
}
@keyframes remove-data {
    0%{
        transform: translateY(-7rem);
    }
    50%{
        transform: translateY(-10rem);
    }
    100%{
        transform: translateY(.5rem);
    }
}
@keyframes show-overflow {
    0%{
        overflow: initial;
        pointer-events: none;
    }
    50%{
        overflow: hidden;
    }
}


/* for small devices*/
@media screen and (max-width:348px){
    #Auto_modal img{
        width: 340px;
    }
    .admin > h3{
        font-size: 9px !important;
    }
    .navbar{
        margin-top: 2rem !important;
    }
    .admin > a{
        display: block;
    }
    .container-one{
        width: 100%;
    }
    .container-two{
        width: 348px;
        padding: 10px;
        margin: 0px !important;
    }
    .container-two p{
        font-size: 10px;
    }
    .container-two img{
        width: 300px;
    }
    .container-one-content{
        top: 150px;
        width: 200px;
        height: 200px;
        left: 30px;
        overflow: hidden;
        padding: 10px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    }
    
    
    #img_about{
        width: 340px;
        height: 200px;
    }
    .container-one-content{
        display: none !important;    
    }
    .call{
        background-color: orange;
        padding: 10px;
        border-radius: 50%;
        position: relative;
        animation: pulse 1s cubic-bezier(0,0,0,0) 0.3s infinite;
    }
   
    .call .main_head_call{
        text-shadow: 0 2px 10px black;
        animation: changeSize 1s cubic-bezier(0,0,0,0) 0s infinite;
    }
    @keyframes pulse{
        0%{ box-shadow: 0 0 0 0 #fdf5da;}
        25%{ box-shadow: 0 0 0 10px #fdf5da;}
        50%{ box-shadow: 0 0 0 20px #fcf2f2;}
        1000%{ box-shadow: 0 0 0 30px #fff;}
    }

}
@media screen and (max-width: 430px){
    
    #Auto_modal img{
        width: 380px;
    }
        .container-three{
            margin-inline:0.5rem;
            }
    .container-two{
        width: 420px;
        padding: 10px;
        margin: 0px !important;
    }.why_join_us .card{
        height: fit-content;
    }
    #call_menu {
        position: fixed;
        bottom: 20px; /* Adjust as needed */
        right: 20px; /* Adjust as needed */
        background-color: orange; /* Change color if needed */
        color: white;
        padding: 20px;
        border-radius: 50%;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        font-size: 24px;
        z-index: 1000;
        animation: pulse 1s cubic-bezier(0,0,0,0) 0.3s infinite;
    }
    
    #call_menu a {
        text-decoration: none;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        animation: changeSize 1s cubic-bezier(0,0,0,0) 0s infinite;
    }
    
    .call{
        background-color: transparent;
        border-radius: 50%;
        position: relative;
        animation: pulse 1s cubic-bezier(0,0,0,0) 0.3s infinite;
    }
    .call .main_head_call{
        text-shadow: 0 2px 5px black;
        animation: changeSize 1s cubic-bezier(0,0,0,0) 0s infinite;
    }
    @keyframes pulse{
        0%{ box-shadow: 0 0 0 0 #fdf5da;}
        25%{ box-shadow: 0 0 0 2px #fdf5da;}
        50%{ box-shadow: 0 0 0 5px #fcf2f2;}
        1000%{ box-shadow: 0 0 0 7px #fff;}
    }
    
    
    #img_about{
        width: 380px;
        height: 200px;
        margin: 10px;
    }
    .container-one-content{
        display: none !important;    
    }
    .container-one{
        background-size: cover;
    }
}
/*For medium devices*/
@media screen and (min-width:768px){
    
}
/*For large devices*/
@media screen and (min-width:1120px){
    .container-three{
        height: 100vh;
    }
    
}

.card-big-shadow {
    max-width: 320px;
    position: relative;
}

.coloured-cards .card-about {
    margin-top: 10px;
}

.card-about[data-radius="none"] {
    border-radius: 0px;
}
.card-about {
    border-radius: 8px;
    box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
    background-color: #FFFFFF;
    color: #252422;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.card-about .card-just-text .content {
    padding: 20px 45px;
    text-align: center;
}
.card-about .content {
    padding: 20px 20px 10px 20px;
}
.card-about[data-color="blue"] .category {
    color: #7a9e9f;
}

.card-about .category, .card .label {
    font-size: 14px;
    margin-bottom: 0px;
}
.card-big-shadow:before {
    background-image: url("http://static.tumblr.com/i21wc39/coTmrkw40/shadow.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -12%;
    content: "";
    display: block;
    left: -12%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
.card-about >h4, .h4 {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.2em;
    
}
.card-about >h6, .h6 {
    font-size: 0.9em;
    font-weight: 600;
    text-transform: uppercase;
}
.card-about .description {
    font-size: 16px;
    color: #66615b;
}
.content-card{
    margin-top:10px;    
}


.card-about[data-color="blue"] {
    background: #b8d8d8;
}
.card-about[data-color="blue"] .description {
    color: #506568;
}

.card-about[data-color="green"] {
    background: #d5e5a3;
}
.card-about[data-color="green"] .description {
    color: #60773d;
}
.card-about[data-color="green"] .category {
    color: #92ac56;
}

.card-about[data-color="yellow"] {
    background: #ffe28c;
}
.card-about[data-color="yellow"] .description {
    color: #b25825;
}
.card-about[data-color="yellow"] .category {
    color: #d88715;
}


.card-about[data-color="orange"] {
    background: #ff8f5e;
}
.card-about[data-color="orange"] .description {
    color: #772510;
}
.card-about[data-color="orange"] .category {
    color: #e95e37;
} 
/*vertical timeline*/
.design-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
    padding: 10px 0;
  }
  
  .design {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .timeline {
    width: 80%;
    height: auto;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  
  .timeline-content {
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    border-radius: 5px;
    transition: 0.4s ease;
    overflow-wrap: break-word !important; 
    border-radius: 6px;
    font-weight: 100;
  }
  .timeline-content h2{
    font-size: medium !important;
  }
  .timeline-component {
    background-color: orange;
    margin: 0px 20px 20px 20px;
  }
  .drag-timeline{
    animation: scrolleffect linear;
    animation-timeline: view();
    animation-range: entry 0;
}
/*vertical timeline*/
@keyframes scrolleffect {
    from{
        opacity: 0;
        scale: 0.5;
    }
    to{
        opacity: 1;
        scale: 1;
    }
} 
@media screen and (max-width:430px){
    .timeline-circle {
        position: absolute;
        top: 0;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background-image: linear-gradient(45deg, orange,orange,orange,orange);
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
      }
      .timeline {
        display: grid;
        grid-template-columns: 1fr 3px 1fr;
      }
      .timeline-middle {
        position: relative;
        background-image: linear-gradient(45deg, orange,orange,orange,orange);
        width: 3px;
        height: 100%;
      }
      .main-middle {
        opacity: 0;
      }
}
/*Horizontal timeline*/
.timeline-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    height: 450px;
}

.horizontal-timeline {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    position: relative;
}

.timeline-box-one {
    background-color: orange;
    padding-top:35px ;
    top: -55px;
    border-radius: 6px;
    font-weight: 100;
    min-width: 200px;
    text-align: center;
    margin: 0 20px;
    position: relative;
}
.timeline-box-one h2{
    margin-bottom:30px !important ;
    padding: 0px;
}
.timeline-box-two h2{
    margin-top:30px !important ;
    padding: 0px;
}
.timeline-box-two {
    background-color: orange;
    padding-bottom: 35px;
    top: 65px;
    border-radius: 6px;
    font-weight: 100;
    min-width: 200px;
    text-align: center;
    margin: 0 20px;
    position: relative;
}

.timeline-node {
    position: relative;
    width: 20px;
    height: 20px;
    background-color: #ffcc00;
    border-radius: 50%;
    margin: 0 20px;
}

/* Timeline Line */
.horizontal-timeline::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: orange;
    z-index: -1;
}

.timeline-dot {
    width: 20px;
    height: 20px;
    background-color: orange;
    border-radius: 50%;
    position: relative;
}

.timeline-box h2 {
    font-size: medium !important;
}
@media screen and (max-width:430px){
    .timeline-section {
        display: block;
        padding: 10px 0;
        height: 550px;
    }
    .timeline-box-one {
        background-color: orange;
        top: 0;
        padding:20px;
        border-radius: 6px;
        font-weight: 100;
        min-width: 200px;
        text-align: center;
        margin: 0 20px;
        position: relative;
    }
    .timeline-box-two {
        background-color: orange;
        top: 0;
        padding:20px;
        border-radius: 6px;
        font-weight: 100;
        min-width: 200px;
        text-align: center;
        margin: 0 20px;
        position: relative;
    }
    .timeline-node {
        display: none;
    }
    
    /* Timeline Line */
    .horizontal-timeline::before {
       display: none;
    }
    
    .timeline-dot {
       display: none;
    }
    
    .timeline-box h2 {
        font-size: medium !important;
    }
    .timeline-box-one h2{
        margin-bottom:0px !important ;
        padding: 0px;
    }
    .timeline-box-two h2{
        margin-top:0px !important ;
        padding: 0px;
    }
}
/* Responsive Adjustments */
@media (max-width: 768px) {
    .horizontal-timeline {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .timeline-box {
        min-width: 150px;
        margin: 10px;
    }
}

/*Horizontal timeline*/
  @media screen and (min-width: 768px) {
    .timeline {
      display: grid;
      grid-template-columns: 1fr 3px 1fr;
    }
    .timeline-middle {
      position: relative;
      background-image: linear-gradient(45deg, orange,orange,orange,orange);
      width: 3px;
      height: 100%;
    }
    .main-middle {
      opacity: 0;
    }
    .timeline-circle {
      position: absolute;
      top: 0;
      left: 50%;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background-image: linear-gradient(45deg, orange,orange,orange,orange);
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
  }