/*text*/
a.text-underline{
    text-decoration: underline;
}
a.text-underline:hover{
    text-decoration: none;
}


/*color*/
.text-frenchrose{
	color: #EE4088!important;
}
.text-sugarwinkle{
	color: #fdcadf!important;
}
.text-cadmiumviolet {
	color:#814097!important;
}
.text-gingerline {
	color:#fedd10!important;
}
.text-white{
    color:#ffffff!important;
}
.text-davysgrey {
    color:#58595B!important;
}

.text-emeraldgreen{
    color:#00A32B!important;
}

.bg-white{
    background:#fff!important;
}
.bg-sugarwinkle{
	background: #fdcadf!important;
}
.bg-whitesmoke{
    background: #F5F5F5!important;
}
.bg-cadmiumviolet {
	background:#814097!important;
}

.bg-frenchrose {
    background: #EE4088 !important;
}
.bg-gingerline {
	background:#fedd10!important;
}
.bg-frenchrose{
  background:#EE4088!important;
}
.bg-palerose{  
    background:#FDCADF!important;
}
.bg-bazookapink{
background: #FFA2C9!important;
}

.bg-orientalblush {
    background: #DDB5EB!important;
}

.bg-lavender {
    background:#EEDFF4!important;
}
.bg-lavenderblush {
    background:#FFF4F8!important;
}
.bg-connecticutlilac{
    background:#DDB5EB!important;
}
.bg-verypalemulberry{
    background:#F8E2FF!important;
}
.bg-pastelgreen{
    background:#B4FFCF!important; 
}

.bg-none{
    background: transparent!important;
}

.border-cadmiumviolet{
	border-color: #814097!important;
}
.border-frenchrose{
	border-color: #EE4088!important;
}
.border-sugarwinkle{
    border-color: #fdcadf!important;
}

.border-none{
    border-color: transparent!important;
}

.rounded-backslash-4 {
    border-radius: 1rem 0 1rem !important;
}
/*font size*/
.fs-7{
    font-size: 0.75rem;
}
.fa.fa-star-half{
    color: #ffd32a!important;
}



/*social button*/
.bg-instagram{
    background: #8134AF!important;
}
.bg-facebook{
    background: #1877F2!important;
}
.bg-youtube{
    background: #CD201F!important;
}
.bg-linkedin{
    background: #0077B5!important;
}
.p-facebook{
    padding: 14px 20px!important;
}
.p-youtube{
    padding: 14px 16px!important;
}
.btn-social {
    padding: 14px 18px;
    font-size: 18px;
}

.shadow-hover:hover {
    box-shadow: var(--bs-box-shadow) !important;
}

/* button */
.card a.btn {
    margin-top: 10px;
    padding: 10px 15px;
    font-size: 1em;
    background-color: #EE4088;
    border: none;
    border-radius: 25px;
    color: white;
    cursor: pointer;
}

/* line height*/
.lh-1-5{
  line-height: 1.5!important;
}

/*navbar*/
ul.main-menu{
    left: 0;
}

.space-header-menu ul.main-menu li a {
    padding: 32px 26px!important;
    font-weight: bold!important;
}

/*body*/
body{
  min-width: 360px;
}

/* footer */
    .footer {
        background-color: #000000;
        color: #fff;
        padding: 20px 40px;
    }
    .footer-columns {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .footer-column {
        flex: 1;
        margin: 0 10px;
    }
    .footer-column h3 {
        border-bottom: 2px solid #555;
        padding-bottom: 10px;
        margin-bottom: 15px;
        font-size: 18px;
    }
    .footer-column ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: block;
    }
    .footer-column ul li {
        margin: 10px 0;
    }
    .footer-column ul li a {
        color: #fff;
        text-decoration: none;
        transition: color 0.3s;
    }
    .footer-column ul li a:hover {
        color: #ddd;
    }
    .footer-bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .footer-logo {
        display: flex;
        align-items: center;
    }
    .footer-logo img {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }
    .social-media-buttons {
     display: block;
     gap: 20px;
 }
 .social-media-buttons a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    transition: background-color 0.3s;
}
.social-media-buttons a:hover {
    background-color: #777;
}


.lists{
    padding: 0px!important;
    display: contents;
    justify-content: space-between;
    line-height: 50px;
}
.lists li {
    line-height: 1.75rem;
}

/* table */
.w-60 {
    width: 60% !important;
}


.table {

    --bs-table-striped-bg: #EEDFF4!important;
    --bs-table-striped-color: 814097!important;
    --bs-table-color: 814097!important;
}


.box-15{
    width:15%;
}

.box-10{
    width:10%;
}

.card img {
	max-width: 100%;
	height: auto;
	border-radius: 50%;
	margin-bottom: 20px;
}