/******************************************/
/** General                              **/
/******************************************/

:root {
   --primary: rgb(42, 37, 92) ;
   --secondary: rgba(227, 17, 24, 1);
   --text: rgba(42, 37, 92, 0.6);
   --black: #000000;
   --gray: #555555;
   --light: #f2f2f2;
   --white: #ffffff;
   --bgFooter: rgba(217, 217, 217, 1);
   --scroll-button: rgba(227, 17, 24, 1);;
}

*, *::before, *::after {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
}

html, body {
   min-height: 100vh;
   min-height: 100dvh;
   color: var(--text) !important;
   font-family: "Sofia Sans Condensed", sans-serif;
   font-optical-sizing: auto;
   font-size: 1.05rem !important;
   font-weight: 400;
   font-style: normal;
   background-color: var(--white);
   line-height: normal !important;
}

/******************************************/
/** Helpers                              **/
/******************************************/
.social{width: 28px !important; height: 28px !important;}
.social::before{
   content: "";
   position: absolute;
   z-index: 0;
   width: 28px; height: 28px;
   top: 50%; transform: translateY(-50%);
   left: 50%; transform: translate(-50%, -50%);
   border-radius: 50%;
   background-color: white;
   transition: linear all .2s;
}
.social:hover::before {
   background-color: var(--secondary) !important;
   width: 30px; height: 30px;
}
.social-secondary::before {
    width: 38px; height: 38px;
   background-color: var(--secondary) !important;
}
.social-primary::before {
    width: 38px; height: 38px;
   background-color: var(--primary) !important;
}

/* Colors */

.text-primary {color: var(--primary) !important;}
.text-secondary {color: var(--secondary) !important;}
.text-white-75 {color: rgba(255, 255, 255, 0.75) !important;}
.text-primary-60 {color: var(--text) !important;}

.hover\:text-primary:hover {color: var(--primary) !important;}

.bg-primary {background-color: var(--primary) !important;}
.bg-footer {background-color: var(--bgFooter) !important;}

.hover\:bg-primary:hover {background-color: var(--primary) !important;}

/* Fonts */

.fs-7 {font-size: .95rem;}
.fs-8 {font-size: .8rem;}
.fs-9 {font-size: .7rem;}

.fw-bolder {
   font-weight: 900 !important;
}

/* Sizes */

.button{padding: 12px 16px !important;}
@media (min-width: 992px) {
   .button{padding: 14px 43px !important;}
}
.btn-outline-danger {
   --bs-btn-color: var(--secondary);
   --bs-btn-border-color: var(--secondary);
   --bs-btn-hover-color: #fff;
   --bs-btn-hover-bg: var(--secondary);
   --bs-btn-hover-border-color: var(--secondary);
   --bs-btn-focus-shadow-rgb: 220, 53, 69;
   --bs-btn-active-color: #fff;
   --bs-btn-active-bg: var(--secondary);
   --bs-btn-active-border-color: var(--secondary);
   --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
   --bs-btn-disabled-color: var(--secondary);
   --bs-btn-disabled-bg: transparent;
   --bs-btn-disabled-border-color: var(--secondary);
   --bs-gradient: none;
}

.w-fit {width: fit-content;}
.w-screen {width: 100vw; width: 100dvw;}
.h-screen {height: 100vh; height: 100dvh;}


/* Animations */

.transition-03 {
   transition: all linear .3s;
   -o-transition: all linear .3s;
   -moz-transition: all linear .3s;
   -webkit-transition: all linear .3s;
}

/* scroll button */

#scroll-button {
   opacity: 0;
   transform: translateY(50px);
   border: 1px solid var(--primary) !important;
   right: 30px;
   bottom: 20px;
   z-index: 1101;
   transition: all 0.5s ease-out;
   border: 3px solid var(--white);
}

#scroll-button.show {
   opacity: 1;
   transform: translateY(0);
}

/******************************************/
/** Forms                                **/
/******************************************/

.form-select,
.form-control,
.input-group {
   border-radius: 8px;
   border: 1px solid #D9D9D9;
}

.input-group:active,
.input-group:focus,
.input-group:focus-within,
.form-select:active,
.form-select:focus,
.form-control:active,
.form-control:focus {
   box-shadow: none;
   border-color: var(--primary);
   background-color: transparent;
}

.input-group.disabled,
.form-control:disabled,
.form-select:disabled {
   border-color: #D9D9D9 !important;
   background-color: #D9D9D9 !important;
}

.form-check-input {
   min-width: 1em !important;
   min-height: 1em !important;
}

.form-check-input:checked {
   border-color: var(--primary) !important;
   background-color: var(--primary) !important;
}

.form-check-input:focus {
   box-shadow: none;
   border-color: #D9D9D9 !important;
}

::placeholder {
   opacity: 1;
   color: var(--gray) !important;
}
::-ms-input-placeholder {color: var(--gray) !important;}

/* navbar
---------------*/
#mainNav.navbar-shrink{
   background-color: var(--primary) !important;
   box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
   transition:ease all 0.3s;
   padding: 0.8rem 0 !important;
}
#mainNav.navbar-shrink .navbar-brand img{
   width: 100px !important;
   transition: ease all 0.3s;
}
/* end ---*/

/* HOME
---------------*/
#hero {
   height: 45vh;
   height: 45dvh;
}
@media (min-width: 1024px){
   #hero {
      height:80vh;
      height: 80dvh;
   }
}

#hero .splide__arrows.splide__arrows--ltr {
   height: 100%;
   display: flex;
   align-items: center;
   justify-content: flex-end;
}
@media (max-width: 767px){
   #hero .splide__arrows.splide__arrows--ltr {
      /* align-items: end !important; */
      margin-top: 60px !important;
   }
}

#hero .splide__arrow {
   left: 0;
   right: 0;
   position: relative;
   margin: 0 1rem 5rem 0;
}
@media (min-width: 767.98px){
   .heroTitle{
      font-size: clamp(1.5rem, 25vw, 4rem) !important;
      line-height: normal !important;
   }
}

#hero .content {
   left: -2px;
   bottom: -2px;
}

.splide__arrow:hover svg path {stroke: var(--secondary) !important;}


/* end ---*/