:root {
    --bg1: #0000;
    --bg2: black;
    --body: #9590cc;
    --brand: #FFA876;
    --white: #FFFFFF; 
    --icons: #008080;
};

.webTitle{
    font-family:"Inter", "Segoe UI", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: var(--body);
}

body {
    font-family: "Inter", "Segoe UI", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: var(--body);
    line-height: 1.8;
    background-color: var(--brand);
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Dela Gothic One", 'Segoe UI', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
}

.custom-h2 {
    font-family: "Dela Gothic One", 'Segoe UI', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    font-size: 2rem; /* Corrected font size */
}

img {
    width: 10%;
    margin-right: 10px;
}

section {
    padding-top: 160px;
    padding-bottom: 160px;
}



/* Intro//////////////////////////////////////////////////////////*/

.intro{
    margin-bottom : 60px;
    
}

.intro h1{
    margin-top: 16px;
    margin-bottom: 16px;
}

.intro h6{
    color : var(--brand);
}

.intro p{
    max-width: 500px;
    margin:auto;
}



/* Navigation bar ///////////////////////////////////////////////////////////*/
.navbar {
    background: linear-gradient(to bottom, #101f34, rgba(16, 31, 52, 0.082));
}

.navbar .navbar-nav .nav-link{
    color: var(--body);
}
.navbar .navbar-nav .nav-link.active {
    color: var(--brand);
}

.navbar-brand {
    font-family: "Dela Gothic One", 'Segoe UI', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 32px;
}



/*Head///////////////////////////////////////////////////////////////////////*/


#header
{
    background: linear-gradient(to right,#101f34, rgba(16, 31, 52, 0.0)), url(../Graphical_assests/IMG_5264-min.JPEG);
    min-height: 100vh;
    background-position: center;
    background-size:contain;
    display: flex;
    align-items: center;
}

#header p {
    margin-top: 24px;
    margin-bottom: 24px;
}



/* Button //////////////////////////////////////////////////////////////////////*/

.btn{
    padding : 16px 36px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    transition : all 0.4s ease;
    border-radius: 0;
}

.btn-brand {
    background-color: var(--brand);
    color :white;
    padding: 16px 36px;
    border: 2px solid transparent;

}

.btn-brand:hover {
    background-color: transparent;
    color: var(--brand);
    border-color: var(--brand);
}

.btn-outline-brand:hover {
    background-color: var(--brand);
}

.cta-btns
{
    margin-top: 60px;
    margin-bottom : 15px;
}



/* Services /////////////////////////////////////////////////////////////////*/
/* Ensure cards are not too wide on small screens */
@media (max-width: 576px) {  /* For small screens */
    .card {
        max-width: 250px;  /* Set a reasonable max width */
        margin: 0 auto;    /* Center the cards */
    }
}

a{
    color: var(--body);
    text-decoration: none;
}

a:hover{
    color : var(--brand);
}

.link-more{
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    left: 1px;
}

.link-more:hover .icon
{
    transform: translateX(8px);
}

#services
{
    background: var(--bg1);
}

#services .service .content
{
    padding: 32px;
}

#services .service p{
    margin-top: 18px;
    margin-bottom: 18px;
}

#services .service img{
    width : 75%;
    height: auto;
    max-height: 300px;
    max-width: 75%;
    object-fit:cover;
}

#services .service .serviceImg2{
    width:75%;
    height:300px;
    max-height:300px;
    max-width:75%;
    object-fit:cover;
}

.mentions{
    font-size: medium;
}

.custome-modal-body{
    text-align: left;
}

.serviceTopic{
    margin-left: 10px;
}


/* Counters /////////////////////////////////////////////////////////////////////*/

#milestone {
    background: linear-gradient(to right,rgba(16, 31, 52, 0.904), rgba(16, 31, 52, 0.8)), url(../Graphical_assests/2024-09-08\ \(3\).png);
    background-size: cover;
    background-position: center;
    display: flex;
}

#milestone h1{
    color: var(--brand);
}



/* Features ////////////////////////////////////////////////////////////////*/


.features{
    display: flex;
}

.features .icon-features{
    font-size: 38px;
    color: var(--brand);
    line-height: 1;
    margin-right:16px;
}

.features p{
    font-size: 14px;
    margin-top: 16px;
    margin-bottom: 16xp;
}

#features .cta-btns{
    margin-top: 90px;
}



/* Gallery /////////////////////////////////////////////////////////////////////*/

#Gallery{
    margin: 0;
    padding: 0;
    background: linear-gradient(rgba(16, 31, 52, 0.904), rgba(16, 31, 52, 0.8)), url(../Graphical_assests/2024-09-08\ \(3\).png);
}

#Gallery h1{
    margin-top: 70px;
    font-family:'Courier New', Courier, monospace;
    font-style:oblique;
    font-weight: 500;
    color: var(--brand);
}

.img-gallery{
    width: 80%;
    margin: 100px auto 50px;
    display: grid;
    grid-template-columns: repeat(auto-fix, minmax(50px, 1fr));
    grid-gap : 30px;
}

.carousel{
    position:absolute;
    left:0;
    width:100%;
    height: 100%;
}

#Gallery .topics{
    margin-top: 50px;
}

