
@import url('https://fonts.googleapis.com/css2?family=Antic+Slab&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arvo:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sanchez&display=swap');



:root {
    --primary-color: rgb(21,71,132) ;
    --secondary-color: rgb(33,143,160);
    --primary-dark-color: rgb(23,80,89);


    --black: #130f40;
    --p_color : #7b7b7b;
    --bg_color : #f3f3f3;
    --white_color : #fff;
    --color_heading : #121416;
    --border_color : #e5e5e5d5;
    --Sale_color : #E51A1A;

    
    --light-bg-color:#f2f3f5;
    --light-text-color:#7c899a;
    --border-color: #e5e8ec;
    --dark-color:#0a021c;

    --font-small: 13px;
    --font-smaller: 11px;

    --percent100: 100%;
    --percent50: 50%;

    --fw3: 300;
    --fw5: 500;
    --fw6: 600;
    --fw7: 700;
    --fw8: 800;



}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-family: "Inter" , sans-serif;
    color: var(--color_heading);
}
*,::before,::after {
    box-sizing: border-box;
}




body {
background-color: white;
font-family: 'Antic Slab', serif;
}

.container {
    padding: 10px 0;
    max-width: 100% !important;
}
a{  color: rgb(231, 231, 231) ;
    font-family: 'Sanchez', serif;
}   
a:hover{
    color: cornsilk !important;
}
i{
    list-style: none;
    font-size: 30px;
    text-align: center;
    color: rgb(10, 80, 150);
}
h1{
    font-size: 2rem;
    color: var(--primary-color);
}
h2{
    font-size: 25px;
    font-weight: 700;
    font-family: 'Arvo', serif;
    color: var(--primary-color);

}
h3{
    font-size: 25px;
    font-weight: bolder;
    font-family: 'Arvo', serif;
}
.lab{
    font-size: 25px;
    font-weight: bolder;
    font-family: 'Arvo', serif;
    color: lime;
}
p{
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.25rem;
    font-weight: 900;
    margin-bottom: 3rem;
    color: var(--primary-color);

}
.text-center {
    line-height: 1.5;
    text-align: center !important;
}

.flexcol{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.box{
    width: 550px;
    height: 300px;
}
.box .bob{
    width: 100px;
    height: 100px;
    background-color: chartreuse;
    left: 50%;
    top: 50%;
}

footer{
    margin-top: 50px;
    padding: 10Px;
    padding-bottom: 1px;
    margin-bottom: -25px;
}
.fixedimg{
    background-attachment: fixed;
    background-size: cover;
    height: 400px;
}
.fixedimg1{
    background-image: url(pixx/1.png);
}
.fixedimg2{
    background-image: url(pixx/2.png);
}
.fixedimg3{
    background-image: url(pixx/3.png);
}
.myicon {
    height: 25px;
    width: 30px;
    border: 2px sold #fff;
    border-radius: 15px;
}






/* nav bar start  */


header .navbar {
    min-height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px;

    
}
header .navbar img {
    height: 75px;
    width: 125px;
    object-fit: cover;

}
header .navbar-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    padding: 0;
    margin: 0;
}

header .navbar ul li {
    list-style: none;
}
 header .hamburger {
    display: none;
    cursor: pointer;
 }
 .bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color:green;
 }

















.navbar{
    background-color:white; 
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.navbar-brand{
    font-size: 25px;
    font-family: 'Rajdhani', serif;
    font-weight: 700;
}
.navbar-nav{
    width: 100%;
    display: flex !important;
    justify-content: center ;
    align-items: center !important;
}
.navbar-nav li{
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 0 10px !important;

}
.navbar-nav li{
    list-style: none;
    display: flex;
    font-size: 20px;
    font-family: 'Rajdhani', serif;
    font-weight: 700;
    gap: 20px;
}
.navbar-nav li {
    margin: 10px 30px;
}
.navbar-nav li a{
    color: #666  !important;
    font-weight: 700 !important;
}

.navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-direction: row-reverse !important;
}
   
.pic{
    width: 550;
    height: fit-content;
}
.carouselImage{
    height: 500px;

}
.container-fluid{
    margin-top: 100px;
    padding: 10px 5%;

}
.carousel-inner {
border-radius: 15px;
}
.carousel-inner img{
    width: 30%;
    height: 30%;
}
.carousel-inner h3{
    text-shadow: 1px 1px var(--primary-dark-color);
}
.carousel-inner p{
    text-shadow: 1px 1px var(--primary-dark-color);
}
.carousel-inner  .carousel-caption{
    background: rgba(200,200,200,0.3);
    border-radius: 7px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 60px;
    height: 60px;
}
.navbar {
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    transition: 0.5s ease;
}

.navbar-brand img {
    height:80px;
    width:165px; 
    margin-right: 5px
}
.navbar-brand:hover{
    text-shadow: 10px 10px 20px #fff;
}

.navbar-brand {
    transition: 0.5s;
    border-right: 2px solid #bbb;
    padding-right: 20px;
}

