* {
    font-family: potk !important;
    user-select: none;
    margin: 0 !important;
    padding: 0 !important;
}
.btn-danger {
  --bs-btn-color: #fff !important;
  --bs-btn-bg: hsl(18, 98%, 54%) !important;
  --bs-btn-border-color: hsl(18, 98%, 54%) !important;
  --bs-btn-hover-color: #fff !important;
  --bs-btn-hover-bg: hsl(18, 80%, 50%) !important;
  --bs-btn-hover-border-color: hsl(18, 80%, 50%) !important;
  --bs-btn-focus-shadow-rgb: 225, 83, 97 !important;
  --bs-btn-active-color: #fff !important;
  --bs-btn-active-bg: #b1532b !important;
  --bs-btn-active-border-color: #a44d28 !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
  --bs-btn-disabled-color: #fff !important;
  --bs-btn-disabled-bg: #dc6938 !important;
  --bs-btn-disabled-border-color: #dc6938 !important;
}
body {
    width: 100vw;
    height: 100vh;
    background-image: url('../image/picture.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.special {
    background: linear-gradient(270deg, #c1440e 33%, #3a5a40 33%, #3a5a40 67%, #4682b4 67%, #4682b4 100%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.text {
    font-size: 90px;
    position: relative;
}
.small {
    font-size: 60px !important;
}
.xsmall {
    font-size: 44px !important;
}
.text::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1000;
    font-size: 90px;
    -webkit-text-stroke: 25px white;
}
.small::after {
    font-size: 60px !important;
    -webkit-text-stroke: 19px white !important;
}
.xsmall::after {
    font-size: 44px !important;
    -webkit-text-stroke: 20px white !important;
}
.text1::after {
    content: 'سمیناریوم';
}
.text2::after {
    content: 'وبسایت';
}
.text3::after {
    content: 'Seminarium.ir';
}
.text4::after {
    content: 'بزودی در';
}
.text5::after {
    content: 'سمینار نزدیک تر از همیشه...';
}
@media (max-width: 992px) {
    .text {
        font-size: 80px !important;
    }
    .small {
        font-size: 50px !important;
    }
    .xsmall {
        font-size: 40px !important;
    }
    .text::after {
        font-size: 80px;
        -webkit-text-stroke: 25px white;
    }
    .small::after {
        font-size: 50px !important;
        -webkit-text-stroke: 14px white !important;
    }
    .xsmall::after {
        font-size: 40px !important;
        -webkit-text-stroke: 15px white !important;
    }
}
@media (max-width: 768px) {
    .text {
        font-size: 60px !important;
    }
    .small {
        font-size: 37px !important;
    }
    .xsmall {
        font-size: 27px !important;
    }
    .text::after {
        font-size: 60px;
        -webkit-text-stroke: 20px white;
    }
    .small::after {
        font-size: 37px !important;
        -webkit-text-stroke: 14px white !important;
    }
    .xsmall::after {
        font-size: 27px !important;
        -webkit-text-stroke: 10px white !important;
    }
}
@media (max-width: 575px) {
    .text {
        font-size: 67px !important;
    }
    .small {
        font-size: 45px !important;
    }
    .xsmall {
        font-size: 25px !important;
    }
    .text::after {
        font-size: 67px;
        -webkit-text-stroke: 20px white;
    }
    .small::after {
        font-size: 45px !important;
        -webkit-text-stroke: 10px white !important;
    }
    .xsmall::after {
        font-size: 25px !important;
        -webkit-text-stroke: 7px white !important;
    }
}