
/********** Template CSS **********/
:root {
    --primary: #e3a125;
    --secondary: #3a2e26;
    --light: #EEF9FF;
    --dark: #091E3E;
    --subtitle:#c7992c;
}
/* Font Name:
Avenir Next LT Pro
Inter Light */



/*** Spinner ***/
.spinner {
    width: 40px;
    height: 40px;
    background: var(--primary);
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

textarea{
    resize: none !important;
}

/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 800 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 700 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 600 !important;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
    box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary:hover {
    box-shadow: inset 0 0 0 0 var(--primary);
}

.btn-secondary:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
*{
  transition: all 0.5s;
   font-family: 'Nunito', sans-serif;
   
}


.bg-header {
    background: linear-gradient(#3a2e26cc, #3a2e26cc), url(../media/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}



header{
    width: 100%;
    border-bottom: 0.02px solid rgb(238, 238, 238);
}

header .navbar-brand{
  padding: 10px;
  width: 150px;
  transform: scale(1.2);
}

.header-shadow {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}

header ul li a{
  color:  rgb(100, 100, 100) !important;
  margin: 0 15px;
  transform: scale(1.1);
  font-family: 'Nunito', sans-serif;

}
header ul li .active{
  font-weight: 600 !important;
  color: var(--primary) !important;
}
header ul li .active::after{
  content: '';
  display: block;
  width: 30px;
  margin: auto;
  height: 2px;
  background: var(--primary);

}

header ul li a:hover{
  color: var(--primary) !important;

}


.navbar-toggler:focus{
    border: none !important;
    box-shadow: none !important;
}
.navbar-toggler-icon{
    background-image: none !important;
}
.bi-list{
    color: white;
}
.bi-x-lg{
    display: none;
    color: white;
}


/* ===========================Banner========================== */
.typer-container {
  min-height: 50px;
  position: relative;
  line-height: 1.2rem;
  display: block;
}

.carousel {
  position: relative; 
  border-radius: 14px;
  animation: anim1 4s infinite;
  box-shadow: 0 0 5px var(--primary);

}

@keyframes anim1 {
  0%{}

  50%{
    box-shadow: 0 0 25px var(--primary);
  }
  100%{
    box-shadow: 0 0 5px var(--primary);

  }
  
}



.carousel .carousel-item img{
  object-fit: cover;
}

.carousel button {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 50%;
  transform: translate(0, -50%);
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  border: none;
}
.carousel button:hover {
  background-color: rgba(255, 255, 255, 1);
}

.carousel button:hover i{
    color: var(--primary);
}

.control-prev {
  left: 10px;
}
.control-next {
  right: 10px;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {

  background: none !important;
}
.carousel-control-next-icon i,
.carousel-control-prev-icon i {
  color: white;
  font-size: 1.6rem;
}

@media only screen and (max-width:992px){
    .navbar-collapse{
        outline: 1px solid rgba(150, 150, 150, 0.2);
        border-radius: 4px;
        margin-top: 12px;
    }
}  
.color{
  color: var(--primary) !important;
}


/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 0;
    bottom: 0;
    background: var(--primary);
    border-radius: 2px;
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -75px;
}

.section-title.section-title-sm::before {
    width: 90px;
    height: 3px;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    bottom: 0px;
    background: #FFFFFF;
    -webkit-animation: section-title-run 5s infinite linear;
    animation: section-title-run 5s infinite linear;
}

.section-title.section-title-sm::after {
    width: 4px;
    height: 3px;
}

.section-title.text-center::after {
    -webkit-animation: section-title-run-center 5s infinite linear;
    animation: section-title-run-center 5s infinite linear;
}

.section-title.section-title-sm::after {
    -webkit-animation: section-title-run-sm 5s infinite linear;
    animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes section-title-run {
    0% {left: 0; } 50% { left : 145px; } 100% { left: 0; }
}

@-webkit-keyframes section-title-run-center {
    0% { left: 50%; margin-left: -75px; } 50% { left : 50%; margin-left: 45px; } 100% { left: 50%; margin-left: -75px; }
}

@-webkit-keyframes section-title-run-sm {
    0% {left: 0; } 50% { left : 85px; } 100% { left: 0; }
}

/* ====================About======================== */
#aboutpage  .ceo-card {
        background: #fff;
        position: relative;
        z-index: 2;
    }

#aboutpage .ceo-img-wrapper {
        width: 250px;
        height: 350px;
        padding: 6px;
        background: linear-gradient(135deg, #ffc107, #ffdd57);
        /* border-radius: 100px; */
        border-radius: 20px;
        border-top-left-radius: 100px;
        border-bottom-right-radius: 100px;
        filter: drop-shadow(0 0 5px);
    }

#aboutpage .ceo-img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 100px;
        background: #fff;
        border-radius: 20px ;
        border-top-left-radius: 100px;
        border-bottom-right-radius: 100px;

    }

#aboutpage .ceo-accent {
        position: absolute;
        top: 50%;
        left: -120px;
        width: 300px;
        height: 300px;
        background: rgba(255, 193, 7, 0.15);
        border-radius: 50%;
        transform: translateY(-50%);
        z-index: 1;
    }
   
  
/* =====================Technology Stack===================== */
#technology_stack .card:hover {
        box-shadow: 0 0 5px !important;
        transform: translate(0, -7px);
        background: rgba(248, 239, 208, 0.4);
    }


/*** Service ***/
.service-item {
    position: relative;
    height: 300px;
    padding: 0 30px;
    transition: 0.5s !important;
}

.service-item .service-icon {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary) !important;
    border-radius: 2px;
    transform: rotate(-45deg);
}

.service-item .service-icon i {
    transform: rotate(45deg);
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #DDDDDD;
    border-radius: 2px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
    height: 350px;
    filter: blur(2px);
    border-radius: 30px;

}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
    height: 350px;
    filter: blur(0px);
    border-radius: 5px;
    transform: scale(1.1);


}


/*** Team ***/
.team-item {
    transition: .5s;
}

.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-social a.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
}

.team-item:hover {
    box-shadow: 0 0 30px #DDDDDD;
}

.team-item:hover .team-social {
    background: rgba(9, 30, 62, .7);
}

.team-item:hover .team-social a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team-item:hover .team-social a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s;
}

.team-item:hover .team-social a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team-item:hover .team-social a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s;
}

.team-item .team-img img,
.blog-item .blog-img img  {
    transition: .5s;
}

.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
    transform: scale(1.15);
}

   .page-item.active .page-link {
    background: gold !important;
    border-color:gold;
    
}

.blog-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 3rem;
}

.blog_card{
    text-decoration: none;
    color: black;
}

.blog_card .blog-content{
    color: rgb(102, 102, 102);
}



/* ===============================Services timeline=========================== */
    .timeline {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 40px;
}

.timeline::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #dee2e6;
    z-index: 1;
}

.timeline-step {
    text-align: center;
    position: relative;
    z-index: 2;
    width: 25%;
    padding: 0 15px;
}

.timeline-icon {
    width: 60px;
    height: 60px;
    background-color: var(--primary);
    color: #fff;
    border-radius: 50%;
    line-height: 60px;
    font-weight: bold;
    font-size: 20px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .timeline {
        flex-direction: column;
    }

    .timeline::before {
        display: none;
    }

    .timeline-step {
        width: 100%;
        margin-bottom: 30px;
    }
}
