:root {
    --primary-font: "Roboto", serif;
    --primary-font3: "Dancing Script", serif;;
}


/* a {
    pointer-events: painted;
} */

a {
    color: rgb(218 217 217);
    text-decoration: none;
}

body {
    width: 100vw;
    height: 100vh;
    background: #0d2546;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

a:hover {}

.main {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 95%;
    width: 100%;
    flex-wrap: wrap;
}

footer {
    /* position: absolute;
    bottom: 0; */
    width: 90%;
    height: auto;
    display: flex;
    justify-content: space-evenly;
    margin: auto;
}

footer>div {
    padding: 2rem 1rem;
    /* background: #ffffff1c; */
    margin: 0.5rem;
    border-radius: 10px;
    /* box-shadow: 1px 1px 3px 0px #dbdada; */
    /* backdrop-filter: blur(4px); */
    color: #fff;
    background: url(../images/bg.png), #ffffff1c;
    /* z-index: 99; */
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    width: 25%;
}

body:after {
    content: '';
    background: url(../images/bg1.png), #0d2546;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    position: absolute;
    bottom: 0;
    opacity: 0.1;
    background-attachment: fixed;
}

h1 {
    color: #fff;
    font-size: 40px;
    font-family: var(--primary-font);
}

.adrs p {
    font-weight: 100;
    margin-bottom: 8px;
    text-align: center;
    color: #dedcdc;
}

.adrs h5 {
    font-weight: 600;
    margin-bottom: 1rem;
    text-align: center;
    font-family: var(--primary-font);
    letter-spacing: 1px;
}

.prodct p {
    color: #ffffff;
    text-align: center;
    margin: 2rem 0;
    font-family: var(--primary-font3);
    font-size: 60px;
}

h5 span {
    font-weight: 300;
    color: #6b6b6b;
}

.lcn {
    width: 80px;
    height: 80px;
    text-align: center;
    margin: auto;
    padding: 0.9rem;
    background: #142948;
    border-radius: 6px;
    margin-bottom: 1rem;
}

.lcn img {
    width: 100%;
    height: 100%;
    filter: invert(1);
}

/* .playfair-display {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-style: normal;
} */

.call-icon {
    width: 30px;
    height: 30px;
    margin-right: 0.5rem;
    /* filter: invert(1); */
    background: #142948;
    padding: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.call-icon img {
    width: 100%;
    height: 100%;
    filter: invert(1);
}
.w-lg-50{
    width: 50% !important;
}

@media (max-width:1599px) {
    .prodct p {
        margin: 0rem 0;
    }

    h1 {
        font-size: 36px;
    }

    footer>div {
        padding: 1rem 1rem;
    }
    .lcn {
        width: 60px;
        height: 60px;
    }
}

@media (max-width:1400px) {
    .lcn {
        width: 50px;
        height: 50px;
    }

    footer {
        width: 95%;
    }

    h1 {
        font-size: 30px;
    }

    .adrs h5 {
        margin-bottom: 0.5rem;
    }
}

@media (min-width:1200px) {
    .order-xl-1 {
        order: 1 !important;
    }
    .order-xl-2 {
        order: 2 !important;
    }
    .order-xl-2 {
        order: 3 !important;
    }
}
@media (max-width:1199px) {
    footer {
        width: 96%;
        flex-wrap: wrap;
    }

    footer>div {
        padding: 1rem 1rem;
        width: 46%;
    }
    .w-lg-50{
        width: auto !important;
    }
    
}

@media (max-width:767px) {
    .prodct p{
        font-size: 36px;
    }
    body{
        height: 100%;
    }
    footer {
        width: 98%;
        display: block;
        padding-bottom: 1rem;
    }

    h1 {
        font-size: 22px;
        margin: 1rem 0.5rem;
    }

    footer>div {
        padding: 1rem 1rem;
        display: flex;
        /* align-items: baseline; */
        margin: 1rem;
        /* height: 170px; */
        width: auto;
    }

    .lcn {
        margin: 0;
        padding: 0.7rem;
        margin-right: 1rem;
    }

    .adrs h5,
    .adrs p {
        text-align: start;
    }

    .main {
        display: block;
        height: auto;
    }

    .logo {
        margin: 2rem 0;
    }

    .prodct p {
        margin: 1rem 0.5rem;
    }

    .lcn img {
        width: auto;
    }
}