*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Manrope", sans-serif;
}

ul{
    margin: 0;
    padding: 0;
    list-style:none;
}


a{
    text-decoration: none;
}

.paira {
    font: normal normal 500 15px / 25px 'Manrope';
    color: #5e5e5e;
}

h1, h2, h3, h4{
    font-family: "DM Sans", sans-serif;
}

.main_btn a {
    display: flex;
    gap: 10px;
    align-items: center;
    background: #2dab8d;
    padding: 12px 25px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    transition: 0.5s;
    width: fit-content;
    border: 2px solid #ffffff73;
}

.main_btn a:hover {
    background: transparent;
    border-color: #172b44;
    color: #172b44;
}

.mt-80{
    margin-top: 80px;
}

.pt-80{
    padding-top: 80px;
}

.pb-80{
    padding-bottom: 80px;
}


.bar_icon {
    width: 45px;
    height: 45px;
    background: #2dab8d;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: column;
    padding: 13px 11px;
    cursor: pointer;
}

.bar_icon span {
    width: 100%;
    height: 3px;
    background: #ffffff;
    display: flex;
    border-radius: 63px;
}

.bar_icon span:nth-child(2) {
    width: 65%;
}

.menu img{
    display: none;
}

.bar_icon{
    display: none;
}