body {
    margin: 0;
    /*padding: 0;*/
    /*font-family: 'Roboto', sans-serif;*/
    box-sizing: border-box;
}
:is(h1,h2,h3,h5,h6) {
    font-family: Poppins;
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}
@media (min-width: 1600px) {
    .container, .container-xl {
        max-width: 1610px;
        --bs-gutter-x: 38px;
    }
}
#loader {
    display: none;
    text-align: center;
    margin-left: 10px;
}
#loader img {
    width: 25px;
}
header {
    background-color: #fff !important;
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, .1);
    transition: allease-in-out .3s;
}
.bg-light {
    background-color: #fff !important;
}
.hero_pad {
    padding: 60px 0 60px 0;
}

.hero_title {
    font-family: "Fredoka", serif;
    font-weight: 600;
    font-size: calc(28px + (75 - 28) * (100vw - 528px) /(1920 - 528));
    line-height: calc(35px + (80.5 - 35) * (100vw - 428px) /(1920 - 428));
    letter-spacing: 0%;
    text-transform: capitalize;
    
}
.hero_paragh {
      font-family: "Epilogue", serif;
    font-weight: 400;
    font-size: calc(18px + (24 - 18) * (100vw - 528px) /(1920 - 528));
    line-height: calc(26px + (36 - 26) * (100vw - 528px) /(1920 - 528));
    letter-spacing: 0%;
    margin-bottom: 1.75rem;
}
a.btn.btn__primary, button.btn.btn__primary {
    border-radius: .25rem;
    border-style: none;
    border-width: 1px;
    display: inline-block;
    --tw-bg-opacity: 1;
    /*background-color: rgb(197 32 49 / var(--tw-bg-opacity));*/
    background: linear-gradient(90deg, #891B6C 0%, #FF598D 100%);
    font-family: "Fredoka", serif;
    font-weight: 600;
    font-size: calc(15px + (17 - 15) * (100vw - 428px) /(1920 - 428));
    line-height: calc(16px + (17 - 16) * (100vw - 428px) /(1920 - 428));
    letter-spacing: 0.8px;
    text-align: center;
    padding: .75rem 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.titel_tag , .form-label {
     font-family: "Fredoka", serif;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 2rem;
    text-transform: capitalize;
    --tw-text-opacity: 1;
    color: rgb(197 32 49 / var(--tw-text-opacity));
}
.title_name {
     font-family: "Fredoka", serif;
      font-size: calc(28px + (55 - 28) * (100vw - 528px) /(1920 - 528));
    /*font-size: calc(1.5rem + (2.5 - 1.5) * (100vw - 428px) /(1920 - 428));*/
   line-height: calc(35px + (80.5 - 35) * (100vw - 428px) /(1920 - 428));
    font-weight: 400;
    text-transform: capitalize;
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}
.title_dec {
    font-family: "Epilogue", serif;
       font-size: calc(18px + (24 - 18) * (100vw - 528px) /(1920 - 528));
     line-height: calc(26px + (36 - 26) * (100vw - 528px) /(1920 - 528));
    font-weight: 400;
    /*line-height: 1.75rem;*/
    margin-top: .5rem;
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}
.billing_titel {
  
    font-weight: 400;
    font-size: calc(24px + (60 - 24) * (100vw - 428px) /(1920 - 428));
    line-height: calc(28px + (72 - 28) * (100vw - 428px) /(1920 - 428));
    letter-spacing: 0%;
    font-family: "Fredoka", serif;
    padding-bottom: 1rem;
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}
.billing_details {
    font-family: "Epilogue", serif;
    font-weight: 400;
       font-size: calc(18px + (24 - 18) * (100vw - 528px) /(1920 - 528));
    line-height: calc(26px + (36 - 26) * (100vw - 528px) /(1920 - 528));
    letter-spacing: 0%;
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
    text-align:justify;
}
@media (min-width: 768px) {
    .billing_details {
        margin-bottom: 2.75rem;
    }
}
.explore_link {
    font-family: "Epilogue", serif;
    align-items: center;
    display: inline-flex;
    font-size: 1.125rem;
    font-weight: 500;
    gap: .5rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}
.Outlet-types {
    background-color: #EF294C;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    max-height:100%;
    padding:20px 0;
}
.grid-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
    justify-content: center;
    grid-template-rows: auto;
    text-align: center;
}
@media (min-width:768px) {
   
    .grid-container {
       grid-template-columns: repeat(2, 1fr); 
    }
}

@media (min-width:1024px) {
   
    .grid-container {
       grid-template-columns: repeat(4, 1fr); 
    }
}
@media (min-width:1200px) {
    .Outlet-types {
        /*height:100vh;*/
    }
    .grid-container {
       grid-template-columns: repeat(5, 1fr); 
    }
}
.grid-type {
    background: linear-gradient(270deg, #7C0011 0%, #A20016 100%);
    border: .83px solid #84d4F64F;
    border-radius: 5px;
}
.white {
    color: #ffffff !important;
}
.grid-type h6 {
    font-family: "Fredoka", serif;
    font-weight: 400;
    font-size: calc(18px + (20 - 18) * (100vw - 428px) /(1920 - 428));
    line-height: calc(22px + (26 - 22) * (100vw - 428px) /(1920 - 428));
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
    padding-top: 1.974rem;
    padding-bottom: 2.174rem;
}
.grid-type img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 1.174rem;
}
footer { 
    background-color: #000000;
    padding: 1rem 0;
    /* text-align: center; */
    color: #ffffff;
}
footer p {
   font-family: "Fredoka", serif;
    text-align: start;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.5rem;
    letter-spacing: 5px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
footer span {
   font-family: "Fredoka", serif;
    text-align: start;
    font-size: 0.975rem;
    font-weight: 600;
    line-height: 1rem;
    letter-spacing: 1px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.form-control {
    border-radius: 10px;
    line-height: 1.5;
}
.g10branding {
    text-decoration:none;
}