/* #region GENERAL */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('font/Roboto-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Trade Gothic';
    font-weight: 800;
    src: url('font/TradeGothicLTStd-Extended.otf') format('opentype');
}
html {
}
body {
    background: #1a1a1a;
}
section {
    background: #FFF;
}
header .logo img {
    display: inline-block;
}
header .logo span {
    margin-left: 4px;
    vertical-align: middle;
    font-family: "Trade Gothic";
    font-size: 20px;
    color: #1C84C3;
}
header .logo sub {
    color: #BBB;
    margin-left: 10px;
    /* text-transform: uppercase; */
    font-size: 14px;
    /* font-weight: 500; */
    /* top: 18px;
    right: 43px; */
    bottom: 0px;
    left: 3px;
    font-family: 'Poppins';
}
section.hero-area {
    padding-bottom: 60px;
}

/* #endregion */
/* #region INDEX - MAIN FORM */
section#home h1 {
    text-align: center;
    color: #FFF;
    padding: 0px 0px 60px;
    /* font-size: 30px; */
}
section#home h2 {
    color: #FFF;
    padding-bottom: 20px;
}

.single-feature-box {
    padding-right: 50px;
}
.feature-first-icon {
    /* flex: 1; */
    width: 72.5px;
    font-size: 38px;
}
.feature-first-info {
    flex: 5;
    font-size: 18px;
}
.single-feature-box b {
    font-weight: 600;
}
section.hero-area form.ui.form label {
    color:#FFF;
    font-weight: 500;
}
section.hero-area form.ui.form .field .ui.input input {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, .5);
    color: #FFF;
    transition: border .3s ease;
}
section.hero-area form.ui.form .field .ui.input input:focus {
    border: 2px solid rgba(255, 255, 255, .85);
}
section.hero-area form.ui.form .field .ui.input i.icon {
    color: #FFF;
}
section.hero-area form.ui.form .note {
    color: #FFF;
    font-size: 12px;
}
section.hero-area form.ui.form .note a:link,
section.hero-area form.ui.form .note a:visited {
    color: #97bfda;
}
section.hero-area form.ui.form .note a:hover {
    text-decoration: underline;
}
#field-username .ui.input .ui.label {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    background: rgba(255, 255, 255, .1);
    color: #FFF;
    border: 2px solid rgba(255, 255, 255, .5);
}
.signup {
    border: 1px solid #228B22;
    color: #fff;
    border-radius: .28571429rem;
    display: inline-block;
    padding: 6px 25px;
    text-transform: uppercase;
	cursor: pointer;
	font-weight: 500;
}
.signup:hover {
    border: 1px solid #228B22;
    background: #228B22;
    color: #FFF;
}
#loader {
    display: none;
    margin-right: 10px;
}
/* INDEX - 3 TILES */
.hero-area.top h1 {
    font-size: 32px;
    color: #FFF;
    margin: 0px auto;
    text-align: center;
    padding-bottom: 60px;
}
.about-area i.icon,
.about-area svg,
.about-area h1,
.about-area h2,
.about-area h4,
.about-area p {
    color: #FFF;
}
.about-area p {
    font-size: 16px;
}
.hero-area.top {    
	z-index: 1;
	position: relative;
    background-image: url(../img/cyber-entry.webp);
    background-repeat: no-repeat;
    background-position: center;
	background-attachment: fixed;
    background-size: cover;
	overflow: hidden;
}
.hero-area.top::before {
	content: "";
	top: 0;
	left: 0;
    opacity: 0.92;
	right: 0;
	bottom: 0;
	z-index: -1;
	position: absolute;
    background: linear-gradient(to bottom, #000000 1%,#0b101a 24%,#0e1820 67%,#101f2c 100%);
}
/* #endregion */
/* #region INDEX - SLIDER */
.swiper-container {
    border: 1px solid #EEE;
    width: 100%;
    height: 667px;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
    height: 667px;
    text-align: center;
    font-size: 18px;

	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
    align-content: stretch;
}
.swiper-button-next,
.swiper-button-prev {
    opacity: 0.3;
    transition: opacity 0.3s;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
    opacity: 1;
}
.sec-title .mobile-only {
    display: none;
    /* border: none; */
    margin: 0px auto;
    height: 400px;
    width: 220px;
}
.sec-title .mobile-only .swiper-slide {
    height: 400px;
    width: 220px;
}
/* #endregion */

/* #region DISPLAY ELEMENTS */
.sec-title {
    max-width: 1100px;
}
.sec-title h2 .sec-title-border {
    width: 130px;
    border-top: 2px solid #1C84C3;
}
#features_underline {
    width: 130px;
}
.sec-title > p {
    max-width: 810px;
    text-align: center;
    font-size: 16px;
    margin: 0px auto;
}
.sec-title img {
    border: 1px solid #EEE;
}
.showcase-area .sec-title p {
    margin: 0px auto 80px;
}
.download-area .sec-title p {
    margin: 0px auto 64px;
}
.download-area a.appao-btn {
    margin: 10px 10px;
    /* border: 1px solid #FFF; */
    /* transition: all 0.6s; */
}
.download-area a.appao-btn:hover {
    /* border: none; */
}

