/* title-area */

.title-wrap::before {
    height: 600px;
    content: "";
    position: absolute;
    left: 0;
}

.title-wrap {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    justify-content: center;
    max-width: 100%;
    box-sizing: border-box;
}

.title-container {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1200px;
    box-sizing: border-box;
}

.row {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.col-title {
    /* padding: 0 15px; */
    max-width: 100%;
    /* box-sizing: content-box; */

}

.title-content {
    margin-bottom: 0;
}

.main-title {
    text-align: center;
}

.title-banner {
    font-size: 55px;
    font-family: 'Poppins', sans-serif;
    color: #FFFFFF;
    margin-top: 0px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 65px;
    line-height: 1.36;
    text-transform: none;
    margin-bottom: 65px;
    line-height: 1.4;
    letter-spacing: -0.01em;
    animation-delay: 0.2s;
    animation-name: fadeInDown;
    animation-duration: 2s;
}

/* @media screen and (max-width: 768px) {
    .title-banner {
        font-size: 32px;
    }
} */

.title-pic {
    text-align: center;
}

.title-pic img {
    max-width: 700px;
}

.social-icon {
    display: block;
    position: absolute;
    left: 100px;
    bottom: 90px;
}

.social-icon ul li {
    margin-bottom: 25px;
    border: 1px solid #F3F3F3;
    border-radius: 50px;
    width: 42px;
    display: flex;
    align-items: center;
}

.social-icon ul li a {
    font-size: 15px;
    color: #081A39;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
}

.social-icon ul li:hover{
    width: auto;
}

.social-icon ul li:hover .social-title {
    display: block;
}

.social-icon ul li span {
	color: #B5BAC4;
	font-size: 14px;
	font-weight: 600;
	padding-right: 14px;
	display: none;
}

.scroll-banner {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: absolute;
    right: 40px;
    bottom: 90px;
}

.scroll-banner span {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.515em;
    color: #081A39;
    transform: rotate(-90deg);
    margin-bottom: 120px;
    opacity: 0.4;
}

.banner-img {
    background-image: url(banner_bg02.jpg);
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: -30px;
    width: 100%;
    height: calc(100% - 164px);
    z-index: -1;
}

.banner-img::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -40px;
    background-image: url(https://themedox.com/demo/bigtech-live/bigtech/assets/img/banner/banner_shape.svg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 600px;
    z-index: -1;
}

/* end title-area */

/* countdown-area */

.countdown-col {
    width: 100%;
    padding: 0 15px;
}

.countdown-wrap {
    background: #FFFFFF;
    box-shadow: 0px 34px 35px rgba(160, 171, 191, 0.21);
    border-radius: 20px;
    position: relative;
    text-align: center;
    padding: 55px 50px 60px;
}

.countdown-wrap .countdown-title {
    color: #030B15;
    letter-spacing: -0.01em;
    font-size: 26px;
    margin-bottom: 35px;
    line-height: 1.88;
}

.countdown-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
    column-gap: 115px;
    row-gap: 30px;
}

.countdown-canvas {
    width: 140px;
    height: 140px;
    box-sizing: border-box;
    border: 7px solid;
    border-radius: 100%;
    box-sizing: border-box;
}


.countdown-days, .countdown-hours, .countdown-minutes, .countdown-seconds {
    height: 140px;
}

.countdown-value {
    font-weight: 600;
    color: rgb(3, 11, 21);
    font-size: 53px;
}

.countdown-value div {
    display: block;
    text-align: center;
    line-height: 1;
    margin-bottom: 5px;
    font-size: 35px;
    font-weight: 600;
    color: #030B15;
    font-family: 'Poppins', sans-serif;
    margin-top: -95px;
}

.countdown-value span {
    font-size: 14px;
    display: block;
    text-align: center;
    font-family: 'Outfit';
    color: #030B15;
    font-weight: 800;
    line-height: 1;
}

/* end countdown-area */

/* about-area */

.about {
    padding: 130px 0;
    position: relative;
}

.container, .about-container {
    padding: 0 15px;
    margin: 0 auto;
}

.row {
    align-items: center;
}

.col-lg-6 {
    /* width: 50%; */
    /* padding: 0 15px; */
    box-sizing: border-box;
}

