a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

a,
button {
    border: none;
    outline: 0;
    text-decoration: none;
    background-color: none
}

:root {
    /*========== Colors ==========*/
    /* Change favorite color - Blue 210 - Purple 250 - Green 142 - Pink 340*/
    --hue-color: 210;

    /* HSL color mode */
    --first-color: hsl(var(--hue-color), 96%, 54%);
    --first-color-light: hsl(var(--hue-color), 96%, 69%);
    --first-color-alt: hsl(var(--hue-color), 96%, 37%);
    --first-color-lighter: hsl(var(--hue-color), 14%, 96%);
    --title-color: hsl(var(--hue-color), 12%, 15%);
    --text-color: hsl(var(--hue-color), 12%, 35%);
    --text-color-light: hsl(var(--hue-color), 12%, 65%);
    --white-color: #FFF;
    --body-color: hsl(var(--hue-color), 100%, 99%);
    --container-color: #FFF;

    /*========== Font and typography ==========*/
    --body-font: 'Lato', sans-serif;
    --pricing-font: 'Rubik', sans-serif;
    --biggest-font-size: 1.75rem;
    --normal-font-size: .938rem;
    --h2-font-size: 1.25rem;
    --small-font-size: .813rem;
    --smaller-font-size: .75rem;
    --tiny-font-size: .625rem;

    /*========== Margenes Bottom ==========*/
    --mb-0-25: .25rem;
    --mb-0-5: .5rem;
    --mb-1: 1rem;
    --mb-1-25: 1.25rem;
    --mb-1-5: 1.5rem;
    --mb-2: 2rem;
}

@media screen and (min-width: 968px) {
    :root {
        --biggest-font-size: 2.125rem;
        --h2-font-size: 1.5rem;
        --normal-font-size: 1rem;
        --small-font-size: .875rem;
        --smaller-font-size: .813rem;
        --tiny-font-size: .688rem;
    }
}

body {
    font-family: "Inter", sans-serif;
}

.site-header {
    border-bottom: 1px solid #ccc;
    padding: 25px 95px;
    display: flex;
    justify-content: space-between;
}

.site-identity h1 {
    font-size: 1.5em;
    margin: .6em 0;
    display: inline-block;
}

.site-navigation {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    gap: 50px;
}
.ctc_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 1.2rem;
 
}
.ctc_content span{
    color: #000000ab;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
}
.ctc_content h1{
    color: #000000;
    font-size: 74px;
 
 
    text-align: center;
       font-family: futura-stdheavy;
    font-weight: normal;
}
.ctc_content p{
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
    max-width: 830px;
}
.ctc_content p strong{
    font-weight: 600 ;
}
.gtgtg{
    padding: 120px 0;
    margin: 0;
}
.marquee_sec{
    max-height: 420px;
    overflow: hidden;
}
.marquee_sec img{
    margin: 0 4px;
    height: 420px;
}
.nav_u {
    border-right: 1px solid #00000061;
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 0;
    padding-right: 50px;
}
.nav_u.forAll{
    flex-direction: column;
    border: none;
    justify-content: flex-start;
    align-items: flex-start;
}
.site-navigation ul,
.site-navigation li {
    margin: 0;
}

.site-navigation li {
    display: inline-block;
    padding: 8px 0;
}

.logo_u img {
    height: 50px;
}

.other_nav {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    gap: 50px;
}

.other_nav button,
.nav_u li a {
    background: transparent;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;

}

.other_nav button img {
    height: 25px;
}


/*==================== REUSABLE CSS CLASSES ====================*/

.grid {
    display: grid;
}

/*==================== CARD PRICING ====================*/
.card {
    padding: 3rem 0;
}

.card__container {
    gap: 3rem 1.25rem;
}

.card_row_price {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 124px;
}

.card__content {
    position: relative;
    background-color: var(--container-color);
    padding: 42px 0; 
    border-radius: 20px;
    box-shadow: 0 12px 24px hsla(var(--hue-color), 61%, 16%, 0.1);
    transition: .4s;
    max-width: 640px;
    width: 100%;
}

.card__content.dark {
    background: linear-gradient(-25deg, #000000, #252525);
}

.card__content:hover {
    box-shadow: 0 16px 24px hsla(var(--hue-color), 61%, 16%, 0.15);
}
.card__header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #0000003d;
    padding-bottom: 24px;
}
.card__header.border_white{
    border-color: #ffffff3d;
}
.card__header-img {
    height: 60px;
}

.card__header-subtitle {
    display: block;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-top: 1rem;
    text-transform: uppercase; font-family: futura-stdheavy; 
}

.card__header-title {
    font-size: 48px;
    font-weight: 400;
    color: #000;
    display: flex;
    align-items: center;
    gap: 1rem;
    max-width: 160px;
    margin-top: 1rem;
}

.gdt {
    font-size: 18px;
}
.gdt span {
    text-decoration: line-through;
}
.gdt p {
    opacity: 0.5;
}
.card__header h2{
    font-size: 14px;
    font-weight: 400;
    opacity: 0.9;
    margin-top: 1rem;
}
.card__pricing {
    position: absolute;
    background: linear-gradient(157deg, var(--first-color-light) -12%, var(--first-color) 109%);
    width: 60px;
    height: 88px;
    right: 1.5rem;
    top: -1rem;
    padding-top: 1.25rem;
    text-align: center;
}

.card__pricing-number {
    font-family: var(--pricing-font);
}

.card__pricing-symbol {
    font-size: var(--smaller-font-size);
}

.card__pricing-number {
    font-size: var(--h2-font-size);
}

.card__pricing-month {
    display: block;
    font-size: var(--tiny-font-size);
}

.card__pricing-number,
.card__pricing-month {
    color: var(--white-color);
}

