@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Fredoka:wght@300;400;500;600;700&family=Nunito+Sans:wght@300;400;600;700&family=Open+Sans:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap');

/*
font-family: 'Open Sans', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Fredoka', sans-serif;
font-family: 'DM Sans', sans-serif;
font-family: 'Nunito Sans', sans-serif;
*/

@import url('../vendor/fonts/font-awesome-all.css');
@import url('../vendor/fonts/bootstrap-icons/bootstrap-icons.css');
/* @import url('../vendor/libs/owl.carousel/css/owl.carousel.min.css'); */
/* @import url('../vendor/libs/owl.carousel/css/owl.theme.default.min.css'); */
@import url('../vendor/libs/swiper/css/swiper-bundle.min.css');
@import url('../vendor/libs/slick/css/slick.min.css');
@import url('../vendor/libs/player/css/container.player.min.css');
@import url('../vendor/libs/fancybox/css/jquery.fancybox.min.css');
@import url('../vendor/aos/css/animate.css');
/* @import url('../vendor/libs/jquery-ui/css/jquery-ui.css'); */
/* @import url('../vendor/nice-select/css/nice-select.css'); */
/* @import url('color.css'); */


/*--------------------------------------------------------------
# Common
---------------------------------------------------------------*/
:root {
    --thm-font: 'Poppins', sans-serif;
    --base-font: 'Nunito Sans', sans-serif;
    --thm-primary: 'Fredoka', sans-serif;
    --thm-text: 'DM Sans', sans-serif;
    --thm-secondary: 'Open Sans', sans-serif;
    --thm-color: #000;
    --thm-color-rgba: rgba(0, 0, 0, 0.7);
    --thm-primary: #2071ac;
    --thm-title: #142b3c;
    --thm-text: #3D3C3C;
    --thm-footer-primary: #f8f8f8;
    --thm-black: #1d1c1c;
    --thm-white: #ffffff;
    --thm-ratings: #ffb800;
    --thm-silver: #c0c0c0;
    --box-shadow-1: 0 16px 32px 0 rgba(7, 28, 31, 0.1);
    --box-shadow-2: 0 0 4px rgba(0, 0, 0, 0.1);
    --box-shadow-3: 0 1px 6px 0 rgba(32, 33, 36, .28);
    --box-shadow-4: 0 5px 20px 0 rgba(23, 44, 82, 0.1);
    --border-color: #f1f8ff;
    --border-color: #2071ac;
    /* --thm-body: #f0f5f9;
    --thm-greybg: #f7f7f7;
    --thm-text-dark: #ffffffa6; */
}


* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}


/***

  ====================================================================
    Global Settings
  ====================================================================

   ***/

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}


body {
    font-size: 16px;
    color: #6E6E6E;
    /* line-height: 28px; */
    font-weight: 400;
    background: var(--thm-white);
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
}

.container-fluid {
    padding: 0px;
}

.auto-container {
    position: static;
    max-width: 1320px;
    padding: 0px 15px;
    margin: 0 auto;
}

.small-container {
    max-width: 680px;
    margin: 0 auto;
}

.boxed_wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden !important;
    width: 100%;
    min-width: 300px;
}