.about-pic {
    text-align: center;
}

.about-title {
    color: #564DCA;
    letter-spacing: 0.02em;
    text-decoration: underline;
    margin-bottom: 18px;
    text-transform: uppercase;

    font-size: 14px;
    font-weight: 700;
    position: relative;
    letter-spacing: 0.09em;
    display: inline-block;
    padding: 0;
    margin-bottom: 25px;
}

.about-main-title {
    font-size: 45px;
    color: #030B15;
    line-height: 1.26;
    margin: 0;
}

/* .about-content {
    animation-delay: 0.2s;
    animation-name: fadeInRight;
    animation-duration: 2s;
} */


.about-content p {
    color: #727885;
    margin-bottom: 20px;
    width: 80%;
}

.about-content ul {
    margin-bottom: 45px;
}

.about-content ul li {
    display: flex;
    align-items: baseline;
    color: #030B15;
    margin-bottom: 10px;
}

.download-button {
    background: #564DCA;
    border-radius: 5px;
    padding: 25px 42px;
    border: none;

    color: #fff;
    cursor: pointer;
    display: inline-block;
    /* font-size: 15px; */
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 1;
    margin-bottom: 0;
    /* padding: 25px 50px; */
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
}

.download-button:hover {
    color: #fff;
    background: #00C4F4;
}

.about-content ul li i {
    color: #564DCA;
    margin-right: 10px;
}

.about-title-wrap {
    margin-bottom: 15px;
}

/* @media screen and (max-width:1500px) {
    font-size: 40px;
} */

.shape-one {
    left: 9%;
    bottom: 90px;
    animation: leftToRight 5s infinite linear;
}

.about-shape-wrap img.shape-one {
	left: 9%;
	bottom: 90px;
	animation: leftToRight 5s infinite linear;
    animation-name: leftToRight;
    animation-duration: 5s;
    animation-timing-function: infinite;
}

.shape-two {
    right: 7%;
    bottom: 22%;
    animation-name: Rotate;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.about-shape-wrap img {
    position: absolute;
}

img, .img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

/* end about-area */

/* reason-area */

.reason {
    background-image: url(choose_bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 130px 0 218px;
    position: relative;
}

.reason::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(choose_shape01.png);
    background-position: center;
    background-repeat: repeat;
    width: 100%;
    height: 25px;
}

.reason-title {
    margin-bottom: 70px;
    text-align: center;
}

.reason-main-title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    letter-spacing: 0.09em;
    display: inline-block;
    padding: 0 15px;
    margin-bottom: 25px;
}

.reason-main-title::before, .reason-main-title::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: #00C4F4;
    border-radius: 50%;
}

.reason-main-title::after {
    left: auto;
    right: 0;
}

.reason-title h2 {
    font-size: 42px;
    margin-bottom: 0;
    letter-spacing: -0.01em;
    line-height: 1.2;
}

.reason-row {
    align-items: flex-start;
}

.col {
    padding: 0 15px;
    box-sizing: border-box;
}

.reason-icon {
    margin-bottom: 35px;
}

.reason-icon img {
    width: 48px;
    height: 48px;
}

.reason-content {
    width: 77%;
}

.reason-content h2 {
    font-size: 22px;
    margin-bottom: 24px;
    font-weight: 500;
    text-transform: none;
    line-height: 1.27;
}

.reason-content h2 a {
    color: inherit;
}

.reason-content h2 a:hover {
    color: #00C4F4;
    text-decoration: none;
}

.reason-content p {
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 22px;
    color: #A4B4C3;
}

/* end reason-area */

/* counter-area */

.counter-inner {
    background: #FFFFFF;
    box-shadow: 0px 34px 35px rgba(160, 171, 191, 0.21);
    border-radius: 20px;
    padding: 64px 75px 33px;
    position: relative;
    margin-top: -120px;
    margin-bottom: 10px;
}

.counter-inner::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    width: 80%;
    height: 80%;
    border-radius: 20px;
    background: #00C4F4;
    opacity: 0.08;
    z-index: -1;
}

.counter-row {
    justify-content: flex-start;
}

.counter-col {
    /* padding: 0 15px; */
    box-sizing: border-box;
}

