@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Playwrite+CU:wght@100..400&display=swap');
*{
    box-sizing: border-box;
    margin: 0%;
    padding: 0%;
    transition: all 0.5s linear;
    color: #F1F3F5;
    text-transform: capitalize;
}
body{
    background-color: #0A192F;
    font-family: "Lato", sans-serif;
}
header{
    position: relative;
    padding: 2em 0;
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.3)), url(img/bg.jpg);
    /* background-image: url(img/bg.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
}
.logo{
    width: 50%;
    align-items: center;
}
.logo img{
    width: 270px;
    margin-right: 1%;
}
.navbar{
    width: 100%;
    padding: 0rem 2rem;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    top: 0;
    position: fixed;
}
.navbar.scrolled{
    background-color: #0A192F;
    box-shadow: rgba(0,0,0,0.35) 0 5px 15px;
}
.nav_items{
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    /* width: ; */
    /* flex: 0; */
}
.item{
    display: flex;
    justify-content: center;
}
.nav_items li{
    list-style: none;
    padding: 1em;
}
.nav_items li a{
    text-decoration: none;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}
.nav_items li::before{
    content: '';
    width: 0;
    height: 2px;
    background: rgb(42, 187, 197);
    display: block;
    margin: auto;
    transition: 0.5s;
}
.nav_items li:hover::before{
    width: 100%;
}
.btn{
    padding: 9px 15px;
    font-size: 18px;
    letter-spacing: 2px;
    cursor: pointer;
    background-color: #00E0FF;
    border: 2px solid #00E0FF;
    transition: all 0.5s ease-out;
}
.nav_menu{
    display: none;
}
/* ///welcome section */
.main1 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    color: white;
    height: 100vh;
    position: relative;
}
.main1 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    color: white;
    height: 100vh;
    position: relative;
    text-align: center; /* Center-align text */
}

.content1 {
    width: 60%; /* Slightly bigger width */
}

.heading_11 {
    font-size: 3rem; /* Enlarged title */
    font-weight: bold;
    margin-bottom: 10px;
}

.subtitle1 {
    font-size: 1.5rem; /* Bigger subtitle */
    color: #ddd;
    margin-bottom: 10px;
}

.text1 {
    font-size: 1.2rem;
    line-height: 1.6;
}

.buttons1 {
    margin-top: 20px;
}

.buttons1 a {
    text-decoration: none;
}

/* Styled Buttons */
.explore1, .contact1 {
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

/* Explore More Button */
.explore1 {
    background: #1a7cbd; /* Light Purple */
    color: #FFFFFF;
    border: 2px solid #4A90E2; /* Blue Border */
}

.explore1:hover {
    background: #0A192F; /* Darker Purple */
    border-color: #91e1f0;
}

/* Contact Us Button */
.contact1 {
    background: transparent;
    color: white;
    border: 2px solid white;
    margin-left: 10px;
}

.contact1:hover {
    color: #FFFFFF;
    background: #0A192F; /* Darker Purple */
    border-color: #81ccf8;
}
/* //////-----------------------start---terms&refund  */
.terms-section {
    margin-top:4%;
    width: 100%;
    /* background: linear-gradient(to right, #0A192F, #00E0FF); */
    padding: 60px 0;
    color: white;
    word-spacing: 3px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.terms-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 10%, transparent 70%);
    animation: moveBackground 5s infinite alternate;
    z-index: 0;
}

@keyframes moveBackground {
    from { transform: translateY(-10px); }
    to { transform: translateY(10px); }
}

.terms-container {
    width: 80%;
    margin: auto;
    background: rgb(207, 222, 233);
    color: #333;
    padding: 40px;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
    position: relative;
    grid-template-columns: repeat(2, 1fr);
    z-index: 1;
}

.terms-container h3 {
    font-family: "Playwrite CU", cursive;
    font-size: 2rem;
    font-weight: bold;
    color: #007bff;
    margin-bottom: 20px;
}

.terms-container p {
    text-align: left;
    font-size: 1rem;
    line-height: 1.8rem;
    margin-bottom: 20px;
    color: #222;
}

@media screen and (max-width: 768px) {
    .terms-container {
        width: 90%;
        padding: 25px;
        margin-top: 6rem;
    }

    .terms-container h3 {
        font-size: 2rem;
    }

    .terms-container p {
        font-size: 1rem;
    }
}


