@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body{
    margin: 0;
    font-family: "Montserrat", sans-serif;

}


.mlogo{
    display: grid;
    place-items: center;
}
.modal {
    display: none;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 74px;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
}

.modal-content {
    background-color: white;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    max-width: 500px;
    border-radius: 10px;
}

/* Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Modal Texts */
.modalp, .modalx {
    text-align: center;
}

.modalx {
    color: rgba(128, 128, 128, 0.544);
}

/* Logo */
.mlogo img {
    height: 45px;
}

/* Object Containers */
.obj {
    display: flex;
    justify-content: space-between; /* Space items evenly */
    align-items: center;
    margin-bottom: 23px;
    border-bottom: 1px solid rgba(217, 220, 220, 0.273); /* Adds a subtle border for better separation */
    padding-bottom: 10px;
}

.obj img {
    height: 30px;
}

.obj-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px; /* Adjust gap as needed */
}

/* Center SVG icons */
.obj-content svg {
    display: flex;
    align-items: center; /* Center vertically within the container */
}

.objp {
    margin: 0; /* Removes default margin to ensure alignment */
}

.obp {
    flex-grow: 1; /* Allows this item to take available space */
    text-align: center; /* Center text horizontally */
}

.obb {
    margin-left: 255px; /* Adjusts space between the arrow and the text */
}



.navbar{
    display: flex;
    justify-content: space-between;
    background-color: white;
    height: 72px;
    /* border-bottom: 1px solid rgba(200, 188, 188, 0.613); */
    box-shadow: 3px 4px 15px 4px white;

}

.cn{
    font-family: "Montserrat", sans-serif;
    background: linear-gradient(to right,#f94142, #E51359);
    border: none;
    color: white;
    font-weight: 600;
    padding:13px 30px;
    border-radius: 10px;
    position: relative;
    top: 12px;
    right: 20px;
}

.hero {
    background: url('./hero-bg-DHjVgA8v.svg');
    height: 870px;
    background-size: cover;
    display: grid;
    place-items: center;
}

.hero h1{
    color: white;
    font-size: 72px;
    line-height: 72px;
    font-weight: 600px;
    position: relative;
    top: 40px;
}


.hero p{
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    color: white;
    position: relative;
    bottom: 0px;
    text-align: center;
}

.two{
    display: inline-flex;
}

.white{
    font-family: "Montserrat", sans-serif;
    color:rgb(31, 112, 217);
    border: none;
    font-weight: 600;
    padding:13px 30px;
    border-radius: 10px;
    position: relative;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
    bottom: 0px;
}

.hd{
    height: 350px;
position: relative;
}

.aa{
    display: none;
}

@media(max-width:768px) {

    .hero{
        height: 600px;
    }
    
    .hero h1{
        font-size: 31px;
    top: 120px;
    position: relative;
    }

    .hero p{
        font-size: 16px;
        text-align: center;
        position: relative;
        top: 85px;

    }

    .white{

        position: relative;
        top: 110px;

    }


    .hd{
        display: none;
    }


    .logo{
        position: relative;
        right: 30px;
        height: 68px;
    }


    .aa{
        display: block;
        height: 510px;
        filter: contrast(90%);
        margin-top: 180px;
    }

    .obj{
        gap: 25px;
    }

    .objp{
        right: 60px;
    }

    .obp{
        right: 60px;

    }

    .obb {
        margin-left: 125px; /* Adjusts space between the arrow and the text */
    }
    
}