body{
    background-color: #fcf8ee;
}

@font-face {
    font-family: MainFont;
    src: url("./VAG Rounded Black.ttf");
}

h1 {
    font-family: MainFont;
    color: orange;
    font-size: 3rem !important;
    text-shadow: 2px 2px orangered;
    letter-spacing: 3px !important;
}

.logo {
    font-family: MainFont;
    font-size: 4rem;
}


.logo span:nth-child(1) {
    color: #fa533d;
}

.logo span:nth-child(2) {
    color: #f8a323;
}

.logo span:nth-child(3) {
    color: #069cdd;
}

.logo .tagline {
    color: #069cdd;
    line-height: 0;
}

.plan-party-button{
    color: #fff;
    background-color: #fa533d;
}

.card{
    box-shadow: 6px 6px #fa533d;
    border: 1px solid black;
    border-radius: 10px;
}

.star{
    mix-blend-mode: multiply;
    filter: contrast(1);
}

.logo-section{
    box-shadow: 0px 0px 6px gray;
    position: sticky;
    top: 0;
    background-color: antiquewhite;
    z-index: 99;
}

.logo-section img{
    mix-blend-mode: multiply;
    filter: contrast(1);
}

.section-galery .card{
    box-shadow: none;
    height: 100%;
    border: none;
}
.section-galery img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 4px solid #069cdd;
}

.btn-blue{
    background-color: #069cdd;
    color: white;
}

.contact{
    position: fixed;
    top: 30px;
    right: 30px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    border: 3px solid black;
    box-shadow: 0px 0px 6px gray;
    overflow: hidden;
    background-color: #fa533d;
}

.contact img{
    object-fit: contain;
    height: 100%;
    width: 100%; 
}

.call-btn{
    background-color: #fa533d;
    color: #fff;
    width: 120px;
}

@media only screen and (max-width: 600px) {
  .logo {
        font-family: MainFont;
        font-size: 2rem;
    }
   h1{
        font-size: 1.5rem !important;
        text-shadow: 2px 2px orangered;
        letter-spacing: 3px !important;
   }
   .contact{
        right: 15px;
        top: unset;
        bottom: 55px;
        height: 60px;
        width: 60px;
   }
}