.content h2 {
    margin: 50px 0px 10px;
}
.content p {
    margin: 0px 0px 10px;
}
.content ul {
    margin-left: 20px;
}
.content li {
    list-style: disc;
}
.scrollToTop > .icon {
    font-size: 12px; 
    margin: 0; 
    vertical-align: top;
}
/* #endregion */
/* #region SUPPORT */
.pt50 {
    padding-top: 50px;
}
#support .sec-title p {
    max-width: 500px;
    margin-bottom: 50px;
}
#support form {
    width: 500px;
}

.contact-area form.ui.form .field>label {
    text-transform: uppercase;
    font-weight: 500;

}
.contact-area form.ui.form .ui.button {
    /* background: #1C84C3;
    color: #FFF; */

    /* background: #FFF; */
    /* border: 1px solid #1C84C3; */
    /* color: #000; */

    margin: 0px auto; 
    display: block;
    text-transform: uppercase;
    font-family: Poppins;
    font-weight: 500;

}
.contact-area form.ui.form .ui.button:hover {
    background: #1C84C3;
    color: #FFF;
}
/* #endregion */
/* #region CONTACT */
.f2 {
    background: #FFF;
}
.f2 > div {
    max-width: 1100px;
    display: flex;
    padding: 30px 20px;
    text-align: center;
    flex-direction: row;
    justify-content: space-between;
    margin: 0px auto;
}
.f2 address {
    text-align: left;
}
.f2 address td {
    padding: 10px 0px;
}
.f2 address i {
    color: #1C84C3;
    position: relative;
    top: 10px;
    font-size: 32px;
}
.f2 address p,
.f2 address a,
.f2 address a:link,
.f2 address a:visited {
    color: #8594A7;
    font-size: 18px;
    font-weight: 400;
    display: block;
    margin-left: 10px;
    line-height: 1.4285em;
}
.f2 address a:hover {
    color: #1C84C3;
}
.f2 .ui.form {
    width: 400px;
    margin: 0px auto;
}
.f2 .ui.form label {
    text-align: left;
    color: #000000;
    text-transform: uppercase;
    font-weight: 500;
}
.f2 .ui.form input {
    /* font-family: Roboto; */
}
.f2 .ui.form button {
    margin: 10px 0px 0px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: Poppins;
}
.f2 .ui.form button:hover {
    background-color: #1C84C3;
    color: #FFFFFF;
}

/* #endregion */
/* #region FOOTER */
footer {
    padding: 20px 0px;
	background: #1a1a1a;
}
.footer-copywrite-area {
    /* height: 50px; */
}
.copywrite-text > p {
    color: #bbb;
    display: inline-block;
}
.footer-nav ul li {
    display: inline-block;
}
.footer-nav ul li a:link, 
.footer-nav ul li a:visited {
    color: #bbb;
    padding: 0 20px;
}
.footer-nav ul li a:hover {
    text-decoration: underline;
}
footer .ui.selection.dropdown {
    background: transparent;
    color: #bbb;
    outline: none;
    border: none;
    font-size: 14px;
    min-width: auto;
    margin-left: 6px;
}
footer .ui.selection.visible.dropdown>.text:not(.default) {
    color: #bbb;
}
footer .ui.selection.dropdown>.dropdown.icon {
    right: 24px;
}
footer .ui.selection.dropdown>i.dropdown.icon:before {
    content: "\f0d8";
}
/* #endregion */

