*{
    margin: 0px;
    padding: 0px;
}
#nav{
    padding: 20px;
    text-align: center;
    justify-content: center;
    align-items: baseline;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid gray;
    box-shadow: 2px;
    background: linear-gradient(rgba(241, 4, 4, 0.8),rgb(116, 115, 115));
}
#nav-opt{
    display: flex;
    justify-content: space-between;
    gap: 50px;
}
#greet{
    color: white;
    font-weight: 700;
    font-size: 3rem;
    font-style: italic;
}

.cntry{
    color: black;
    position: relative;
    text-decoration: none;
}
.cntry::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    border-bottom: 3px solid rgb(159, 28, 28) ;
    transition: 0.4s linear;
}
.cntry:hover::before{
    width: 100%;
}
.cTitle-prop{
    font-weight: 600;
}

#main-head{
    background:linear-gradient(to top,rgba(24, 25, 25, 0.011),rgb(0, 0, 0)),url(./Images/top-image19.jpg);
    background-position: 40%;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    height: 500px;
    border-bottom: 2px solid grey;
}
#head-details{
    font-style: italic;
    font-size: 1.6rem;
    font-weight: 600;
    padding-top: 60px;
    text-align: center;
    margin-inline: 10%;
}
#submit{
    margin-left: 42%;
    margin-top: 3%;
    padding-inline: 50px;
    padding-block: 20px;
    border-radius: 5px;
    border: none;
    background-color: black;
}
#btn-text{
    font-size: 1.2rem;
    font-weight: 600;
    color: white;
    text-decoration: none;
}
#submit:hover{
    background-color: rgb(241, 22, 22) ;
    color: white;
    box-shadow: 2px 2px rgb(237, 102, 102);
    transform: scale(1.03);
    transition: all 0.1s linear;
}

.card{
    height: 85vh;
    border-radius: 20px !important;
    transition: 0.3s linear;
}

.card:hover{
    cursor: pointer;
    transform: scale(1.01);
    box-shadow: 0px 1px rgb(241, 64, 64) !important;
}

.imgs{
    margin-top: 20px;
    height: 250px;
    width: 350px !important;
    border-radius: 10px;
}
.blocks{
    background: linear-gradient(to top,rgba(241, 4, 4, 0.8),rgb(116, 115, 115));
}
.block-btns{
    background-color: rgb(250, 0, 0) !important;
    color: white !important;
    font-size: 18px;
}

#foot{
    width: 100%;
    border-top: 2px solid gray;
    background: linear-gradient(rgba(241, 4, 4, 0.8),rgb(116, 115, 115));
}

#foot-text{
    color: white;
    margin-block: 20px;
    text-align: center;
}

#foot-details{
    color: white;
    font-weight: 400;
    font-size: 1.3rem;
    margin-bottom: 3rem;
    text-align: center;
    margin-inline: 5%;
}

#foot-link{
    text-decoration: none;
    text-align: center;
}
#foot-link:hover{
    transform: scale(1.01);
    transition: all 0.3s linear;
}
#foot-link-text{
    color: white;
    border: 1px solid black;
    background-color: rgb(0, 0, 0) ;
    border-radius: 10px;
    text-decoration: none;
    margin-left: 5%;
    margin-top: 5%;
    padding-inline: 50px;
    padding-block: 20px;
    border-radius: 5px;
    border: none;
}
#foot-link-text:hover{
    background-color: rgb(204, 4, 4);
}
.policies{
    display: flex;
    gap: 30px;
    margin-top: 5rem;
    background: linear-gradient(rgba(221, 219, 219, 0.8),rgba(253, 253, 253, 0.8));
    border-block: 1px solid grey;
    width: 100%;
    padding-block: 20px;
    font-size: 1rem;
    margin-bottom: 0%;
}

#privacy-opt1{
    margin-left: 78%;
    color: black;
    text-decoration: none;
}
#privacy-opt2{
    color: black;
    margin-right: 10px;
    text-decoration: none;
}
::-webkit-scrollbar{
    display: none;
}

@media screen and (max-width:1000px) {
    #greet{
        font-weight: 500;
        font-size: 35px;
    }
    .cntry{
        font-size: 20px;
    }
    #head-details{
        font-size: 20px;
    }
    .imgs{
        width: 275px !important;
        height: 250px;
    }
    #submit{
        margin-left: 35%;
    }
    .policies{
        width: 100%;
        gap: 15px;
    }
    #privacy-opt1{
        margin-left: 75%;
        font-size: 12px;
    }
    #privacy-opt2{
        font-size: 12px;
    }
}

@media screen and (max-width:800px) {
    #greet{
        font-weight: 500;
        font-size: 30px;
    }
    #head-details{
        font-size: 20px;
    }
    .imgs{
        width: 275px !important;
        height: 250px;
    }
    #submit{
        margin-left: 32%;
    }
    #foot-details{
        font-size: 18px;
    }
    #foot-link-text{
        font-size: 15px;
    }
    .policies{
        width: 100%;
        gap: 15px;
    }
    #privacy-opt1{
        margin-left: 70%;
        font-size: 12px;
    }
    #privacy-opt2{
        font-size: 12px;
    }
}
@media screen and (max-width:600px) {
    #greet{
        font-weight: 700;
        font-size: 18px;
    }
    #nav-opt{
        gap: 18px;
    }
    .cntry{
        font-size: 15px;
    }
    #head-details{
        font-size: 15px;
    }
    .imgs{
        width: 275px !important;
        height: 250px;
    }
    #submit{
        margin-left: 28%;
    }
    #btn-text{
        font-size: 15px;
    }
    .card{
        width: 400px !important;
        margin-left: 11%;
    }
    #foot-details{
        font-size: 15px;
    }
    #foot-link-text{
        font-size: 15px;
    }
    .policies{
        width: 100%;
        gap: 15px;
    }
    #privacy-opt1{
        margin-left: 50%;
        font-size: 12px;
    }
    #privacy-opt2{
        font-size: 12px;
    }
}
@media screen and (max-width:400px) {
    #greet{
        font-weight: 700;
        font-size: 12px;
        margin-right: 15px;
    }
    #nav-opt{
        gap: 10px;
        margin-left: 5%;
    }
    .cntry{
        font-size: 13px;
    }
    #head-details{
        font-size: 12px;
    }
    #card-part{
        font-size: 25px !important;
    }
    .imgs{
        width: 175px !important;
        height: 180px;
    }
    #submit{
        margin-left: 29%;
        padding-inline: 15px;
        padding-block: 10px;
    }
    #btn-text{
        font-size: 10px;
    }
    .card{
        width: 250px !important;
        margin-left: 1%;
    }
    #foot-details{
        font-size: 12px;
    }
    #foot-link-text{
        font-size: 10px;
        padding-inline: 15px;
    }
    .policies{
        width: 100%;
        gap: 12px;
    }
    #privacy-opt1{
        margin-left: 25%;
        font-size: 10px;
    }
    #privacy-opt2{
        font-size: 10px;
    }
}