          /* @import url("../fonts/Cormorant/stylesheet.css"); */
   body{
    background-color: black;
   }
        * {
            padding: 0px;
            margin: 0px;
            box-sizing: border-box;
        }

        body {
            background-color: #000;
        }

        .hero-section {
            padding: 100px 0px;
        }

        .main-content h1 {
            font-size: 100px;
            text-align: center;
            color: #fff;
            font-family: "GFS Didot", serif;
            font-weight: 400;
            font-style: normal;
            text-transform: uppercase;
        }

        .main-content h2 {
            font-size: 30px;
            line-height: 50px;
            color: #fff;
            font-family: "GFS Didot", serif;
            font-weight: 400;
            font-style: normal;
            text-align: center;
        }

        .services h3 {
            font-size: 30px;
            line-height: 35px;
            color: #fff;
            font-family: "GFS Didot", serif;
            font-weight: 400;
            font-style: normal;

        }

        .contact-us-info h3 {
            font-size: 25px;
            color: #fff;
            font-family: 'Cormorant Garamond';
            font-weight: 400;
            font-style: normal;
        }

        .main-content p {
            text-align: center;
            color: #fff;
            font-family: "Open Sans", sans-serif;

            font-size: 20px;
        }

        .about-us {
            display: flex;
            max-width: 1250px;
            width: 100%;
            margin: 0 auto;
            justify-content: center;
            padding-top: 30px;
            justify-content: space-between;
            gap: 30px;
        }

        .our-philos h2,
        .our-philos h3,
        .main-services h2,
        .contact-us-info h2,
        .about-us-content h2 {
            font-size: 40px;
            line-height: 50px;
            color: #fff;
            font-family: "GFS Didot", serif;
            font-weight: 400;
            font-style: normal;
            text-align: center;
            text-transform: capitalize;
            text-align: left;
        }

        .main-services h2,
        .contact-us-info h2 {
            padding-top: 30px;
        }

        .our-philos h3 {
            font-size: 28px;
        }

        .our-philos p,
        .services p,
        .contact-us-info p,
        .about-us-content p {
            font-size: 18px;
            color: #fff;
            font-family: "Open Sans", sans-serif;
            line-height: 35px;
        }

        .about-us-content {
            max-width: 460px;
            width: 100%;
        }

        .about-us-img {
            max-width: 450px;
            height: 450px;
            width: 100%;

        }

        .about-us-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;

        }

        img {
            max-width: 100%;
            height: auto;
        }

        .our-philos {
            max-width: 1250px;
            width: 100%;
            margin: 0 auto;
            margin-top: -100px;
        }

        .our-philos p {
            max-width: 800px;
        }

        .contact-us,
        .main-services {
            padding-top: 30px;
            max-width: 1250px;
            width: 100%;
            margin: 0 auto;
        }

        .services {
            display: flex;
            gap: 15px;
            max-width: 511px;
            width: 100%;
            /* align-items: center; */
        }

        .list-of-service {
            padding-top: 20px;
            display: flex;
            flex-wrap: wrap;
            row-gap: 15px;
        }

        .services .icons {
            max-width: 80px;
        }

        .contact-us {
            display: flex;
            align-items: center;
        }

        .all-info {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
        }

        .contact-us-info {
            width: 100%;
        }

        .c-btn {
            color: #fff;
            border: 1px solid #fff;
            text-decoration: none;
            padding: 15px 35px;
            font-family: "Open Sans", sans-serif;
            font-size: 16px;
            transition: 0.3s ease-in;

        }

        .c-btn:hover {
            background-color: #fff;
            color: #000;
        }

        .all-info p {
            margin-bottom: 0px;
        }

        .copy-right p a,
        .copy-right p {
            text-decoration: none;
            margin: 0px;
            text-align: center;
            color: #fff;
            padding-bottom: 30px;
            font-size: 16px;
            color: #fff;
            font-family: "Open Sans", sans-serif;
            line-height: 35px;

        }

        .copy-right p a {
            padding-bottom: 0px !important;
        }

        .services .icons {
    max-width: 20px;
    height: 20px;
    width: 100%;
    margin-top: 12px;
    border-radius: 50%;
    border: 2px solid #fff;
}
        @media (min-width: 1600px) {
            .container {
                max-width: 1600px;
            }

        }

        @media (max-width: 1600px) {
            .main-content h1 {
                font-size: 80px;
                line-height: 90px;
            }

            .main-content h2 {
                font-size: 25px;
                line-height: 35px;
            }

            .main-content p {
                font-size: 18px;
                line-height: 28px;
            }

            .about-us {
                padding-top: 20px;
            }

            .our-philos p,
            .services p,
            .contact-us-info p,
            .about-us-content p {
                font-size: 16px;
                line-height: 30px;
            }

            .our-philos h2,
            .our-philos h3,
            .main-services h2,
            .contact-us-info h2,
            .about-us-content h2 {
                font-size: 35px;
                line-height: 45px;
            }

            .our-philos h3 {
                font-size: 25px;
            }

            .services h3 {
                font-size: 25px;
            }

            .main-services h2,
            .contact-us-info h2 {
                padding-top: 20px;
            }

            .about-us-img {
                max-width: 400px;
            }

            

            .our-philos {
                max-width: 1100px;
            }

            .about-us,
            .contact-us,
            .main-services,
            .main-content {
                max-width: 1100px;
                margin: 0 auto;
            }

            .contact-us,
            .main-services {
                padding-top: 20px;
            }

            .copy-right p a,
            .copy-right p {
                font-size: 15px;
                padding-bottom: 20px;
                line-height: 26px;
            }

            .hero-section {
                padding: 80px 0px;
            }

            .contact-us-info h3 {
                font-size: 20px;
            }

            .our-philos p {
                max-width: 600px;
            }

            .about-us-img {
                max-width: 400px;
                height: 400px;
            }

        }

        @media (max-width: 1400px) {
            .main-content h1 {
                font-size: 60px;
                line-height: 70px;
            }

            .main-content h2 {
                font-size: 20px;
            }

            .main-content p {
                font-size: 16px;
            }

            .our-philos h2,
            .our-philos h3,
            .main-services h2,
            .contact-us-info h2,
            .about-us-content h2 {
                font-size: 30px;
                line-height: 35px;
            }

            .our-philos h3 {
                font-size: 23px;
                line-height: 28px;
            }

            .our-philos p,
            .services p,
            .contact-us-info p,
            .about-us-content p {
                font-size: 15px;
                line-height: 28px;
            }

            .c-btn {
                padding: 10px 30px;
                font-size: 15px;
            }

            .hero-section {
                padding: 60px 0px;
            }

            .services h3 {
                font-size: 23px;
                line-height: normal;
            }
            .services .icons{
                margin-top: 10px;
            }

        }

        @media (max-width: 1250px) {
            .services {
                max-width: 450px;
            }

            .main-content h1 {
                font-size: 50px;
                line-height: 60px;
            }
        }

        @media (max-width: 995px) {
            .about-us-img {
                max-width: 300px;
            }

            .services {
                max-width: 348px;
            }

            .all-info {
               
                gap: 20px;
            }

            .all-info div {
                width: 100%;
            }

            .all-info .c-btn {
margin-right: 0px;
margin-left: 0px;
margin-right: auto;
            }

            .about-us {
                flex-direction: column;
                gap: 5px;
            }

            .about-us-content {
                max-width: 100%;
            }

            .about-us-img {
                max-width: 100%;
                margin-top: 0px;
                padding: 10px 0px;
                height: auto;
            }

            .our-philos {
                margin-top: 20px;
            }

            .list-of-service {
                
                gap: 15px;
            }

            .services {
                max-width: 100%;
            }

            .main-services h2,
            .contact-us-info h2 {
                padding-top: 0px;
            }

            .hero-section {
                padding: 50px 0px;
            }

            .main-content h1 {
                font-size: 40px;
                line-height: 50px;
            }

            .main-content h2 {
                font-size: 18px;
                line-height: 28px;
            }

            .main-content p {
                font-size: 15px;
            }

            .services h3 {
                margin-bottom: 5px;
            }

            .main-content h1 {
                font-size: 35px;
                line-height: 45px;
            }


            .services .icons {
                max-width: 15px;
                height: 15px;
                margin-top: 6px;
            }
     
    .c-btn{
        padding: 10px 15px;
        margin-left: auto;
        margin-right: 0px;
    }
    .all-info{
        flex-direction: column;
    }
    .all-info div{
        width: 100%;
    }
        }

        @media (max-width: 768px) {
            .hero-section {
                padding-bottom: 30px;
            }

            .contact-us,
            .main-services,
            .about-us {
                padding-top: 10px;
            }

            .services .icons {
                font-size: 50px;
            }
            
           
            .list-of-service{
                gap: 5px;
            }
          
            
    
        }



        /* _______________ 24-OCT-2025 _______________ */
        .main-content h1,
        .our-philos h2, 
        .our-philos h3, 
        .main-services h2, 
        .contact-us-info h2, 
        .about-us-content h2,
        .services h3 {
            font-family: 'Cormorant Garamond';
        }
        .our-philos {
            margin-top: 70px;
        }
        .flex-items{
            max-width: 1250px;
            display: flex;
            gap: 30px;
            justify-content: space-between;
            align-items: center;
            margin: 0 auto;
        }
        .about-us-img {
            border-radius: 5px;
            overflow: hidden;
            max-width: 430px;
            height: auto;
            width: 100%;
        }


        /* ______________ Mobile View Css ______________ */
        /* body.mobile-view .container{
            max-width: 90%;
        }
        body.mobile-view .main-content h1, 
        body.mobile-view .our-philos h2, 
        body.mobile-view .our-philos h3, 
        body.mobile-view .main-services h2, 
        body.mobile-view .contact-us-info h2, 
        body.mobile-view .about-us-content h2, 
        body.mobile-view .services h3{
           font-size: 40px;
            line-height: 40px;
            margin-bottom: 15px;
        }
        body.mobile-view .main-content h2{
            font-size: 20px;
            line-height: 30px;
        }
        body.mobile-view .main-content p,
        body.mobile-view .our-philos p,
        body.mobile-view .services p,
        body.mobile-view .contact-us-info p,
        body.mobile-view .about-us-content p{
            font-size: 22px;
            line-height: 32px;
        }
        body.mobile-view .flex-items {
            align-items: flex-start;
        }
        body.mobile-view .about-us-img {
            margin-top: 20px;
        } */







