.pacifico-regular {
    font-family: "Pacifico", serif;
    font-weight: 400;
    font-style: normal;
  }
  .alata-regular {
    font-family: "Alata", serif;
    font-weight: 400;
    font-style: normal;
  }

body{
    font-family: Alata !important;
    /*overflow-y: hidden;*/
}

.logoFont{
    font-family: Pacifico;
    font-size: 30px;
}
a{
    text-decoration: none !important;
}
.navigationLink{
    color: rgb(41, 41, 41) !important;
}
.container-fluid{
    padding-right: 0px !important;
}
.heroText{
    padding-left: 100px;

    position: relative;
}
.heroText p{
    font-size: 45px;
    
}
.heroText h1{
    font-size: 85px;
    margin-bottom: 2rem;
}
.heroText h2{
    font-size: 45px;
}
.heroText h2 span{
    font-weight: bold;
    color: #FB8833;
}
.ink1{
    position: absolute;
    top: -13rem;
    left: 0;
}
.swiper {
    width: 600px;
    height: 200px;
}
.navbar-toggler:focus{
    box-shadow: none !important;
}

@media only screen and (max-width: 600px) {
  .heroText{
    padding: 0px 10px;
    text-align: center;
    margin-top: 30px;
  }
  .heroText h1{
    font-size: 2.5rem;
  }
  .heroText p{
    font-size: 1rem;
  }
  .heroText h2{
    font-size: 2rem;
  }
  .swiper-slide img{
    width: 2.5rem !important;
  }
  .swiper-slide{
    width: 100% !important;
  }
  .swiper{
    width: 100%;
    height: 80px !important;
  }
  .ink1{
    z-index: -1;
  }
}

.navbar-toggler-icon {
    background-image:url("data:image/svg+xml;charset=utf8,%3CsvgviewBox='0 0 30 30'xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 4L26 26M26 4L4 26'/%3E%3C/svg%3E") !important;
}

.ariaInk{
    top: 0px;
    right: 0px;
}
.w-2{
    width: 2% !important;
}


