/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

*, body {
    -webkit-font-smoothing: antialiased;
}

body, button, input, select, optgroup, textarea {
	-webkit-font-smoothing: antialiased;
	color: #1b2b45;
	font-family: 'Outfit', "Helvetica Neue", sans-serif;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 1px;
}

h1, h2, h3, h4, h5 {
	-webkit-font-smoothing: antialiased;
	color: #1B2B45;
	font-family: "DM Sans", "Helvetica Neue", sans-serif;
	line-height: 1.2;
	letter-spacing: 1px;
    margin-bottom: 16px;	
}

a:visited {
    color: #1B2B45;
}

a:hover, a:focus {
    color: #246e91;
}

h1 {
	font-size: 56px;
    font-weight: 700;
}

h2 { 
	font-size: 36px;
    font-weight: 700;	
}

h3 {
	font-size: 28px;
    font-weight: 700;	
}

h4 {
  font-size: 24px;
    font-weight: 700;	
}

.home h1 {
        font-size: 72px;
        line-height: 1;
        color: #364d72;
}

.home h2 {
    font-size: 42px;
    color: #364d72;
}

.home h3 {
    font-size: 28px;
    color: #364d72;    
}

.site-container {
	padding: 24px;
	margin: 0 auto;	
}

.site-container.max-width {
    max-width: 1099px;
}

.post, .page {
    margin: 0;
}

.padding-top-40 {
  padding-top: 40px;
}

.padding-bottom-40 {
  padding-bottom: 40px;
}

.padding-top-80 {
	padding-top: 80px;
}

.padding-bottom-80 {
	padding-bottom: 80px;
}

.padding-top-160 {
  padding-top: 160px;
}

.padding-bottom-160 {
  padding-bottom: 160px;
}

.margin-top {
	margin-top: 80px;
}

.margin-bottom {
	margin-bottom: 80px;
}

.txtcenter {
	text-align: center;
}

hr.vertical {
	width: 1px;
    height: 180px;
    color: #fff;
}

.site-branding a, .site-branding a:visited, .site-branding a:hover, .site-branding a:focus {
    color: #364d72;
}


/*--------------------------------------------------------------
# General Pages
--------------------------------------------------------------*/

.entry-header {
    padding-top: 180px;
	padding-bottom: 40px;
    background-image: url(/web/20250129133922im_/https://rutedigital.com/wp-content/themes/rutedigital/assets/images/ruteHeader.jpg);
    background-position: 50% 90%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -74px;
}

.entry-header .entry-title:after {
    content: '';
    background: #2866fa;
    width: 100px;
    height: 8px;
    display: block;
    margin-top: 20px;
}

.site-cta {
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: url(/web/20250129133922im_/https://rutedigital.com/wp-content/themes/rutedigital/assets/images/siteCTA.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .8;
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background: rgb(255 255 255 / 50%);
}

.site-cta .content {
   z-index: 10;
}

.wrapper-box {
    gap: 24px;
}

.max-width .box {
    background: #fff;
    padding: 24px;
    border-radius: 16px;
    flex: 1 1 30%;
    box-shadow: -2px 2px 8px rgb(54 77 114 / 20%);
    z-index: 1;
}

.max-width .box-two {
    background: #fff;
    padding: 24px;
    border-radius: 16px;
    flex: 1 1 45%;
    box-shadow: -2px 2px 8px rgb(54 77 114 / 20%);
    z-index: 1;
}

.icon {
    background: #d2eaf8;
    padding: 16px;
    border-radius: 100%;
    font-size: 20px;
    margin-bottom: 16px;
}

/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/   

.txtcolor.primary-color {
	color: #364d72;	
}

.bg-color.primary-color {
	background-color: #364d72;	
}

.txtcolor.secondary-color {
	color: #eaefee;	
}

.bg-color.secondary-color {
	background-color: #eaefee;	
}

.txtcolor.tertiary-color {
	color: #158454;	
}

.bg-color.tertiary-color {
	background-color: #158454;	
}

.txtcolor.dark-color {
	color: #1a1a1a;	
}

.bg-color.dark-color {
	background-color: #1a1a1a;	
}

.txtcolor.light-color {
	color: #fff;	
}

.bg-color.light-color {
	background-color: #fff;
}

.bg-color.light-grad-color {
    background: linear-gradient(#eaefee 70%, #d7e5df);
}


/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/

.cta {
    display: flex;
}

.btn {
    color: #1a1a1a;
    line-height: 45px;
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;  
    padding: 0 24px;
    letter-spacing: 2px;
}    

.btn:hover {
    text-decoration: none;
}

.btn-0 {
    background: rgb(26 26 26 / 10%);
    transition: ease-in-out .6s;
    color: #364d72;
    font-size: 24px;
    padding: 8px 42px;
}
  
.btn-0 svg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0; 
    width: 100%; 
}

.btn-0 rect {
    fill: none;
    stroke: #364d72;
    stroke-width: 6;
    stroke-dasharray: 422, 0;
    transition: all 0.35s linear;
}

.btn-0:hover {
    background: transparent;
    letter-spacing: 2px;
    -webkit-text-stroke: 2.4px #364d72;
}

.btn-0:hover rect {
    stroke-width: 8;
    stroke-dasharray: 42, 205;
    stroke-dashoffset: 10;
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}


.btn-1 {
    background: transparent;
    transition: ease-in-out .6s;
}
  
.btn-1 svg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0; 
    width: 100%; 
}

.btn-1 rect {
    fill: none;
    stroke: #2866fa;
    stroke-width: 6;
    stroke-dasharray: 422, 0;
    transition: all 0.35s linear;
}

.btn-1:hover {
    background: transparent;
    letter-spacing: 2px;
    -webkit-text-stroke: 1px #1a1a1a;
}

.btn-1:hover rect {
    stroke-width: 8;
    stroke-dasharray: 42, 205;
    stroke-dashoffset: 10;
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}


.btn-2 {
    background: rgb(26 26 26 / 20%);
    transition: ease-in-out .6s;
    color: #fff;
}
  
.btn-2 svg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0; 
    width: 100%; 
}