.counter-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.counter-icon {
    width: 71px;
    flex: 0 0 71px;
    margin-right: 30px;
}

.counter-content {
    align-items: center;
}

.counter-content h2 {
    display: flex;
    align-items: center;
    color: #030B15;
    letter-spacing: -0.02em;
    font-size: 48px;
    line-height: 0.85;
    margin-bottom: 8px;
}

.counter-content p {
    margin: 0;
    color: #646580;
    line-height: 1.6;
}

/* end counter-area */

/* roadmap-area */

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

.roadmap {
    padding-top: 130px;
    padding-bottom: 100px;
}

.roadmap-title-wrap {
    margin-bottom: 65px;
    text-align: center;
}

.roadmap-title-wrap .sub-title {
    color: #564DCA;
    letter-spacing: 0.02em;
    padding: 0;
    text-decoration: underline;
    margin-bottom: 18px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.roadmap-title-wrap h2 {
    font-size: 40px;
    color: #030B15;
    line-height: 1.26;
}

/* @media screen and (min-width: 992px) {
    width: 100%;
} */

.roadmap-wrap, .roadmap-wrap-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
    margin-bottom: 50px;
}

.roadmap-wrap::before, .roadmap-wrap-bottom::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    height: 8px;
    background: linear-gradient(294.72deg, #FF4581 9.05%, #4388DD 79.28%);
    opacity: 0.1;
}

.roadmap-item {
    display: flex;
    flex-direction: column;
    width: 288px;
    margin-left: 30px;
}

.roadmap-wrap .roadmap-item:nth-child(3),
.roadmap-wrap .roadmap-item:nth-child(4), 
.roadmap-wrap-bottom .roadmap-item:nth-child(3),
.roadmap-wrap-bottom .roadmap-item:nth-child(4) {
    margin-left: 0;
}

.roadmap-wrap .roadmap-item:nth-child(2) .roadmap-content::before,
.roadmap-wrap .roadmap-item:nth-child(2) .dot,
.roadmap-wrap .roadmap-item:nth-child(2) .dot::before,
.roadmap-wrap-bottom .roadmap-item:nth-child(3) .roadmap-content::before,
.roadmap-wrap-bottom .roadmap-item:nth-child(3) .dot,
.roadmap-wrap-bottom .roadmap-item:nth-child(3) .dot::before {
	background: #FF9700;
}

.roadmap-wrap .roadmap-item:nth-child(3) .roadmap-content::before,
.roadmap-wrap .roadmap-item:nth-child(3) .dot,
.roadmap-wrap .roadmap-item:nth-child(3) .dot::before,
.roadmap-wrap-bottom .roadmap-item:nth-child(2) .roadmap-content::before,
.roadmap-wrap-bottom .roadmap-item:nth-child(2) .dot,
.roadmap-wrap-bottom .roadmap-item:nth-child(2) .dot::before {
	background: #007FF4;
}

.roadmap-wrap .roadmap-item:nth-child(4) .roadmap-content::before,
.roadmap-wrap .roadmap-item:nth-child(4) .dot,
.roadmap-wrap .roadmap-item:nth-child(4) .dot::before,
.roadmap-wrap-bottom .roadmap-item:nth-child(1) .roadmap-content::before,
.roadmap-wrap-bottom .roadmap-item:nth-child(1) .dot,
.roadmap-wrap-bottom .roadmap-item:nth-child(1) .dot::before {
	background: #FF4581;
}

.roadmap-wrap .roadmap-item:nth-child(2) .roadmap-title {
	color: #FF9700;
}
.roadmap-wrap .roadmap-item:nth-child(3) .roadmap-title {
	color: #007FF4;
}
.roadmap-wrap .roadmap-item:nth-child(4) .roadmap-title {
	color: #FF4581;
}

.roadmap-wrap-bottom .roadmap-item:nth-child(1) .roadmap-title {
	color: #FF4581;
}
.roadmap-wrap-bottom .roadmap-item:nth-child(2) .roadmap-title {
	color: #007FF4;
}
.roadmap-wrap-bottom .roadmap-item:nth-child(3) .roadmap-title {
	color: #FF9700;
}

.roadmap-content {
    position: relative;
    margin-left: 57px;
    padding-left: 17px;
    padding-top: 75px;
}