.navbar li {
    transition: 0.5s ease; 
    /* border-right: 2px solid #bbb; */
}

.nav-link {
    color: var(--primary-color);
    font-size: 18px !important;
    font-weight: 500 !important;
    padding-right: 30px !important;
}
.nav-link:hover{
    color:var(--secondary-color) !important;
    

}
.nav-item a.nav-link{
    text-align: center;
    padding: 0.5rem 1rem !important;

    border-radius: 10px !important;
    font-size: 15px !important;

}
.nav-item.active{
    border: 2.5px solid var(--secondary-color);
    font-size: 25px !important;
    border-radius: 10px !important;

}

.nav-item{
    font-size: 25px !important;
    border-radius: 10px !important;
    color: #000 !important;
    font-weight: 700 !important;

}
.nav-item:hover{
    
    font-size: 30px !important;
    border-radius: 10px !important;
    border: 1px solid var(--secondary-color);
    
}





.carousel-item img{
    display: block !important;
    width: 100% !important;
}
.carousel-item h3{
    color: var(--primary-color);
    font-size: 25px;
    font-weight: 900;
    letter-spacing: 3px;

}
.carousel-item p{
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 8px;
    color: var(--secondary-color);
}
.carousel-inner .carousel-caption {
    background: rgba(200, 200, 200, 0.4);
    border-radius: 15px;
    height: fit-content;
}


/* jumbotron start */

.jumbotron {
    border-radius: 0; 
    background-color:rgba(250, 248, 248, 0.8);
    margin: 30px 0;
    text-align: center;
    padding-bottom: 1px;

}
.jumbotron .view.overlay a iframe {
    max-width: 70% !important;
    width: 100% !important;
    height: 500px !important;
    margin-bottom: 3rem
}

.jumbotron h1 {
    margin-bottom: 3rem;
    font-weight: 800;
}

.jumbotron h2 {
    margin-bottom: 4rem;
    font-size: 35px;
    font-weight: 800;

}
.jumbotron .flexcol {
    margin-top: 6rem;
}
.jumbotron .flexcol p {
    width: 40%;
    text-align: left;
    padding-left: 10%;

}
.jumbotron .flexcol p a {
    color: var(--primary-color);
    font-size: 16px;
}

.jumbotron .flexcol p a img {
    width: 3rem;
    height: 3rem;
}


/* jumbotron end  */


/* vission and mission start  */

.container h2 {
    margin: 3% 0;
    text-align: center;
    font-size: 27px;
    font-weight: 900;
    letter-spacing: 15px;
}
 .container .mission {
    margin: 0 1rem !important;
    background-color: #fff !important;
    flex-basis: 0;
    flex-grow: 1;
    box-shadow: -20px -20px 20px 11px rgba(0, 0, 0, 0.2);
    text-align: center;
    border-radius: 10px;
        
    }

     .container .vision {
    margin: 0 1rem !important;
    background-color: #fff !important;
    flex-basis: 0;
    flex-grow: 1;
    box-shadow: -20px -20px 20px 11px rgba(0, 0, 0, 0.2);
    text-align: center;
    border-radius: 10px;
        
    }
    .container .mission img,
    .container .vision img {
        width: 25rem;
        height: 120px;
    }
    .container p {
        margin: 2rem;
        font-size: 1.5rem;
        font-weight: 600;
        line-height: 1.5;
        letter-spacing: 2px;
    }

/* vission and mission end  */



/* products start  */

.products h2 {
    margin: 3% 0;
    text-align: center;
    font-size: 27px;
    font-weight: 900;
    letter-spacing: 8px;

}
.products p {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 2px;
    text-align: center;
}

.products .row{
    text-align: center;
    align-items: flex-start;
    justify-content: space-evenly;
}
.products .row .card {
    height: 23rem !important;
    width: 31% !important;
    border-radius: 10px;
    margin: 1rem !important;
    background-color: #fff !important;
    text-align: center;
}
.products .row .card h2 {
    height: 22% !important;
    font-size: 18px;
    font-weight: 700;
    padding: 0 8px;
    margin-top: 2rem !important;
    letter-spacing: 5px;
}
.products .row .card i {
    margin: 2rem auto !important;
    font-size: 50px;
    font-weight: 900;
}
.products .row .card p {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 2px;
    margin: 1rem !important;
}
.products .row .card img {
    width: 80px; 
    height: 25%;
    margin: 15px auto !important;
}

/* products end  */


/* services page  */

.heading {
    margin-top: 1rem;
}
.heading h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 2rem;

}
.heading p {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 2px;
    margin: 1rem; 
}
.row {
    justify-content: space-between;
    margin: 5rem 0;
}
.row .image {
    width: 35%;
    margin: auto;
}
.row .image img {
    width: 75%;
    height: 75%;
    border-radius: 10px;

}
 .row .content {
    width: 60%;
    padding: 2rem;
}
.row .content h2 {
    text-align: center;
    margin-bottom: 2rem;
}




