.btn-2 rect {
    fill: none;
    stroke: #158454;
    stroke-width: 6;
    stroke-dasharray: 422, 0;
    transition: all 0.35s linear;
}

.btn-2:hover {
    background: transparent;
    letter-spacing: 2px;
    -webkit-text-stroke: 2px #fff;
}

.btn-2:hover rect {
    stroke-width: 8;
    stroke-dasharray: 42, 205;
    stroke-dashoffset: 10;
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}

.bttn {
    font-size: 16px;
    position: relative;
    padding: 16px 24px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 500;
    border-radius: 8px;
    transition: 1.2s;
    z-index: 1;
}

.bttn:before, .bttn:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    border-radius: 8px;
    transition: opacity .2s ease-in-out;
}

.bttn:hover {
    box-shadow: 0px 4px 12px 0px rgb(0 0 0 / 50%);
}

.bttn.cta-b, .bttn.cta-b:after {
    color: #fff;
    background: #364d72;
}

.bttn.cta-b:before {
    background: radial-gradient(75% 85% at 50% 110%, #68abe3 0%, #293c5c 100%);
}

.bttn.cta-b:hover:before, .bttn.prilight:hover:before, .bttn.pridark:hover:before {
    opacity: 1;
}

.bttn.cta-b:hover:after, .bttn.prilight:hover:after, .bttn.pridark:hover:after {
    opacity: 0;
}

.bttn.prilight, .bttn.prilight:after {
    color: #364d72;
    background: #fff;
}

.bttn.prilight:before {
    background: radial-gradient(75% 85% at 50% 110%, #68abe3 0%, #E5EFFA 100%);
    color: #fff;
}

.bttn.pridark, .bttn.pridark:after {
    color: #fff;
    background: #3cac49;
}

.bttn.pridark:before {
    background: radial-gradient(75% 85% at 50% 110%, #47f25c 0%, #2b9137 100%);
    color: #fff;
}


.bttn.sec, .bttn.sec:after {
    color: #fff;
    background: #3cac49;
}

.bttn.sec:before {
    background: radial-gradient(75% 85% at 50% 110%, #47f25c 0%, #2b9137 100%);
    color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/


.site-header {
	position: relative;
    width: 100%;
    padding: 24px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    gap: 40px;
}

.header-flex {
    vertical-align: -webkit-baseline-middle;
    vertical-align: middle;
    display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}

.header-flex-2 {
	flex: 1 0 0;
}

.header-flex-3 p {
	margin: 0;
}

.header-flex-3 .btn {
	font-size: 16px;
	min-width: 256px;
}

.main-navigation a {
        font-weight: 400;
        color: #364d72;
        font-size: 14px;
        text-transform: uppercase;
}

.site-logo .logo-link {
        z-index: 1;
        display: block;    
}

.logo-link img {
        width: 28px;
}

.logo {
        color: #364d72;
        font-size: 30px;
        letter-spacing: 1px;
        gap: 8px;
        font-weight: 500;
}

.site-logo object {
        vertical-align: middle;
        z-index: -1;
        pointer-events: none;
}

.main-navigation.toggled {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-end;
}

@media screen and (min-width: 768px) {
.main-navigation ul {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
}
}

@media screen and (max-width: 768px) {
.main-navigation {
    display: flex;
	justify-content: flex-end;
}

.menu-main-nav-container {
    position: absolute;
    top: 50px;
}

.menu-toggle, .main-navigation.toggled ul {
	text-align: right;
}

.main-navigation.toggled a {
	font-size: 24px;
}
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/

.frontpage-header {
    z-index: 999;    
}

.hero-gradient {
    position: relative;	
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: calc(100svh - 80px);    
    background-color: #584f8c;
}

.hero-bg {
    position: relative;
    min-height: calc(100svh - 160px);
    background: linear-gradient(30deg, #e3f7f4, #cfe8f9, #ccfed2);
}

.marquee-text {
    overflow: hidden;
    display: flex;
    position: relative;
    top: 14svh;
}

.marquee-text p {
    font-size: 12em;
    white-space: nowrap;
    font-weight: 600;
    letter-spacing: -10px;
    color: #7a9196;
    line-height: 1;
    margin: 0;
    opacity: 0.1;
}

.home .site-main {
    margin-top: -96px;
}

.hero-gradient-content {
    min-height: calc(100svh - 80px);
}

.home-hero-content {
    position: absolute;
    padding: 24px 24px 40px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: flex-start;
    justify-content: center;
    top: 55%;
    transform: translateY(-50%);
    max-width: 800px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

#fp-t0, #fp-t1, #fp-t2 {
    display: block;
}

#fp-t0 {
  
}

#fp-t1 {

}

#fp-t2 {

}

#fp-c0 {
    text-align: left;    
}

#fp-c0 .bttn {
    color: #fff;
	font-size: 24px;
    line-height: 1.2;
    margin-bottom: 24px;
}

.gradient-header1 {
    background-image: url(https://framerusercontent.com/images/yz6FkJBQW2M288l2pKsqse60lk.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    color: rgb(136, 136, 136);
    font-size: 80px;
    font-family: "manrope", sans-serif;
    font-style: normal;
    font-weight: 900;
    text-align: center;
    letter-spacing: -4px;
    white-space: normal;
    line-height: 1;
    margin: 0;
    padding: 3px;
}

.home .section-goal h2 {
    font-size: 42px;
    max-width: 1200px;
    text-align: center;
    color: #eaeaea;
}

.home .section-goal .cta, .home .section-mission .cta, .home .section-cta .cta {
    justify-content: center;
}

.home .copy > div {
    padding: 0 40px;
}

.home .copy h2:after {
    content: '';
    width: 40px;
    height: 4px;
    background-color: #2866fa;
    display: block;
    margin-top: 20px;
}

.home .section-goal {
    background-image: url(/wp-content/themes/acyd/assets/images/home-SummerSky.jpg);
	background-position: 0 60%;
    background-size: cover;
}

.section-mission {
    position: relative;
    border-top: 1px solid #b4bac5;
    border-bottom: 1px solid #b4bac5;
}

.mission-x {
    position: absolute;
    top: 33%;
    width: 100%;
    filter: opacity(0.1);
    left: 42vw;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%) rotate(10deg);
    max-width: 460px;
}

.section-cta h2 {
	color: #364d72;
    font-size: 56px;
    line-height: 1;
    font-weight: 600;
    max-width: 700px;
}

.section-bar h2, .section-bar p {
   margin: 0;
}

.section-team {
    position: relative;  
    border-bottom: 1px solid #b4bac5;
}

.section-team img {
    position: absolute;
    top: 50%;
    right: 0;
    max-width: 50vw;
    max-height: 100%;
    transform: translateY(-50%);
    padding: 40px 0;
}

.section-team .site-container {
    background: linear-gradient(100deg, #c9ddeb 25%, #daefdd, transparent 70%);
    border-radius: 16px;
    padding: 24px 36px;
}

.more-title {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    min-width: 360px;
}

.services, .services.vertical {
    background: transparent;
    border: none;
}

.services a, .services h3 {
    color: #fff;
}

.tabs-title > a:hover, .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
    background: linear-gradient(110deg, rgb(255 255 255 / 10%), transparent);
    border-radius: 16px;
    color: #fff;
}


@media (min-width: 1900px) {
.section-team img {
    right: 6vw;
}
}

@media (max-width: 1099px) {
.section-team img {
    position: relative;
    transform: none;
    top: 0;
    max-width: 60vw;
    margin: 0 auto;
}
}

@media (max-width: 999px) {
.home-hero-content {
    position: absolute;
    bottom: 0;
    padding: 24px 24px 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: center;
}

.home h1 {
    font-size: 56px;
    line-height: 1;
	width: 100%;     
}

#fp-t0, #fp-t1, #fp-c0 {
    text-align: left;
    width: 100%;    
}

#fp-c0 .bttn {
    font-size: 20px;
}
}

