* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.nav-link {
    color: black;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.nav-link:hover {
    color: #fb557c;
}

.fs65{
    font-size: 65px;
}

.high_h1 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 100px;
    font-size: 70px;
    font-weight: 700;
}

.fw700 {
    font-weight: 700;
}

.fw600 {
    font-weight: 600;
}

.fs500 {
    font-weight: 500;
}

.product_p {
    font-size: 18px;
    color: rgb(64, 64, 64);
    font-weight: 700;
    line-height: 30px;
}

.btn {
    background-color: #241f33;
    color: white;
    font-weight: 700;
    transition: 0.5s ease-in-out;
}

.btn:hover {
    background-color: #fb557c;
    color: white;
}

.img-men {
    text-align: right;
    width: 90%;
    height: 80vh;
    box-shadow: 15px 15px 0px 1px #241f33;
    border-radius: 25px;
}

.box {
    height: 60px;
    width: 60px;
    border: 2px solid #241f33;
    color: #241f33;
    background: white;
    border-radius: 15px;
}

.box i {
    font-size: 35px;



}

.box:hover {
    height: 60px;
    width: 60px;
    border: 2px solid #fb557c;
    color: #fb557c;
    border-radius: 15px;
}

.tc {
    font-weight: 500;
    color: #241f33;
    transition: 0.4s;
    cursor: pointer;
}

.tc_h:hover {
    color: #fb557c;
}


.btn_c {
    border-radius: 5px;
    border: 1px solid#241f33;
    color: black;
    background-color: white;
}

.btn_c:hover {
    background-color: #241f33;
    color: white;
}


.box_1 {
    border: 3px solid #1f203d8e;
    border-radius: 10px;
    padding: 10px;
    transition: 1s;
}


.box1 {
    border: 2px solid #241f33;
    border-radius: 10px;
    transition: 1s;
}

.box1:hover {
    border: 2px solid #241f33;
    box-shadow: 5px 5px 0px 2px;
    transition: 1s;
}

.btn_v:hover {

    color: #fb557c;
}


.bgbl {
    background: #241f33;
}


.btn_pf {
    height: 50px;
    width: 230px;
    color: white;
    border: 1px solid white;
    background: none;
    border-radius: 8px;
    transition: 0.7s;
}

.btn_pf:hover {
    background-color: #fb557c;
}

.icp {
    color: #fb557c;
}

.fih {
    transition: 0.5s;
    font-size: 18px;
    cursor: pointer;

}

.fih:hover {
    color: #fb557c;
}


.btn2 {
    height: 40px;
    width: 40px;
    border: 1px solid #fb557c;
    color: #fb557c;
}

.btn2:hover {
    color: white;
    background: #fb557c;
}

.email {
    outline: none;
    border: 1px solid rgb(200, 200, 200);
}

.email:focus {
    border: 1px dotted grey;
}

.sub {
    height: 45px;
    width: 180px;
    background: #241f33;
    color: white;
    border-radius: 7px;
    border: none;
}

.sub:hover{
    background-color: #fb557c;
}

.high_h2 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 70px;
    font-weight: 700;
}

.btn_let{
    background-color: #241f33;
    transition: 0.7s;
}

.btn_let:hover{
    background-color: #fb557c;
}

.img-men1 {
    width: 80%;
   height: 70vh;
    box-shadow: 15px 15px 0px 1px #241f33;
    border-radius: 25px;
}

.w30p{
    width: 30%;
}

@media (max-width:576px) {
    .ni {
        display: none;
    }

    .high_h1 {
        line-height: 50px;
        font-size: 25px;
        font-weight: 600;
    }

    .high_h2 {
        line-height: 50px;
        font-size: 30px;
        font-weight: 600;
    }
    .product_p {
        font-weight: 500;
        font-size: 16px;
        line-height: 30px;

    }

    .mt_50px {
        margin-top: 100px;
    }

    .fs_15 {
        font-size: 15px;
    }

    .h1_rd {
        font-size: 22px;
        font-weight: 500;
    }

    .fs25 {
        font-size: 25px;
    }
    .fw700 {
        font-weight: 500;
    }

    .tc{
        
        color:#241f33;
        font-weight: 500;
    }

    .w50p{
        width: 35%;
    }
.w30p{
    width: 20%;
}

.fs65{
    font-size: 35px;
}

}

@media (max-width:767px) {
    .card_n {
        display: none;
    }


}