/* footer start  */
footer{
    color: #f8f9fa !important;
    background-color: #343a40 !important

}
footer .container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    
}
footer .container .content{
    width: 25%;
    padding: 0.5rem;
}
footer .container .content h5 {
    font-size: 23px;
    font-weight: 900;
    letter-spacing: 2px;
    padding-bottom: 2px;
    color: white;
}
footer .container .content p {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    margin: 0rem; 
    padding-left: 2px;
    color: white;
}
footer .container .content span {
    display: block;
    width: 100%;
    margin: 1rem 0;
}
footer .container .content span a,
footer .container .content p a {
    font-family: 'Rajdhani', sans-serif;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-top: 24px;
}

footer .container .content span img,
footer .container .content p img {
    width: 2.5rem;
    height: 2.5rem;
}


footer .container .content .card {
    width: 100%;
    text-align: center;
    border-radius: 20px
}
footer .container .content .card p strong.text-dark {
    font-size: 13px;
}
footer .container .content .card img {
    height: 124px;
    object-fit: contain;
}







/* footer end  */



















.underline{
text-decoration: underline rgb(29, 170, 225);
}
.hedmarg{
    text-align: center;
    margin-top: 7%;
    margin-bottom: 3%;
}


.shaddow{
        box-shadow: -20px -20px 20px 11px rgba(0, 0, 0, 0.2);

}  

.shaddow:hover{
    /* box-shadow: 0px 0px 45px 5px lightsteelblue !important; */
    box-shadow: -10px -10px 10px 8px rgba(0, 0, 0, 0.2);

}









@media(max-width: 768px){
    header .hamburger {
        display: block;
        position: relative;
        right: 10%;
    }

    header .navbar img {
        padding: 0.5rem;
    }
    .hamburger.active .bar:nth-child(2){
        opacity: 0;
    }
    .hamburger.active .bar:nth-child(1){
    transform: translateY(8px) rotate(45deg);
    }
    .hamburger.active .bar:nth-child(3){
    transform: translateY(-8px) rotate(-45deg);
    }
    .navbar-menu{
    position: fixed;
    left: -100%;
    top: 90px;
    gap: 0;
    padding: 2.5rem 0.5rem 10rem 0.5rem !important;
    height: 100vh;
    flex-direction: column;
    align-items: center;
    background: #e3e4e5e9;
    width: 100%;
    text-align: center;
    transition: 0.3s;
    }
    .nav-item {
    margin: 16px 0s;
    }
    .navbar-menu.active{
    left: 0;
    border-radius: 8px;

    }
    .carousel-item img {
    height: 50vh;
    }

    .carousel-item p{
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    color: rgb(10, 80, 150);
    letter-spacing: 1px;
    }
    .carousel-item h3{
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 700;
    }
    .row {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 1rem 1px;
    gap: 4rem;
    }
    .row .image {
    width: 100%;
    text-align: center;
    }
    .row .content {

        width: 96%;
        text-align: center;
    }
    .container .mission {
        margin: 2.5rem 1rem !important;
        width: 98%;
    }

    .container .vision {
        width: 98%;
    }
    h1 {
        font-size: 1.6rem;
    }
    p {
        font-size: 1rem;
    }
    .container h2 {
        font-size: 1.5rem;
    }
    .container .mission img, 
    .container .vision img {
        width: 100%;

    }
    .container p {
    font-size: 15px;
    letter-spacing: 1px;
    }
    .heading {
    margin: 2rem;
    }

    .products h2 {
    margin: 8% 0;
    font-size: 1.5rem;
    letter-spacing: 2px;
    }
    .products p {
    font-size: 1.2rem;
    letter-spacing: 2px;
    }
    .products .row .card {
    width: 91% !important;
    }
    .products .row .card h2 {
    height: 15% !important;
    font-size: 1.25rem;
    letter-spacing: 2px;
    margin: 1rem;
    }
    .products .row .card p {
    font-size: 1rem;
    letter-spacing: 1px;
    margin: 1rem;
    }
    footer .container {
        flex-direction: column;
    }
    footer .container .content {
        width: 100%;
        margin: 0.5rem;
        padding: 0.5rem;
    }
    footer .container .content h5 {
    font-size: 1.25rem;
    padding-bottom: 1px;
    }
    footer .container .content p {
    font-size: 1.3rem;
    }
    footer .container .content span {
    margin: 0.5rem;
    }
    footer .container .content span img, 
    footer .container .content p img{
        width: 2rem;
        height: 2rem;
    }
    footer .container .content span a, 
    footer .container .content p a{
        font-size: 1rem;
    }
    footer .container .content .card {
    width: 70%;
    }
    .jumbotron .flexcol p {
    width: 100%;
    }
    .jumbotron h2 {
    margin-bottom: 2rem;
    font-size: 20px;
    font-weight: 600;
    }
    .jumbotron .flexcol p a img {
    width: 2.5rem;
    height: 2.5rem;
    }
    .heading h2 {
    font-size: 25px;
    margin-bottom: 1.5rem;
    }
    .heading p {
    font-size: 20px;
    letter-spacing: 1px;
    }


























}

    