.carousel-inner img{
    object-fit: cover;
    width: 100%;
    height: 100%
}


/* About ///////////////////////////////////////////////////////////////////*/

#about
{
    position: relative;
    background: var(--bg2);
    z-index: -1;
}

.about-img{
    /*width: 100%;*/
    width: 550px;
    height: 420px;

}



/* adjust the image size for the image */
@media(min-width: 1024px){
    .about-img{
        margin-top: 125px;
        padding-right: 10px;
        align-items: left;
        max-width:115%;
        max-height:400px;
    }
}


#about::after{
    content: "";
    width: 25%;
    height: 100%;
    background-color: var(--brand);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}


#about h6{
    margin-top: 16px;
    margin-bottom: 24px
}

#about h1{
    color : var(--brand);
}

#about .signature
{
    width: unset;
}



/* Team/////////////////////////////////////////////////////////////////////////////////////////*/

#team{
    background-color:var(--bg2);
}


.image-container{
    position:relative;
    display: inline-block;
}

.image-container img{
    width: 100%;
    height: auto;
}

.social-icons{
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);

}

.social-icons a{
    background-color: var(--icons);
    border-radius: 45%;
    padding: 8px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
}

.social-icons:hover{
   
    color: var(--bg2);
}

.team-member{
    text-align:center;
    margin-top: 20px;
    
}

.team-member .names{
    margin-top: 16px;
}

.team-member small{
    margin-bottom: 25px;
}




/* Booking ////////////////////////////////////////////////////////////////*/
#booking 
{
    background: linear-gradient(to right,rgba(16, 31, 52, 0.904), rgba(16, 31, 52, 0.8)), url(../Graphical_assests/2024-09-08\ \(3\).png);
    background-size: cover;
    background-position: center;
}


/*Adjust card layout for different screen sizes */
.row-cols-1{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
}

.row-cols-md-4{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
}

.card-body ul{
    padding-left: 14px;
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
}

@media (max-width: 576px){
    .row-cols-md-4{
        display: grid;
        grid-template-columns: 1fr;
        gap:1rem;
    }
}

@media (min-width: 768px){
    .row-cols-md-4{
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 992px){
    .row-cols-md-4{
        grid-template-columns: repeat(3, 1fr);
    }
}

#booking form{
    background-color: var(--bg2);
    padding: 24px;
    max-width: 100%;
}

/* adjust titles to the screen size.. */
#booking h1{
    text-align:center;
}

/* adjust the paragraphs sizes */
#booking p{
    text-align: justify;
}


#booking form .form-control{
    background-color: var(--bg1);
    margin-top: 1px;
    border-color: var(--body);
}

#booking form input{
    height: 48px;
}

#booking form .form-control:focus{
    border-left: 3px solid var(--body);
    border-left-color: var(--brand);

}

#booking .form-floating label{
    opacity: 0.8;
    left: auto;
}

.card img{
    height: 150px;
    max-height: 150px;
    object-fit:fill;
}

.card {
    cursor:pointer;
    min-height: 100%;
    width: 125%;
    /* add some smoothness to it */
    transition: transform 0.2s ease;
}

.card:hover{
    transform: scale(1.05);
}

.card.selected{
    border: 2px solid green;
}


/* scroll functionality.......*/
.scroll-container{
    overflow-x: auto;
    display: flex;
    gap: 1rem;
    padding : 5px;
}

input[type="checkbox"]{
    width :20px;
    height: 20px;
    accent-color: #007bff; /* change the checkbox color*/
}

.inputs.success input {
    border-color:#007bff;
}

.inputs.error input{
    border-color: 4px solid red;
}

.inputs.error{
    color: var(--brand);
}


.form-check-label {
    margin-left: 8px;
    font-size: 14px;
}

/*alert box styling for responsiveness*/
.alert{
    padding: 10px;
}

.hidden_checkbox{
    display: none;
}


/* FAQS ////////////////////////////////////////////////////////////////////////////*/
#FAQs{
    background: linear-gradient(to top,rgba(16, 31, 52, 0.887), rgba(0, 0, 0, 0.953)), url(../Graphical_assests/2024-09-08\ \(3\).png);
    background-size: cover;
    position: center;
    margin-top:-1px;
}

.faqs{
    display:flex;
}



/* Location ////////////////////////////////////////////////////////////////*/
#location{
    background-color: var(--bg2);
    padding: 32px;
}
.containar{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
h1{
    color: #333;
    margin-bottom: 60px;
}
iframe{
    width: 80%;
    height: 500px;
    filter:none;
    /*
    filter: invert(100%);*/
}



/* Footer////////////////////////////////////////////////////////////////*/


footer .footer-top{
    margin-top: 30px;
}


footer .social-links{
    display:flex;
    text-decoration: none;
    
}


footer .social-links a{
    background-color: var(--body);
    text-decoration: none;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
    width: 100%;
    height: 100%;
    font-size:1.4rem;
}

footer .social-links .mail{
    margin-left:12px;
}

footer .brand-footer{
    margin-top: 5px;
    margin-right: 150px;
}

footer .open{
    margin-right:15px;
    margin-top: 20px;
}

footer .contacts{
    margin-top: 20px;
}

.footer-top{
    padding-bottom: 30px;
}

.footer-bottom{
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid var(--body);
}