* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Pacifico', cursive;
}

nav {
    height: 85px;
    position: fixed;
    position: relative;
    top: 0;
    width:100%;
    z-index: 11;
    background: #0f172b;
}

nav i {
    color: orange;
}

nav .logo {
    width: 305px;
    font-size: 32px;
    color: orange;
    line-height: 75px;
    margin-left: 65px;
}

nav ul {
    float: right;
    line-height: 90px;
    height: 60px; 
    margin-right: 30px;
}

nav ul li {
    display: inline-block;
    padding: 0px 15px ; 
    font-weight: bold;
    font-size: 18px; 
}

nav ul li a {
    color: #fff; 
    font-family: arial; 
    text-decoration: none;
    transition: all .2s; 
    position: relative;
}

nav ul li a::before
{
    content: "";
    position: absolute;
    width: 100%;
    top:20px;
    height: 4px;
    background: rgb(255, 255, 255);
    transform: scaleX(0);
    transform-origin: left;
    transition: all .3s;
}



nav ul li a:hover
{
    color:orange;
}
nav ul li a:hover::before { 
    transform: scaleX(1);
}



#check {
    display: none;
}

.checkbtn {
    font-size: 30px;
    cursor: pointer;
    color: #fff;
    float: right;
    line-height: 80px;
    margin-right: 30px;
    display: none;
}

.booktbl a  {
    font-family: 'Rajdhani'; 
    text-decoration: none; 
    padding:12px;
    border-radius: 10px;
    color: orange;
    border: 2px solid #fff;
    font-size: 18px;
    font-weight: bold;
    transition: all .3;
}

.booktbl a:hover {
    color: #fff;
    border: 2px solid orange;
}


@media(max-width:1102px)
{
    nav ul
    {
        line-height: 51px;
    }
    
}

@media(max-width:1090px) {
    nav .logo {
        font-size: 30px;
    }

    nav ul li {
        font-size: 14px;
        padding: 20px;
    }

    .booktbl {
        font-size: 14px;
    }
}

@media (max-width:425px) {
    nav .logo {
        margin-left: -5px;
    }
    
}


@media(max-width:999px) {
    .checkbtn {
        display: block;
        color: #fff;
    }
    nav ul
    {
        line-height: 49px;
        height: 100vh;
        background: #0f172b;
    }
    nav ul li a
    {
        font-size: 18px;
        color:#fff
    }

    nav ul {
        position: fixed;
        width: 100%; 
        background: #0f172b;
        text-align: center;
        top: 80px;
        left: -100%;
        transition: all .3s;
        z-index: 1;
    }

    nav ul li {
        display: block; 
        margin: 0px 80px;

    }

    #check:checked~ul {
        left: 0;
    }
}
.carousel
{
    z-index: 0  ;
    margin-top:-30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span
{
    background: #000 !important;
}

.about {
    text-align: center;
    color: orange;
    font-size: 40px; 
}

.about img {

    width: 280px;
    height: 280px;
}

.about img:last-child
{
    margin-top: 50px;

}
 

.about_content p {
    font-family: arial;
}

.experience {
    font-weight: bold;
    font-size: 30px;
    color: orange;
}

.experience h1 span {
    color: #000;
    font-size: 22px;
    /* font-family: Arial, Helvetica, sans-serif; */
    border-bottom: 1px solid #000;
}

.Servics {
    text-align: center;
    color: orange;
}

h2 {
    position: relative;
    display: inline-block;
}

h2::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    left: -55px;
    margin-top: -1px;
    background: #000;
}


h2::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    right: -55px;
    margin-top: -1px;
    background: #000;
}

.servics_box {
    border: 1px solid #000;
    padding: 18px;
    border-radius: 5px;
    margin-top: 20px;
    cursor: pointer;
    transition: all .3s;
}

.servics_box i {
    font-weight: bold;
    font-size: 50px;
    padding: 10px;
}

.servics_box h3 {
    font-family: cursive;
    color: #000;
    font-weight: bold;
}

.servics_box p {
    font-family: arial;
    color: #000;
    ;
    opacity: 0.9;
    text-align: center;
    margin-top: 15px;
}

.servics_box:hover {
    background: orange;
    color: #fff;
    border: none;
    transform: scale(1.05);
}

.servics_box:hover p {
    color: #fff;
}

.servics_box:hover h3 {
    color: #fff;
}

.menu
{
    text-align: center;
}
.menu h2{
    color:orange;
}
 
.menu h1
{
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Nunito",sans-serif;
    font-weight: 800;
    line-height: 1.2;
    color: #0F172B;
}

.menu_list h3
{
    font-family: "Nunito",sans-serif;
    font-size: 19px;
    font-weight: bold;
}
.menu_list small
{
    font-family:arial;
    
}

