@charset "UTF-8";

@import url("fonts.css");
@import url("default.css");
@import url("home.css");


:root {
	--theme-font: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	--theme-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
	--theme-font-sora: "Sora", sans-serif;
	--theme-body-font-size: 1rem;
	--theme-body-font-weight: 400;
	--theme-body-line-height: 1.5;
	--theme-white-color: #ffffff;
    --theme-bg-color-color: #1C2135;
    --theme-content-btn: #4EE7ED;
    --theme-common-btn: #63ecf9;
    --theme-black-color: #000000;
    --theme-header-bg-color: #151b2e;
    --theme-form-bg-color: #111827;
    
}
body {
	margin: 0;
	font-family: var(--theme-font-sora);
	font-size: var(--theme-body-font-size);
	font-weight: var(--theme-body-font-weight);
	line-height: var(--theme-body-line-height);
    color: var(--theme-text-color);
	text-align: left;
	background-color: var(--theme-white-color);
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

a,
button {
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.container,
.container-fluid {
    /* --theme-gutter-x: 2rem; */
    --theme-gutter-x: 0;
    --theme-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--theme-gutter-x) * 0.5);
    padding-left: calc(var(--theme-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    padding-left: 7.29167vw;
    padding-right: 7.29167vw;
}




.row {
    /* --theme-gutter-x: 1.5rem; */
    --theme-gutter-x: 0;
    --theme-gutter-y: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--theme-gutter-y));
    margin-right: calc(-0.5 * var(--theme-gutter-x));
    margin-left: calc(-0.5 * var(--theme-gutter-x));
}
.fs-18 {
    font-size: 0.9375vw;
}
.fs-20 {
    font-size: 1.04167vw;
}
.fs-24 {
    font-size: 1.25vw;
}
.fs-28 {
    font-size: 1.45833vw;
}
.fs-30 {
    font-size: 1.563vw;
}
.fs-32 {
    font-size: 1.667vw;
}
.fs-56 {
    font-size: 2.91667vw;
}
.fs-72 {
    font-size: 3.75vw;
}

 .container {
        padding-left: 5.29167vw;
        padding-right: 5.29167vw;
    }

h1, .entry-content h1, h2, .entry-content h2, h3, .entry-content h3, h4, .entry-content h4, h5, .entry-content h5, h6, .entry-content h6, .site-title, .site-title a {
    font-family: var(--theme-font-sora);
}
h1, .entry-content h1 {
    font-family: var(--theme-font-sora);
    text-transform: unset;
}
h1, .entry-content h1, h2, .entry-content h2, h3, .entry-content h3, h4, .entry-content h4, h5, .entry-content h5, h6, .entry-content h6 {
    text-transform: unset;
}


@media only screen and (max-width: 1199px) {

.fs-20 {
    font-size: 1.24167vw;
}

.fs-18 {
    font-size: 14px;
}

}

@media only screen and (max-width: 991px) {

 .fs-20 {
        font-size: 1.54167vw;
    }

    .fs-72 {
    font-size: 4.75vw;
}

    .container {
        padding-left: 3.29167vw;
        padding-right: 3.29167vw;
    }

        .fs-20 {
        font-size: 16px;
    }

    .fs-28 {
    font-size: 20px;
}

}

   
@media only screen and (max-width: 767px) {

    .fs-72 {
        font-size: 36px;
    }

     .container {
        padding-left: 24px;
        padding-right: 24px;
    }


    .fs-32 {
        font-size: 24px;
    }

}





@media (min-width: 768px) {
   
    .row {
        --theme-gutter-x: 0rem;
    }
}
@media (min-width: 1200px) {
    .container {
        padding-left: 7.29167vw;
        padding-right: 7.29167vw;
    }
    .row {
        --theme-gutter-x: 0rem;
    }
}
@media (min-width: 1921px) {
    .container {
        max-width: 1638px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .row {
        margin-left: -12px;
        margin-right: -12px;
    }
}

.fw-400 {font-weight: 400;}
.fw-500 {font-weight: 500;}
.fw-600 {font-weight: 600;}
.fw-700 {font-weight: 700;}
.fw-800 {font-weight: 800;}


.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.d-none {display: none;}
.img-fluid {
    max-width: 100%;
    height: auto;
  }

  .form-field {
    display: block;
    width: 100%;
    padding: 0.9em 1.25em;
    font-weight: 700;
    line-height: 1.5;
    color: var(--theme-text-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--theme-white-color);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .form-field {
      transition: none;
    }
  }
  .form-field:focus {
    color: var(--theme-text-color);
    /* background-color: var(--bs-body-bg); */
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  }
  .form-field::-moz-placeholder {
    color: #929090;
    opacity: 1;
  }
  .form-field::placeholder {
    color: #929090;
    opacity: 1;
  }
  .form-field:disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1;
  }

.theme-btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    overflow: hidden;
    background-color: var(--theme-btn-color);
    padding: 0.536em 1.429em;
    font-weight: 600;
    border: 1px solid transparent;
}
.theme-btn span {
    z-index: 2;
    position: relative;
    color: var(--theme-white-color);
}
.theme-btn::before{
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: var(--theme-text-color);
    transform: translateX(-100%);
    z-index: 1;
    transition: transform 350ms ease;
    -webkit-transition: transform 350ms ease;
    -moz-transition: transform 350ms ease;
    -ms-transition: transform 350ms ease;
    -o-transition: transform 350ms ease;
    border: 1px solid transparent;
  }

  
  .theme-btn:hover:before {
    transform: translateX(0);
    transition: transform 350ms ease;
    -webkit-transition: transform 350ms ease;
    -moz-transition: transform 350ms ease;
    -ms-transition: transform 350ms ease;
    -o-transition: transform 350ms ease;
}
.theme-btn:hover {
    background-color: var(--theme-text-color);
    color: var(--theme-white-color);
    border-color: var(--theme-text-color);
}
.theme-btn-link {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: var(--theme-white-color);
    font-weight: 600;
    letter-spacing: 0.28px;
}