* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --bs-dark-color: #1a1d20;
    --bs-dark-primary: #1c1c1c;
    --bs-main-color: #fff;
    --bs-primary-color: #c6c6c6;
    --bs-secondary-color: #29a9fd;
    --bs-supporting-color: #c850c0;

}
html{
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: sans-serif;
    color: var(--bs-dark-color);
}

h1 {
    font-size: 3.8rem;

}

h2 {
    line-height: 3rem;
    font-weight: 600;
    font-size: 3.4rem;
}

p {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    color: var(--bs-dark-color);
    letter-spacing: 0.07rem;
    line-height: 1.55rem;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
}

a {
    text-decoration: noen;
}

li {
    list-style: none;

}

.common-heading{
    font-size: 2.8rem;
    font-weight: 500;
    word-spacing:.1rem;
    /* margin-top:30px; */
}
.common-title{
    margin-bottom:4.2rem;
}
.common-section{
    padding: 0 0 9rem 0;
}

/* ********************************
navbar style

***********************************/
.navbar {
    height: 80px;
    font-weight: bold;
}

.bg-color {
    background-color: var(--bs-dark-primary);
}

.nav-link {
    color: var(--bs-main-color);
    font-weight: bold;
}

.nav-link:hover {
    color: var(--bs-secondary-color);
}

.logo{
    color:#4fff00; 
}
.logo:hover{
    color:#51ff00b2; 
}
/* .bg-theme{
    color:var(--bs-supporting-color);
    background-image:none!important;
} */


/* ***********************************
Hero section 
***************************************/
.hero-section .container {
    display: grid;
    place-content: center;
    height: inherit;
}

.bg-main {
    height: 85vh;
    position: relative;
}
.text-light-grey {
    color: var(--bs-primary-color);
}
.hero-section .text-center img{
    width:600px;
}

button,
a {
    font-size: 1.15rem !important;
    letter-spacing: 0.03rem;
    word-spacing: .1rem;
}
/* ***************************************
Service section
*******************************************/
.services-section{
    padding:6rem 0 3rem 0 !important;
}

.icon-span{
    width:2.5rem;
    height: 2.5rem;
    background-color: #1089ff;
    color:var(--bs-main-color);
    display: flex;
    justify-content: center;
    align-items:center;
    text-decoration: none;
    border-radius: 50%;

}
.card-box:hover{
    box-shadow:rgb(149,157,165,0.2) 0 8px 24px;
}


/* **************************************
shape devider 
******************************************/
.custom-shape-divider-bottom-1716273684 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1716273684 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 62px;
}

.custom-shape-divider-bottom-1716273684 .shape-fill {
    fill: #1c1c1c;
}

/* .divider {
    position: relative;
    /* margin-top: -5px; Adjust as needed */
  /* } */
  
  /* .divider svg {
    display: block;
  } */

  /* ***************************************
more info  section
*******************************************/
.more-info-section{
    background-image: linear-gradient(rgba(22,22,22,0.8), rgba(22,22,22,0.9)),url("https://images.pexels.com/photos/1181449/pexels-photo-1181449.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding:6rem 0;
    overflow:hidden;
}

 /* ***************************************
online mode section
*******************************************/
.business-section{
    padding-top:3rem;
}


/* ************************
casousel styling
***************************/
.carousel .card{
    background-color: #262631;
    color:var(--bs-main-color);
    transition: all 0.4s linear;
}
.carousel-inner .card p{
    color:var(--bs-main-color);
}

.carousel-inner .card:hover{
    background-color: var(--bs-main-color);
    color:var(--bs-dark-color);
    transition: all 0.4s linear;
    cursor:pointer;
}
.carousel-inner .card:hover p{
    color:var(--bs-dark-color);
    transition: all 0.4s linear;
    cursor:pointer;
}

.carousel-indicators{
    bottom:-20%;
}
.carousel-indicators [data-bs-target]{
    width:.7rem;
    height: .7rem;
    background-color: #1089ff;
}


/* ************experts panel styling********************** */

.text-grey{
    color:var(--bs-primary-color);
}
.text-light-grey{
    color:var(--bs-primary-color);
}

/* **********************contact us ************************ */
.custom-shape-divider-top-1716306020 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1716306020 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
}

.custom-shape-divider-top-1716306020 .shape-fill {
    fill: #FFFFFF;
}

.contact-section .common-title{
    padding-top:6rem;
}
.contact-section .form-section{
    width:50%;
}

.footer-t{
    background-color: #090921;
}
.footer-ta{
    color:#4fff00;
}
.footer-icon{
    margin-top: 1rem;
}
@media screen and (max-width:1200px){
    .hero-section .text-center img{
        width:530px;
    }
}
@media screen and (max-width:993px){
    .align-items-end {
        align-items: center !important;
    }
    .hero-section .text-center img{
        width:400px;
    }
}

@media  screen and (max-width:998px) {
    .navbar-toggler {
        border-color: var(--bs-main-color);
    }
    .navbar-toggler-icon{
        color: var(--bs-main-color);
        background-color: var(--bs-main-color);
    }
    h1{
        font-size:2.4rem;
    }
    section .common-heading{
        font-size: 2rem;
    }
    h2{
        font-size:2rem;
    }
   
    section .para-width{
        width:auto;
    }
    .bg-main{
        height:auto;
    }
    .carousel-indicators {
        bottom: -10%;
    }
}
@media screen and (max-width:430px){
    .hero-section .text-center img{
        width:350px;
    }
}
@media screen and (max-width:370px){
    .hero-section .text-center img{
        width:300px;
    }
}