.header-section{
    background-color: rgb(195, 145, 241) !important;
    color: rgb(56, 9, 100) !important;
   
}

a{
    color: rgb(56, 9, 100);
    text-decoration: none;
}

p{
    font-size: 18px;
    font-style:italic;
}

nav{
    background-color: rgb(204, 178, 228);
    color: rgb(56, 9, 100);
}

img{
    display: block ; 
    max-width: 100% ;
        height: auto ;
        object-fit: contain;
    
}

.container-fluid img{
    margin-right: 10px;
}

.container-home{
    height: 100vh;
}

ul{
    list-style-type: none;
    padding: 0;
}

.ratio{
    align-self: center;
}

.google-map{
    margin-top: 0 !important;
}


/* ---------carousel ------------------*/
.carousel{
    /* max-width: 900px; */
    margin: 0 auto;
    
    }
    
.carousel img{
    height: 700px;
    object-fit: cover;
    /* width: 100%; */
}

.carousel-side-color{
    background: linear-gradient(270deg, #FBCAFF 0%, #B157BF 101.83%);

}

.carousel-side-color-1{
    background: linear-gradient(90deg, #FBCAFF -1.83%, #B157BF 100%);

  
    
}

.accordion-button{
    background-color: rgb(195, 145, 241) !important;
    color: rgb(56, 9, 100);
}


.accordion-button:focus{
    text-decoration: none;
}
/* --------------------------------- */

/* ------------------map------------- */


.map-icon-list{
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}

.map-icon{
    width: 60px;
    transition: width 2s ease;

}

.map-icon:hover {
	width: 80px;
}

/* --------------------------------- */

/* -----------------form------------ */

.btn{
    background-color: transparent;
    color: rgb(56, 9, 100);
    border-color: blueviolet;
    border-radius: 12px;
}

.form-div{
    background-color: #fff9ff;
    border-radius: 10px;
}

.form-control{
    width: 564px !important;
}

.btn:hover, .btn:focus{
    background-color: rgb(195, 145, 241);
    color: rgb(56, 9, 100);
    border-color: transparent
}

.form-check-input:checked{
    background-color: blueviolet;
    border-color: #c671ee;
    box-shadow: 0 0 0 4px #d9a3f1;
}

.form-check-input:focus{
    box-shadow: 0 0 0 4px #d9a3f1;
    border-color: #c671ee;

}

.form-control:focus, .accordion-button:focus{
    border-color: #c671ee;
    box-shadow: 0 0 0 4px #d9a3f1;

}

.form-img{
    border-radius: 8px;
}

/* ----------------------------------------------- */


/* --------------footer---------------------- */

.footer{
    background-color: rgb(204, 178, 228);

}

.footer-copyright{

    background-color: rgb(195, 145, 241);
}


.footer-soc-list{
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding-top: 8px;
    padding-bottom: 8px;
}

.footer-soc-item{
    width: 40px;
    height: 40px;
}

.icon-link{
    display: flex;
    border-radius: 50%;
    /* background-color: transparent; */
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    transition: box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.icon-link:hover, .icon-link:focus{
    box-shadow: 2px 2px 2px 2px rgba(225, 8, 214, 0.08);
}


/* ----------------------------------------------- */