.free-area {
    /* background: linear-gradient(to top, #0b101a 0%,#0e1820 67%,#101f2c 100%); */
    /* background: #0e1820; */
    /* background: #1a1a1a; */
    padding-top: 60px;
    padding-bottom: 20px;
}
.free-area h2,
.free-area p {
    /* color: #FFF; */
    color: #000;

}
.page-signup {
    /* min-height: 860px; */
    min-height: 600px;
    /* padding: 260px 0px; */
    padding: 160px 0px;
}
/* #region RESPONSIVE */
@media only screen and (min-height: 600px) and (max-height: 790px) {
    .page-signup {
        padding: 200px 0px;
        min-height: 700px;
    }
}
@media only screen and (min-height: 0px) and (max-height: 600px) {
    .page-signup {
        padding: 120px 0px;
        min-height: auto;
    }
}
@media only screen and (max-width: 1199px) {
    .swiper-container:not(.mobile-only) {
        display: none;
    }
    .sec-title .mobile-only {
        border: none;
        display: block;
    }
}
@media only screen and (max-width: 991px) {
    section#home h2 {
        color: #FFF;
        /* padding: 80px 0 40px; */
        padding: 0px 0 40px;
        text-align: center;
    }
    section.hero-area form.ui.form .note {
        text-align: center;
    }
    #signup {
        display: block;
        width: fit-content;
        margin: 0px auto;
    }
    .page-signup > .container > .row > div:first-of-type,
    .land-signup > .container > .row > div:first-of-type {
        display: none;
    }
    .page-signup {
        padding: 120px 0px;
        min-height: auto;
    }
}

@media only screen and (max-width: 900px) {
    .f2 > div {
        flex-direction: column;
        align-items: center;
    }
    .f2 .ui.form {
        margin: 70px 0px 0px;
    }
}
@media only screen and (max-width: 500px) {
    .f2 > div {
        align-items: normal;
    }
    
    #support form {
        width: 90%;
        margin: 0px auto;
    }
    footer .copywrite-content {
        flex-direction: column;
    }
    .copywrite-text p {
        padding-bottom: 10px;
    }
    .footer-nav ul li {
        display: block;
        text-align: center;
    }
    .footer-nav ul li a:link, 
    .footer-nav ul li a:visited {
        padding: 0;
    }
    .feature-first-info {
        flex: 4;
    }
}
@media only screen and (max-width: 400px) {
    .f2 .ui.form {
        width: 100%;
    }
}
@media only screen and (max-width: 364px) {
    header .logo span {
        display: none;
    }
}
/* #endregion */