a {
    font-family: var(--thm-font);
    font-weight: 600 !important;

    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

a:hover {
    text-decoration: none;
    outline: none;
}

input,
button,
select,
textarea {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    background: transparent;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-progress-appearance: none;
    appearance: none;
}


ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

input {
    transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
    transition: all 500ms ease;
}

p {
    position: relative;
    font-family: var(--thm-font);
    color: #676767;
    font-weight: 400;
    margin: 0px;
    transition: all 500ms ease;
}

span {
    font-family: var(--thm-font);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-family: var(--thm-font);
    font-weight: 600;
    color: #333333;
    margin: 0px;
    transition: all 500ms ease;
}

h2 {
    font-size: 50px;
    color: #111;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.modal-open {
    padding-right: 0 !important;
}

.section-padding {
    /* padding: 120px 0; */
    padding: 90px 0;
    position: relative;
}

@media (max-width:1199px) {
    .section-padding {
        padding: 60px 0;
    }

    .section-padding.pb-85 {
        padding-bottom: 70px !important;
    }
}

.no-top {
    padding-top: 0;
}

.no-bottom {
    padding-bottom: 0;
}

.d-flex-all {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vertical-middle {
    vertical-align: middle;
}

.ratting li {
    display: inline-block;
    margin: 0 -2px;
    font-size: 12px;
}


.centred {
    text-align: center;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.special_fonts {
    font-family: 'Fredoka', sans-serif;
}

figure {
    margin: 0px;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.bg-image-top {
    background-size: auto;
    background-position: top center;
    background-repeat: no-repeat;
}

.bg-image {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
}

video {
    width: 100%;
    height: 100%;
}

.bg-grey {
    background-color: #f7f7f7;
}


/* overlay border */

.overly-border::before,
.overly-border::after {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    z-index: 1;
}

.overly-border::before {
    border-top: 5px solid var(--thm-primary);
    border-bottom: 5px solid var(--thm-primary);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.overly-border::after {
    border-right: 5px solid var(--thm-primary);
    border-left: 5px solid var(--thm-primary);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    background-color: transparent;
    -webkit-text-fill-color: #ffffff;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-animation-delay: 1s;
    /* Safari support - any positive time runs instantly */
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

.contact-us input:-webkit-autofill,
.contact-us input:-webkit-autofill:hover,
.contact-us input:-webkit-autofill:focus,
.contact-us textarea:-webkit-autofill,
.contact-us textarea:-webkit-autofill:hover,
.contact-us textarea:-webkit-autofill:focus,
.contact-us select:-webkit-autofill,
.contact-us select:-webkit-autofill:hover,
.contact-us select:-webkit-autofill:focus {
    -webkit-text-fill-color: #828080;
    /* -webkit-box-shadow: 0 0 0 30px #ffffff inset !important; */
}

@-webkit-keyframes autofill {

    0%,
    100% {
        color: #828080;
        background: #ffffff;
    }
}

/* form alt */
.form-alt form label.error {
    color: #ffffff;
}

form input[type=search],
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
    width: 100%;
    height: 60px;
    padding: 0 30px;
    border: 1px solid #E5E5E5;
}

.form-alt form input[type=search],
.form-alt form input[type=text],
.form-alt form input[type=email],
.form-alt form input[type=password],
.form-alt form input[type=tel],
.form-alt form input[type=number],
.form-alt form input[type=file],
.form-alt form select,
.form-alt form textarea {
    border-color: transparent;
    border-bottom-color: #E5E5E5;
    padding-left: 0;
    padding-right: 0;
    height: 50px;
    color: #ffffff;
}

.form-alt form .form-group {
    margin-bottom: 20px;
}

.form-alt form input[type=search]:focus,
.form-alt form input[type=text]:focus,
.form-alt form input[type=email]:focus,
.form-alt form input[type=password]:focus,
.form-alt form input[type=tel]:focus,
.form-alt form input[type=number]:focus,
.form-alt form input[type=file]:focus,
.form-alt form select:focus,
.form-alt form textarea:focus {
    border-color: transparent;
    border-bottom-color: var(--thm-white);
}

.form-alt form textarea {
    height: 85px;
}

.form-alt input[type="checkbox"i] {
    margin-right: 5px;
    position: relative;
    top: 2px;
}


/** button **/

.btn {
    border: 2px solid #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 500;
    color: #fff;
    padding: .5rem 1.6rem;
    position: relative;
    background: transparent;
}

.pagination {
    position: relative;
    display: block;
}

.pagination li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.pagination li:last-child {
    margin: 0px !important;
}

.pagination li a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    height: 60px;
    width: 60px;
    line-height: 60px;
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
    border: 1px solid #E5E5E5;
    text-align: center;
    color: #333;
    z-index: 1;
    border-radius: 50%;
    transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.current {
    box-shadow: 0px 15px 40px 10px rgba(0, 0, 0, 0.1);
    color: #fff;
}

.sec-pad {
    padding: 124px 0px 120px 0px;
}


/** scroll-to-top **/

.scroll-to-top {
    position: fixed;
    right: 0px;
    bottom: 100px;
    z-index: 99;
}

.scroll-to-top .scroll-up {
    width: 50px;
    height: 2px;
    margin-right: 10px;
    position: relative;
}

/* .scroll-to-top .scroll-bar:before {
    content: '';
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #f4244f;
    opacity: .3;
} */

.scroll-to-top .scroll-top-inner {
    position: absolute;
    top: 0;
    right: 40px;
    height: 100%;
}

.scroll-to-top .scroll-top-inner {
    opacity: 0;
    visibility: hidden;
}

.scroll-to-top .visible {
    visibility: visible !important;
    opacity: 1 !important;
}

.scroll-to-top .scroll-bar {
    background-color: var(--thm-badge);
    color: var(--thm-badge-color);
    font-size: 22px;
    border-radius: 8px;
    padding: 10px 20px;
    cursor: pointer;
    transition: all 500ms ease;
}

.scroll-to-top .scroll-bar:hover {
    background-color: #000;
    color: var(--thm-text-white);
}

/* @-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
} */

.widget {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.widget h6, .widget h3 {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-weight: 800;
    padding-bottom: 9px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.widget h6:after, .widget h3:after  {
    position: absolute;
    content: '';
    width: 70px;
    height: 2px;
    left: 0px;
    bottom: 0px;
}

.widget.centred h6:after {
    left: 50%;
    transform: translateX(-50%);
}

.widget h2 {
    position: relative;
    display: block;
    font-size: 40px;
    color: var(--thm-title);
    line-height: 50px;
    font-weight: 800;
}

.widget.light h2 {
    color: #ffffff;
}

@media only screen and (max-width: 767px) {
    .widget h2 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 599px) {
    .widget h2 br {
        display: none;
    }
}

.hide {
    display: none !important;
}

.stick {
    position: fixed;
    width: 21.333%;
    top: 00px;
}

.sidebar.stick {
    padding: 10px 0;
}

.abs {
    position: absolute;
    bottom: 0px;
    width: 92.5%;
}

/***

====================================================================
	Reset
====================================================================

 ***/

.mt-auto {
    margin-top: auto !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-55 {
    margin-top: 55px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-85 {
    margin-top: 85px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-95 {
    margin-top: 95px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-120 {
    margin-top: 120px !important;
}

.mt--60 {
    margin-top: -60px !important;
}

.mt--120 {
    margin-top: -120px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-55 {
    margin-bottom: 55px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-95 {
    margin-bottom: 95px !important;
}

.mb-120 {
    margin-bottom: 120px !important;
}

.mb--60 {
    margin-bottom: -60px !important;
}

.mb--120 {
    margin-bottom: -120px !important;
}

.ml-0 {
    margin-left: 0;
}

.ml-1 {
    margin-left: 1px;
}

.ml-2 {
    margin-left: 2px;
}

.ml-3 {
    margin-left: 3px;
}

.ml-4 {
    margin-left: 4px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-6 {
    margin-left: 6px;
}

.ml-7 {
    margin-left: 7px;
}

.ml-8 {
    margin-left: 8px;
}

.ml-9 {
    margin-left: 9px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-11 {
    margin-left: 11px;
}

.ml-12 {
    margin-left: 12px;
}

.ml-13 {
    margin-left: 13px;
}

.ml-14 {
    margin-left: 14px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-16 {
    margin-left: 16px;
}

.ml-17 {
    margin-left: 17px;
}

.ml-18 {
    margin-left: 18px;
}

.ml-19 {
    margin-left: 19px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-45 {
    margin-left: 45px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-55 {
    margin-left: 55px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-65 {
    margin-left: 65px;
}

.ml-70 {
    margin-left: 70px;
}

.ml-75 {
    margin-left: 75px;
}

.ml-80 {
    margin-left: 80px;
}

.ml-85 {
    margin-left: 85px;
}

.ml-90 {
    margin-left: 90px;
}

.ml-95 {
    margin-left: 95px;
}

.ml-100 {
    margin-left: 100px;
}

.ml-110 {
    margin-left: 110px;
}

.ml-120 {
    margin-left: 120px;
}

.ml-130 {
    margin-left: 130px;
}

.ml-140 {
    margin-left: 140px;
}

.ml-150 {
    margin-left: 150px;
}

.ml-160 {
    margin-left: 160px;
}

.ml-170 {
    margin-left: 170px;
}

.ml-180 {
    margin-left: 180px;
}

.ml-190 {
    margin-left: 190px;
}

.ml-200 {
    margin-left: 200px;
}

.mr-0 {
    margin-right: 0;
}

.mr-1 {
    margin-right: 1px;
}

.mr-2 {
    margin-right: 2px;
}

.mr-3 {
    margin-right: 3px;
}

.mr-4 {
    margin-right: 4px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-6 {
    margin-right: 6px;
}

.mr-7 {
    margin-right: 7px;
}

.mr-8 {
    margin-right: 8px;
}

.mr-9 {
    margin-right: 9px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-11 {
    margin-right: 11px;
}

.mr-12 {
    margin-right: 12px;
}

.mr-13 {
    margin-right: 13px;
}

.mr-14 {
    margin-right: 14px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-16 {
    margin-right: 16px;
}

.mr-17 {
    margin-right: 17px;
}

.mr-18 {
    margin-right: 18px;
}

.mr-19 {
    margin-right: 19px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-45 {
    margin-right: 45px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-55 {
    margin-right: 55px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-65 {
    margin-right: 65px;
}

.mr-70 {
    margin-right: 70px;
}

.mr-75 {
    margin-right: 75px;
}

.mr-80 {
    margin-right: 80px;
}

.mr-85 {
    margin-right: 85px;
}

.mr-90 {
    margin-right: 90px;
}

.mr-95 {
    margin-right: 95px;
}

.mr-100 {
    margin-right: 100px;
}

.mr-110 {
    margin-right: 110px;
}

.mr-120 {
    margin-right: 120px;
}

.mr-130 {
    margin-right: 130px;
}

.mr-140 {
    margin-right: 140px;
}

.mr-150 {
    margin-right: 150px;
}

.mr-160 {
    margin-right: 160px;
}

.mr-170 {
    margin-right: 170px;
}

.mr-180 {
    margin-right: 180px;
}

.mr-190 {
    margin-right: 190px;
}

.mr-200 {
    margin-right: 200px;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pt-110 {
    padding-top: 110px !important;
}

.pt-115 {
    padding-top: 115px !important;
}

.pt-120 {
    padding-top: 120px !important;
}

.pt-142 {
    padding-top: 142px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-85 {
    padding-bottom: 85px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pb-110 {
    padding-bottom: 110px !important;
}

.pb-115 {
    padding-bottom: 115px !important;
}

.pb-120 {
    padding-bottom: 120px !important;
}

.pl-5s {
    padding-left: 5px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

/* Font Weight */
.font-weight-100 {
    font-weight: 100 !important;
}

.font-weight-200 {
    font-weight: 200 !important;
}

.font-weight-300 {
    font-weight: 300 !important;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}


/* Text Size */
.text-0 {
    font-size: 11px !important;
    font-size: 0.6875rem !important;
}

.text-1 {
    font-size: 12px !important;
    font-size: 0.75rem !important;
}

.text-2 {
    font-size: 14px !important;
    font-size: 0.875rem !important;
}

.text-3 {
    font-size: 16px !important;
    font-size: 1rem !important;
}

.text-4 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
}

.text-5 {
    font-size: 21px !important;
    font-size: 1.3125rem !important;
}

.text-6 {
    font-size: 24px !important;
    font-size: 1.50rem !important;
}

.text-7 {
    font-size: 28px !important;
    font-size: 1.75rem !important;
}

.text-8 {
    font-size: 32px !important;
    font-size: 2rem !important;
}

.text-9 {
    font-size: 36px !important;
    font-size: 2.25rem !important;
}

.text-10 {
    font-size: 40px !important;
    font-size: 2.50rem !important;
}

.text-11 {
    font-size: 2.75rem !important;
}

@media (max-width: 1200px) {
    .text-11 {
        font-size: calc(1.4rem + 1.8vw) !important;
    }
}

.text-12 {
    font-size: 3rem !important;
}

@media (max-width: 1200px) {
    .text-12 {
        font-size: calc(1.425rem + 2.1vw) !important;
    }
}

.text-13 {
    font-size: 3.25rem !important;
}

@media (max-width: 1200px) {
    .text-13 {
        font-size: calc(1.45rem + 2.4vw) !important;
    }
}

.text-14 {
    font-size: 3.5rem !important;
}

@media (max-width: 1200px) {
    .text-14 {
        font-size: calc(1.475rem + 2.7vw) !important;
    }
}

.text-15 {
    font-size: 3.75rem !important;
}

@media (max-width: 1200px) {
    .text-15 {
        font-size: calc(1.5rem + 3vw) !important;
    }
}

.text-16 {
    font-size: 4rem !important;
}

@media (max-width: 1200px) {
    .text-16 {
        font-size: calc(1.525rem + 3.3vw) !important;
    }
}

.text-17 {
    font-size: 4.5rem !important;
}

@media (max-width: 1200px) {
    .text-17 {
        font-size: calc(1.575rem + 3.9vw) !important;
    }
}

.text-18 {
    font-size: 5rem !important;
}

@media (max-width: 1200px) {
    .text-18 {
        font-size: calc(1.625rem + 4.5vw) !important;
    }
}

.text-19 {
    font-size: 5.25rem !important;
}

@media (max-width: 1200px) {
    .text-19 {
        font-size: calc(1.65rem + 4.8vw) !important;
    }
}

.text-20 {
    font-size: 5.75rem !important;
}

@media (max-width: 1200px) {
    .text-20 {
        font-size: calc(1.7rem + 5.4vw) !important;
    }
}

.text-21 {
    font-size: 6.5rem !important;
}

@media (max-width: 1200px) {
    .text-21 {
        font-size: calc(1.775rem + 6.3vw) !important;
    }
}

.text-22 {
    font-size: 7rem !important;
}

@media (max-width: 1200px) {
    .text-22 {
        font-size: calc(1.825rem + 6.9vw) !important;
    }
}

.text-23 {
    font-size: 7.75rem !important;
}

@media (max-width: 1200px) {
    .text-23 {
        font-size: calc(1.9rem + 7.8vw) !important;
    }
}

.text-24 {
    font-size: 8.25rem !important;
}

@media (max-width: 1200px) {
    .text-24 {
        font-size: calc(1.95rem + 8.4vw) !important;
    }
}

.text-25 {
    font-size: 9rem !important;
}

@media (max-width: 1200px) {
    .text-25 {
        font-size: calc(2.025rem + 9.3vw) !important;
    }
}

.text-11,
.text-12,
.text-13,
.text-14,
.text-15,
.text-16,
.text-17,
.text-18,
.text-19,
.text-20,
.text-21,
.text-22,
.text-23,
.text-24,
.text-25 {
    line-height: 1.3;
}

/* Opacity */
.opacity-0 {
    opacity: 0;
}

.opacity-1 {
    opacity: 0.1;
}

.opacity-2 {
    opacity: 0.2;
}

.opacity-3 {
    opacity: 0.3;
}

.opacity-4 {
    opacity: 0.4;
}

.opacity-5 {
    opacity: 0.5;
}

.opacity-6 {
    opacity: 0.6;
}

.opacity-7 {
    opacity: 0.7;
}

.opacity-8 {
    opacity: 0.8;
}

.opacity-9 {
    opacity: 0.9;
}

.opacity-10 {
    opacity: 1;
}

.text-thm,
.text-thm:hover {
    color: var(--thm-base);
}
