@tailwind base;
@tailwind components;
@tailwind utilities;

html {
    scroll-behavior: smooth;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.buttons {
    text-align: center;
    border-radius: 30px;
    min-width: 275px;

    transform: translate(0px, 80%);
    opacity: 0;
    transition: all 0.8s ease 0.6s;
}

.buttons._active {
    transform: translate(0px, 0px);
    opacity: 1;
}

.blob-btn {
    z-index: 1;
    position: relative;
    padding: 10px 46px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    background-color: transparent;
    outline: none;
    border: none;
    transition: color 0.5s;
    cursor: pointer;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.blob-btn:before {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #000000;
    border-radius: 30px;
}

.blob-btn:after {
    content: "";
    z-index: -2;
    position: absolute;
    left: 3px;
    top: 3px;
    width: 100%;
    height: 100%;
    transition: all 0.3s 0.2s;
    border-radius: 30px;
}

.blob-btn:hover {
    color: #ffffff;
    border-radius: 30px;
}

.blob-btn:hover:after {
    transition: all 0.3s;
    left: 0;
    top: 0;
    border-radius: 30px;
}

.blob-btn:hover:before {
    border: 3px solid #edac3d;
}

.blob-btn__inner {
    z-index: -1;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: #ffffff;
}

.blob-btn__blobs {
    position: relative;
    display: block;
    height: 100%;
    filter: url("#goo");
}

.blob-btn__blob {
    position: absolute;
    top: 2px;
    width: 25%;
    height: 100%;
    background: #edac3d;
    border-radius: 100%;
    transform: translate3d(0, 150%, 0) scale(1.7);
    transition: transform 0.45s;
}

@supports (filter: url("#goo")) {
    .blob-btn__blob {
        transform: translate3d(0, 150%, 0) scale(1.4);
    }
}

.blob-btn__blob:nth-child(1) {
    left: 0%;
    transition-delay: 0s;
}

.blob-btn__blob:nth-child(2) {
    left: 30%;
    transition-delay: 0.08s;
}

.blob-btn__blob:nth-child(3) {
    left: 60%;
    transition-delay: 0.16s;
}

.blob-btn__blob:nth-child(4) {
    left: 90%;
    transition-delay: 0.24s;
}

.blob-btn:hover .blob-btn__blob {
    transform: translateZ(0) scale(1.7);
}

@supports (filter: url("#goo")) {
    .blob-btn:hover .blob-btn__blob {
        transform: translateZ(0) scale(1.4);
    }
}


.bg-text {
/*  background: linear-gradient(90deg, #edac3d, #E29615);*/
  color: transparent;
  background-image: linear-gradient(#eac178,#edac3d, #cb8713);
  -webkit-background-clip: text;
  opacity: 1;
  transform: translate(0px, 0px) scale(1);
}

.nav-item.active {
    font-weight: bold;
    color: #000;
}

.nav-item-mob.active  {
    font-weight: bold;
    color: #000;
}

.font-montserrat {
    font-family: "Montserrat", sans-serif;
}

.font-expletus {
    font-family: "Expletus Sans", sans-serif;
}

.font-allison {
    font-family: "Allison", cursive;
}

/*animation*/
.main-quote {
    transform: translate(0px, 80%);
    opacity: 0;
    transition: all 0.8s ease 0s;
}

.main-quote._active {
    transform: translate(0px, 0px);
    opacity: 1;
}

.main-text {
    transform: translate(0px, 80%);
    opacity: 0;
    transition: all 0.8s ease 0.3s;
}

.main-text._active {
    transform: translate(0px, 0px);
    opacity: 1;
}


.anim-text {
    transform: translate(0px, 80%);
    opacity: 0;
    transition: all 0.8s ease 0s;
}

.anim-text._active {
    transform: translate(0px, 0px);
    opacity: 1;
}

.service-block {
    transform: translate(0px, 50%);
    opacity: 0;
    transition: all 0.8s ease 0s;
}

.service-block-left {
    transform: translate(0px, 50%);
    opacity: 0;
    transition: all 0.8s ease 0s;
}

.service-block._active, .service-block-left._active {
    transform: translate(0px, 0px);
    opacity: 1;
}

.img-block {
    transform: translate(0px, 20%);
    opacity: 0;
    transition: all 0.8s ease 0s;
}

.img-block._active {
    transform: translate(0px, 0px);
    opacity: 1;
}

.advantage-block {
    transform: translate(0px, 20%);
    opacity: 0;
    transition: all 0.8s ease 0s;
}
.advantage-block._active:nth-child(1) {
    transition: all 0.8s ease 0s;
}

.advantage-block._active:nth-child(2) {
    transition: all 0.8s ease 0.2s;
}

.advantage-block._active:nth-child(3) {
    transition: all 0.8s ease 0.4s;
}

.advantage-block._active:nth-child(4) {
    transition: all 0.8s ease 0.6s;
}

.advantage-block._active:nth-child(5) {
    transition: all 0.8s ease 0.8s;
}

.advantage-block._active {
    transform: translate(0px, 0px);
    opacity: 1;
}




@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat/Montserrat-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Allison';
    src: url('fonts/Allison/Allison-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Expletus Sans';
    src: url('fonts/Expletus_Sans/ExpletusSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Expletus Sans';
    src: url('fonts/Expletus_Sans/ExpletusSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Expletus Sans';
    src: url('fonts/Expletus_Sans/ExpletusSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Expletus Sans';
    src: url('fonts/Expletus_Sans/ExpletusSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}