/* //////-----------------------end---terms&refund  */

.sec{
    padding: 8% 0 3% 0;
    width: 85%;
    margin: auto;
}
.head{
    text-align: center;
}
.heading span{
    color: #b628c9;
}
.head .heading{
    font-family: 'lato', sans-serif;
}
.head .heading_1{
    font-family: 'playwrite CU', cursive;
    color: aliceblue;
    font-size: 1.4em;
}
.boxes{
    margin-top: 4rem;
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
}
.box{
    text-align: center;
    padding: 5% 0;
    box-shadow: rgba(0,0,0,1.35) 0 5px 15px;
    border: 2px solid transparent;
}
.box img {
    background: #1a7cbd; /* Existing blue background */
    width: 164px;
    height: 142px;
    border-radius: 50%;
    padding: 12px;
    border: 4px solid #e5ebf3; /* Light Purple Border */
    transition: all 0.3s ease-in-out;
}

.box img:hover {
    border-color: #9be8ee; /* Darker Purple on Hover */
    transform: scale(1.1); /* Slight zoom effect */
}

.box p{
    max-width: 275px;
    margin-inline: auto;
    text-align: center;
    line-height: 1.75rem;
    color: #888;
}
.box h4{
    margin: 1rem;
    font-size: 1.7rem;
    font-weight: 700;
}
.box:hover{
    border: 2px solid #fff;
    cursor: pointer;
    border-radius: 10px;
}
/* __________about */
.about_heading{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 6em;
    align-items: center;
}
.about .heading_1,
.about .heading{
    grid-column: 1;
}
.about .para{
    grid-column: 2;
    word-spacing: 4px;
    text-align: right;
    color: #777;
}
.about_box{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 2em;
    margin-top: 5%;
}
.para1{
    color: #888;
    padding-bottom: 5%;
}
.box1{
    background-color: #ffeedc;
    box-shadow: rgba(0,0,0,2.24) 0 3px 8px;
    border: 5px solid  #00E0FF;
}
.box1 img{
    width: 100%;
}
.box1_text{
    padding: 4%;
}
.box1_text button:hover{
    color: #000;
}
strong{
    color:#0A192F ;
}
/* _______contact */
/* _______contact-section */
.contact-section {
    margin-top: 6%;
    width: 100%;
    background: linear-gradient(to right, #0A192F,  #00E0FF);
    padding: 60px 0;
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.contact-header {
    font-family: "Playwrite CU", cursive;
    font-size: 2.5rem;
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
}
.contact-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 10%, transparent 70%);
    animation: moveBackground 5s infinite alternate;
}
@keyframes moveBackground {
    from { transform: translateY(-10px); }
    to { transform: translateY(10px); }
}
.contact-container {
    display: grid; /* <-- uncomment this */
    width: 60%;
    margin: auto;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}

/* add , .map-box */
.contact-info-box {
    text-align: center;
    padding: 5% 0;
    box-shadow: rgba(0,0,0,1.35) 0 5px 15px;
    border: 2px solid transparent;
    background: rgb(207, 222, 233);
    border-radius: 10px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}
/* .contact-info-box img, .map-box img {
    width: 80px;
    margin-bottom: 15px;
} */
.contact-info-box p, .map-box p {
    max-width: 300px;
    word-spacing: 7px;
    margin-inline: auto;
    text-align: center;
    line-height: 1.75rem;
    color: #555;
    transition: transform 0.3s ease-in-out;
}
.contact-info-box h4, .map-box h4 {
    margin: 1rem;
    font-size: 1.7rem;
    font-weight: 700;
    color: #007bff;
}
.contact-info-box:hover, .map-box:hover {
    transform: scale(1.05);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.2);
    border: 2px solid #007bff;
    cursor: pointer;
}
.contact-info-box:hover p, .contact-info-box:hover h4, .map-box:hover p, .map-box:hover h4 {
    transform: translateY(-5px);
}
.contact-btn {
    margin-top: 15px;
    padding: 12px 20px;
    background-color: transparent;
    color: black;
    font-size: 18px;
    border: 2px solid #007bff;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
}
.contact-btn:hover {
    background: #0A192F;
    transform: scale(1.05);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    color: white;
}
@media screen and (max-width: 768px) {
    .contact-container {
        grid-template-columns: 1fr;
    }
    .contact-header {
        font-size: 2rem;
    }
    .contact-info-box, .map-box {
        padding: 3% 5%;
    }
    .contact-btn {
        width: 100%;
        font-size: 16px;
    }
    iframe {
        height: 250px;
    }
}


