@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Inknut+Antiqua:wght@300;400;500;600;700;800;900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

@media screen {
  
  body {
    font-family: "open-sans", "Trebuchet MS", trebuchet, sans-serif;
  }
  
  .header a i,
  .footer a i {
    margin-right: 0px;
  }
  
  .main-be-area {
    background: url("https://mcdesign.avvio.com/005/047/000/6021/upload/imgs/horse-background-640x630-fp_lb-fpoff_0_0.jpg") #FFFFFF no-repeat left bottom fixed;
    
    padding-bottom: 60px;
  }
  
  .header {
    background-color: #FFFFFFD9;
    color: #212529;
    box-shadow: 0px 2px 2px #00000066;
    
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.8px;
    line-height: 21px;
    
    padding-block: 0px;
    padding-inline: 37.6px;
    z-index: 3;
  }
  
  .header .container {
    display: flex;
    justify-content: right;
    align-items: center;
    
    width: 100%;
  }
  
  .header .logo {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    
    background-color: #FFFFFFD9;
    box-shadow: 0px 2px 2px #00000066;
    
    top: 0px;
    left: 56.4px;
    width: 200px;
    height: 190px;
  }
  
  .header .logo img {
    display: block;
    
    height: 170px;
    width: auto;
    
    transition: all 0.2s ease-in-out;
  }
  
  .header .logo:hover img {
    filter: grayscale(50%);
  }
  
  .header .backtosite {
    display: flex;
    
    height: fit-content;
    padding-block: 35px;
  }
  
  .header .backtosite a {
    background-color: #6C2F73;
    color: #FFFFFF;
    
    font-family: "Inknut Antiqua", "Georgia", georgia, serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    
    min-width: 210px;
    max-height: 50px;
    
    transition: all 0.8s ease-in-out;
  }
  
  .header .backtosite:hover a {
    background-color: #B49436;
  }
  
  /* --- Abandonment message --- */
  #exitIntentWrapper {
    background-color: #00000073;
  }
  
  #exitIntentPopupContainer {
    justify-content: center;
    align-items: center;
    
    box-shadow: 0px 0px 10px 2px #00000073;
    
    padding: 30px;
  }
  
  #allContent {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    
    height: 100%;
    width: 100%;
  }
  
  #exitIntentHeading {
    display: flex;
    justify-content: center;
    align-items: center;
    
    color: #B49436;
    
    font-family: "Inknut Antiqua", "Georgia", georgia, serif;
    font-size: 22.4px;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-align: center;
    text-transform: uppercase;
    
    width: 100%;
    margin: 0px;
  }
  
  #exitIntentHeading::before,
  #exitIntentHeading::after {
    content: "";
    
    background-color: #B49436;
    
    height: 1px;
    width: 25%;
    z-index: 2;
  }
  
  #exitIntentHeading::before {
    margin-right: 40px;
  }
  #exitIntentHeading::after {
    margin-left: 40px;
  }
  
  #exitIntentText {
    color: #212529;
    font-family: "open-sans", "Trebuchet MS", trebuchet, sans-serif;
    font-size: 15.4px;
    font-weight: 700;
    line-height: 23.1px;
    text-align: center;
    
    margin: 0px;
  }
  
  #exitIntentAction {
    margin: 0px;
  }
  
  #exitIntentCtaButton {
    display: flex;
    justify-content: center;
    align-items: center;
    
    background-color: #6C2F73;
    color: #FFFFFF;
    
    font-family: "Inknut Antiqua", "Georgia", georgia, serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
    text-transform: uppercase;
    
    min-height: 50px;
    min-width: 210px;
    padding: 0px;
    border: 1px solid #6C2F73;
    
    transition: all 0.8s ease;
  }
  
  #exitIntentCtaButton:hover {
    background-color: #B49436;
    border: 1px solid #B49436;
  }
  
  .footer {
    align-items: center;
    
    background-color: #FFFFFF;
    color: #4D4D4D;
    box-shadow: 0px -2px 12px 2px #00000026;
    
    padding-top: 40px;
    padding-bottom: 60px;
  }
  
  .footer .container {
    display: flex;
    justify-content: center;
    
    width: 100%;
    gap: 55px;
    padding-bottom: 20px;
  }
  
  .footer a {
    color: #4D4D4D;
    
    transition: all 0.8s ease-in-out;
  }
  
  .footer a:hover {
    color: #B49436;
  }
  
  .footer .left {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    
    gap: 20px;
  }
  
  .footer .footer-logo img {
    display: block;
    
    height: 140px;
    width: auto;
    
    transition: all 0.8s ease-in-out;
  }
  
  .footer .footer-logo:hover img {
    filter: grayscale(100%);
  }
  
  .footer .socials {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    
    gap: 32px;
  }
  
  .footer .socials a i {
    color: #6C2F73;
    
    font-size: 36.48px;
    line-height: 36.48px;
    
    transition: all 0.8s ease-in-out;
  }
  
  .footer .socials a:hover i {
    color: #B49436;
  }
  
  .footer .socials a img {
    display: block;
    
    filter: invert(22%) sepia(28%) saturate(2093%) hue-rotate(255deg) brightness(98%) contrast(92%);
    
    width: 36.48px;
    
    transition: all 0.8s ease-in-out;
  }
  
  .footer .socials a:hover img {
    filter: invert(53%) sepia(98%) saturate(281%) hue-rotate(7deg) brightness(91%) contrast(94%)
  }
  
  .footer .right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    
    font-size: 16.8px;
    font-weight: 300;
    letter-spacing: 0.8px;
    line-height: 25.2px;
    text-align: left;
    
    gap: 20px;
  }
  
  .footer .address {
    
  }
  
  .footer .contact p {
    color: #B49436;
    
    margin-block: 0px;
  }
  
  .footer small a {
    color: #B49436;
    
    font-size: 16.8px;
    
    padding-top: 20px;
    
    transition: all 0.8s ease-in-out;
  }
  
  .footer small a:hover {
    color: #6C2F73;
  }
  
}



@media screen and (max-width: 1699px) {
  
  .header .container {
    justify-content: space-between;
  }
  
  .header .logo {
    position: static;
    
    box-shadow: unset;
    
    width: auto;
    height: auto;
  }
  
  .header .logo img {
    height: 150px;
    margin-top: -20px;
  }
  
}



/* ----- Tablet specific ----- */
@media screen and (max-width: 999px) {
  
  .footer .container {
    padding-inline: 10px;
    gap: 20px;
  }
  
  .footer .left,
  .footer .right {
    width: 50%;
  }
  
  .footer .left {
    align-items: center;
  }
  
  .footer .socials {
    gap: 16px;
  }
  
}



/* ----- Mobile specific ----- */
@media screen and (max-width: 499px) {
  
  .header .container {
    justify-content: center;
  }
  
  .header .backtosite {
    display: none;
  }
  
  .footer .container {
    flex-direction: column;
    
    gap: 40px;
  }
  
  .footer .left,
  .footer .right {
    width: 100%;
  }
  
  .footer .footer-logo {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  
  .footer .socials {
    justify-content: center;
    width: 100%;
  }
  
  .footer .right {
    text-align: center;
  }
  
  .footer .address {
    width: 100%;
  }
  
  .footer .contact {
    width: 100%;
  }
  
  .footer small {
    width: 100%;
  }
  
}