
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


body {
    font-family: "Inter", sans-serif;
    color: black;
    background-color: white;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 19px;
}
p {
    color: black;
    margin-top: 1rem;   
}
.navbar {
    background-color: #a8b1be;
}
.nav-link {
    color: white;
}
.navbar-nav .nav-link.active {
    color: rgb(144, 146, 145);   
}
h4 {
    color: white;
    margin-right: 2.5em;
    text-decoration: none;
    font-weight: bolder;
}
.navbar-brand-logo {
    color: rgb(204, 200, 200);
    margin-right: 2.5em;
    text-decoration: none;
     
}
.navbar-toggler {
    background-color:  rgb(248, 250, 250);
}

.card-title {
    color: rgb(32, 6, 56);
    margin-top: 2%;
    margin-left: 10%;
   
}

.about-contact {
    margin-top: 1em;
    margin-bottom: 1em;
}
h2 {
    margin-left: 3%;
    font-weight: bolder;
}
h5 {
    margin-top: 5%;
    margin-bottom: 2%;   
    font-weight: bold;
}
h6 {
    font-weight: bolder; 
}
.text-home {
    color: rgb(32, 6, 56);
    margin-top: 3rem;
   
}
.text-color {
    color: rgb(32, 6, 56);
    margin-top: 2%;
    
    
}
.carousel-item {
    background: linear-gradient(220deg, #c5c8c9 0%, #dadfdfce 80%);
}
.sidebar {
    color: rgb(10, 10, 10);
    background: rgb(241, 247, 246);
   }

.text-about {
    color: rgb(32, 6, 56);
    margin: 1% 0 0 5%;
}
.about {
    background: rgb(244, 248, 247);
    padding: 1rem 3rem 1rem 1rem;
    margin-left: 2%;
}
.reviews {
    background: rgb(244, 248, 247);
}
.form {
    padding: 2rem 1rem;
}
.box {
    width: 100%;  
    margin: 1rem 0 1rem;
    border-radius: 0.5rem;
    padding: 0.8rem;
}

.card {
    color: rgb(10, 9, 9);   
    background-color: rgba(243, 250, 249, 0.61);
   
}
.card a {
    text-decoration: none;
    color: rgb(8, 8, 8);
}

.card-buy {
    margin: 10% 7% 0 10%;  
    color: black;
}
.card-title-page {
    color: black;
    margin-bottom: 10%;
}
.text-btn {
    text-decoration: none;
}
.btn-primary {
    background: linear-gradient(270deg, rgba(220, 235, 235, 0.445) 0%, #7e7f8070 80%);
}
.btn-close {
    margin-top: 2em;
    margin-left: 1em;
}
.btn-send {
    margin: 1.5rem 1.5rem;
    border-radius: 1.5rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, .7);
    font-weight: 800;
    cursor: pointer;
    transition: 0.3s;
}
.btn-send:hover {
    background-color: dimgray;
    color: white;
}
    
.text-name {
    font-weight: bolder;
}
.pay {
    margin: 15% 15% 0 0;
}
.more {
    margin: 3em 5em;
}
.slide-text {
    color: rgb(22, 20, 20);
    margin: auto auto;
}

.footer-text {
    color: rgb(22, 20, 20);
    margin: auto auto;
}
.media-links {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer {
    background: linear-gradient(270deg, #dee2e2 0%, #ecf1f1 80%); 
}

.call-anim {
    animation: call 2s ease 0s 1 normal forwards;
}

@keyframes call {
	0%,
	100% {
		transform: rotate(0deg);
		transform-origin: 50% 100%;
	}

	10% {
		transform: rotate(35deg);
	}

	20%,
	40%,
	60% {
		transform: rotate(-35deg);
	}

	30%,
	50%,
	70% {
		transform: rotate(35deg);
	}

	80% {
		transform: rotate(-15deg);
	}

	90% {
		transform: rotate(15deg);
	}
}

@media (max-width: 755px) {
    .carousel-indicators {
        display: none;
    }
}