/* __________footer */
.footer_container{
    display: grid;
    gap: 4rem 2rem;
    grid-template-columns: repeat(4, 1fr);
}
.footer_logo img{
    max-width: 270px;
}
.footer_logo span{
    display: flex;
    font-size: 1.8rem;
    font-weight: 800;
}
.footer_col .footer_text{
    max-width: 350px;
    color: #999;
    margin: 2rem 0;
}
.footer_socials{
    display: flex;
    align-items: center;
    gap: 1rem;
    list-style: none;
    padding: 0;
}
.footer_socials a{
    font-size: 1.5rem;
    text-decoration: none;
    color: #999;
    padding: 0.3rem;
    transition: color 0.3s;
}
.footer_socials a:hover{
    color: orangered;
}
.footer_col h4{
    margin-bottom: 2rem;
    font-size: 1.8rem;
    font-weight: 600;
}
.footer_links{
    display: grid;
    gap: 1rem;
    list-style: none;
    padding: 0;
}
.footer_links a{
    text-decoration: none;
    color: #999;
}
.footer_links a:hover{
    color: #00E0FF;
}
.footer_bar{
    padding: 1rem;
    font-size: 1rem;
    text-align: center;
}
/* __________Scroll-up */
.top{
    background-color:#b628c9;
    font-size: 40px;
    padding: 0.5rem;
    position: fixed;
    border-radius: 10%;
    right: 5%;
    cursor: pointer;
    bottom: -50%;
}
.top:hover{
    transform: translateY(-.6rem);
}
.top.show{
    bottom: 8%;
}

@media only screen and (max-width:1050px){
    .about_heading{
        gap: 0 2em;
    }
    .about_box,.boxes{
        gap: 1em;
    }
    .box1_text .btn{
        padding: 9px;
        font-size: 15px;
    }
    .left_box .heading{
        font-size: 2.5em;
    }
    .contact-info-box h3 {
        font-size: 15px;
    }
}
@media only screen and (max-width:850px){
.nav_items{
    position: absolute;
    top: -1%;
    left: 0;
    width: 100%;
    padding: 10em 0em 2em 0;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    gap: 0.9rem;
    background-color: #03163a;
    transition: 0.5s;
    z-index: -1;
    transform: translateY(-100%);
}

.para1{
    color: #888;
    padding-bottom: 2%;
}
.nav_items.open{
    transform: translateY(0);
}
.item{
    flex-direction: column;
}
.nav_menu{
    display: block;
    font-size: 2em;
}

.heading_11 {
    font-size: 1.4rem; /* Enlarged title */
    font-weight: bold;
    margin-bottom: 12px;
}

.subtitle1 {
    font-size: 1rem; /* Bigger subtitle */
    color: #ddd;
    margin-bottom: 10px;
}

.text1 {
    font-size: 1rem;
    line-height: 1.6;
}

.boxes,.about_box{
    grid-template-columns: repeat(2,1fr);
}
.contact_box{
    grid-template-columns: 1fr;
}
.footer_container{
    grid-template-columns: repeat(3,1fr);
}
}

@media only screen and (max-width:660px){
.about_heading{
    grid-template-columns: 1fr;
}
.about .para{
    grid-column: 1;
}
.boxes,.about_box{
    grid-template-columns: repeat(1,1fr);
}
.footer_container{
    grid-template-columns: repeat(2,1fr);
}
.navbar {
    padding: 2rem 2rem;
}
.heading {
    font-size: 1em;
}
.heading_1 {
    font-size: 2em;
}
.box h4 {
    font-size: 1.2em;
}
.contact-info-box p ,.map-box p 
{
    font-size:0.8em;
}
.contact-info-box h4, .map-box h4
{
    font-size:1em;
}
}
@media only screen and (max-width:480px){
    .footer_container{
        grid-template-columns: repeat(1,1fr);
    }
    .btn {
        padding: 9px;
        font-size: 15px;
    }
    .main {
        width: 90%;
    }
}