.roadmap-content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #00C4F4;
}

.roadmap-content h4{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #030B15;
    line-height: 1.62;
}

.roadmap-content p {
    color: #727885;
}

.dot {
    content: "";
    position: absolute;
    left: -8px;
    top: 0;
    width: 16px;
    height: 16px;
    background: #00C4F4;
    border-radius: 50%;
}

.roadmap-title {
    display: inline-block;
    color: #00C4F4;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 22px;
    letter-spacing: 0.1em;
}

/* end roadmap-area */

/* team-area */

.team {
    background-image: url(team_bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 130px 0 100px;
    position: relative;
}

.team::before, .team::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(team_shape01.png);
    background-position: center;
    background-repeat: repeat;
    width: 100%;
    height: 29px;
}

.team::after {
    background-image: url(team_shape02.png);
    top: auto;
    bottom: 0;
    height: 23px;
}

.team-title-wrap {
    text-align: center;
    margin-bottom: 60px;
    line-height: 1.25;
}

.team-sub-title {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    letter-spacing: 0.09em;
    display: inline-block;
    padding: 0 15px;
    margin-bottom: 25px;
}

.team-sub-title::before, .team-sub-title::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: #00C4F4;
    border-radius: 50%;
}

.team-sub-title::after {
    left: auto;
    right: 0;
}

.team-sub-main-title {
    font-size: 42px;
    margin-bottom: 0;
}

.team-sub-main-title span {
    color: #00C4F4;
}

.team-item-wrap {
    text-align: center;
    margin-bottom: 30px;
}

.team-thumb {
    margin-bottom: 35px;
}

.team-title {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 500;
}

.team-content span {
    display: block;
    margin-bottom: 10px;
}