.menu_items_list li a{
    font-family: "Nunito",sans-serif;
    color:orange;
    font-weight:bold;
    font-size: 19px;  
    text-decoration: none;
    transition: linear .3s; 
    overflow: hidden;
    position: relative;
} 
.menu_items_list li a::after
{
    content: ''; 
    position: absolute;
    width:100%;
    bottom:-1px;
    top: 28px;
    height: 4px; 
    background: rgb(0, 0, 0);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.menu_items_list li a:hover::after
{
    transform: scaleX(1);
}
.nav-item p i{
    color:#000;
    
}
.nav-item p:hover i{
    color:orange;
}
.menu_text_area h3 span:last-child
{
    color: orange;  
}


@media (max-width:1205px)
{
    .menu_list h3 { 
        font-size: 16px; 
    }
    .menu_list small
    {
        font-size: 13px;
    }
}

.footer
{
    width: 100%;
    height: 100%;
    background: #0F172B;
    padding: 20px; 
}
.footer h3
{color: orange; 
    position: relative;
    display: inline-block; 
}
.footer h3::after
{ 
    
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    right:-55px;
    margin-top: -1px;
    background: orange;
}
.footer_col ul li
{
    list-style-type: none;
    text-align: left;
}
.footer_col ul li a{
    text-decoration: none;
    font-family: "Nunito",sans-serif;
    color:#fff;
    font-size: 17px;
    transition: .3s;
} 

.footer_col ul li a:hover
    { letter-spacing: 1px;
        box-shadow: none;
    }

    .footer_col
    {
        padding:30px;
    }
    .footer_col p
    {
        color:#fff; 
        font-size: 17px;
        font-family: "Nunito",sans-serif;
    }
    .footer_tag
    {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        color:#fff;
        text-align: center;
    }

    .footer_hr
    {
        padding:1px;
        background: orange;
        margin: 0rem ;
    }

    @media (max-width:1405px)
    {
        .footer_col ul li a{ 
            font-size: 15px; 
        } 

    }
    .years_tag
    {
        color: #000;
    font-size: 24px;
    font-weight: 100;
    /* font-family: Arial, Helvetica, sans-serif; */
    border-bottom: 1px solid #000;
    }


    .text_content
    {
        width:101%; 
        height:100%;  
        background: rgb(255, 166, 0);
        border: 1px solid #dee2e6 !important;
        border-radius: 5px;
    }

    .testimonial_content
    {
        font-family: "Nunito",sans-serif;
        padding: 11px 33px;
    }
    .testimonial_content i{
        font-size: 43px; 
        text-align: center;
        color: rgb(255, 255, 255);
    }
    .testimonial_content p
    {
        font-size:18px ;  
        text-align: center;margin-top: 40px ;
        opacity: 0.8;
        color: #fff;
    }
    .testimonial_content .testi_face
    {
        width:60px !important; 
        border-radius: 50%;
        height:60px;
    }
    .test_combo
    {
        display: flex;
    }
    .firstName
    {
        margin-left: 20px;

    }
    
    .firstName h5
    { 
        font-family: "Nunito",sans-serif;
        font-weight: bold; 
    }  
    .firstName small
    {
        opacity: 0.84;
    }



    .form_content
    {
        background: #0f172b; 
        padding: 32px;
        height:100%;
    }
    
    .form_area
    {
        text-align: center;
        width: 100%;
        height: 100%;
    }
    .form_area img
    { 
        width: 100%;
        height: 100%;
    }
    .form_area h2{
        color: orange;
    }
    .form_area h1
    { 
        font-family: "Nunito",sans-serif;
        font-weight: bolder;
        color:#fff; 
    }
    
    .form_area form{ 
        width: 100%;  
    }
    .form_area input
    {
        display: flex;
        border-radius: 10px;
        border:none; 
        font-family: "Nunito",sans-serif;
        display: inline-block;
        padding:15px;
        margin: 10px;
    }
    .sum
    {
        background: orange;
        margin-top: 10px;
        padding: 7px 15px;
        font-size: 20px;
        color:#fff;
    }
    .sum:hover{
        background: orange;
        color: #ffffff;
    }
    #message
    {
        height:100px ; 
        font-family: "Nunito",sans-serif;
        width:79% ; 
        margin-top: 10px;
        padding:15px;
        border-radius: 10px ;
    }

    .hero_header
    {
        background: linear-gradient(rgba(15, 23, 43, 0.9), rgba(15, 23, 43, .9)), url(https://images.unsplash.com/photo-1682686580036-b5e25932ce9a?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDF8MHxlZGl0b3JpYWwtZmVlZHwxfHx8ZW58MHx8fHx8);
        background-position: center center;
        height: 350px; 
        background-size: cover;
        background-repeat: no-repeat;
    }
    .hero_header h1{
        color:#fff;
        font-family: "Nunito",sans-serif;
        font-size: 4rem;
        font-weight: bold;
    }