* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    letter-spacing: 0.2rem;
    

    font-family: "Pliant", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
}

h1 {
    color: #fafcfc;
    font-size: 4rem;
}

span {
    color: #eeb944;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: fit-content;
    padding: 30px;
}

/************   Nav bar   **************************/

.menu-toggle {
  display: none;
  font-size: 28px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}

.navbar {
    height: 60px;
    top: 0;
    
    right: 0;
    background-color: aliceblue;
    width: 100%;
}

.nav-links {
    list-style-type: none;
    display: flex;
    justify-content: flex-end;
}

.navbar li {
    
    margin: 10px;
    height: 30px;
    width: 140px;
    padding-top: 10px;
    
}

.navbar a {
    text-decoration: none;
    color: rgb(1, 1, 20);
    display: block;
    transition: color 0.2s ease ;
    text-align: center;
}

.navbar a:hover {
    color: #000000;
    box-shadow: 0px 0px 20px #49a9d6;
    background-color: rgb(73, 169, 214);
    border-radius: 5px;
    padding: 5px;
    height: 30px;
    width: 140px;
    margin-top: -5px;
}
/***********   Header      **************/
.home-header{
    background-image: 
    url("../images/emile-perron-xrVDYZRGdw4-unsplash.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: fit-content;
    color: rgb(33, 35, 40);
    min-height: 90vh;
    width: 100%;
    
}

.intro-text {
    text-align: center;
    text-shadow: 0px 0px 10px #dfab3a;
    padding-top: 40px;
}

.intro-text h2 {
    color: aliceblue;
}
.top-logo {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 3px solid #cd7f12;
    position: fixed;
    margin: 8px;
    z-index: 1;
    animation: continuousFlip 8s infinite linear;
    will-change: transform;
}

@keyframes continuousFlip {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

.home-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 60px;
}

.home-section h2 {
    font-size: 3rem;
    text-align: center;
    padding-bottom: 20px;
    
}

.home-container {
    display: flex;
   flex-wrap: wrap;
    padding-bottom: 50px;
}

.home-text {
    padding: 30px;
    min-width: 300px;
    max-width: 500px;
}

.call-to-action {
    
    width: 150px;
    height: 40px;
    background-color: #BF7D1F;
    margin-top: 40px;
    border-radius: 10px;
    border: none;
}

.call-to-action a {
    text-decoration: none;
    color: aliceblue;
}

.call-to-action:hover {
    box-shadow: 0px 0px 20px #BF7D1F;
}



.home-img {
    width: 250px;
    height: 250px;
    box-shadow: 0 0 10px black;
    border-radius: 10px;
    margin-left: 30px;
}

/**************  About section   **********************/

.contact-us-heading p {
    padding: 10px;
}

.about-section {
    height: fit-content;
    background-color: rgb(232, 232, 232);
    text-align: center;
    padding: 40px;
}

.about-text {
    text-align: left;
    padding-left: 80px;
}

.about-text h2 {
    padding-bottom: 20px;
    font-size: 2rem;
}

.about-text p{
    padding-bottom: 5px;
}

.card {
    border: 3px solid #DCB054;
    width: 250px;
    height: 300px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin: 50px 20px;
    box-shadow: 0px 0px 20px #BF7D1F;
    padding-bottom: 50px;
    transition: transform 0.3s ease;
}

.card:hover {
    transform: scale(1.05);
}

.card p {
    font-size: 5rem;
    color: #49a9d6;
}

.icon {
    width: 100px;
    height: 100px;
}

.price-card-title {
    background-color: #DCB054;
    background-image: linear-gradient(#DCB054, #ecd9af);
    height: 110px;
    width: 294px;
    margin-top: -6px;
    border-radius: 10px 10px 0px 0px;
    padding-top: 30px;
    text-align: center;
}

.price-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: rgb(244, 246, 248);
    width: 100%;
    background-image: 
    url("/images/conny-schneider-xuTJZ7uD7PI-unsplash.jpg");
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px;
}

.price-title h2, p {
    text-shadow: 0px 0px 10px #DCB054;
}

.price-card {
    border: 3px solid #DCB054;
    width: 300px;
    height: 350px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    margin: 50px 20px;
    box-shadow: 0px 0px 20px #BF7D1F;
    padding-bottom: 50px;
    transition: transform 0.3s ease;
}

.price-card-top {
    background-color: #DCB054;
    background-image: linear-gradient(#DCB054, #ecd9af);
    height: 110px;
    width: 294px;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
}

.dropdown-section {
    width: 170px;
    border-color: #49a9d6;
    border-radius: 5px;
    margin: 20px;
    padding: 7px;
}

.web-discription{
    
    padding: 20px;
}

.web-discription p {
    padding-bottom: 10px;
}

/*************   Price setction  **************************/
.price-background {
    background-color: aliceblue;
    padding-top: 80px;
    padding-bottom: 80px;
}

.small-icon {
    width: 20px;
    margin-bottom: -4px;
}


.med-icon {
    height: 70px;
    margin-bottom: -30px;
    padding: 10px;
}

/**************  Contact us    **********************/

.contact-us-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 300px;
    background-image: url("/images/conny-schneider-xuTJZ7uD7PI-unsplash.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: aliceblue;
    width: 100%;
}

.contact-us-heading h2 {
    text-shadow: 0px 0px 10px #BF7D1F;
}
.contact-us-section {
    display: flex;
    flex-direction: column;
    background-color: aliceblue;
    justify-content: center;
    align-items: center;
    padding: 50px;
}

.contact-us-section a {
    text-decoration: none;
    color: inherit;
    margin: 20px;
    transition: font-size 0.3s ease;
}

.contact-us-section a:hover {
    color: #BF7D1F;
    font-size: 1.2rem;
}

.contact-us-section h2 {
    padding-bottom: 40px;
    
}

/************  footer   *******************/

footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    background-color: #060C18;
    color: aliceblue;
    height: fit-content;
}

.footer-block {
    padding: 20px;

}

.footer-links li {
    list-style-type: none;
    font-size: 0.7rem;
    padding: 5px;
}

.footer-links a {
    text-decoration: none;
    color: aliceblue;
    
}

.footer-block p {
    font-size: 0.8rem;
}

.footer-links a:hover {
    color: #BF7D1F;
}

.terms {
    font-size: 0.9rem;
    text-decoration: none;
}

.price-section-two {
    background-color: aliceblue;
    padding: 50px 0;
}

.big-h2 {
    font-size: 3rem;
}

.footer-logo {
    width: 100px;
    height: 100px;
}


@media (max-width: 768px) {
    .intro-text h1 {
        font-size: 2.5rem;
        padding-top: 50px;
    }
    .nav-links {
        display: none;
        flex-direction: column;
        border-radius: 10px;
        background-color: #49a9d6;
        width: 150px;
        z-index: 10;
        padding-bottom: 5px;
    }
    .navbar {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        
    }

    .top-logo {
        width: 70px;
        height: 70px;
    }
   
    .contact-us-section {
        font-size: 0.8rem;
        padding: 0;
        padding-bottom: 10px;
    }

    .med-icon {
        width: 50px;
    }
    
    
    .menu-toggle {
        display: block;
        font-size: 28px;
        background: none;
        padding: 20px;
        border: none;
        color: #49a9d6;
        float: right;
    }

    .nav-links.active {
        display: flex;
        
    }
    
}