html,
body,
div,
ul {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif !important;
    transition: 0.3s ease;
}

.back-div a:focus, .back-div a:hover {
    color: #FFF212 !important;
    text-decoration: none;
}

.card {
    height: 400px;
    margin: 0 auto;
    padding: 30px 0;
    max-width: 600px;
    width: 100%;
}

.card a.thumb {
    float: left;
    width: 100px;
    height: 60px;
    margin: 0 5px 10px 0;
}

.card a.thumb img {
    max-width: 100%;
    max-height: 100%;
}

.back {
    background-color: #e6e6e6;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
    height: 80%;
    text-align: center;
    width: 100%;
}

.front {
    background-color: #e6e6e6;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
    height: 80%;
    text-align: center;
    width: 100%;
}

.triangle-bottomleft {
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    border-bottom: 100px solid #e6e6e6;
    border-right: 100px solid transparent;
}

.triangle-bottomright {
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    right: 120px;
    border-bottom: 100px solid #e6e6e6;
    border-left: 100px solid transparent;
}

.back-div {
    float: left;
    width: 100%;
}

.backtriangle-bottomleft {
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    border-bottom: 80px solid #e6e6e6;
    border-right: 35px solid transparent;
}

.right-arrow {
    /*
	float: right; 
	margin-right: 24px; 
	margin-top: 8px;
	*/
    position: absolute;
    left: 0;
    bottom: 6px;
}

.right-arrow img {
    width: 30px
}

.left-arrow {
    /*
	float: left; 
	margin-left: 15px; 
	margin-top: 10px;
	*/
    z-index: 4;
    position: absolute;
    right: 0;
    bottom: 6px;
}

.left-arrow img {
    width: 30px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    /*opera*/
    transform: rotate(180deg);
    /*likely future standard*/
}

.effect,
.effect1,
.effect2,
.effect3,
.effect4,
.effect5,
.effect6,
.effect7,
.effect8,
.effect9,
.effect12,
.effect13,
.effect14 {
    display: none;
}

.right-arr-sug {
    position: absolute;
    right: 0px;
    bottom: -35px;
    color: #000000;
    text-align: left;
}

.left-arr-sug {
    position: absolute;
    left: 0px;
    bottom: -35px;
    color: #000000;
    text-align: left;
}


/* front-card design css start  */
.back-div,
.front-div {display: flex;flex-direction: column;justify-content: space-between;background-color: #231F27;height: 100%;padding: 1rem;letter-spacing: 0.5px;}
.bni {
    display: flex;
    justify-content: end;
    padding: 1rem;
}
.bni svg{
    width: 60px;
    height: 25px;
}
.logo{display: flex;justify-content: center;}
.logo svg {
    width: 310px;
    height: 80px;
}
.youtube {display: flex;justify-content: center;align-items: center;padding: 1rem;gap: 0.5rem;}
.youtube svg {
    width: 70px;
    height: 30px;
}
.youtube p {
    margin: 0;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.5px;
}
/* front-card design css End  */

/* back-card design css Start  */
.back-div{
    padding: 3rem;
    position: relative;
    overflow: hidden;
}
.back-contact,.back-content,.back-address {position: relative;z-index: 3;}
.back-bg {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    transform: translate(0 , -50%);
    left: 0;
    top: 50%;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.back-bg svg {
    /* width: 100%; */
    height: 100%;
    flex-shrink: 0;
}
.back-contact {
    display: flex;
    justify-content: space-between;
}

.founder-contact text {text-wrap: nowrap;display: block;margin: 0;text-align: left;color: #FECB44;font-size: 20px;line-height: normal;}

.founder-contact p {text-wrap: nowrap;display: block;margin: 0;color: #fff;text-align: left;font-size: 12px;}

.founder-contact a{text-wrap: nowrap;display: block;margin: 0;color: #fff;font-size: 16px;line-height: normal;}

.card-contact a {text-wrap: nowrap;display: block;margin: 0;color: #fff;text-align: right;font-size: 16px;}

.back-content,.back-address{display: flex;justify-content: center;}

.back-content {color: #fff;gap: 0 0.5rem;font-size: 16px;flex-direction: column;}
.back-content > div {display: flex; gap: 0.5rem; justify-content: center;}
.back-content p{margin: 0;font-size: 16px;line-height: normal;}

.back-address a {display: block;text-align: center;color: #FECB44;max-width: 450px;font-size: 16px;}
/* back-card design css End  */

/****************************************RESPONSIVE CSS START *******************************************************/

@media (min-width: 320px) and (max-width: 480px) {
    .card {
        width: 95%;
        padding: 50px 10px 13px 10px;
        margin: 0;
        height: 300px;
        margin-top: 18%;
    }
    .triangle-bottomleft {
        border-bottom: 60px solid #e6e6e6;
        border-right: 60px solid transparent;
    }
    .triangle-bottomright {
        right: 55px;
        border-bottom: 100px solid #e6e6e6;
        border-left: 60px solid transparent;
    }
    .right-arrow img {
        width: 20px;
    }
    .right-arrow {
        margin-right: 15px;
        bottom: 2px;
    }
    .backtriangle-bottomleft {
        border-bottom: 55px solid #e6e6e6;
        border-right: 20px solid transparent;
    }
    hr {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }
    .left-arrow img {
        width: 20px;
    }
    .left-arrow {
        margin-left: 15px;
        bottom: 1px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .card {
        padding: 30 1rem;
        /* margin: 0; */
    }
    .back,.front {
        width: calc(100% - 2rem);
    }
}
@media (max-width: 580px) {
    .back-div {
        padding: 1.5rem;
    }
    .founder-contact text {
        font-size: 18px;
    }
    .founder-contact p {
        font-size: 10px;
    }
    .back-address a,.back-content p,.founder-contact a,.card-contact a,.back-content {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .back-address a, .back-content p, .founder-contact a, .card-contact a, .back-content {
        font-size: 12px;
    }
    .founder-contact text {
        font-size: 16px;
    }
    .back-address a {
        max-width: 350px;
    }
    .bni svg {
        width: 45px;
        height: 20px;
    }
    .logo svg {
        width: 250px;
        height: 54px;
    }
    .youtube p {
        font-size: 16px;
    }
    .youtube svg {
        width: 54px;
        height: 24px;
    }
}
@media (max-width: 390px) {
    .back-address a, .back-content p, .founder-contact a, .card-contact a, .back-content {
        font-size: 10px;
    }
    .founder-contact p {
        font-size: 8px;
    }
    .founder-contact text {
        font-size: 14px;
    }
    .back-address a {
        max-width: 280px;
    }
    .logo svg {
        width: 220px;
        height: 48px;
    }
    .bni svg {
        width: 40px;
        height: 18px;
    }
    .youtube svg {
        width: 46px;
        height: 20px;
    }
    .youtube p {
        font-size: 14px;
    }
}
/****** popover css**********/

.popover-content {
    font-size: 12px;
}

.left-popoverarrow img {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    /*opera*/
    transform: rotate(180deg);
    /*likely future standard*/
}

.popover-remove {
    box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.8);
    margin: auto;
    position: absolute;
    z-index: 1070;
    background-color: rgb(255, 255, 255);
    left: 10%;
    bottom: 10%;
    padding: 10px 15px;
    border-radius: 5px;
    color: rgb(70, 70, 178);
    letter-spacing: 1px;
    text-decoration: none;
}


/******popover css **********/