/* #region LANDING PAGES */
.land-area {
    padding-top: 140px;
    padding-bottom: 60px;  
	z-index: 1;
	position: relative;
    background-image: url(../img/landing/web_programmer.jpg);
    background-repeat: no-repeat;
    background-position: center;
	background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
    text-align: center;
}
.land-area::before {
	content: "";
	top: 0;
	left: 0;
    opacity: 0.60;
	right: 0;
	bottom: 0;
	z-index: -1;
	position: absolute;
    background: linear-gradient(to bottom, #000000 1%,#0b101a 24%,#0e1820 67%,#101f2c 100%);
}
.land-area h1 {
    font-size: 48px;
    color: #FFF;
    margin: 0px auto;
    text-align: center;
    padding: 0px 0px 24px;
}
.land-area p {
    color: #FFF;
    font-size: 18px;
    text-align: center;
    max-width: 800px;
    margin: 0px auto;
    /* padding-bottom: 20px; */
}
.land-area .templates {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 60px 0px 0px;
}
.land-area .templates a:link,
.land-area .templates a:visited {
    width: 260px;
    border-radius: 5px;
    margin: 0px 8px 20px;
    transition: all 0.4s;
}
.land-area .templates a:hover {
    box-shadow: 0 0 15px #0085c6;
}
.land-area .templates img {
    border-radius: 5px;
}
.land-ft {
    padding: 60px 0px;
}
.land-ft .sec-title h2 {
    margin-top: 20px;
    margin-bottom: 50px;
}
.land-ft .swiper-container {
    margin: 80px 0px;
}
section.land-signup.hero-area {
    padding: 80px 0px;
}
.land-signup-p {
    font-size: 18px;
    margin: 0px 0px 30px;
}
.land-signup .feature-first-info {
    align-self: center;
}
.land-signup ul > li {
    margin-bottom: 30px;
}

/* #endregion */

.single-showcase-box img {
    display: block;
    margin: 0px auto;
}
.showcase-area .row.flexbox-center:nth-child(even) {
    flex-direction: row-reverse;
}
.land-ft .row.flexbox-center:nth-child(odd) {
    flex-direction: row-reverse;
}
@media only screen and (max-width: 991px) {
    .land-area h2 {
        /* color: #FFF;
        padding: 80px 0 40px;
        text-align: center; */
    }
    .showcase-area .row.flexbox-center:nth-child(even) {
        flex-direction: row;
    }
    .land-ft .row.flexbox-center:nth-child(odd) {
        flex-direction: row;
    }
}

.ui.form .ui.message .header,
.ui.form .ui.message p {
    font-family: "Roboto";
}

/* #region GUIDE */
.guide {
    color: #333;
}
.guide h2 {
    color: #232323;
}
.guide i {
    color: #1C84C3;
}
.guide p {
    /* font-size: 16px; */
    color: #333;
    /* font-family: Roboto; */
}
.guide .ui.message {
    font-family: Roboto;
}
.guide a:link,
.guide a:visited {
    color: #333;
}
.guide a:hover {
    text-decoration: underline;
}
/* #endregion */

/* #region PRICING */
/* #region ui-table */
:root {
    --color-table-border: #DCDCDC;
    --color-table-header-bg: #F9FAFB;
    --color-table-header-text: #000;
    --color-table-row-text: #3D3D3D;
    --color-table-row-bg: #FFF;
    --color-table-row-odd-bg: #F0F0F6;
    --color-table-row-hover-bg: #F9F9F9;
    --color-table-row-myrow-bg: #F8F8F8;
    --color-table-link-icon: #CFCFCF;
}
.ui-table {
    border: 1px solid var(--color-table-border);
    border-radius: 4px;
    border-collapse: separate;
    border-spacing: 0;
    box-shadow: none;
    width: 100%;
    margin: 20px 0px;
}
.ui-table th {
    font-weight: 700;
    background: var(--color-table-header-bg);
    color: var(--color-table-header-text);
}
.ui-table th,
.ui-table td {
    height: 40px;
    vertical-align: middle;
    border-left: 1px solid var(--color-table-border);
    border-bottom: 1px solid var(--color-table-border);
    text-align: left;
    padding: 0px 10px;
}
.ui-table tr {
    line-height: 40px;
}
.ui-table tbody td {
    color: var(--color-table-row-text);
    background-color: var(--color-table-row-bg);
}
.ui-table tbody tr.odd td {
    background-color:var(--color-table-row-odd-bg);
}
.ui-table tr:hover td {
    background: var(--color-table-row-hover-bg);
}
/* =============================== */
.ui-table tr:last-child td  {
    border-bottom: none;
}
.ui-table th:first-child,
.ui-table td:first-child {
    border-left: none;
}
.ui-table th:first-child {
    border-top-left-radius: 4px;
    border-left: none;
}
.ui-table th:last-child {
    border-top-right-radius: 4px;
}
.ui-table tr:last-child td:first-child {
    border-bottom-left-radius: 4px;
    border-left: none;
}
.ui-table tr:last-child td:last-child {
    border-bottom-right-radius: 4px;
}
/* #endregion */

#form-plan {
    max-width: 900px;
    margin: 0px auto 20px;
}
#form-plan th p {
    font-size: 20px;
    margin: 0px;
    font-weight: 500;
}
#form-plan th:nth-child(2),
#form-plan td:nth-child(2),
#form-plan th:nth-child(3),
#form-plan td:nth-child(3) {
    display: none;
}
#form-plan .ui-table th,
#form-plan .ui-table td {
    text-align: center; 
}
#form-plan .ui-table th {
    padding: 20px;
}
#form-plan .ui-table tr:hover td {
    background: var(--color-table-row-bg);
}
#form-plan .ui-table tr td:hover {
    background: var(--color-table-row-hover-bg);
}
/* #region MODAL - INFINITE NOTICE */
#modal-inf > .header i {
    color: #1C84C3;
    margin-right: 10px;
}
#modal-inf > .header > span {
    font-weight: 500;
    font-family: 'Poppins';
}
#modal-inf > .header > span,
#modal-inf h2,
#modal-inf p {
    color: #FFF;
}
#modal-inf h2 {
    font-size: 20px;
    margin: 50px auto 20px;
}
#modal-inf h2:first-of-type {
    margin-top: 0px;
}
#modal-inf p {
    font-size: 16px;
    line-height: 28px;
}
#modal-inf > .actions span {
    font-family: 'Poppins';
    font-size: 14px;
    text-transform: uppercase;
}
/* #endregion */
/* #endregion */

img-caption {
    background: #1C84C3cd;
    left: 30px;
    bottom: 35px;
    padding: 15px 35px;
    position: absolute;
    width: auto;
    text-align: left;
    color: #fff;
    font-size: 20px;
    font-family: "Poppins";
}