@media (max-width: 767px) {
.frontpage-header {
    top: 0;
    padding: 16px;
}

.marquee-text {
	top: 2em;
}

.marquee-text p {
	opacity: 0.05;
}
}



/*--------------------------------------------------------------
# Marquee Loop (w/ Content)
--------------------------------------------------------------*/


.whwd-box {
    width: 100%;
    min-width: 320px;
    padding: 24px;
    border-radius: 16px;
    background: #fff;
    box-shadow: -2px 2px 8px rgb(54 77 114 / 20%);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    align-self: stretch;
}

.whwd-box.max {
  max-width: 500px;
}

:root {
  --color-text: navy;
  --color-bg: papayawhip;
  --color-bg-accent: #ecdcc0;
  --size: clamp(10rem, 1rem + 40vmin, 30rem);
  --gap: calc(var(--size) / 14);
  --duration: 60s;
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));
}

.marquee {
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
  mask-image: linear-gradient(
    var(--mask-direction, to right),
    hsl(0 0% 0% / 0),
    hsl(0 0% 0% / 1) 20%,
    hsl(0 0% 0% / 1) 80%,
    hsl(0 0% 0% / 0)
  );
}

.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll-x var(--duration) linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .marquee__group {
    animation-play-state: paused;
  }
}