.main-content {
    margin-bottom: 50px;
}
        .mobile-viewport{
            display: none;   
        }
        /* Responsive CSS Start Here */
       @media(max-width: 991px) {
        .our-philos {
            margin-top: 0;
        }
        .flex-items .items-inner,
        .flex-items .itmes-image{
            width: 50%;
        }
        .flex-items {
            align-items: flex-start;
            gap: 10px;
        }
        .flex-items{
            margin-top: 30px;
        }
        .our-philos p, .services p, .contact-us-info p, .about-us-content p {
            font-size: 12px;
            line-height: 20px;
        }
        .our-philos h2, .main-services h2, .contact-us-info h2, .about-us-content h2 {
            font-size: 24px;
            line-height: 27px;
            margin-bottom: 0;
        }
        .our-philos h3 {
            font-size: 18px;
            line-height: 24px;
        }
        .main-content p {
            font-size: 10px;
        }
        .main-content h2 {
            font-size: 13px;
            line-height: 25px;
        }

        .contact-us-info h3 {
            font-size: 18px;
            line-height: 25px;
            font-family: 'Cormorant Garamond';
        }
       }

       @media(max-width: 767px){
                .our-philos{
            display: none;
        }
        .mobile-viewport{
            display: block;
        }
        .mobile-viewport .our-philos {
            display: block;
        }
        .main-content h1{
            font-weight: 600;
        }
        .our-philos h2, .main-services h2, .contact-us-info h2, .about-us-content h2 {
            margin-bottom: 10px;
            font-weight: 600;
        }
        .contact-us{
            padding-top: 30px;
        }
       }

       @media(max-width: 575px){
        .about-us-img {
            height: 280px;
        }
        .about-us-img img {
            object-fit: cover;
            height: auto;
        }
        .list-of-service .content h3{
            font-weight: 600;
            font-size: 21px;
        }
        .services .icons {
            display: flex;
            align-items: flex-start;
        }
        .main-content {
            margin-bottom: 10px;
        }
      
      
       }

       @media(max-width: 420px){
        .main-content {
                margin-bottom: 20px;
            }
        .main-content h1 {
            font-size: 27px;
            line-height: 35px;
        }
        .main-content h2 {
            font-size: 11px;
            line-height: 5px;
            margin-bottom: 5px;
        }
            .main-content p {
                font-size: 9px;
            }
            
       }


       body{
        opacity: 0;
         animation: example 1s ease-in-out 1s forwards;
       }



@keyframes example {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