.card__pricing::after,
.card__pricing::before {
    content: '';
    position: absolute;
}

.card__pricing::after {
    width: 100%;
    height: 14px;
    background-color: var(--white-color);
    left: 0;
    bottom: 0;
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
}

.card__pricing::before {
    width: 14px;
    height: 16px;
    background-color: var(--first-color-alt);
    top: 0;
    left: -14px;
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
}

.card__list {
    row-gap: 1rem;
    margin-bottom: var(--mb-2);
    margin-top: 24px;font-family: futura-stdheavy; 

}
.ctc_mgg {
    padding: 0 70px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 425px;
}
.card__list-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.card__list-icon {
    font-size: 1.5rem;
    color: var(--first-color);
    margin-right: var(--mb-0-5);
}

.card__button {
    padding: 1.25rem;
    border: none;
    font-size: var(--normal-font-size);
    border-radius: 36px;
    background: linear-gradient(157deg, var(--first-color-light) -12%, var(--first-color) 109%);
    color: var(--white-color);
    cursor: pointer;
    transition: .4s;
    background: transparent;
    border: 1px solid #000;
    color: #000;
    display: block;
    width: 100%; font-family: futura-stdheavy;
text-transform:uppercase; 
}
.card__button.dark{
    border-color: #fff;
    color: #fff;
}
.card__button:hover {
   background: #000;
   color: #fff;
}
.card__button.dark:hover{
    background: #fff;
    color: #000;
}

/*==================== MEDIA QUERIES ====================*/
/* For small devices */
@media screen and (max-width: 320px) {
    .container {
        margin-left: var(--mb-1);
        margin-right: var(--mb-1);
    }

    .card__content {
        padding: 2rem 1.25rem;
        border-radius: 1rem;
    }
}

/* For medium devices */
@media screen and (min-width: 568px) {
    .card__container {
        grid-template-columns: repeat(2, 1fr);
    }

    .card__content {
        grid-template-rows: repeat(2, max-content);
    }

    .card__button {
        align-self: flex-end;
    }
}

/* For large devices */
@media screen and (min-width: 968px) {
    .container {
        margin-left: auto;
        margin-right: auto;
    }

    .card {
        height: 100vh;
        align-items: center;
    }

    .card__container {
        grid-template-columns: repeat(3, 1fr);
    }

}


ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.container_u{
    padding: 4rem 4rem 0;
}
.footer_image{
    padding: 0 10rem;
}
.footer_image>img{
    width: 100%;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #000;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #000;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 2px;
  font-family: 'Didot';
  text-transform: uppercase;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 1.5;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}

.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 33%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #000;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: uppercase;
  font-size: 16px;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

@media (max-width:1680px) {
    .logo_u img {
        height: 32px;
    }
    .other_nav button img {
        height: 16px;
    }
    .ctc_content h1 {
        font-size: 64px;
    }
    .card__content {
        max-width: 540px;
    }
    .ctc_mgg {
        padding: 0 50px;
        height: 380px;
    }
    .card__list-description{
        font-size: 14px;
    }
    .footer-widget ul li a {
        font-size: 14px;
    }
}

@media (max-width:1440px) {
    .marquee_sec {
        max-height: 330px;
    }
    .marquee_sec img{
        height: 330px;
    }
    .site-header {
        padding: 20px 55px;
    }
    .nav_u {
        gap: 35px;
        padding-right: 35px;
    }
    .site-navigation,.other_nav {
        gap: 35px;
    }
}
@media (max-width:1280px) {
    .card__content {
        max-width: 450px;
    }
    .card__content {
        padding: 32px 0;
    }
    .card__header-img {
        height: 48px;
    }
    .card__header-title {
        font-size: 40px;
    }
    .gdt {
        font-size: 12px;
    }
    .card__header-title {
        max-width: 130px;
    }
    .card__header h2 {
        font-size: 12px;
        text-align: center;
        line-height: 1.3;
    }
    .ctc_mgg {
        padding: 0 20px;
        height: 320px;
    }
    .card__button{
        padding: 1rem;
        font-size: 14px;
    }
    .card__list-description {
        font-size: 12px;
        line-height: 1.3;
    }
    .container_u {
        padding: 3rem 2rem 0;
    }
    .ctc_content h1 {
        font-size: 58px;
    }
    .other_nav button, .nav_u li a {
        font-size: 12px;
    }
    .other_nav button img {
        height: 14px;
    }
    .card_row_price {
        gap: 18px;
    }
}

@media (max-width:991px) {
    .ctc_mgg {
        padding: 0 1rem;
        height: 250px;
    }
    .card__header-img {
        height: 36px;
    }
    .card__header-subtitle {
        font-size: 16px;
    }
    .card__header{
        padding: 0 1rem 24px;
    }
    .marquee_sec img {
        height: 240px;
    }
    .footer-widget ul li a {
        font-size: 12px;
    }
    .site-header {
        padding: 1.2rem;
    }
    .nav_u {
        gap: 24px;
        padding-right: 24px;
    }
    .site-navigation, .other_nav {
        gap: 24px;
    }
    .ctc_content p {
        font-size: 14px;
    }
    .footer_image {
        padding: 0 5rem;
    }
}
@media (max-width:767px) {
    .forSm{
        display: none;
    }
    .card_row_price {
        flex-direction: column;
        align-items: center;
        margin-top: 4rem;
    }
}
@media (max-width:500px) {
    .ctc_content h1 {
        font-size: 47px;
    }
    .card__header-img {
        height: 46px;
    }
    .footer_image {
        padding: 0;
    }
    .container_u {
        padding: 3rem 1rem 0;
    }
    .cta-text h4 {
        font-size: 24px;
    }
    .footer-widget ul li {
        width: 47%;
    }
}