.marquee--reverse .marquee__group {
  animation-direction: reverse;
  animation-delay: -3s;
}

@keyframes scroll-x {
  from {
    transform: translateX(var(--scroll-start));
  }
  to {
    transform: translateX(var(--scroll-end));
  }
}

@keyframes scroll-y {
  from {
    transform: translateY(var(--scroll-start));
  }
  to {
    transform: translateY(var(--scroll-end));
  }
}

/* Element styles */
.marquee svg {
  display: grid;
  place-items: center;
  width: var(--size);
  fill: var(--color-text);
  background: var(--color-bg-accent);
  aspect-ratio: 16/9;
  padding: calc(var(--size) / 10);
  border-radius: 0.5rem;
}

/* Parent wrapper */
.wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  margin: auto;
  max-width: 100vw;
}

@keyframes fade {
  to {
    opacity: 0;
    visibility: hidden;
  }
}


/*--------------------------------------------------------------
# Site Template
--------------------------------------------------------------*/

.section-hero {
    position: relative;
    height: 40vh;
    width: 100vw;
    overflow: hidden;
    z-index: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    max-width: 800px;
    padding: 24px;
}


.section-hero video {
    min-width: 100vw;
    min-height: 40vh;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    opacity: .3;    
}


/*--------------------------------------------------------------
# Flex New
--------------------------------------------------------------*/

.flexnew {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

.formsection {
    display: inline-block;
}

.formsection.first-name, .formsection.last-name, .formsection.email, .formsection.PhoneNumber {
    width: 50%;
    margin: -1px;
}

.formsection.CompanyName, .formsection.CompanyURL, .formsection.Message {
    width: 100%;
}

input.form-btn {
    background: transparent;
    border-radius: 0;
    border: 2px #2866fa solid;
    transition: ease-in-out .4s;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: 400;
    max-width: 160px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    padding: 14px;
}

input.form-btn:hover {
    letter-spacing: 3px;
    -webkit-text-stroke: 2px #ffffff;
	border: 2px #2866fa solid;
	background: #2866fa;
}


input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #1a1a1a;
    border: 1px solid #aaafae;
    border-radius: 0;
    padding: 6px;
    box-shadow: none;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer.secondary-color .site-info p {
	color:#ffffff;
	margin: 0;
}
	
.site-footer {
    padding: 16px 24px;
    background-color: #eaefee;
    border-top: 1px solid #b4bac5;
}

.site-footer .site-info {
	align-items: center;
}

.site-footer p {
	font-size: 14px;	
	margin: 0;	
}

.site-footer .logo-link {
	justify-content: flex-end;
}



.underline-text {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.underline-text:before {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    height: 50%;
    width: 0;
    border-radius: 2px;
    background: linear-gradient(130deg, #4a91bc, #3cac49);
    z-index: -1;
}

.underline-text.active:before {
    width: 102%;
    transition-delay: 1s;
    transition: width 2s ease;
    transform: translateX(-1%);
}


.flex-two {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 40px;
}