/* Colors
black - #010101
paprika - #960037
white - #fdfdfd
silver chalice - #a2a2a2
*/


* {
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.lg{
    height: 80px;
    width: 70px;
    
}

body {
    /* background: black; */
    background: white;

}

.btn-color{
    background: #960037;
    
}

.section-padding {
    padding: 100px 0;
}




.navbar-nav a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
}

.navbar-light .navbar-brand {
    color: black;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: #000;
    /* color: #960037; */
    ;
}

.navbar-light .navbar-nav .navbar-link {
    /* color: #960037; */
    color: #000;
}

.w-100 {
    height: 100vh;
}

.services .card-body i{
    font-size:50px;
}

  .visionn {
  
    text-align: center;
    position: relative;
  
   
}
.bck{
    background: #cacaca;
    height: auto;
    width: 100%;
    padding-top: 20px;
    padding: auto;
}



.menuu {
    position: absolute;
    left: 50%;
    /* top: 50%; */
    transform: translate(-50%, -50%);
    text-align: center;
}

.menuu-link {
    font-size: 30px;
    position: relative;
    z-index: 1;
}

.menuu-link h2 {
    font-size: 24px;
    color: #333;
    font-weight: 600;
}

.menuu-link h1 {
    font-size: 48px;
    color: #222;
    font-weight: bold;
    margin: 10px 0;
}

.menuu p {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
    max-width:  800px;
    margin: 20px auto;
   
}

/* Hand-draw circle SVG styling */
.menuu-link .hand-draw-circle {
    fill: none;
    stroke: #960037;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke-dasharray: 338;
    stroke-dashoffset: 338;
    stroke-linecap: round;
    position: absolute;
    top: 70%;
    left: 50%;
    width: calc(20% + 40px);
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: stroke-dashoffset 0s 0.2s, opacity 0.2s;
    z-index: -1;
}

.menuu-link:hover .hand-draw-circle {
    stroke-dashoffset: 0;
    opacity: 1;
    transition: opacity 0s, stroke-dashoffset 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .menuu-link h2 {
        font-size: 22px;
    }
    .menuu-link h1 {
        font-size: 40px;
    }
    .menuu p {
        font-size: 16px;
    }
    .menuu-link .hand-draw-circle {
        width: calc(35% + 100px);
    }
}

@media (max-width: 768px) {
    .menuu {
        top: 60%;
        transform: translate(-50%, -60%);
    }
    .menuu-link h2 {
        font-size: 20px;
    }
    .menuu-link h1 {
        font-size: 34px;
    }
    .menuu p {
        font-size: 15px;
        max-width: 90%;
    }
    .menuu-link .hand-draw-circle {
        width: calc(30% + 40px);
    }
}

@media (max-width: 480px) {
    .menuu {
        top: 65%;
        transform: translate(-50%, -65%);
    }
    .menuu-link h2 {
        font-size: 18px;
    }
    .menuu-link h1 {
        font-size: 28px;
    }
    .menuu p {
        font-size: 14px;
    }
    .menuu-link .hand-draw-circle {
        width: calc(25% + 30px);
    }
}

.work .card{
    box-shadow: 15px 15px 40px rgb(0,0,0,0.15);
}

.rec{
    width: 120px;
    height: 120px;
    background: white;
    border: solid #960037 5px;
    
}
.size{
    font-size: 10px;
}
.txt{
    display: flex;
    align-items: center;
    justify-content: center;
}

.parallax{
    background: url("https://images.pexels.com/photos/1437493/pexels-photo-1437493.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2") fixed 100% ;
    /* opacity: 0.8; */
}
.foot{
    position: fixed;
}
/* .parallax-inner{
    height: 40vh; 
     width: 100%;
    /* background: white; */
    /* opacity: 0.5; */
/* }  */


/* Responsive CSS */

@media only screen and (min-width: 768px) and (max-width: 991px){
    .carousel-caption {
        bottom: 370px;
    }
    .carousel-caption p{
        width: 100%;
    }
}


@media only screen and (max-width: 767px) {
    @media only screen and (max-width: 767px) {
        .navbar-nav {
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
    
        .navbar-nav .nav-item {
            margin: 10px 0;
        }
    
        .navbar-nav .nav-link {
            display: block;
            padding: 10px 15px;
        }
    }

    .carousel-caption {
        bottom: 125px;
    }

    .carousel-caption h5{
        font-size: 17px;
    }

    .carousel-caption a{
        padding: 10px 15px;
    }
    .carousel-caption p{
        width: 100%;
        line-height: 1.6;
        font-size: 12px;
    }

}