.team-social {
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-content .team-social li {
    padding: 0 10px;
}

.team-content .team-social li a {
    color: #fff;
    font-size: 13px;
}

.team-content .team-social li a:hover {
    color: #00C4F4;
}

/* end team-area */
/* download-area */

.download {
    padding-bottom: 140px;
    padding-top: 150px;
}

.download-row {
    align-items: center;
    flex-wrap: wrap;
}

.download-col-4, .download-col-6 {
    width: 100%;
}

.download-title {
    margin-bottom: 20px;
}

.download-sub-title {
    color: #564DCA;
    letter-spacing: 0.02em;
    padding: 0;
    text-decoration: underline;
    margin-bottom: 18px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.download-main-title {
    color: #030B15;
    line-height: 1.26;
    margin-bottom: 0;
}

.download-content p {
    color: #727885;
    margin-bottom: 30px;
}

.download-button-wrap {
    display: flex;
    align-items: center;
}

.download-button-wrap a{
    margin-right: 20px;
    margin-top: 10px;
    display: block;
}

.download-pic {
    text-align: center;
}
/* end download-area */
/* question-area */

.faq-area {
    background: #F3F6FC;
    padding: 120px 0 130px;
    position: relative;
    z-index: 1;
}

.img-three {
    left: 50%;
    transform: translateX(-50%);
    bottom: 5%;
}

.faq-shape-wrap img{
    position: absolute;
    z-index: -1;
}

.faq-col {
    width: 100%;
    padding: 0 15px;
}

.faq-title {
    margin-bottom: 60px;
    text-align: center;
}

.faq-main-title {
    color: #030B15;
    line-height: 1.26;
    font-size: 40px;
    margin-bottom: 0;
}

.faq-item {
    background-color: transparent;
    border: none;
    margin-bottom: 20px;
    position: relative;
}

.faq-item-body {
    padding: 0 40px 45px 55px;
    background: #fff;
    position: relative;
    display: none;
    margin-bottom: 20px;
}

.faq-item-body::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #00C4F4;
}

.faq-item-body p {
    margin: 0;
    color: #727885;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 550;
}

.faq-item-header button {
    font-size: 24px;
    font-weight: 500;
    font-family: 'Poppins';
    line-height: 1.25;
    padding: 37px 100px 37px 55px;
    border-radius: 100px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 100%;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    /* transition: all 0.9s ease; */
}

.faq-item:hover .faq-item-body{
    display: block;
}

.faq-item:hover .faq-item-header button {
    border-radius: 0;
}

.faq-item:hover .faq-item-header {
    margin-bottom: 0;
}

.faq-item-header button::after {
    width: auto;
    height: auto;
    content: "\f063";
    background-image: none;
    background-size: auto;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 25px;
    position: absolute;
    right: 50px;
    top: 36px;
    color: #132047;
    opacity: .3;
    transition: transform .2s ease-in-out;
}

.faq-item:hover .faq-item-header button::after {
    background-image: none;
    transform: rotate(-180deg);
    opacity: 1;
}

.img-one {
    right: 4%;
    top: 8%;
}

.img-one {
    animation-name: Rotate;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.img-two {
    left: 3%;
    bottom: 4%;
}

.img-two {
	animation: leftToRight 5s infinite linear;
    animation-name: leftToRight;
    animation-duration: 5s;
    animation-timing-function: infinite;
}

/* end question-area */
/* contact-area */

.contact {
    background-image: url(contact_bg02.jpg);
    background-size: cover;
    background-position: center;
    padding: 130px 0 250px;
    position: relative;
}

.contact::before, .contact::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(team_shape01.png);
    background-position: center;
    background-repeat: repeat;
    width: 100%;
    height: 29px;
}

.contact::after {
    background-image: url(team_shape02.png);
    top: auto;
    bottom: 0;
    height: 23px;
}

.contact-title-1 {
    margin-bottom: 35px;
    font-size: 45px;
    line-height: 1.2;
}

.contact-info-list {
    display: flex;
    padding: 22px 32px;
    margin-bottom: 15px;
    width: 69%;

    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(246, 246, 246, 0.06);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
    border-radius: 11px;
    display: flex;
    align-items: center;
    padding: 22px 32px;
    width: 69%;
    margin-bottom: 15px;
}

.contact-icon {
    width: 35px;
    flex: 0 0 35px;
    margin-right: 22px;
}

.contact-content p {
    margin: 0;
    font-size: 15px;
    line-height: 1.2;
    color: #FFFFFF;
}

.contact-title-2 {
    font-size: 30px;
    line-height: 2;
    margin-bottom: 35px;
}

.contact-form-wrap input, .contact-form-wrap textarea {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(246, 246, 246, 0.06);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
    border-radius: 11px;
    width: 100%;
    letter-spacing: -0.02em;
    color: #030B15;
    font-weight: 600;
    font-size: 20px;
    padding: 17px 22px;
    line-height: 1.5;
    height: 66px;
    margin-bottom: 20px;
    display: block;
    font-family: inherit;
    
}

.contact-form-wrap input:focus, .contact-form-wrap textarea:focus {
    background: #fff;
    outline: 0;
}

.last-input {
    min-height: 165px;
}

.contact-form-wrap button {
    border-radius: 5px;
    padding: 25px 42px;
    line-height: 1;
    border: none;
    background: #00C4F4;
    cursor: pointer;
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    transition: all 0.4s 0s;
    font-family: inherit;
}

.contact-form-wrap button:hover {
    background: #564DCA;
}
/* end contact-area */

/* subcribe-area */

.subcribe-wrap {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 26px 23px rgba(81, 98, 132, 0.06);
    border-radius: 10px;
    padding: 64px 50px;
    margin-top: -120px;
    z-index: 1;
    position: relative;
}

.subcribe-content {
    width: 42.5%;
}

.subcribe-col {
    width: 100%;
}

.subcribe-title {
    color: #030B15;
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 0;
}

.subcribe-input {
    width: 57.5%;
    position: relative;
}

.sub-input {
    width: 100%;
    border: 1px solid #ECEEF3;
    border-radius: 4px;
    background: #F3F6FC;
    font-size: 16px;
    font-weight: 400;
    color: #030B15;
    padding: 26px 215px 26px 25px;
    line-height: 1.25;
    height: 72px;
}

.sub-button {
    padding: 21px 47px;
    background: #564DCA;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 8px;
    bottom: 8px;
    font-size: 13px;
    color: #fff;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s 0s;
    font-family: inherit;
    height: fit-content;
}

.sub-button:hover {
    color: #fff;
    background: #00C4F4;
}

/* end subcribe-area */