html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
font-family: sans-serif;
}
@font-face {
font-family: 'Manrope';
src: url(//neotericacademy.com.au/wp-content/themes/neoteric-academy/assets/fonts/Manrope-Regular.woff2) format('woff2'),
url(//neotericacademy.com.au/wp-content/themes/neoteric-academy/assets/fonts/Manrope-Regular.woff) format('woff');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Manrope';
src: url(//neotericacademy.com.au/wp-content/themes/neoteric-academy/assets/fonts/Manrope-Bold.woff2) format('woff2'),
url(//neotericacademy.com.au/wp-content/themes/neoteric-academy/assets/fonts/Manrope-Bold.woff) format('woff');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'Plus Jakarta Sans';
src: url(//neotericacademy.com.au/wp-content/themes/neoteric-academy/assets/fonts/PlusJakartaSans-Regular.woff2) format('woff2'),
url(//neotericacademy.com.au/wp-content/themes/neoteric-academy/assets/fonts/PlusJakartaSans-Regular.woff) format('woff');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Plus Jakarta Sans';
src: url(//neotericacademy.com.au/wp-content/themes/neoteric-academy/assets/fonts/PlusJakartaSans-Bold.woff2) format('woff2'),
url(//neotericacademy.com.au/wp-content/themes/neoteric-academy/assets/fonts/PlusJakartaSans-Bold.woff) format('woff');
font-weight: 700;
font-style: normal;
}
body {
margin: 0;
} .flex-column {
flex-direction: column;
}
.wbox { padding: 0 10px;
}
.open-btn {
padding: 10px 20px;
background: #007BFF;
color: white;
border: none;
cursor: pointer;
font-size: 16px;
border-radius: 5px;
} .popup-container {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
justify-content: center;
align-items: center;
z-index:9999;
} .popup {
background: transparent ;
padding: 20px;
width: 90%; border-radius: 10px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
text-align: center;
position: relative;
}
.popup .section.affordable-plan {
background-color: transparent;
}
.popup .pricing-plan-grid , .c-single .pricing-plan-grid{
grid-template-columns: 1fr 1fr 1fr;
} .close-btn {
position: relative;
top: 15px;
right: 15px;
font-size: 20px;
border: none;
background: none;
cursor: pointer;
}
.w-commerce-commercecartcontainerwrapper {
display: none !important;
}
form.checkout , #student_checkout {
padding: 0 24px;
} @media (max-width: 600px) {
.popup {
width: 100%;
}
}
.rs-card , .woofc-icon-cart7 ,  #woofc-count , #woofc-count-number{
display: none;
}  .popup-containera {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
justify-content: center;
align-items: center;
z-index:9999;
} .popupa {
background: #04193F;
padding: 20px;
width: 90%; border-radius: 10px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
text-align: center;
position: relative;
} .close-btna {
position: absolute;
top: 10px;
right: 15px;
font-size: 20px;
border: none;
background: none;
cursor: pointer;
} @media (max-width: 479px) {
.popupa {
height: 90%;
overflow: auto;
}
#popupContainer .pricing-plan-featured-card-wrap {
display: none;
}
}
@media (max-width: 800px) {
#popupContainer .pricing-plan-featured-card-wrap {
display: none;
}
.popup {
overflow: hidden;
}
.rs-card {
display: block;
padding: 35px 0;
}
#popupContainer .d-flex {
width: 71vw;
padding: 15px 0;
}
} #login-form {
display: block !important;
} .featured-courses-name{
height: 68px;
}
.d-flex {
display: flex;
}
.justify-content-between {
justify-content: space-between;
}
.justify-content-even {
justify-content: space-evenly;
}
.half-course-btn {
width: 175px !important;
}
.course-details-lessons-video-wrap , .get-video-featured , .about-me , .w-tab-menu {
color: #fff !important;
font-size: 18px;
line-height: 28px;
padding:18px;
}
.impressive-features-tab-link li {
color: #fff !important;
font-size: 18px;
}
.impressive-features-tab-link p{
color: #fff !important;
font-size: 18px;
padding: 15px 0;
}
.blog-card-categories-name a
{
text-decoration: none;
color: #ffd659;
} article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
display: block;
}
audio, canvas, progress, video {
vertical-align: baseline;
display: inline-block;
}
audio:not([controls]) {
height: 0;
display: none;
}
[hidden], template {
display: none;
}
a {
background-color: #0000;
}
a:active, a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b, strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
margin: .67em 0;
font-size: 2em;
}
mark {
color: #000;
background: #ff0;
}
small {
font-size: 80%;
}
sub, sup {
vertical-align: baseline;
font-size: 75%;
line-height: 0;
position: relative;
}
sup {
top: -.5em;
}
sub {
bottom: -.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code, kbd, pre, samp {
font-family: monospace;
font-size: 1em;
}
button, input, optgroup, select, textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button, select {
text-transform: none;
}
button, html input[type="button"], input[type="reset"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled], html input[disabled] {
cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td, th {
padding: 0;
}
@font-face {
font-family: webflow-icons;
src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("truetype");
font-weight: normal;
font-style: normal;
}
[class^="w-icon-"], [class*=" w-icon-"] {
speak: none;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-style: normal;
font-weight: normal;
line-height: 1;
font-family: webflow-icons !important;
}
.w-icon-slider-right:before {
content: "";
}
.w-icon-slider-left:before {
content: "";
}
.w-icon-nav-menu:before {
content: "";
}
.w-icon-arrow-down:before, .w-icon-dropdown-toggle:before {
content: "";
}
.w-icon-file-upload-remove:before {
content: "";
}
.w-icon-file-upload-icon:before {
content: "";
}
* {
box-sizing: border-box;
}
html {
height: 100%;
}
body {
color: #333;
background-color: #fff;
min-height: 100%;
margin: 0;
font-family: Arial, sans-serif;
font-size: 14px;
line-height: 20px;
}
img {
vertical-align: middle;
max-width: 100%;
display: inline-block;
}
html.w-mod-touch * {
background-attachment: scroll !important;
}
.w-block {
display: block;
}
.w-inline-block {
max-width: 100%;
display: inline-block;
}
.w-clearfix:before, .w-clearfix:after {
content: " ";
grid-area: 1 / 1 / 2 / 2;
display: table;
}
.w-clearfix:after {
clear: both;
}
.w-hidden {
display: none;
}
.w-button {
color: #fff;
line-height: inherit;
cursor: pointer;
background-color: #3898ec;
border: 0;
border-radius: 0;
padding: 9px 15px;
text-decoration: none;
display: inline-block;
}
input.w-button {
-webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
color: #0000 !important;
}
.w-code-block {
margin: unset;
}
pre.w-code-block code {
all: inherit;
}
.w-optimization {
display: contents;
}
.w-webflow-badge, .w-webflow-badge > img {
box-sizing: unset;
width: unset;
height: unset;
max-height: unset;
max-width: unset;
min-height: unset;
min-width: unset;
margin: unset;
padding: unset;
float: unset;
clear: unset;
border: unset;
border-radius: unset;
background: unset;
background-image: unset;
background-position: unset;
background-size: unset;
background-repeat: unset;
background-origin: unset;
background-clip: unset;
background-attachment: unset;
background-color: unset;
box-shadow: unset;
transform: unset;
direction: unset;
font-family: unset;
font-weight: unset;
color: unset;
font-size: unset;
line-height: unset;
font-style: unset;
font-variant: unset;
text-align: unset;
letter-spacing: unset;
-webkit-text-decoration: unset;
text-decoration: unset;
text-indent: unset;
text-transform: unset;
list-style-type: unset;
text-shadow: unset;
vertical-align: unset;
cursor: unset;
white-space: unset;
word-break: unset;
word-spacing: unset;
word-wrap: unset;
transition: unset;
}
.w-webflow-badge {
display: none !important;
white-space: nowrap;
cursor: pointer;
box-shadow: 0 0 0 1px #0000001a, 0 1px 3px #0000001a;
visibility: visible !important;
opacity: 1 !important;
z-index: 2147483647 !important;
color: #aaadb0 !important;
overflow: unset !important;
background-color: #fff !important;
border-radius: 3px !important;
width: auto !important;
height: auto !important;
margin: 0 !important;
padding: 6px !important;
font-size: 12px !important;
line-height: 14px !important;
text-decoration: none !important;
position: fixed !important;
inset: auto 12px 12px auto !important;
transform: none !important;
}
.w-webflow-badge > img {
position: unset;
visibility: unset !important;
opacity: 1 !important;
vertical-align: middle !important;
display: inline-block !important;
}
h1, h2, h3, h4, h5, h6 {
margin-bottom: 10px;
font-weight: bold;
}
h1 {
margin-top: 20px;
font-size: 38px;
line-height: 44px;
}
h2 {
margin-top: 20px;
font-size: 32px;
line-height: 36px;
}
h3 {
margin-top: 20px;
font-size: 24px;
line-height: 30px;
}
h4 {
margin-top: 10px;
font-size: 18px;
line-height: 24px;
}
h5 {
margin-top: 10px;
font-size: 14px;
line-height: 20px;
}
h6 {
margin-top: 10px;
font-size: 12px;
line-height: 18px;
}
p {
margin-top: 0;
margin-bottom: 10px;
}
blockquote {
border-left: 5px solid #e2e2e2;
margin: 0 0 10px;
padding: 10px 20px;
font-size: 18px;
line-height: 22px;
}
figure {
margin: 0 0 10px;
}
figcaption {
text-align: center;
margin-top: 5px;
}
ul, ol {
margin-top: 0;
margin-bottom: 10px;
padding-left: 40px;
}
.w-list-unstyled {
padding-left: 0;
list-style: none;
}
.w-embed:before, .w-embed:after {
content: " ";
grid-area: 1 / 1 / 2 / 2;
display: table;
}
.w-embed:after {
clear: both;
}
.w-video {
width: 100%;
padding: 0;
position: relative;
}
.w-video iframe, .w-video object, .w-video embed {
border: none;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
fieldset {
border: 0;
margin: 0;
padding: 0;
}
button, [type="button"], [type="reset"] {
cursor: pointer;
-webkit-appearance: button;
border: 0;
}
.w-form {
margin: 0 0 15px;
}
.w-form-done {
text-align: center;
background-color: #ddd;
padding: 20px;
display: none;
}
.w-form-fail {
background-color: #ffdede;
margin-top: 10px;
padding: 10px;
display: none;
}
label {
margin-bottom: 5px;
font-weight: bold;
display: block;
}
.w-input, .w-select {
color: #333;
vertical-align: middle;
background-color: #fff;
border: 1px solid #ccc;
width: 100%;
height: 38px;
margin-bottom: 10px;
padding: 8px 12px;
font-size: 14px;
line-height: 1.42857;
display: block;
}
.w-input::placeholder, .w-select::placeholder {
color: #999;
}
.w-input:focus, .w-select:focus {
border-color: #3898ec;
outline: 0;
}
.w-input[disabled], .w-select[disabled], .w-input[readonly], .w-select[readonly], fieldset[disabled] .w-input, fieldset[disabled] .w-select {
cursor: not-allowed;
}
.w-input[disabled]:not(.w-input-disabled), .w-select[disabled]:not(.w-input-disabled), .w-input[readonly], .w-select[readonly], fieldset[disabled]:not(.w-input-disabled) .w-input, fieldset[disabled]:not(.w-input-disabled) .w-select {
background-color: #eee;
}
textarea.w-input, textarea.w-select {
height: auto;
}
.w-select {
background-color: #f3f3f3;
}
.w-select[multiple] {
height: auto;
}
.w-form-label {
cursor: pointer;
margin-bottom: 0;
font-weight: normal;
display: inline-block;
}
.w-radio {
margin-bottom: 5px;
padding-left: 20px;
display: block;
}
.w-radio:before, .w-radio:after {
content: " ";
grid-area: 1 / 1 / 2 / 2;
display: table;
}
.w-radio:after {
clear: both;
}
.w-radio-input {
float: left;
margin: 3px 0 0 -20px;
line-height: normal;
}
.w-file-upload {
margin-bottom: 10px;
display: block;
}
.w-file-upload-input {
opacity: 0;
z-index: -100;
width: .1px;
height: .1px;
position: absolute;
overflow: hidden;
}
.w-file-upload-default, .w-file-upload-uploading, .w-file-upload-success {
color: #333;
display: inline-block;
}
.w-file-upload-error {
margin-top: 10px;
display: block;
}
.w-file-upload-default.w-hidden, .w-file-upload-uploading.w-hidden, .w-file-upload-error.w-hidden, .w-file-upload-success.w-hidden {
display: none;
}
.w-file-upload-uploading-btn {
cursor: pointer;
background-color: #fafafa;
border: 1px solid #ccc;
margin: 0;
padding: 8px 12px;
font-size: 14px;
font-weight: normal;
display: flex;
}
.w-file-upload-file {
background-color: #fafafa;
border: 1px solid #ccc;
flex-grow: 1;
justify-content: space-between;
margin: 0;
padding: 8px 9px 8px 11px;
display: flex;
}
.w-file-upload-file-name {
font-size: 14px;
font-weight: normal;
display: block;
}
.w-file-remove-link {
cursor: pointer;
width: auto;
height: auto;
margin-top: 3px;
margin-left: 10px;
padding: 3px;
display: block;
}
.w-icon-file-upload-remove {
margin: auto;
font-size: 10px;
}
.w-file-upload-error-msg {
color: #ea384c;
padding: 2px 0;
display: inline-block;
}
.w-file-upload-info {
padding: 0 12px;
line-height: 38px;
display: inline-block;
}
.w-file-upload-label {
cursor: pointer;
background-color: #fafafa;
border: 1px solid #ccc;
margin: 0;
padding: 8px 12px;
font-size: 14px;
font-weight: normal;
display: inline-block;
}
.w-icon-file-upload-icon, .w-icon-file-upload-uploading {
width: 20px;
margin-right: 8px;
display: inline-block;
}
.w-icon-file-upload-uploading {
height: 20px;
}
.w-container {
max-width: 940px;
margin-left: auto;
margin-right: auto;
}
.w-container:before, .w-container:after {
content: " ";
grid-area: 1 / 1 / 2 / 2;
display: table;
}
.w-container:after {
clear: both;
}
.w-container .w-row {
margin-left: -10px;
margin-right: -10px;
}
.w-row:before, .w-row:after {
content: " ";
grid-area: 1 / 1 / 2 / 2;
display: table;
}
.w-row:after {
clear: both;
}
.w-row .w-row {
margin-left: 0;
margin-right: 0;
}
.w-col {
float: left;
width: 100%;
min-height: 1px;
padding-left: 10px;
padding-right: 10px;
position: relative;
}
.w-col .w-col {
padding-left: 0;
padding-right: 0;
}
.w-col-1 {
width: 8.33333%;
}
.w-col-2 {
width: 16.6667%;
}
.w-col-3 {
width: 25%;
}
.w-col-4 {
width: 33.3333%;
}
.w-col-5 {
width: 41.6667%;
}
.w-col-6 {
width: 50%;
}
.w-col-7 {
width: 58.3333%;
}
.w-col-8 {
width: 66.6667%;
}
.w-col-9 {
width: 75%;
}
.w-col-10 {
width: 83.3333%;
}
.w-col-11 {
width: 91.6667%;
}
.w-col-12 {
width: 100%;
}
.w-hidden-main {
display: none !important;
}
@media screen and (max-width: 991px) {
.w-container {
max-width: 728px;
}
.w-hidden-main {
display: inherit !important;
}
.w-hidden-medium {
display: none !important;
}
.w-col-medium-1 {
width: 8.33333%;
}
.w-col-medium-2 {
width: 16.6667%;
}
.w-col-medium-3 {
width: 25%;
}
.w-col-medium-4 {
width: 33.3333%;
}
.w-col-medium-5 {
width: 41.6667%;
}
.w-col-medium-6 {
width: 50%;
}
.w-col-medium-7 {
width: 58.3333%;
}
.w-col-medium-8 {
width: 66.6667%;
}
.w-col-medium-9 {
width: 75%;
}
.w-col-medium-10 {
width: 83.3333%;
}
.w-col-medium-11 {
width: 91.6667%;
}
.w-col-medium-12 {
width: 100%;
}
.w-col-stack {
width: 100%;
left: auto;
right: auto;
}
}
@media screen and (max-width: 767px) {
.w-hidden-main, .w-hidden-medium {
display: inherit !important;
}
.w-hidden-small {
display: none !important;
}
.w-row, .w-container .w-row {
margin-left: 0;
margin-right: 0;
}
.w-col {
width: 100%;
left: auto;
right: auto;
}
.w-col-small-1 {
width: 8.33333%;
}
.w-col-small-2 {
width: 16.6667%;
}
.w-col-small-3 {
width: 25%;
}
.w-col-small-4 {
width: 33.3333%;
}
.w-col-small-5 {
width: 41.6667%;
}
.w-col-small-6 {
width: 50%;
}
.w-col-small-7 {
width: 58.3333%;
}
.w-col-small-8 {
width: 66.6667%;
}
.w-col-small-9 {
width: 75%;
}
.w-col-small-10 {
width: 83.3333%;
}
.w-col-small-11 {
width: 91.6667%;
}
.w-col-small-12 {
width: 100%;
}
}
@media screen and (max-width: 479px) {
.w-container {
max-width: none;
}
.w-hidden-main, .w-hidden-medium, .w-hidden-small {
display: inherit !important;
}
.w-hidden-tiny {
display: none !important;
}
.w-col {
width: 100%;
}
.w-col-tiny-1 {
width: 8.33333%;
}
.w-col-tiny-2 {
width: 16.6667%;
}
.w-col-tiny-3 {
width: 25%;
}
.w-col-tiny-4 {
width: 33.3333%;
}
.w-col-tiny-5 {
width: 41.6667%;
}
.w-col-tiny-6 {
width: 50%;
}
.w-col-tiny-7 {
width: 58.3333%;
}
.w-col-tiny-8 {
width: 66.6667%;
}
.w-col-tiny-9 {
width: 75%;
}
.w-col-tiny-10 {
width: 83.3333%;
}
.w-col-tiny-11 {
width: 91.6667%;
}
.w-col-tiny-12 {
width: 100%;
}
}
.w-widget {
position: relative;
}
.w-widget-map {
width: 100%;
height: 400px;
}
.w-widget-map label {
width: auto;
display: inline;
}
.w-widget-map img {
max-width: inherit;
}
.w-widget-map .gm-style-iw {
text-align: center;
}
.w-widget-map .gm-style-iw > button {
display: none !important;
}
.w-widget-twitter {
overflow: hidden;
}
.w-widget-twitter-count-shim {
vertical-align: top;
text-align: center;
background: #fff;
border: 1px solid #758696;
border-radius: 3px;
width: 28px;
height: 20px;
display: inline-block;
position: relative;
}
.w-widget-twitter-count-shim * {
pointer-events: none;
-webkit-user-select: none;
user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
text-align: center;
color: #999;
font-family: serif;
font-size: 15px;
line-height: 12px;
position: relative;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
display: block;
position: relative;
}
.w-widget-twitter-count-shim.w--large {
width: 36px;
height: 28px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
font-size: 18px;
line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
margin-left: 5px;
margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):before, .w-widget-twitter-count-shim:not(.w--vertical):after {
content: " ";
pointer-events: none;
border: solid #0000;
width: 0;
height: 0;
position: absolute;
top: 50%;
left: 0;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
border-width: 4px;
border-color: #75869600 #5d6c7b #75869600 #75869600;
margin-top: -4px;
margin-left: -9px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
border-width: 5px;
margin-top: -5px;
margin-left: -10px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
border-width: 4px;
border-color: #fff0 #fff #fff0 #fff0;
margin-top: -4px;
margin-left: -8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
border-width: 5px;
margin-top: -5px;
margin-left: -9px;
}
.w-widget-twitter-count-shim.w--vertical {
width: 61px;
height: 33px;
margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before, .w-widget-twitter-count-shim.w--vertical:after {
content: " ";
pointer-events: none;
border: solid #0000;
width: 0;
height: 0;
position: absolute;
top: 100%;
left: 50%;
}
.w-widget-twitter-count-shim.w--vertical:before {
border-width: 5px;
border-color: #5d6c7b #75869600 #75869600;
margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
border-width: 4px;
border-color: #fff #fff0 #fff0;
margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
font-size: 18px;
line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
width: 76px;
}
.w-background-video {
color: #fff;
height: 500px;
position: relative;
overflow: hidden;
}
.w-background-video > video {
object-fit: cover;
z-index: -100;
background-position: 50%;
background-size: cover;
width: 100%;
height: 100%;
margin: auto;
position: absolute;
inset: -100%;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
-webkit-appearance: none;
display: none !important;
}
.w-background-video--control {
background-color: #0000;
padding: 0;
position: absolute;
bottom: 1em;
right: 1em;
}
.w-background-video--control > [hidden] {
display: none !important;
}
.w-slider {
text-align: center;
clear: both;
-webkit-tap-highlight-color: #0000;
tap-highlight-color: #0000;
background: #ddd;
height: 300px;
position: relative;
}
.w-slider-mask {
z-index: 1;
white-space: nowrap;
height: 100%;
display: block;
position: relative;
left: 0;
right: 0;
overflow: hidden;
}
.w-slide {
vertical-align: top;
white-space: normal;
text-align: left;
width: 100%;
height: 100%;
display: inline-block;
position: relative;
}
.w-slider-nav {
z-index: 2;
text-align: center;
-webkit-tap-highlight-color: #0000;
tap-highlight-color: #0000;
height: 40px;
margin: auto;
padding-top: 10px;
position: absolute;
inset: auto 0 0;
}
.w-slider-nav.w-round > div {
border-radius: 100%;
}
.w-slider-nav.w-num > div {
font-size: inherit;
line-height: inherit;
width: auto;
height: auto;
padding: .2em .5em;
}
.w-slider-nav.w-shadow > div {
box-shadow: 0 0 3px #3336;
}
.w-slider-nav-invert {
color: #fff;
}
.w-slider-nav-invert > div {
background-color: #2226;
}
.w-slider-nav-invert > div.w-active {
background-color: #222;
}
.w-slider-dot {
cursor: pointer;
background-color: #fff6;
width: 1em;
height: 1em;
margin: 0 3px .5em;
transition: background-color .1s, color .1s;
display: inline-block;
position: relative;
}
.w-slider-dot.w-active {
background-color: #fff;
}
.w-slider-dot:focus {
outline: none;
box-shadow: 0 0 0 2px #fff;
}
.w-slider-dot:focus.w-active {
box-shadow: none;
}
.w-slider-arrow-left, .w-slider-arrow-right {
cursor: pointer;
color: #fff;
-webkit-tap-highlight-color: #0000;
tap-highlight-color: #0000;
-webkit-user-select: none;
user-select: none;
width: 80px;
margin: auto;
font-size: 40px;
position: absolute;
inset: 0;
overflow: hidden;
}
.w-slider-arrow-left [class^="w-icon-"], .w-slider-arrow-right [class^="w-icon-"], .w-slider-arrow-left [class*=" w-icon-"], .w-slider-arrow-right [class*=" w-icon-"] {
position: absolute;
}
.w-slider-arrow-left:focus, .w-slider-arrow-right:focus {
outline: 0;
}
.w-slider-arrow-left {
z-index: 3;
right: auto;
}
.w-slider-arrow-right {
z-index: 4;
left: auto;
}
.w-icon-slider-left, .w-icon-slider-right {
width: 1em;
height: 1em;
margin: auto;
inset: 0;
}
.w-slider-aria-label {
clip: rect(0 0 0 0);
border: 0;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
position: absolute;
overflow: hidden;
}
.w-slider-force-show {
display: block !important;
}
.w-dropdown {
text-align: left;
z-index: 900;
margin-left: auto;
margin-right: auto;
display: inline-block;
position: relative;
}
.w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link {
vertical-align: top;
color: #222;
text-align: left;
white-space: nowrap;
margin-left: auto;
margin-right: auto;
padding: 20px;
text-decoration: none;
position: relative;
}
.w-dropdown-toggle {
-webkit-user-select: none;
user-select: none;
cursor: pointer;
padding-right: 40px;
display: inline-block;
}
.w-dropdown-toggle:focus {
outline: 0;
}
.w-icon-dropdown-toggle {
width: 1em;
height: 1em;
margin: auto 20px auto auto;
position: absolute;
top: 0;
bottom: 0;
right: 0;
}
.w-dropdown-list {
background: #ddd;
min-width: 100%;
display: none;
position: absolute;
}
.w-dropdown-list.w--open {
display: block;
}
.w-dropdown-link {
color: #222;
padding: 10px 20px;
display: block;
}
.w-dropdown-link.w--current {
color: #0082f3;
}
.w-dropdown-link:focus {
outline: 0;
}
@media screen and (max-width: 767px) {
.w-nav-brand {
padding-left: 10px;
}
}
.w-lightbox-backdrop {
cursor: auto;
letter-spacing: normal;
text-indent: 0;
text-shadow: none;
text-transform: none;
visibility: visible;
white-space: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
color: #fff;
text-align: center;
z-index: 2000;
opacity: 0;
-webkit-user-select: none;
-moz-user-select: none;
-webkit-tap-highlight-color: transparent;
background: #000000e6;
outline: 0;
font-family: Helvetica Neue, Helvetica, Ubuntu, Segoe UI, Verdana, sans-serif;
font-size: 17px;
font-style: normal;
font-weight: 300;
line-height: 1.2;
list-style: disc;
position: fixed;
inset: 0;
-webkit-transform: translate(0);
}
.w-lightbox-backdrop, .w-lightbox-container {
-webkit-overflow-scrolling: touch;
height: 100%;
overflow: auto;
}
.w-lightbox-content {
height: 100vh;
position: relative;
overflow: hidden;
}
.w-lightbox-view {
opacity: 0;
width: 100vw;
height: 100vh;
position: absolute;
}
.w-lightbox-view:before {
content: "";
height: 100vh;
}
.w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
height: 86vh;
}
.w-lightbox-frame, .w-lightbox-view:before {
vertical-align: middle;
display: inline-block;
}
.w-lightbox-figure {
margin: 0;
position: relative;
}
.w-lightbox-group .w-lightbox-figure {
cursor: pointer;
}
.w-lightbox-img {
width: auto;
max-width: none;
height: auto;
}
.w-lightbox-image {
float: none;
max-width: 100vw;
max-height: 100vh;
display: block;
}
.w-lightbox-group .w-lightbox-image {
max-height: 86vh;
}
.w-lightbox-caption {
text-align: left;
text-overflow: ellipsis;
white-space: nowrap;
background: #0006;
padding: .5em 1em;
position: absolute;
bottom: 0;
left: 0;
right: 0;
overflow: hidden;
}
.w-lightbox-embed {
width: 100%;
height: 100%;
position: absolute;
inset: 0;
}
.w-lightbox-control {
cursor: pointer;
background-position: center;
background-repeat: no-repeat;
background-size: 24px;
width: 4em;
transition: all .3s;
position: absolute;
top: 0;
}
.w-lightbox-left {
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
display: none;
bottom: 0;
left: 0;
}
.w-lightbox-right {
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
display: none;
bottom: 0;
right: 0;
}
.w-lightbox-close {
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
background-size: 18px;
height: 2.6em;
right: 0;
}
.w-lightbox-strip {
white-space: nowrap;
padding: 0 1vh;
line-height: 0;
position: absolute;
bottom: 0;
left: 0;
right: 0;
overflow: auto hidden;
}
.w-lightbox-item {
box-sizing: content-box;
cursor: pointer;
width: 10vh;
padding: 2vh 1vh;
display: inline-block;
-webkit-transform: translate3d(0, 0, 0);
}
.w-lightbox-active {
opacity: .3;
}
.w-lightbox-thumbnail {
background: #222;
height: 10vh;
position: relative;
overflow: hidden;
}
.w-lightbox-thumbnail-image {
position: absolute;
top: 0;
left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
width: 100%;
top: 50%;
transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
height: 100%;
left: 50%;
transform: translate(-50%);
}
.w-lightbox-spinner {
box-sizing: border-box;
border: 5px solid #0006;
border-radius: 50%;
width: 40px;
height: 40px;
margin-top: -20px;
margin-left: -20px;
animation: .8s linear infinite spin;
position: absolute;
top: 50%;
left: 50%;
}
.w-lightbox-spinner:after {
content: "";
border: 3px solid #0000;
border-bottom-color: #fff;
border-radius: 50%;
position: absolute;
inset: -4px;
}
.w-lightbox-hide {
display: none;
}
.w-lightbox-noscroll {
overflow: hidden;
}
@media (min-width: 768px) {
.w-lightbox-content {
height: 96vh;
margin-top: 2vh;
}
.w-lightbox-view, .w-lightbox-view:before {
height: 96vh;
}
.w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
height: 84vh;
}
.w-lightbox-image {
max-width: 96vw;
max-height: 96vh;
}
.w-lightbox-group .w-lightbox-image {
max-width: 82.3vw;
max-height: 84vh;
}
.w-lightbox-left, .w-lightbox-right {
opacity: .5;
display: block;
}
.w-lightbox-close {
opacity: .8;
}
.w-lightbox-control:hover {
opacity: 1;
}
}
.w-lightbox-inactive, .w-lightbox-inactive:hover {
opacity: 0;
}
.w-richtext:before, .w-richtext:after {
content: " ";
grid-area: 1 / 1 / 2 / 2;
display: table;
}
.w-richtext:after {
clear: both;
}
.w-richtext[contenteditable="true"]:before, .w-richtext[contenteditable="true"]:after {
white-space: initial;
}
.w-richtext ol, .w-richtext ul {
overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after, .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after, .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video > div:after, .w-richtext figure[data-rt-type="video"] > div:after {
content: "";
display: none;
position: absolute;
inset: 0;
}
.w-richtext figure {
max-width: 60%;
position: relative;
}
.w-richtext figure > div:before {
cursor: default !important;
}
.w-richtext figure img {
width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
opacity: .6;
}
.w-richtext figure div {
color: #0000;
font-size: 0;
}
.w-richtext figure.w-richtext-figure-type-image, .w-richtext figure[data-rt-type="image"] {
display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div, .w-richtext figure[data-rt-type="image"] > div {
display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption, .w-richtext figure[data-rt-type="image"] > figcaption {
caption-side: bottom;
display: table-caption;
}
.w-richtext figure.w-richtext-figure-type-video, .w-richtext figure[data-rt-type="video"] {
width: 60%;
height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe, .w-richtext figure[data-rt-type="video"] iframe {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.w-richtext figure.w-richtext-figure-type-video > div, .w-richtext figure[data-rt-type="video"] > div {
width: 100%;
}
.w-richtext figure.w-richtext-align-center {
clear: both;
margin-left: auto;
margin-right: auto;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
text-align: center;
clear: both;
width: 100%;
max-width: 100%;
margin-left: auto;
margin-right: auto;
display: block;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
padding-bottom: inherit;
display: inline-block;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
float: left;
clear: none;
margin-right: 15px;
}
.w-richtext figure.w-richtext-align-floatright {
float: right;
clear: none;
margin-left: 15px;
}
.w-nav {
z-index: 1000;
background: #ddd;
position: relative;
}
.w-nav:before, .w-nav:after {
content: " ";
grid-area: 1 / 1 / 2 / 2;
display: table;
}
.w-nav:after {
clear: both;
}
.w-nav-brand {
float: left;
color: #333;
text-decoration: none;
position: relative;
}
.w-nav-link {
vertical-align: top;
color: #222;
text-align: left;
margin-left: auto;
margin-right: auto;
padding: 20px;
text-decoration: none;
display: inline-block;
position: relative;
}
.w-nav-link.w--current {
color: #0082f3;
}
.w-nav-menu {
float: right;
position: relative;
}
[data-nav-menu-open] {
text-align: center;
background: #c8c8c8;
min-width: 200px;
position: absolute;
top: 100%;
left: 0;
right: 0;
overflow: visible;
display: block !important;
}
.w--nav-link-open {
display: block;
position: relative;
}
.w-nav-overlay {
width: 100%;
display: none;
position: absolute;
top: 100%;
left: 0;
right: 0;
overflow: hidden;
}
.w-nav-overlay [data-nav-menu-open] {
top: 0;
}
.w-nav[data-animation="over-left"] .w-nav-overlay {
width: auto;
}
.w-nav[data-animation="over-left"] .w-nav-overlay, .w-nav[data-animation="over-left"] [data-nav-menu-open] {
z-index: 1;
top: 0;
right: auto;
}
.w-nav[data-animation="over-right"] .w-nav-overlay {
width: auto;
}
.w-nav[data-animation="over-right"] .w-nav-overlay, .w-nav[data-animation="over-right"] [data-nav-menu-open] {
z-index: 1;
top: 0;
left: auto;
}
.w-nav-button {
float: right;
cursor: pointer;
-webkit-tap-highlight-color: #0000;
tap-highlight-color: #0000;
-webkit-user-select: none;
user-select: none;
padding: 18px;
font-size: 24px;
display: none;
position: relative;
}
.w-nav-button:focus {
outline: 0;
}
.w-nav-button.w--open {
color: #fff;
background-color: #c8c8c8;
}
.w-nav[data-collapse="all"] .w-nav-menu {
display: none;
}
.w-nav[data-collapse="all"] .w-nav-button, .w--nav-dropdown-open, .w--nav-dropdown-toggle-open {
display: block;
}
.w--nav-dropdown-list-open {
position: static;
}
@media screen and (max-width: 991px) {
.w-nav[data-collapse="medium"] .w-nav-menu {
display: none;
}
.w-nav[data-collapse="medium"] .w-nav-button {
display: block;
}
}
@media screen and (max-width: 767px) {
.w-nav[data-collapse="small"] .w-nav-menu {
display: none;
}
.w-nav[data-collapse="small"] .w-nav-button {
display: block;
}
.w-nav-brand {
padding-left: 10px;
}
}
@media screen and (max-width: 479px) {
.w-nav[data-collapse="tiny"] .w-nav-menu {
display: none;
}
.w-nav[data-collapse="tiny"] .w-nav-button {
display: block;
}
}
.w-tabs {
position: relative;
}
.w-tabs:before, .w-tabs:after {
content: " ";
grid-area: 1 / 1 / 2 / 2;
display: table;
}
.w-tabs:after {
clear: both;
}
.w-tab-menu {
position: relative;
}
.w-tab-link {
vertical-align: top;
text-align: left;
cursor: pointer;
color: #222;
background-color: #ddd;
padding: 9px 30px;
text-decoration: none;
display: inline-block;
position: relative;
}
.w-tab-link.w--current {
background-color: #c8c8c8;
}
.w-tab-link:focus {
outline: 0;
}
.w-tab-content {
display: block;
position: relative;
overflow: hidden;
}
.w-tab-pane {
display: none;
position: relative;
}
.w--tab-active {
display: block;
}
@media screen and (max-width: 479px) {
.w-tab-link {
display: block;
}
}
.w-ix-emptyfix:after {
content: "";
}
@keyframes spin {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
}
.w-dyn-empty {
background-color: #ddd;
padding: 10px;
}
.w-dyn-hide, .w-dyn-bind-empty, .w-condition-invisible {
display: none !important;
}
.wf-layout-layout {
display: grid;
}
.w-code-component > * {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.w-layout-grid {
grid-row-gap: 16px;
grid-column-gap: 16px;
grid-template-rows: auto auto;
grid-template-columns: 1fr 1fr;
grid-auto-columns: 1fr;
display: grid;
}
.w-commerce-commercecartwrapper {
display: inline-block;
position: relative;
}
.w-commerce-commercecartopenlink {
color: #fff;
cursor: pointer;
-webkit-appearance: none;
appearance: none;
background-color: #3898ec;
border-width: 0;
border-radius: 0;
align-items: center;
padding: 9px 15px;
text-decoration: none;
display: flex;
}
.w-commerce-commercecartopenlinkcount {
color: #3898ec;
text-align: center;
background-color: #fff;
border-radius: 9px;
min-width: 18px;
height: 18px;
margin-left: 8px;
padding-left: 6px;
padding-right: 6px;
font-size: 11px;
font-weight: 700;
line-height: 18px;
display: inline-block;
}
.w-commerce-commercecartcontainerwrapper {
z-index: 1001;
background-color: #000c;
position: fixed;
inset: 0;
}
.w-commerce-commercecartcontainerwrapper--cartType-modal {
flex-direction: column;
justify-content: center;
align-items: center;
display: flex;
}
.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
flex-direction: row;
justify-content: flex-start;
align-items: stretch;
display: flex;
}
.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
flex-direction: row;
justify-content: flex-end;
align-items: stretch;
display: flex;
}
.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
background-color: #0000;
position: absolute;
inset: 100% auto auto 0;
}
.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
background-color: #0000;
position: absolute;
inset: 100% 0 auto auto;
}
.w-commerce-commercecartcontainer {
background-color: #fff;
flex-direction: column;
width: 100%;
min-width: 320px;
max-width: 480px;
display: flex;
overflow: auto;
box-shadow: 0 5px 25px #00000040;
}
.w-commerce-commercecartheader {
border-bottom: 1px solid #e6e6e6;
flex: none;
justify-content: space-between;
align-items: center;
padding: 16px 24px;
display: flex;
position: relative;
}
.w-commerce-commercecartheading {
margin-top: 0;
margin-bottom: 0;
padding-left: 0;
padding-right: 0;
}
.w-commerce-commercecartcloselink {
width: 16px;
height: 16px;
}
.w-commerce-commercecartformwrapper {
flex-direction: column;
flex: 1;
display: flex;
}
.w-commerce-commercecartform {
flex-direction: column;
flex: 1;
justify-content: flex-start;
display: flex;
}
.w-commerce-commercecartlist {
-webkit-overflow-scrolling: touch;
flex: 1;
padding: 12px 24px;
overflow: auto;
}
.w-commerce-commercecartitem {
align-items: flex-start;
padding-top: 12px;
padding-bottom: 12px;
display: flex;
}
.w-commerce-commercecartitemimage {
width: 60px;
height: 0%;
}
.w-commerce-commercecartiteminfo {
flex-direction: column;
flex: 1;
margin-left: 16px;
margin-right: 16px;
display: flex;
}
.w-commerce-commercecartproductname {
font-weight: 700;
}
.w-commerce-commercecartoptionlist {
margin-bottom: 0;
padding-left: 0;
text-decoration: none;
list-style-type: none;
}
.w-commerce-commercecartquantity {
-webkit-appearance: none;
appearance: none;
background-color: #fafafa;
border: 1px solid #ddd;
border-radius: 3px;
width: 60px;
height: 38px;
margin-bottom: 10px;
padding: 8px 6px 8px 12px;
line-height: 20px;
display: block;
}
.w-commerce-commercecartquantity::placeholder {
color: #999;
}
.w-commerce-commercecartquantity:focus {
border-color: #3898ec;
outline-style: none;
}
.w-commerce-commercecartfooter {
border-top: 1px solid #e6e6e6;
flex-direction: column;
flex: none;
padding: 16px 24px 24px;
display: flex;
}
.w-commerce-commercecartlineitem {
flex: none;
justify-content: space-between;
align-items: baseline;
margin-bottom: 16px;
display: flex;
}
.w-commerce-commercecartordervalue {
font-weight: 700;
}
.w-commerce-commercecartcheckoutbutton {
color: #fff;
cursor: pointer;
-webkit-appearance: none;
appearance: none;
text-align: center;
background-color: #3898ec;
border-width: 0;
border-radius: 2px;
align-items: center;
padding: 9px 15px;
text-decoration: none;
display: block;
}
.w-commerce-commercecartemptystate {
flex: 1;
justify-content: center;
align-items: center;
padding-top: 100px;
padding-bottom: 100px;
display: flex;
}
.w-commerce-commercecarterrorstate {
background-color: #ffdede;
flex: none;
margin: 0 24px 24px;
padding: 10px;
}
.w-checkbox {
margin-bottom: 5px;
padding-left: 20px;
display: block;
}
.w-checkbox:before {
content: " ";
grid-area: 1 / 1 / 2 / 2;
display: table;
}
.w-checkbox:after {
content: " ";
clear: both;
grid-area: 1 / 1 / 2 / 2;
display: table;
}
.w-checkbox-input {
float: left;
margin: 4px 0 0 -20px;
line-height: normal;
}
.w-checkbox-input--inputType-custom {
border: 1px solid #ccc;
border-radius: 2px;
width: 12px;
height: 12px;
}
.w-checkbox-input--inputType-custom.w--redirected-checked {
background-color: #3898ec;
background-image: url(https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg);
background-position: 50%;
background-repeat: no-repeat;
background-size: cover;
border-color: #3898ec;
}
.w-checkbox-input--inputType-custom.w--redirected-focus {
box-shadow: 0 0 3px 1px #3898ec;
}
.w-commerce-commerceaddtocartform {
margin: 0 0 15px;
}
.w-commerce-commerceaddtocartoptionpillgroup {
margin-bottom: 10px;
display: flex;
}
.w-commerce-commerceaddtocartoptionpill {
color: #000;
cursor: pointer;
background-color: #fff;
border: 1px solid #000;
margin-right: 10px;
padding: 8px 15px;
}
.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
color: #fff;
background-color: #000;
}
.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
color: #666;
cursor: not-allowed;
background-color: #e6e6e6;
border-color: #e6e6e6;
outline-style: none;
}
.w-commerce-commerceaddtocartquantityinput {
-webkit-appearance: none;
appearance: none;
background-color: #fafafa;
border: 1px solid #ddd;
border-radius: 3px;
width: 60px;
height: 38px;
margin-bottom: 10px;
padding: 8px 6px 8px 12px;
line-height: 20px;
display: block;
}
.w-commerce-commerceaddtocartquantityinput::placeholder {
color: #999;
}
.w-commerce-commerceaddtocartquantityinput:focus {
border-color: #3898ec;
outline-style: none;
}
.w-commerce-commerceaddtocartbutton {
color: #fff;
cursor: pointer;
-webkit-appearance: none;
appearance: none;
background-color: #3898ec;
border-width: 0;
border-radius: 0;
align-items: center;
padding: 9px 15px;
text-decoration: none;
display: flex;
}
.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
color: #666;
cursor: not-allowed;
background-color: #e6e6e6;
border-color: #e6e6e6;
outline-style: none;
}
.w-commerce-commercebuynowbutton {
color: #fff;
cursor: pointer;
-webkit-appearance: none;
appearance: none;
background-color: #3898ec;
border-width: 0;
border-radius: 0;
align-items: center;
margin-top: 10px;
padding: 9px 15px;
text-decoration: none;
display: inline-block;
}
.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
color: #666;
cursor: not-allowed;
background-color: #e6e6e6;
border-color: #e6e6e6;
outline-style: none;
}
.w-commerce-commerceaddtocartoutofstock {
background-color: #ddd;
margin-top: 10px;
padding: 10px;
}
.w-commerce-commerceaddtocarterror {
background-color: #ffdede;
margin-top: 10px;
padding: 10px;
}
.w-commerce-commercecheckoutformcontainer {
background-color: #f5f5f5;
width: 100%;
min-height: 100vh;
padding: 20px;
}
.w-commerce-commercelayoutcontainer {
justify-content: center;
align-items: flex-start;
display: flex;
}
.w-commerce-commercelayoutmain {
flex: 0 800px;
margin-right: 20px;
}
.w-commerce-commercecheckoutcustomerinfowrapper {
margin-bottom: 20px;
}
.w-commerce-commercecheckoutblockheader {
background-color: #fff;
border: 1px solid #e6e6e6;
justify-content: space-between;
align-items: baseline;
padding: 4px 20px;
display: flex;
}
.w-commerce-commercecheckoutblockcontent {
background-color: #fff;
border-bottom: 1px solid #e6e6e6;
border-left: 1px solid #e6e6e6;
border-right: 1px solid #e6e6e6;
padding: 20px;
}
.w-commerce-commercecheckoutlabel {
margin-bottom: 8px;
}
.w-commerce-commercecheckoutemailinput {
-webkit-appearance: none;
appearance: none;
background-color: #fafafa;
border: 1px solid #ddd;
border-radius: 3px;
width: 100%;
height: 38px;
margin-bottom: 0;
padding: 8px 12px;
line-height: 20px;
display: block;
}
.w-commerce-commercecheckoutemailinput::placeholder {
color: #999;
}
.w-commerce-commercecheckoutemailinput:focus {
border-color: #3898ec;
outline-style: none;
}
.w-commerce-commercecheckoutshippingaddresswrapper {
margin-bottom: 20px;
}
.w-commerce-commercecheckoutshippingfullname {
-webkit-appearance: none;
appearance: none;
background-color: #fafafa;
border: 1px solid #ddd;
border-radius: 3px;
width: 100%;
height: 38px;
margin-bottom: 16px;
padding: 8px 12px;
line-height: 20px;
display: block;
}
.w-commerce-commercecheckoutshippingfullname::placeholder {
color: #999;
}
.w-commerce-commercecheckoutshippingfullname:focus {
border-color: #3898ec;
outline-style: none;
}
.w-commerce-commercecheckoutshippingstreetaddress {
-webkit-appearance: none;
appearance: none;
background-color: #fafafa;
border: 1px solid #ddd;
border-radius: 3px;
width: 100%;
height: 38px;
margin-bottom: 16px;
padding: 8px 12px;
line-height: 20px;
display: block;
}
.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
color: #999;
}
.w-commerce-commercecheckoutshippingstreetaddress:focus {
border-color: #3898ec;
outline-style: none;
}
.w-commerce-commercecheckoutshippingstreetaddressoptional {
-webkit-appearance: none;
appearance: none;
background-color: #fafafa;
border: 1px solid #ddd;
border-radius: 3px;
width: 100%;
height: 38px;
margin-bottom: 16px;
padding: 8px 12px;
line-height: 20px;
display: block;
}
.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
color: #999;
}
.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
border-color: #3898ec;
outline-style: none;
}
.w-commerce-commercecheckoutrow {
margin-left: -8px;
margin-right: -8px;
display: flex;
}
.w-commerce-commercecheckoutcolumn {
flex: 1;
padding-left: 8px;
padding-right: 8px;
}
.w-commerce-commercecheckoutshippingcity {
-webkit-appearance: none;
appearance: none;
background-color: #fafafa;
border: 1px solid #ddd;
border-radius: 3px;
width: 100%;
height: 38px;
margin-bottom: 16px;
padding: 8px 12px;
line-height: 20px;
display: block;
}
.w-commerce-commercecheckoutshippingcity::placeholder {
color: #999;
}
.w-commerce-commercecheckoutshippingcity:focus {
border-color: #3898ec;
outline-style: none;
}
.w-commerce-commercecheckoutshippingstateprovince {
-webkit-appearance: none;
appearance: none;
background-color: #fafafa;
border: 1px solid #ddd;
border-radius: 3px;
width: 100%;
height: 38px;
margin-bottom: 16px;
padding: 8px 12px;
line-height: 20px;
display: block;
}
.w-commerce-commercecheckoutshippingstateprovince::placeholder {
color: #999;
}
.w-commerce-commercecheckoutshippingstateprovince:focus {
border-color: #3898ec;
outline-style: none;
}
.w-commerce-commercecheckoutshippingzippostalcode {
-webkit-appearance: none;
appearance: none;
background-color: #fafafa;
border: 1px solid #ddd;
border-radius: 3px;
width: 100%;
height: 38px;
margin-bottom: 16px;
padding: 8px 12px;
line-height: 20px;
display: block;
}
.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
color: #999;
}
.w-commerce-commercecheckoutshippingzippostalcode:focus {
border-color: #3898ec;
outline-style: none;
}
.w-commerce-commercecheckoutshippingcountryselector {
-webkit-appearance: none;
appearance: none;
background-color: #fafafa;
border: 1px solid #ddd;
border-radius: 3px;
width: 100%;
height: 38px;
margin-bottom: 0;
padding: 8px 12px;
line-height: 20px;
display: block;
}
.w-commerce-commercecheckoutshippingcountryselector::placeholder {
color: #999;
}
.w-commerce-commercecheckoutshippingcountryselector:focus {
border-color: #3898ec;
outline-style: none;
}
.w-commerce-commercecheckoutshippingmethodswrapper {
margin-bottom: 20px;
}
.w-commerce-commercecheckoutshippingmethodslist {
border-left: 1px solid #e6e6e6;
border-right: 1px solid #e6e6e6;
}
.w-commerce-commercecheckoutshippingmethoditem {
background-color: #fff;
border-bottom: 1px solid #e6e6e6;
flex-direction: row;
align-items: baseline;
margin-bottom: 0;
padding: 16px;
font-weight: 400;
display: flex;
}
.w-commerce-commercecheckoutshippingmethoddescriptionblock {
flex-direction: column;
flex-grow: 1;
margin-left: 12px;
margin-right: 12px;
display: flex;
}
.w-commerce-commerceboldtextblock {
font-weight: 700;
}
.w-commerce-commercecheckoutshippingmethodsemptystate {
text-align: center;
background-color: #fff;
border-bottom: 1px solid #e6e6e6;
border-left: 1px solid #e6e6e6;
border-right: 1px solid #e6e6e6;
padding: 64px 16px;
}
.w-commerce-commercecheckoutpaymentinfowrapper {
margin-bottom: 20px;
}
.w-commerce-commercecheckoutcardnumber {
-webkit-appearance: none;
appearance: none;
cursor: text;
background-color: #fafafa;
border: 1px solid #ddd;
border-radius: 3px;
width: 100%;
height: 38px;
margin-bottom: 16px;
padding: 8px 12px;
line-height: 20px;
display: block;
}
.w-commerce-commercecheckoutcardnumber::placeholder {
color: #999;
}
.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
border-color: #3898ec;
outline-style: none;
}
.w-commerce-commercecheckoutcardexpirationdate {
-webkit-appearance: none;
appearance: none;
cursor: text;
background-color: #fafafa;
border: 1px solid #ddd;
border-radius: 3px;
width: 100%;
height: 38px;
margin-bottom: 16px;
padding: 8px 12px;
line-height: 20px;
display: block;
}
.w-commerce-commercecheckoutcardexpirationdate::placeholder {
color: #999;
}
.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
border-color: #3898ec;
outline-style: none;
}
.w-commerce-commercecheckoutcardsecuritycode {
-webkit-appearance: none;
appearance: none;
cursor: text;
background-color: #fafafa;
border: 1px solid #ddd;
border-radius: 3px;
width: 100%;
height: 38px;
margin-bottom: 16px;
padding: 8px 12px;
line-height: 20px;
display: block;
}
.w-commerce-commercecheckoutcardsecuritycode::placeholder {
color: #999;
}
.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
border-color: #3898ec;
outline-style: none;
}
.w-commerce-commercecheckoutbillingaddresstogglewrapper {
flex-direction: row;
display: flex;
}
.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
margin-top: 4px;
}
.w-commerce-commercecheckoutbillingaddresstogglelabel {
margin-left: 8px;
font-weight: 400;
}
.w-commerce-commercecheckoutbillingaddresswrapper {
margin-top: 16px;
margin-bottom: 20px;
}
.w-commerce-commercecheckoutbillingfullname {
-webkit-appearance: none;
appearance: none;
background-color: #fafafa;
border: 1px solid #ddd;
border-radius: 3px;
width: 100%;
height: 38px;
margin-bottom: 16px;
padding: 8px 12px;
line-height: 20px;
display: block;
}
.w-commerce-commercecheckoutbillingfullname::placeholder {
color: #999;
}
.w-commerce-commercecheckoutbillingfullname:focus {
border-color: #3898ec;
outline-style: none;
}
.w-commerce-commercecheckoutbillingstreetaddress {
-webkit-appearance: none;
appearance: none;
background-color: #fafafa;
border: 1px solid #ddd;
border-radius: 3px;
width: 100%;
height: 38px;
margin-bottom: 16px;
padding: 8px 12px;
line-height: 20px;
display: block;
}
.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
color: #999;
}
.w-commerce-commercecheckoutbillingstreetaddress:focus {
border-color: #3898ec;
outline-style: none;
}
.w-commerce-commercecheckoutbillingstreetaddressoptional {
-webkit-appearance: none;
appearance: none;
background-color: #fafafa;
border: 1px solid #ddd;
border-radius: 3px;
width: 100%;
height: 38px;
margin-bottom: 16px;
padding: 8px 12px;
line-height: 20px;
display: block;
}
.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
color: #999;
}
.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
border-color: #3898ec;
outline-style: none;
}
.w-commerce-commercecheckoutbillingcity {
-webkit-appearance: none;
appearance: none;
background-color: #fafafa;
border: 1px solid #ddd;
border-radius: 3px;
width: 100%;
height: 38px;
margin-bottom: 16px;
padding: 8px 12px;
line-height: 20px;
display: block;
}
.w-commerce-commercecheckoutbillingcity::placeholder {
color: #999;
}
.w-commerce-commercecheckoutbillingcity:focus {
border-color: #3898ec;
outline-style: none;
}
.w-commerce-commercecheckoutbillingstateprovince {
-webkit-appearance: none;
appearance: none;
background-color: #fafafa;
border: 1px solid #ddd;
border-radius: 3px;
width: 100%;
height: 38px;
margin-bottom: 16px;
padding: 8px 12px;
line-height: 20px;
display: block;
}
.w-commerce-commercecheckoutbillingstateprovince::placeholder {
color: #999;
}
.w-commerce-commercecheckoutbillingstateprovince:focus {
border-color: #3898ec;
outline-style: none;
}
.w-commerce-commercecheckoutbillingzippostalcode {
-webkit-appearance: none;
appearance: none;
background-color: #fafafa;
border: 1px solid #ddd;
border-radius: 3px;
width: 100%;
height: 38px;
margin-bottom: 16px;
padding: 8px 12px;
line-height: 20px;
display: block;
}
.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
color: #999;
}
.w-commerce-commercecheckoutbillingzippostalcode:focus {
border-color: #3898ec;
outline-style: none;
}
.w-commerce-commercecheckoutbillingcountryselector {
-webkit-appearance: none;
appearance: none;
background-color: #fafafa;
border: 1px solid #ddd;
border-radius: 3px;
width: 100%;
height: 38px;
margin-bottom: 0;
padding: 8px 12px;
line-height: 20px;
display: block;
}
.w-commerce-commercecheckoutbillingcountryselector::placeholder {
color: #999;
}
.w-commerce-commercecheckoutbillingcountryselector:focus {
border-color: #3898ec;
outline-style: none;
}
.w-commerce-commercecheckoutorderitemswrapper {
margin-bottom: 20px;
}
.w-commerce-commercecheckoutsummaryblockheader {
background-color: #fff;
border: 1px solid #e6e6e6;
justify-content: space-between;
align-items: baseline;
padding: 4px 20px;
display: flex;
}
.w-commerce-commercecheckoutorderitemslist {
margin-bottom: -20px;
}
.w-commerce-commercecheckoutorderitem {
margin-bottom: 20px;
display: flex;
}
.w-commerce-commercecheckoutorderitemdescriptionwrapper {
flex-grow: 1;
margin-left: 16px;
margin-right: 16px;
}
.w-commerce-commercecheckoutorderitemquantitywrapper {
white-space: pre-wrap;
display: flex;
}
.w-commerce-commercecheckoutorderitemoptionlist {
margin-bottom: 0;
padding-left: 0;
text-decoration: none;
list-style-type: none;
}
.w-commerce-commercelayoutsidebar {
flex: 0 0 320px;
position: sticky;
top: 20px;
}
.w-commerce-commercecheckoutordersummarywrapper {
margin-bottom: 20px;
}
.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
flex-direction: row;
justify-content: space-between;
margin-bottom: 8px;
display: flex;
}
.w-commerce-commercecheckoutsummarytotal {
font-weight: 700;
}
.w-commerce-commercecheckoutplaceorderbutton {
color: #fff;
cursor: pointer;
-webkit-appearance: none;
appearance: none;
text-align: center;
background-color: #3898ec;
border-width: 0;
border-radius: 3px;
align-items: center;
margin-bottom: 20px;
padding: 9px 15px;
text-decoration: none;
display: block;
}
.w-commerce-commercecheckouterrorstate {
background-color: #ffdede;
margin-top: 16px;
margin-bottom: 16px;
padding: 10px 16px;
}
.w-commerce-commercepaypalcheckoutformcontainer {
background-color: #f5f5f5;
width: 100%;
min-height: 100vh;
padding: 20px;
}
.w-commerce-commercecheckoutcustomerinfosummarywrapper {
margin-bottom: 20px;
}
.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
margin-bottom: 8px;
}
.w-commerce-commercecheckoutsummaryflexboxdiv {
flex-direction: row;
justify-content: flex-start;
display: flex;
}
.w-commerce-commercecheckoutsummarytextspacingondiv {
margin-right: .33em;
}
.w-commerce-commercecheckoutpaymentsummarywrapper {
margin-bottom: 20px;
}
.w-commerce-commercepaypalcheckouterrorstate {
background-color: #ffdede;
margin-top: 16px;
margin-bottom: 16px;
padding: 10px 16px;
}
.w-commerce-commerceorderconfirmationcontainer {
background-color: #f5f5f5;
width: 100%;
min-height: 100vh;
padding: 20px;
}
.w-commerce-commercecheckoutshippingsummarywrapper {
margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
.w-commerce-commercelayoutcontainer {
flex-direction: column;
align-items: stretch;
}
.w-commerce-commercelayoutmain {
flex-basis: auto;
margin-right: 0;
}
.w-commerce-commercelayoutsidebar {
flex-basis: auto;
}
}
@media screen and (max-width: 479px) {
.w-commerce-commercecartcontainerwrapper--cartType-modal {
flex-direction: row;
justify-content: center;
align-items: stretch;
}
.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
flex-direction: row;
justify-content: center;
align-items: stretch;
display: flex;
position: fixed;
inset: 0;
}
.w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
font-size: 16px;
}
.w-commerce-commercecheckoutrow {
flex-direction: column;
}
.w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
font-size: 16px;
}
}
body {
color: #fffc;
background-color: #05051a;
font-family: Plus Jakarta Sans, sans-serif;
font-size: 16px;
line-height: 20px;
}
h1 {
color: #fff;
margin-top: 0;
margin-bottom: 0;
font-family: Manrope, sans-serif;
font-size: 68px;
font-weight: 800;
line-height: 78px;
}
h2 {
color: #fff;
margin-top: 0;
margin-bottom: 0;
font-family: Manrope, sans-serif;
font-size: 46px;
font-weight: 700;
line-height: 56px;
}
h3 {
color: #fff;
margin-top: 0;
margin-bottom: 0;
font-family: Manrope, sans-serif;
font-size: 32px;
font-weight: 700;
line-height: 42px;
}
h4 {
color: #fff;
margin-top: 0;
margin-bottom: 0;
font-family: Manrope, sans-serif;
font-size: 24px;
font-weight: 600;
line-height: 34px;
}
h5 {
color: #fff;
margin-top: 0;
margin-bottom: 0;
font-family: Manrope, sans-serif;
font-size: 20px;
font-weight: 600;
line-height: 30px;
}
h6 {
color: #fff;
margin-top: 0;
margin-bottom: 0;
font-family: Manrope, sans-serif;
font-size: 18px;
font-weight: 600;
line-height: 28px;
}
p {
margin-bottom: 0;
}
ul {
margin-top: 0;
margin-bottom: 10px;
padding-left: 40px;
}
blockquote {
border-left: 5px solid #e2e2e2;
margin-bottom: 10px;
padding: 10px 20px;
font-size: 18px;
line-height: 22px;
}
figure {
margin-bottom: 10px;
}
.zohacous-logo-link {
justify-content: space-between;
align-items: center;
}
.nav-link {
color: #fff;
padding: 0;
font-size: 16px;
font-weight: 500;
text-decoration: none;
transition: all .45s;
}
.nav-link:hover, .nav-link.w--current {
color: #ffd659;
}
.navbar {
background-color: #fff0;
border-bottom: 1px solid #ffffff1a;
position: fixed;
inset: 0% 0% auto;
}
.nav-menu {
grid-column-gap: 50px;
justify-content: flex-start;
align-items: center;
display: flex;
}
.navbar-content {
justify-content: space-between;
align-items: center;
padding-top: 24px;
padding-bottom: 24px;
display: flex;
}
.container {
width: 100%;
max-width: 1350px;
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
}
.navbar-button-wrapper {
grid-column-gap: 28px;
justify-content: flex-start;
align-items: center;
display: flex;
}
.primary-button {
grid-column-gap: 10px;
color: #05051a;
text-transform: capitalize;
background-color: #ffd659;
border: 1px solid #ffd659;
border-radius: 8px;
flex-flow: row;
justify-content: center;
align-items: center;
padding: 20px 30px;
font-size: 16px;
font-weight: 700;
line-height: 100%;
text-decoration: none;
display: flex;
position: relative;
overflow: hidden;
}
.primary-button.secondary {
color: #fff;
background-color: #f5f5ff00;
}
.primary-button.secondary.banner {
background-color: #05051a;
}
.primary-button.pricing {
color: #fff;
background-color: #fff0;
border-radius: 100px;
}
.primary-button-text-wrap {
flex-flow: column;
justify-content: flex-start;
align-items: center;
display: flex;
}
.primary-button-text-block {
z-index: 1;
justify-content: flex-start;
line-height: 100%;
display: flex;
position: relative;
}
.primary-button-text-block.is-text-absolute {
position: absolute;
}
.banner-title-description {
margin-bottom: 30px;
}
.banner-top-content {
background-image: url(//neotericacademy.com.au/wp-content/themes/neoteric-academy/assets/img/6720ae9e08a89d6a7c472484_Banner%20Element.png);
background-position: 50%;
background-repeat: no-repeat;
background-size: cover;
padding-top: 110px;
padding-bottom: 105px;
position: relative;
}
.banner-subtitle-line {
background-image: linear-gradient(100deg, #ffd65900, #ffd659);
width: 100%;
max-width: 80px;
height: 1px;
}
.banner-subtitle-line.right {
background-image: linear-gradient(200deg, #ffd65900, #ffd659);
}
.banner-subtitle-line.left {
background-image: linear-gradient(100deg, #ffd65900, #ffd659);
}
.banner-subtitle-line.left.mobile {
display: none;
}
.banner-man-img1 {
width: 100%;
max-width: 100px;
position: absolute;
inset: 115px auto auto -120px;
}
.banner-subtitle-wrapper {
grid-column-gap: 10px;
justify-content: center;
align-items: center;
margin-bottom: 15px;
display: flex;
}
.banner-card1 {
width: 100%;
max-width: 220px;
position: absolute;
inset: 0% auto auto 20px;
transform: rotate(-10deg);
}
.banner-man-img2 {
width: 100%;
max-width: 100px;
position: absolute;
inset: 20px -120px auto auto;
}
.banner-bottom-content {
position: relative;
}
.banner-heading {
color: #fff;
margin-bottom: 20px;
font-size: 68px;
line-height: 78px;
}
.banner-button-wrapper {
grid-column-gap: 16px;
justify-content: center;
align-items: center;
display: flex;
}
.banner-video-shape {
width: 100%;
height: 50%;
position: absolute;
inset: 0% auto auto 0%;
}
.banner-video-shape._1 {
background-image: linear-gradient(#05051a, #05051a00);
top: -1px;
}
.banner-video-shape._2 {
background-image: linear-gradient(#05051a00, #05051a);
height: 51%;
inset: auto auto -1px 0%;
}
.banner-description-text {
color: #fffc;
width: 100%;
max-width: 688px;
margin-left: auto;
margin-right: auto;
font-size: 16px;
line-height: 26px;
}
.banner-subtitle {
color: #ffd659;
font-size: 18px;
font-weight: 500;
}
.banner-card-wrap {
position: relative;
}
.banner-card-main {
z-index: 1;
width: 100%;
max-width: 220px;
position: absolute;
inset: auto auto -60px 100px;
}
.banner-card-main.two {
inset: auto 100px -100px auto;
}
.banner-card-shape {
width: 100%;
transform: rotate(5deg);
}
.banner-card-shape._2 {
transform: rotate(-5deg);
}
.banner-card2 {
width: 100%;
max-width: 220px;
position: absolute;
inset: 0% auto auto 20px;
transform: rotate(10deg);
}
.banner-typography {
text-align: center;
width: 100%;
max-width: 725px;
margin-left: auto;
margin-right: auto;
position: relative;
}
.section.banner { }
.section.course-categories {
z-index: 1;
margin-top: -100px;
position: relative;
}
.section.about-us {
padding-top: 155px;
padding-bottom: 155px;
position: relative;
}
.section.featured-courses {
background-color: #050f2c;
padding-top: 150px;
padding-bottom: 150px;
}
.section.why-choose-us {
background-image: url(//neotericacademy.com.au/wp-content/themes/neoteric-academy/assets/img/6720e87e64f13081068e7157_Why%20Choose%20Us%20Bg.png);
background-position: 50%;
background-repeat: no-repeat;
background-size: cover;
padding-bottom: 160px;
}
.section.cta {
background-image: url(//neotericacademy.com.au/wp-content/themes/neoteric-academy/assets/img/6721faa381f5cccdfe4b7934_CTA%20Section%20Bg.jpg);
background-position: 50%;
background-repeat: no-repeat;
background-size: cover;
padding-top: 150px;
padding-bottom: 150px;
}
.section.track {
z-index: 1;
background-image: url(//neotericacademy.com.au/wp-content/themes/neoteric-academy/assets/img/67335eaf4a2a3392c7eade11_Track%20Bg.png);
background-position: 50%;
background-repeat: no-repeat;
background-size: cover;
padding-top: 45px;
padding-bottom: 45px;
position: relative;
overflow: hidden;
}
.section.blog {
padding-top: 150px;
padding-bottom: 150px;
}
.section.faq {
background-color: #050f2c;
padding-top: 150px;
padding-bottom: 150px;
}
.section.testimonials {
background-image: url(//neotericacademy.com.au/wp-content/themes/neoteric-academy/assets/img/6731d6af981d201567acb757_Testimonials%20Section%20Bg.png);
background-position: 50%;
background-repeat: no-repeat;
background-size: cover;
padding-top: 150px;
padding-bottom: 130px;
}
.section.awards {
background-color: #050f2c;
padding-top: 160px;
padding-bottom: 160px;
}
.section.detailed-process {
padding-top: 155px;
padding-bottom: 155px;
position: relative;
}
.section.inner-banner {
background-image: linear-gradient(#05051a, #0080ff);
margin-top: 105px;
padding-top: 90px;
padding-bottom: 90px;
}
.section.about-me {
padding-top: 160px;
padding-bottom: 100px;
}
.section.my-story, .section.core-values {
background-color: #050f2c;
padding-top: 155px;
padding-bottom: 155px;
}
.section.main-blog {
padding-top: 155px;
padding-bottom: 155px;
}
.section.not-found {
padding-top: 160px;
padding-bottom: 160px;
}
.section.password-protected {
padding-top: 160px;
padding-bottom: 145px;
}
.section.changelog {
padding-top: 160px;
padding-bottom: 160px;
}
.section.license {
padding-top: 155px;
padding-bottom: 155px;
}
.section.contact-us {
padding-top: 150px;
padding-bottom: 160px;
}
.section.pricing-plan {
padding-top: 155px;
padding-bottom: 155px;
}
.section.style-guide, .section.pricing-details, .section.blog-details {
padding-top: 150px;
padding-bottom: 150px;
}
.section.preview-banner {
padding-top: 240px;
}
.section.included {
padding-top: 120px;
padding-bottom: 120px;
}
.section.demo-home {
background-color: #050f2c;
padding-top: 120px;
padding-bottom: 120px;
}
.section.demo-section {
padding-top: 120px;
padding-bottom: 120px;
}
.section.demo-section.utility-pages {
background-color: #050f2c;
}
.section.template-core-features {
background-color: #050f2c;
padding-top: 120px;
padding-bottom: 120px;
}
.section.figma-section {
padding-top: 120px;
position: relative;
}
.section.affordable-plan {
background-color: #050f2c;
padding-top: 150px;
padding-bottom: 150px;
}
.section.course-details {
padding-top: 150px;
padding-bottom: 150px;
}
.section.checkout {
background-color: #fff0;
min-height: auto;
padding-top: 150px;
padding-bottom: 150px;
}
.section.about-counter {
background-color: #0080ff;
padding-top: 50px;
padding-bottom: 50px;
}
.banner-video {
width: 100%;
min-height: 600px;
}
.course-categories-content {
background-image: url(//neotericacademy.com.au/wp-content/themes/neoteric-academy/assets/img/6720ac605ae03dd68c64c6b9_Course%20Categories%20Content%20Bg.jpg);
background-position: 0 0;
background-size: cover;
border-radius: 20px;
padding-top: 155px;
padding-bottom: 155px;
}
.section-subtitle {
color: #ffd659;
font-size: 18px;
font-weight: 500;
}
.section-title-wrapper-flex {
justify-content: space-between;
align-items: flex-end;
display: flex;
}
.section-title-wrapper-flex.center {
grid-column-gap: 10px;
justify-content: space-between;
align-items: center;
}
.single-section-title {
width: 100%;
max-width: 435px;
}
.section-description-text {
font-weight: 500;
line-height: 26px;
}
.section-description-text.mb30 {
margin-bottom: 30px;
}
.section-description-text.featured-courses {
width: 100%;
max-width: 610px;
margin-left: auto;
margin-right: auto;
}
.section-description-text.testimonials, .section-description-text.detailed-process {
width: 100%;
max-width: 555px;
margin-left: auto;
margin-right: auto;
}
.section-description-text.my-story {
width: 100%;
max-width: 530px;
margin-left: auto;
margin-right: auto;
}
.section-description-text.core-values {
width: 100%;
max-width: 620px;
margin-left: auto;
margin-right: auto;
}
.section-description-text.main-blog {
width: 100%;
max-width: 555px;
margin-left: auto;
margin-right: auto;
}
.section-description-text.contact-us {
width: 100%;
max-width: 590px;
margin-left: auto;
margin-right: auto;
}
.section-description-text.included {
color: #fffc;
width: 100%;
max-width: 470px;
margin-left: auto;
margin-right: auto;
font-size: 16px;
font-weight: 500;
line-height: 26px;
}
.section-description-text.demo-home {
width: 100%;
max-width: 470px;
margin-left: auto;
margin-right: auto;
}
.section-description-text.inner-demo {
width: 100%;
max-width: 360px;
margin-left: auto;
margin-right: auto;
}
.section-description-text.template-core-features {
width: 100%;
max-width: 524px;
margin-left: auto;
margin-right: auto;
}
.section-title {
color: #fff;
font-size: 46px;
font-weight: 700;
line-height: 56px;
}
.section-title.about-us {
color: #fff;
margin-bottom: 20px;
font-size: 46px;
line-height: 56px;
}
.section-title.featured-courses {
width: 100%;
max-width: 720px;
margin-bottom: 20px;
margin-left: auto;
margin-right: auto;
}
.section-title.why-choose-us-section-title {
margin-bottom: 20px;
font-size: 40px;
line-height: 50px;
}
.section-title.blog, .section-title.testimonials {
width: 100%;
max-width: 580px;
margin-bottom: 20px;
margin-left: auto;
margin-right: auto;
}
.section-title.awards {
margin-bottom: 15px;
}
.section-title.detailed-process {
width: 100%;
max-width: 580px;
margin-bottom: 15px;
margin-left: auto;
margin-right: auto;
}
.section-title.my-story, .section-title.core-values, .section-title.contact-us {
margin-bottom: 20px;
}
.section-title.included {
width: 100%;
max-width: 470px;
margin-bottom: 20px;
margin-left: auto;
margin-right: auto;
}
.section-title.demo-home, .section-title.template-core-features {
margin-bottom: 20px;
}
.course-categories-collection-list {
grid-column-gap: 20px;
grid-row-gap: 24px;
grid-template-rows: auto;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-auto-columns: 1fr;
display: grid;
}
.section-subtitle-wrapper {
grid-column-gap: 10px;
justify-content: flex-start;
align-items: center;
margin-bottom: 20px;
display: flex;
}
.section-subtitle-wrapper.mb0 {
margin-bottom: 0;
}
.section-subtitle-wrapper.center-align {
justify-content: center;
align-items: center;
}
.section-title-wrapper {
margin-bottom: 50px;
}
.section-title-wrapper.align-center {
text-align: center;
}
.section-title-wrapper.blog {
width: 100%;
max-width: 580px;
margin-left: auto;
margin-right: auto;
}
.section-title-wrapper.mb40 {
margin-bottom: 40px;
}
.section-button-wrapper {
display: inline-block;
}
.section-description-button-wrapper {
width: 100%;
max-width: 515px;
}
.section-description-button-wrapper.course-categories {
padding-bottom: 22px;
}
.course-categories-container {
width: 100%;
max-width: 1550px;
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
}
.course-categories-single {
text-align: center;
background-color: #04193f;
border-radius: 12px;
width: 100%;
padding-top: 45px;
padding-bottom: 45px;
text-decoration: none;
display: block;
position: relative;
overflow: hidden;
}
.course-categories-typography {
z-index: 1;
position: relative;
}
.course-categories-icon-wrapper {
background-color: #ffffff0d;
border-radius: 100%;
flex-flow: column;
justify-content: center;
align-items: center;
width: 100%;
max-width: 120px;
height: 120px;
margin-bottom: 30px;
margin-left: auto;
margin-right: auto;
display: flex;
}
.course-categories-name {
color: #fff;
margin-bottom: 10px;
font-size: 22px;
font-weight: 700;
line-height: 34px;
}
.course-categories-description-text {
color: #fffc;
font-size: 16px;
font-weight: 400;
}
.course-categories-hover-in-shape {
object-fit: cover;
width: 100%;
height: 100%;
position: absolute;
inset: 0 auto 0 0%;
}
.numbers {
justify-content: flex-start;
align-items: center;
height: 56px;
display: flex;
overflow: hidden;
}
.about-us-subtitle-text {
color: #ffd659;
font-size: 16px;
font-weight: 500;
line-height: 100%;
}
.about-us-achievement-description-text {
color: #fffc;
font-weight: 500;
line-height: 28px;
}
.about-us-counter-tag-text {
color: #fff;
font-size: 16px;
font-weight: 500;
line-height: 26px;
}
.about-us-counter-up-wrapper {
justify-content: space-between;
width: 100%;
max-width: 630px;
margin-bottom: 75px;
display: flex;
}
.about-us-right-content {
width: 100%;
max-width: 536px;
}
.number-digit {
z-index: 1;
color: #fff;
margin-top: 0;
margin-bottom: 0;
font-size: 46px;
font-weight: 700;
line-height: 56px;
position: relative;
}
.about-us-achievement-wrapper {
width: 100%;
max-width: 476px;
margin-top: 75px;
margin-left: auto;
}
.about-us-subtitle-circel {
background-color: #ffd659;
border-radius: 100%;
width: 10px;
height: 10px;
}
.about-us-left-content {
width: 100%;
max-width: 784px;
}
.about-us-subtitle-main {
margin-bottom: 25px;
display: inline-block;
}
.about-us-counter-line {
background-image: linear-gradient(100deg, #ffd659, #ffd65900);
width: 160px;
height: 1px;
margin-top: 13px;
margin-bottom: 11px;
}
.about-us-image-shape {
background-image: linear-gradient(#05051a00, #05051a);
width: 100%;
height: 293px;
position: absolute;
inset: auto auto -1px 0%;
}
.about-us-image-wrapper {
position: relative;
}
.about-us-image {
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}
.about-us-description-text {
color: #fffc;
width: 100%;
max-width: 590px;
font-size: 16px;
line-height: 26px;
}
.about-us-content {
z-index: 1;
justify-content: space-between;
align-items: flex-start;
display: flex;
position: relative;
}
.number-categories {
color: #fff;
justify-content: center;
align-items: center;
font-size: 46px;
font-weight: 700;
line-height: 56px;
}
.about-us-section-title-wrapper {
max-width: 540px;
margin-bottom: 42px;
}
.about-us-name-description-wrapper {
background-color: #04193f;
border-radius: 20px 0 20px 20px;
padding: 50px 40px;
}
.about-us-achievement-icon-wrap {
grid-column-gap: 24px;
justify-content: flex-start;
align-items: center;
margin-bottom: 24px;
display: flex;
}
.about-us-section-shape {
background-image: linear-gradient(#05051a00 20%, #0080ff);
width: 100%;
height: 450px;
position: absolute;
inset: auto auto 0% 0%;
}
.about-us-subtitle-wrap {
grid-column-gap: 10px;
border: 1px solid #ffd65940;
border-radius: 100px;
justify-content: flex-start;
align-items: center;
padding: 13px 20px;
display: flex;
}
.about-us-name {
color: #fff;
margin-bottom: 15px;
font-size: 32px;
font-weight: 700;
line-height: 42px;
}
.featured-courses-tabs {
text-align: center;
}
.featured-courses-tab-menu {
background-color: #04193f;
border-radius: 6px;
margin-bottom: 55px;
display: inline-block;
}
.featured-courses-tab-link {
color: #fff;
background-color: #fff0;
padding: 20px 30px;
font-size: 16px;
font-weight: 500;
line-height: 100%;
text-decoration: none;
}
.featured-courses-tab-link.w--current {
background-color: #0080ff;
border-radius: 6px;
}
.featured-courses-collection-list {
grid-column-gap: 16px;
grid-row-gap: 24px;
grid-template-rows: auto;
grid-template-columns: 1fr 1fr 1fr;
grid-auto-columns: 1fr;
display: grid;
}
.featured-courses-tab-content {
text-align: left;
}
.featured-courses-single {
background-color: #04193f;
border-radius: 20px;
padding: 10px 10px 30px;
position: relative;
}
.featured-courses-image {
width: 100%;
}
.featured-courses-image-link {
border-radius: 12px;
margin-bottom: 30px;
display: block;
overflow: hidden;
}
.featured-courses-name-wrap {
padding-left: 10px;
padding-right: 10px;
}
.featured-courses-name {
color: #fff;
margin-bottom: 28px;
font-family: Manrope, sans-serif;
font-size: 20px;
font-weight: 600;
line-height: 30px;
text-decoration: none;
transition: all .4s;
display: block;
}
.featured-courses-name:hover {
color: #ffd659;
}
.featured-courses-rating {
grid-column-gap: 20px;
justify-content: flex-start;
align-items: center;
margin-bottom: 30px;
display: flex;
}
.featured-courses-rating-icon-wrapper {
grid-column-gap: 4px;
justify-content: flex-start;
align-items: center;
display: flex;
}
.featured-courses-rating-text {
color: #fff;
font-size: 16px;
font-weight: 500;
}
.courses-video-session-time-wrap {
grid-column-gap: 8px;
grid-row-gap: 10px;
flex-flow: wrap;
justify-content: flex-start;
align-items: center;
margin-bottom: 28px;
display: flex;
}
.courses-video-session-time {
grid-column-gap: 8px;
background-color: #ffffff0d;
border-radius: 6px;
justify-content: flex-start;
align-items: center;
padding: 11px 12px;
line-height: 100%;
display: flex;
}
.courses-video-session-time-text {
color: #fff;
font-size: 15px;
font-weight: 500;
}
.why-choose-us-content {
display: flex;
}
.why-choose-us-image-wrapper {
width: 100%;
max-width: 40.21%;
}
.why-choose-us-image {
border-bottom-right-radius: 20px;
width: 100%;
}
.why-choose-us-typography {
width: 100%;
max-width: 59.79%;
padding-top: 60px;
padding-left: 20px;
}
.why-choose-us-section-title-wrapper {
width: 100%;
max-width: 540px;
margin-bottom: 50px;
}
.why-choose-us-slider {
background-color: #fff0;
height: 100%;
}
.why-choose-us-slider-mask {
width: 100%;
max-width: 372px;
overflow: visible;
}
.why-choose-us-slide {
margin-right: 24px;
}
.why-choose-us-slide-nav {
display: none;
}
.why-choose-us-single {
background-color: #050f2c;
border-radius: 20px;
padding: 48px 30px 42px;
}
.why-choose-us-icon-wrapper {
background-color: #0080ff;
border-radius: 100%;
flex-flow: column;
justify-content: center;
align-items: center;
width: 100%;
max-width: 80px;
height: 80px;
margin-bottom: 30px;
display: flex;
}
.why-choose-us-slider-arrow {
background-color: #fff;
border-radius: 100%;
flex-flow: column;
justify-content: center;
align-items: center;
width: 100%;
max-width: 60px;
height: 60px;
transition: all .4s;
display: flex;
inset: auto auto -120px 635px;
}
.why-choose-us-slider-arrow:hover {
background-color: #ffd659;
}
.why-choose-us-slider-arrow.left {
left: 415px;
}
.why-choose-us-slider-arrow.right {
left: 490px;
}
.why-choose-us-slider-card-name {
color: #fff;
font-size: 24px;
line-height: 34px;
}
.why-choose-us-card-line {
background-image: linear-gradient(95deg, #0080ff, #0080ff00);
width: 100%;
height: 1px;
margin-top: 24px;
margin-bottom: 24px;
}
.why-choose-us-description-text {
font-size: 16px;
font-weight: 500;
line-height: 26px;
}
.featured-courses-btn-wrapper {
flex-flow: column;
justify-content: center;
align-items: center;
margin-top: 60px;
display: flex;
}
.featured-courses-categories-tag {
color: #fff;
background-color: #0080ff;
border-top-right-radius: 100px;
border-bottom-right-radius: 100px;
padding: 8px 12px;
font-size: 16px;
font-weight: 500;
display: inline-block;
position: absolute;
}
.why-choose-us-slider-line {
background-color: #ffffff1a;
border-radius: 100px;
width: 100%;
max-width: 400px;
height: 4px;
margin-top: 90px;
position: relative;
}
.why-choose-us-slider-line-active {
background-color: #ffd659;
border-radius: 100px;
width: 33%;
height: 100%;
position: absolute;
inset: 0% auto auto 0%;
}
.footer-description-text {
width: 100%;
max-width: 318px;
font-size: 16px;
font-weight: 500;
line-height: 26px;
}
.footer-contact-details {
grid-row-gap: 25px;
flex-flow: column;
margin-top: 30px;
display: flex;
}
.footer-contact-details-single {
grid-column-gap: 12px;
justify-content: flex-start;
align-items: center;
display: flex;
}
.footer-information-text {
font-size: 16px;
font-weight: 500;
}
.footer-logo-link {
margin-bottom: 24px;
}
.footer-details-form-single {
grid-column-gap: 12px;
justify-content: flex-start;
align-items: center;
display: flex;
}
.footer-menu-text-link {
color: #fffc;
font-size: 16px;
font-weight: 500;
line-height: 28px;
text-decoration: none;
transition: all .4s;
}
.footer-menu-text-link:hover {
color: #ffd659;
}
.footer-details-form-input-field {
color: #fff9;
background-color: #ffffff0d;
border: 1px #000;
border-radius: 8px;
height: 60px;
margin-bottom: 0;
padding: 0 24px;
font-size: 16px;
font-weight: 500;
}
.footer-details-form-input-field::placeholder {
color: #fff9;
}
.footer-menu-title-wrapper {
margin-bottom: 30px;
}
.footer-menu-title-wrapper.mt40 {
margin-top: 40px;
margin-bottom: 0;
}
.footer-contact-details-text {
overflow-wrap: anywhere;
font-size: 16px;
font-weight: 500;
}
.footer-details-form-text {
color: #fff;
margin-bottom: 25px;
font-family: Manrope, sans-serif;
font-size: 20px;
font-weight: 600;
line-height: 30px;
}
.footer-menu-title-line {
background-image: linear-gradient(90deg, #ffd659, #ffd65900);
height: 1px;
}
.footer-details-form-submit-button {
background-color: #ffd659;
background-image: url(//neotericacademy.com.au/wp-content/themes/neoteric-academy/assets/img/67208e64fd99b802a97a3c78_Footer%20Details%20Form%20Submit%20Button%20Arrow.svg);
background-position: 50%;
background-repeat: no-repeat;
background-size: auto;
border-radius: 100%;
width: 100%;
max-width: 60px;
height: 60px;
}
.footer-details-gmail {
color: #fff;
margin-top: 52px;
margin-bottom: 80px;
font-family: Manrope, sans-serif;
font-size: 20px;
font-weight: 600;
}
.footer-information-text-link {
color: #ffd659;
font-weight: 500;
}
.footer-menu-grid {
grid-column-gap: 24px;
grid-row-gap: 24px;
grid-template-rows: auto;
grid-template-columns: 1fr 1fr 1.03fr;
}
.footer-details-form-block {
margin-bottom: 0;
}
.footer-social-media-wrapper {
grid-column-gap: 12px;
justify-content: flex-start;
align-items: center;
display: flex;
}
.footer-menu-wrapper {
width: 100%;
max-width: 836px;
margin-top: 110px;
}
.footer-social-media-link {
color: #fff;
background-color: #ffffff0d;
border-radius: 100%;
flex-flow: column;
justify-content: center;
align-items: center;
width: 60px;
height: 60px;
font-family: "Fa Brands 400", sans-serif;
font-size: 19px;
text-decoration: none;
transition: all .4s;
display: flex;
position: relative;
overflow: hidden;
}
.footer-social-media-link:hover {
color: #05051a;
overflow: hidden;
}
.footer-details-content {
background-image: linear-gradient(#0080ff, #05051a00 90%);
width: 100%;
max-width: 360px;
padding: 120px 30px 60px;
}
.footer-menu-list {
grid-row-gap: 17px;
flex-flow: column;
margin-bottom: 0;
padding-left: 0;
list-style-type: none;
display: flex;
}
.footer-top-content {
grid-column-gap: 25px;
justify-content: space-between;
display: flex;
}
.footer-menu-title {
color: #fff;
margin-bottom: 30px;
font-size: 24px;
font-weight: 600;
line-height: 36px;
}
.footer-description-text-wrapper {
margin-bottom: 34px;
}
.footer-information-wrapper {
text-align: center;
border-top: 1px solid #ffffff1a;
padding-top: 24px;
padding-bottom: 24px;
}
.footer-social-media-icon {
z-index: 2;
position: relative;
}
.footer-details-gmail-text {
color: #0080ff;
text-decoration: underline;
}
.cta-title-description {
text-align: center;
width: 100%;
max-width: 625px;
margin-bottom: 30px;
margin-left: auto;
margin-right: auto;
}
.cta-button-wrapper {
grid-column-gap: 24px;
justify-content: center;
align-items: center;
display: flex;
}
.cta-title {
color: #fff;
margin-bottom: 20px;
font-size: 46px;
font-weight: 700;
line-height: 56px;
}
.cta-description-text {
color: #fffc;
width: 100%;
max-width: 605px;
margin-left: auto;
margin-right: auto;
font-family: Plus Jakarta Sans, sans-serif;
font-size: 16px;
font-weight: 500;
line-height: 26px;
}
.cta-content {
width: 100%;
max-width: 1020px;
margin-left: auto;
margin-right: auto;
position: relative;
}
.cta-man-image.one {
width: 100%;
max-width: 160px;
position: absolute;
inset: auto auto 0% 0%;
}
.cta-man-image-two {
width: 100%;
max-width: 100px;
position: absolute;
inset: 65px 0% auto auto;
}
.single-track-wrap {
grid-column-gap: 40px;
align-items: center;
margin-right: 120px;
}
.track-title-tag {
color: #fffc;
text-transform: capitalize;
font-family: Manrope, sans-serif;
font-size: 46px;
font-weight: 800;
line-height: 56px;
}
.inner-track-wrapper {
flex: none;
align-items: stretch;
display: flex;
}
.track {
align-items: center;
display: flex;
}
.track-wrapper, .track-main {
overflow: hidden;
}
.why-choose-us-typography-single {
padding-bottom: 30px;
overflow: hidden;
}
.blog-content {
padding-bottom: 85px;
overflow: hidden;
}
.blog-bottom-content {
width: 100%;
max-width: 1635px;
margin-left: auto;
padding-left: 15px;
}
.blog-slider {
background-color: #fff0;
height: 100%;
}
.blog-slider-mask {
width: 100%;
max-width: 705px;
overflow: visible;
}
.blog-slide {
margin-right: 24px;
}
.blog-slider-arrow {
display: none;
}
.blog-card {
grid-column-gap: 30px;
background-color: #050f2c;
border-radius: 20px;
justify-content: flex-start;
align-items: center;
padding: 12px;
display: flex;
}
.blog-image-link {
border-radius: 12px;
width: 100%;
max-width: 288px;
overflow: hidden;
}
.blog-post-image {
width: 100%;
height: 484px;
object-fit: cover;
}
.blog-card-typography {
width: 100%;
max-width: 335px;
}
.blog-card-categories-author {
grid-column-gap: 30px;
justify-content: flex-start;
align-items: center;
margin-bottom: 30px;
display: flex;
}
.blog-card-categories-wrap {
display: inline-block;
}
.blog-card-categories-flex {
grid-column-gap: 12px;
border: 1px solid #ffd65940;
border-radius: 100px;
justify-content: flex-start;
align-items: center;
padding: 8px 20px;
display: flex;
}
.blog-card-categories-circel {
background-color: #ffd659;
border-radius: 100%;
width: 10px;
height: 10px;
}
.blog-card-categories-name {
color: #ffd659;
font-size: 16px;
font-weight: 500;
}
.blog-card-author-name-icon {
grid-column-gap: 15px;
justify-content: flex-start;
align-items: center;
display: flex;
}
.blog-card-author-name {
color: #fffc;
font-weight: 500;
}
.blog-card-name {
color: #fff;
font-family: Manrope, sans-serif;
font-size: 24px;
font-weight: 600;
line-height: 34px;
text-decoration: none;
transition: all .4s;
}
.blog-card-name:hover {
color: #ffd659;
}
.blog-card-line {
background-image: linear-gradient(90deg, #0080ff, #0080ff00);
width: 100%;
height: 1px;
margin-top: 24px;
margin-bottom: 24px;
}
.blog-post-description-text {
width: 100%;
max-width: 275px;
margin-bottom: 24px;
font-weight: 500;
line-height: 26px;
}
.blog-card-link {
grid-column-gap: 12px;
color: #fff;
justify-content: flex-start;
align-items: center;
font-size: 16px;
font-weight: 500;
text-decoration: none;
transition: all .4s;
display: flex;
}
.blog-card-link:hover {
color: #ffd659;
}
.blog-card-link-wrap {
display: inline-block;
}
.blog-card-link-arrow {
font-family: "Fa Solid 900", sans-serif;
}
.slider-nav {
justify-content: center;
align-items: center;
height: 25px;
padding-top: 0;
display: inline-flex;
position: absolute;
inset: auto 0 -85px;
}
.faq-section-title-wrapper {
justify-content: space-between;
align-items: center;
margin-bottom: 50px;
display: flex;
}
.faq-subtitle-title-wrapper {
width: 100%;
max-width: 535px;
}
.faq-section-description-button-wrapper {
width: 100%;
max-width: 515px;
}
.faq-section-description-text {
margin-bottom: 30px;
font-size: 16px;
font-weight: 500;
line-height: 26px;
}
.faq-section-button-wrapper {
display: inline-block;
}
.faq-content {
grid-column-gap: 24px;
justify-content: space-between;
align-items: flex-start;
display: flex;
}
.faq-image-wrapper {
border-radius: 20px;
width: 100%;
max-width: 424px;
position: relative;
overflow: hidden;
}
.faq-image {
width: 100%;
}
.faq-ticker-wrapper {
z-index: 1;
position: absolute;
inset: auto auto 25px 0%;
overflow: hidden;
}
.faq-track {
justify-content: flex-start;
align-items: center;
display: flex;
}
.faq-single-track-wrap {
margin-right: 10px;
}
.faq-single-track-title {
font-family: Manrope, sans-serif;
font-size: 54px;
font-weight: 800;
line-height: 64px;
}
.faq-image-shape {
background-image: linear-gradient(#0080ff00, #0080ffcc);
width: 100%;
height: 300px;
position: absolute;
inset: auto auto 0% 0%;
}
.faq-single-content {
width: 100%;
max-width: 872px;
}
.faq-icon-wrapper {
justify-content: center;
align-items: center;
}
.faq-accordion-question-wrap {
grid-column-gap: 20px;
grid-row-gap: 20px;
background-color: #04193f;
border-radius: 16px;
justify-content: space-between;
align-items: center;
padding: 30px 24px;
display: flex;
}
.faq-accordion-answer-wrap {
padding-left: 24px;
padding-right: 24px;
overflow: hidden;
}
.faq-accordion-wrapper {
grid-row-gap: 16px;
flex-direction: column;
display: flex;
}
.faq-icon {
z-index: 1;
position: relative;
}
.faq-answer {
color: #fffc;
max-width: 760px;
margin-top: 24px;
margin-bottom: 17px;
font-size: 16px;
font-weight: 500;
line-height: 28px;
}
.faq-question {
color: #fff;
font-size: 24px;
font-weight: 600;
line-height: 34px;
}
.single-faq-accordion-wrap {
background-color: #fff0;
border-radius: 12px;
padding: 0;
text-decoration: none;
}
.single-faq-accordion-wrap.w--current {
background-color: #fff0;
}
.display-none {
display: none;
}
.testimonials-content {
position: relative;
}
.testimonials-tabs {
grid-column-gap: 65px;
grid-row-gap: 16px;
grid-template: "Area"
/ 1.36fr 1fr;
grid-auto-columns: 1fr;
place-items: center start;
display: grid;
}
.testimonials-tab-menu {
z-index: 1;
width: 100%;
height: 455px;
position: relative;
}
.testimonials-tab-content {
z-index: 9;
width: 100%;
}
.testimonials-tab-menu-link {
background-color: #fff0;
border-radius: 100%;
width: 100%;
max-width: 58px;
padding: 0;
}
.testimonials-tab-menu-link.w--current {
background-color: #fff0;
}
.testimonials-tab-menu-link._1 {
position: absolute;
inset: 0% auto auto 166px;
}
.testimonials-tab-menu-link._2 {
position: absolute;
inset: 108px auto auto 16px;
}
.testimonials-tab-menu-link._3 {
position: absolute;
inset: auto auto 103px 200px;
}
.testimonials-tab-menu-link._4 {
position: absolute;
inset: 174px auto auto 370px;
}
.testimonials-tab-menu-link._5 {
position: absolute;
inset: auto auto 54px 390px;
}
.testimonials-tab-menu-link._6 {
position: absolute;
inset: 58px 95px auto auto;
}
.testimonials-tab-menu-link._7 {
position: absolute;
inset: auto 42px 75px auto;
}
.testimonials-tab-menu-link-img-wrap {
position: relative;
}
.testimonials-single-card {
z-index: 9;
background-color: #0080ff;
border-radius: 20px;
padding: 45px 40px;
position: relative;
}
.testimonials-title-wrapper {
margin-bottom: 24px;
}
.testimonials-title {
color: #fff;
font-family: Manrope, sans-serif;
font-weight: 600;
}
.testimonials-card-line {
background-image: linear-gradient(90deg, #fff, #fff0);
width: 100%;
height: 1px;
margin-bottom: 24px;
}
.testimonials-card-description-text-wrapper {
margin-bottom: 25px;
}
.testimonials-card-description-text {
width: 100%;
max-width: 400px;
font-size: 16px;
font-weight: 500;
line-height: 26px;
}
.testimonials-card-description-text.width-420 {
max-width: 420px;
}
.testimonials-card-author-name-quote {
justify-content: space-between;
align-items: center;
display: flex;
}
.testimonials-card-author-name {
color: #fff;
font-size: 18px;
font-weight: 600;
line-height: 28px;
}
.testimonials-card-author-bio-text {
font-weight: 500;
line-height: 26px;
}
.testimonials-tab-menu-map {
position: absolute;
inset: auto auto 0% 0%;
}
.testimonials-tab-card-shape {
position: absolute;
inset: 115px 32px auto auto;
}
.awards-content {
width: 100%;
max-width: 1635px;
height: 400vh;
margin-left: auto;
padding-left: 15px;
position: relative;
}
.awards-content-flex {
grid-column-gap: 20px;
justify-content: space-between;
align-items: center;
display: flex;
position: sticky;
top: 300px;
overflow: hidden;
}
.awards-typography-wrapper {
flex: none;
width: 100%;
max-width: 435px;
}
.awards-section-title-description {
margin-bottom: 30px;
}
.awards-section-button-wrapper {
display: inline-block;
}
.awards-content-card {
width: 100%;
max-width: 995px;
}
.awards-single-ticker {
justify-content: flex-start;
align-items: center;
display: flex;
overflow: hidden;
}
.awards-inner-ticker-wrapper {
flex: none;
}
.awards-inner-ticker-single {
display: flex;
}
.awards-single-card {
text-align: center;
background-color: #04193f;
border-radius: 20px;
width: 510px;
min-height: 454px;
max-height: 454px;
margin-right: 40px;
padding: 55px 50px;
}
.awards-icon-wrapper {
margin-bottom: 40px;
}
.awards-title {
color: #fff;
font-size: 24px;
line-height: 34px;
}
.awards-line {
background-image: linear-gradient(90deg, #0080ff, #0080ff00);
width: 100%;
height: 1px;
margin-top: 24px;
margin-bottom: 24px;
}
.awards-card-description-text {
width: 100%;
max-width: 430px;
margin-left: auto;
margin-right: auto;
font-size: 16px;
line-height: 26px;
}
.detailed-process-content {
z-index: 2;
width: 100%;
max-width: 1080px;
margin-left: auto;
margin-right: auto;
padding-bottom: 100px;
position: relative;
}
.detailed-process-slider {
background-color: #fff0;
height: 100%;
}
.detailed-process-slide-nav {
display: none;
}
.detailed-process-image {
border-radius: 20px;
width: 100%;
}
.detailed-process-typography-wrapper {
background-color: #0080ff;
border-radius: 20px;
width: 100%;
max-width: 475px;
padding: 35px 30px;
position: absolute;
inset: auto auto 40px 40px;
}
.detailed-process-top-content {
grid-column-gap: 15px;
justify-content: flex-start;
align-items: center;
margin-bottom: 30px;
display: flex;
}
.detailed-process-icon-wrapper {
background-color: #ffd659;
border-radius: 100%;
flex-flow: column;
justify-content: center;
align-items: center;
width: 100%;
max-width: 60px;
height: 60px;
display: flex;
}
.detailed-process-number {
color: #fff;
font-family: Manrope, sans-serif;
font-size: 20px;
font-weight: 600;
}
.detailed-process-line {
background-image: linear-gradient(90deg, #fff, #fff0);
width: 100%;
height: 1px;
margin-bottom: 25px;
}
.detailed-process-name {
color: #fff;
margin-bottom: 12px;
font-family: Manrope, sans-serif;
font-size: 24px;
font-weight: 700;
line-height: 34px;
}
.detailed-process-description {
line-height: 26px;
}
.detailed-process-slider-arrow {
background-color: #fff;
border-radius: 100%;
flex-flow: column;
justify-content: center;
align-items: center;
width: 60px;
height: 60px;
transition: all .4s;
display: flex;
inset: auto auto -100px 0%;
}
.detailed-process-slider-arrow:hover {
background-color: #ffd659;
}
.detailed-process-slider-arrow.right {
left: 72px;
}
.detailed-process-sub-content-wrap {
text-align: center;
border: 1px solid #ffffff1a;
border-radius: 12px;
width: 100%;
max-width: 910px;
padding-top: 16px;
padding-bottom: 16px;
position: absolute;
inset: auto 0% 0% auto;
}
.detailed-process-sub-text {
line-height: 26px;
display: inline-block;
}
.detailed-process-sub-text-link {
color: #fff;
}
.detailed-process-main-content {
z-index: 1;
padding-bottom: 60px;
position: relative;
}
.detailed-process-shape {
background-color: #050f2c;
border-radius: 20px;
width: 100%;
height: 320px;
position: absolute;
inset: auto auto 0% 0%;
}
.inner-banner-title-wrapper {
text-align: center;
margin-bottom: 10px;
}
.inner-banner-title {
color: #fff;
font-size: 46px;
font-weight: 700;
line-height: 56px;
}
.inner-banner-text-link-wrapper {
grid-column-gap: 8px;
justify-content: center;
align-items: center;
display: flex;
}
.inner-banner-text-link {
color: #fff;
font-size: 16px;
font-weight: 500;
text-decoration: none;
}
.inner-banner-text-link.w--current {
color: #ffd659;
}
.inner-banner-text-link-arrow {
color: #fff;
font-size: 16px;
font-weight: 500;
}
.about-me-content {
grid-column-gap: 10px;
justify-content: space-between;
align-items: center;
display: flex;
}
.about-me-image-wrapper {
width: 100%;
max-width: 648px;
}
.about-me-image {
border-radius: 20px;
width: 100%;
}
.about-me-information {
width: 100%;
max-width: 612px;
}
.about-me-name-bio {
margin-bottom: 30px;
}
.about-me-name {
color: #fff;
margin-bottom: 15px;
font-size: 46px;
line-height: 56px;
}
.about-me-bio-text {
color: #fff;
font-size: 18px;
font-weight: 500;
line-height: 28px;
}
.about-me-description-wrapper {
border-top: 1px solid #ffffff1a;
border-bottom: 1px solid #ffffff1a;
margin-bottom: 40px;
padding-top: 32px;
padding-bottom: 50px;
}
.about-me-description-text {
font-size: 18px;
line-height: 28px;
}
.about-me-social-media {
grid-column-gap: 12px;
display: flex;
}
.about-me-social-media-link {
color: #fff;
background-color: #ffffff0d;
border-radius: 100%;
flex-flow: column;
justify-content: center;
align-items: center;
width: 100%;
max-width: 60px;
height: 60px;
font-family: "Fa Brands 400", sans-serif;
font-size: 20px;
text-decoration: none;
transition: all .4s;
display: flex;
}
.about-me-social-media-link:hover {
color: #05051a;
background-color: #ffd659;
}
.my-story-content {
justify-content: space-between;
align-items: center;
display: flex;
}
.my-story-left-content {
width: 100%;
max-width: 612px;
}
.impressive-features-tab-menu {
border-left: 4px solid #ffffff1a;
flex-direction: column;
display: flex;
}
.impressive-features-accordion-title-arrow {
justify-content: space-between;
align-items: center;
}
.impressive-features-accordion-title {
color: #fff;
letter-spacing: -.12px;
font-size: 32px;
font-weight: 600;
line-height: 100%;
display: inline-block;
}
.impressive-features-accordion-ans-wrap {
overflow: hidden;
}
.impressive-features-tab-link {
background-color: #fff0;
padding: 0;
text-decoration: none;
}
.impressive-features-tab-link.w--current {
background-color: #fff0;
}
.impressive-features-tab-content {
display: none;
}
.impressive-features-typography {
width: 100%;
max-width: 570px;
}
.impressive-features-tab-content-single {
grid-column-gap: 40px;
border-bottom: 1px solid #ffffff1a;
align-items: flex-start;
margin-left: 30px;
padding-top: 45px;
padding-bottom: 45px;
display: flex;
position: relative;
}
.impressive-features-tab-content-single.last-border {
border-bottom-style: none;
}
.impressive-features-tab-line {
background-color: #0080ff;
border-radius: 100px;
width: 4px;
height: 0%;
position: absolute;
inset: 0% auto auto -4px;
}
.impressive-features-ans-text {
color: #fffc;
margin-top: 16px;
font-size: 16px;
font-weight: 400;
line-height: 26px;
}
.impressive-features-list-wrapper {
margin-top: 26px;
}
.impressive-features-list {
grid-row-gap: 15px;
flex-flow: column;
margin-bottom: 0;
padding-left: 0;
display: flex;
}
.impressive-features-list-item {
grid-column-gap: 12px;
justify-content: flex-start;
align-items: center;
display: flex;
}
.impressive-features-list-item-circel {
background-color: #ffd659;
border-radius: 100%;
width: 12px;
height: 12px;
}
.impressive-features-list-item-text {
color: #fff;
font-size: 16px;
font-weight: 500;
line-height: 26px;
}
.impressive-features-ans {
margin-top: 0;
overflow: hidden;
}
.impressive-features-tab-content-main {
position: relative;
}
.my-story-image-wrapper {
border-radius: 20px;
width: 100%;
max-width: 648px;
position: relative;
overflow: hidden;
}
.my-story-image {
width: 100%;
}
.my-story-tags-wrapper {
width: 100%;
max-width: 286px;
position: absolute;
inset: auto auto 27px 29px;
}
.my-story-tags {
width: 100%;
max-width: 286px;
height: 165px;
position: relative;
}
.my-story-tag {
border-radius: 100px;
padding: 12px 18px;
font-size: 18px;
font-weight: 500;
display: inline-block;
}
.my-story-tag._1 {
z-index: 1;
color: #fff;
background-color: #0080ff;
position: absolute;
inset: 0% auto auto 0%;
transform: rotate(-41deg);
}
.my-story-tag._2 {
color: #05051a;
background-color: #fff;
position: absolute;
inset: 15px 38px auto auto;
transform: rotate(5deg);
}
.my-story-tag._3 {
color: #05051a;
background-color: #f2f3f4;
position: absolute;
inset: 67px auto auto 30px;
transform: rotate(-15deg);
}
.my-story-tag._4 {
color: #05051a;
background-color: #ffd659;
position: absolute;
inset: 65px 0% auto auto;
}
.my-story-tag._5 {
color: #05051a;
background-color: #ffd659;
position: absolute;
inset: auto auto 0% 0%;
}
.my-story-tag._6 {
color: #fff;
background-color: #0080ff;
position: absolute;
inset: auto 35px 10px auto;
transform: rotate(15deg);
}
.core-values-grid {
grid-column-gap: 24px;
grid-row-gap: 24px;
grid-template-rows: auto;
grid-template-columns: 1fr 1fr 1fr;
}
.core-values-single-card {
background-color: #04193f;
border-radius: 16px;
padding: 30px;
}
.core-values-icon-wrapper {
background-color: #0080ff;
border-radius: 100%;
flex-flow: column;
justify-content: center;
align-items: center;
width: 100px;
height: 100px;
margin-bottom: 30px;
display: flex;
}
.core-values-name {
color: #fff;
font-size: 32px;
font-weight: 600;
line-height: 42px;
}
.core-values-name-description-line {
background-image: linear-gradient(90deg, #0080ff, #0080ff00);
width: 100%;
height: 1px;
margin-top: 16px;
margin-bottom: 16px;
}
.core-values-description {
color: #fffc;
line-height: 26px;
}
.authentication-wrapper {
background-color: #050f2c;
min-height: 100%;
}
.authentication-grid {
grid-column-gap: 0px;
grid-template-rows: auto;
align-items: stretch;
height: 100%;
}
.authentication-image {
object-fit: cover;
width: 100%;
height: 100%;
}
.authentication-typography {
flex-flow: column;
justify-content: center;
align-items: flex-start;
height: 100%;
padding-top: 40px;
padding-bottom: 40px;
display: flex;
}
.authentication-form-wrapper {
width: 100%;
max-width: 560px;
margin-left: auto;
margin-right: auto;
}
.alternative-details {
color: #fff;
font-size: 16px;
font-weight: 500;
line-height: 26px;
}
.password-view-icon {
position: absolute;
inset: auto 20px auto auto;
}
.authentication-logo-link-block {
margin-bottom: 40px;
}
.sign-in-form-wrap {
margin-bottom: 0;
}
.sign-in-field {
color: #fff9;
background-color: #ffffff0d;
border: 1px #000;
border-radius: 8px;
height: 60px;
margin-bottom: 0;
padding: 0 24px;
font-size: 16px;
font-weight: 500;
}
.sign-in-field::placeholder {
color: #fff9;
}
.sign-in-checkbox-label {
color: #fff;
font-size: 18px;
font-weight: 500;
}
.sign-in-checkbox-label.size-mobile {
color: #fff;
font-size: 16px;
font-weight: 500;
}
.sign-in-or-wrap {
grid-column-gap: 20px;
align-items: center;
margin-top: 32px;
margin-bottom: 32px;
display: flex;
}
.sign-in-single-field-wrap {
position: relative;
}
.sign-in-single-field-wrap.flex {
justify-content: space-between;
margin-top: 5px;
margin-bottom: 5px;
display: flex;
}
.sign-in-single-field-wrap.password {
justify-content: flex-start;
align-items: center;
display: flex;
}
.sign-in-checkbox-wrap {
grid-column-gap: 10px;
grid-row-gap: 10px;
color: #fff;
align-items: center;
padding-left: 10px;
font-size: 16px;
font-weight: 300;
display: flex;
}
.sign-in-single-fields {
grid-row-gap: 24px;
flex-direction: column;
display: flex;
}
.sign-in-checkbox {
background-color: #fff0;
border-color: #fff;
border-radius: 100%;
width: 20px;
height: 20px;
margin-top: 0;
}
.sign-in-checkbox.w--redirected-checked {
background-color: #ffd659;
border: 1px solid #ffd659;
border-radius: 100%;
}
.sign-in-checkbox.w--redirected-focus {
box-shadow: none;
}
.authentication-social-media-wrap {
grid-column-gap: 16px;
justify-content: space-between;
align-items: center;
display: flex;
}
.sign-in-form-content-wrap {
margin-bottom: 35px;
}
.or-border {
background-image: linear-gradient(#6e26ff00, #6e26ff);
width: 100%;
height: 1px;
}
.or-border.right {
background-image: linear-gradient(270deg, #fff0, #fff);
}
.or-border.left {
background-image: linear-gradient(65deg, #fff0, #fff);
}
.sign-in-title {
color: #fff;
text-transform: capitalize;
margin-bottom: 15px;
font-size: 46px;
font-weight: 700;
line-height: 52px;
}
.log-in {
width: 100%;
}
.sign-in-submit-button {
color: #05051a;
text-transform: capitalize;
background-color: #ffd659;
border-radius: 8px;
width: 100%;
padding: 20px;
font-size: 16px;
font-weight: 600;
line-height: 100%;
}
.or-text {
color: #fff;
text-align: center;
width: 100%;
font-size: 16px;
font-weight: 500;
}
.authentication-social-media-link {
grid-column-gap: 12px;
color: #fff;
background-color: #ffffff0d;
border-radius: 8px;
justify-content: flex-start;
align-items: center;
width: 100%;
padding: 16px 24px;
font-size: 16px;
font-weight: 500;
text-decoration: none;
display: flex;
}
.alternative-details-text-link {
color: #ffd659;
text-decoration: underline;
}
.sign-in-checkbox-label-link {
color: #ffd659;
}
.sign-in-forgot-password-text {
color: #fff;
font-size: 16px;
font-weight: 500;
text-decoration: none;
}
.reset-password-description {
color: #fff;
width: 100%;
max-width: 414px;
font-size: 16px;
font-weight: 500;
line-height: 26px;
}
.main-blog-collection-list {
grid-column-gap: 24px;
grid-row-gap: 24px;
grid-template-rows: auto;
grid-template-columns: 1fr 1fr;
grid-auto-columns: 1fr;
display: grid;
}
.main-blog-single {
background-color: #050f2c;
border-radius: 20px;
justify-content: space-between;
align-items: center;
padding: 12px;
display: flex;
}
.not-found-content {
justify-content: space-between;
align-items: center;
width: 100%;
max-width: 1250px;
margin-left: auto;
margin-right: auto;
display: flex;
}
.not-found-image-wrapper {
width: 100%;
max-width: 544px;
}
.not-found-image {
width: 100%;
}
.not-found-typography {
width: 100%;
max-width: 585px;
}
.not-found-title-description {
text-align: center;
margin-bottom: 35px;
}
.not-found-title {
color: #fff;
margin-bottom: 25px;
font-size: 46px;
line-height: 56px;
}
.not-found-description-text {
line-height: 26px;
}
.not-found-button-wrapper {
text-align: center;
flex-flow: column;
justify-content: center;
align-items: center;
display: flex;
}
.password-protected-content {
text-align: center;
background-color: #050f2c;
border-radius: 20px;
width: 100%;
max-width: 648px;
margin-left: auto;
margin-right: auto;
padding: 60px 40px 40px;
}
.main-blog-image-link {
border-radius: 12px;
overflow: hidden;
}
.main-blog-typography {
width: 100%;
max-width: 340px;
}
.main-blog-line {
background-image: linear-gradient(90deg, #0080ff, #0080ff00);
width: 100%;
height: 1px;
margin-bottom: 25px;
}
.main-blog-description-text {
width: 100%;
max-width: 275px;
margin-bottom: 26px;
font-size: 16px;
font-weight: 500;
line-height: 26px;
}
.blog-post-name {
color: #fff;
margin-bottom: 25px;
font-family: Manrope, sans-serif;
font-size: 24px;
font-weight: 600;
line-height: 34px;
text-decoration: none;
transition: all .4s;
display: block;
}
.blog-post-name:hover {
color: #ffd659;
}
.password-protected-image-wrapper {
margin-bottom: 30px;
}
.password-protected-name-description {
margin-bottom: 35px;
}
.password-protected-field-label {
display: none;
}
.password-protected-name {
color: #fff;
margin-bottom: 15px;
font-family: Manrope, sans-serif;
font-size: 46px;
line-height: 56px;
}
.password-protected-description {
width: 100%;
max-width: 568px;
font-size: 16px;
font-weight: 500;
line-height: 26px;
}
.password-protected-text-field {
color: #fff9;
background-color: #ffffff0d;
border: 1px #000;
border-radius: 8px;
height: 57px;
margin-bottom: 15px;
padding-left: 24px;
padding-right: 24px;
font-size: 16px;
font-weight: 500;
}
.password-protected-text-field::placeholder {
color: #fff9;
}
.password-protected-submit-button {
color: #05051a;
background-color: #ffd659;
border-radius: 8px;
width: 100%;
height: 57px;
font-size: 16px;
font-weight: 700;
}
.changelog-date-wrap {
margin-top: 40px;
}
.changelog-list-single {
grid-column-gap: 10px;
color: #214442;
align-items: center;
font-size: 18px;
font-weight: 400;
display: flex;
}
.changelog-list-text {
color: #fffc;
font-size: 16px;
font-weight: 500;
line-height: 26px;
}
.changelog-single-content {
flex-direction: row;
justify-content: space-between;
display: flex;
}
.changelog-single-wrapper {
background-color: #050f2c;
border-radius: 20px;
width: 100%;
max-width: 760px;
padding: 32px 40px;
}
.changelog-date-text {
color: #fff;
font-size: 16px;
font-weight: 600;
line-height: 100%;
}
.changelog-tag-line {
background-image: linear-gradient(82deg, #fff, #fff0);
width: 100%;
height: 1px;
}
.changelog-content {
grid-row-gap: 60px;
flex-direction: column;
justify-content: space-between;
width: 100%;
max-width: 1085px;
margin-left: auto;
margin-right: auto;
display: flex;
position: relative;
}
.changelog-tag {
color: #fff;
margin-bottom: 27px;
font-family: Manrope, sans-serif;
font-size: 32px;
font-weight: 700;
line-height: 100%;
display: inline-block;
}
.changelog-list-circel {
background-color: #ffd659;
border-radius: 100%;
width: 10px;
height: 10px;
}
.changelog-list-wrapper {
grid-row-gap: 15px;
flex-direction: column;
display: flex;
}
.changelog-line {
position: absolute;
inset: 38px auto auto 238px;
}
.changelog-tag-wrap {
margin-bottom: 30px;
}
.license-content {
grid-row-gap: 70px;
flex-flow: column;
display: flex;
}
.license-description-text-link {
color: #ffd659;
}
.license-typography-button-wrap {
grid-column-gap: 24px;
display: flex;
}
.license-icons-grid {
grid-column-gap: 24px;
grid-template-rows: auto;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.primary-button-text-wrap-2 {
flex-flow: column;
justify-content: flex-start;
align-items: center;
display: flex;
overflow: hidden;
}
.license-description-text {
color: #fffc;
width: 100%;
max-width: 655px;
font-size: 16px;
font-weight: 500;
line-height: 26px;
}
.license-description-text.images {
max-width: 580px;
}
.license-image-single {
border-radius: 20px;
overflow: hidden;
}
.license-icon-single-wrap {
background-color: #ffffff0d;
border-radius: 100%;
flex-flow: column;
justify-content: center;
align-items: center;
width: 100px;
height: 100px;
display: flex;
}
.license-image {
width: 100%;
}
.license-icons-wrapper {
width: 100%;
max-width: 720px;
}
.license-image-grid {
grid-column-gap: 24px;
grid-row-gap: 24px;
grid-template-rows: auto;
grid-template-columns: 1fr 1fr 1fr;
}
.license-title-description {
margin-bottom: 50px;
}
.license-title-description.mb30 {
margin-bottom: 30px;
}
.license-title {
color: #fff;
margin-bottom: 15px;
font-size: 46px;
font-weight: 700;
line-height: 56px;
}
.contact-us-content {
grid-column-gap: 24px;
justify-content: space-between;
align-items: flex-start;
display: flex;
}
.contact-us-details-wrapper {
grid-row-gap: 20px;
background-color: #0080ff;
border-radius: 20px;
flex-flow: column;
width: 100%;
max-width: 648px;
padding: 40px;
display: flex;
position: sticky;
top: 140px;
}
.contact-us-details-single {
grid-column-gap: 24px;
justify-content: flex-start;
align-items: center;
display: flex;
}
.contact-us-details-icon-wrapper {
background-color: #fff;
border-radius: 8px;
flex-flow: column;
justify-content: center;
align-items: center;
width: 66px;
height: 66px;
display: flex;
}
.contact-us-details-text {
color: #fff;
font-family: Manrope, sans-serif;
font-size: 24px;
font-weight: 600;
line-height: 34px;
}
.contact-us-form-wrapper {
background-color: #050f2c;
border-radius: 20px;
width: 100%;
max-width: 648px;
padding: 40px 40px 50px;
}
.contact-us-form-block {
margin-bottom: 0;
}
.contact-us-form-wrap {
grid-row-gap: 35px;
flex-flow: column;
display: flex;
}
.contact-us-form-text {
color: #fff;
margin-bottom: 16px;
font-family: Manrope, sans-serif;
font-size: 24px;
font-weight: 600;
line-height: 34px;
}
.contact-us-form-text-field {
background-color: #ffffff0d;
border: 1px #000;
border-radius: 8px;
min-height: 60px;
margin-bottom: 0;
padding: 10px 24px;
font-size: 16px;
font-weight: 500;
}
.contact-us-form-text-field::placeholder {
color: #fff9;
}
.contact-us-form-textarea {
color: #fff9;
background-color: #ffffff0d;
border: 1px #000;
border-radius: 8px;
width: 100%;
min-width: 100%;
max-width: 100%;
min-height: 210px;
margin-bottom: 0;
padding: 20px 24px;
font-size: 16px;
font-weight: 500;
}
.contact-us-form-textarea::placeholder {
color: #fff9;
}
.contact-us-form-submit-button {
color: #05051a;
background-color: #ffd659;
border-radius: 8px;
margin-top: 40px;
padding: 20px 30px;
font-size: 18px;
font-weight: 600;
}
.pricing-plan-title-wrapper {
z-index: 2;
justify-content: space-between;
align-items: flex-start;
margin-bottom: 50px;
display: flex;
}
.pricing-plan-single-title-wrapper {
z-index: 2;
width: 100%;
max-width: 535px;
position: relative;
}
.pricing-plan-description-wrapper {
width: 100%;
max-width: 515px;
}
.pricing-plan-description-text {
font-size: 16px;
font-weight: 500;
line-height: 26px;
}
.pricing-plan-content {
margin-top: -120px;
}
.pricing-plan-tabs {
text-align: right;
}
.style-guide-content {
grid-row-gap: 80px;
flex-flow: column;
display: flex;
}
.style-guide-title-tag-text {
color: #fff;
font-size: 18px;
font-weight: 600;
line-height: 28px;
}
.style-guide-paragraph-title {
color: #fff;
margin-bottom: 15px;
font-size: 32px;
font-weight: 700;
line-height: 42px;
}
.style-guide-paragraph-text {
color: #fffc;
font-size: 18px;
line-height: 28px;
}
.style-guide-title-tag-main {
margin-bottom: 60px;
display: inline-block;
}
.style-guide-button-arrow {
background-color: #f3f3f4;
border-radius: 100%;
flex-flow: column;
justify-content: center;
align-items: center;
width: 60px;
height: 60px;
display: flex;
}
.style-guide-paragraph {
grid-row-gap: 40px;
flex-flow: column;
display: flex;
}
.style-guide-title-tag-circel {
background-color: #fff;
border-radius: 100%;
width: 8px;
height: 8px;
}
.style-guide-title-wrapper {
grid-row-gap: 25px;
flex-flow: column;
display: flex;
}
.style-guide-button-wrapper {
grid-column-gap: 24px;
justify-content: flex-start;
align-items: center;
display: flex;
}
.style-guide-title-tag-wrapper {
grid-column-gap: 8px;
background-color: #0080ff;
border-radius: 4px;
justify-content: flex-start;
align-items: center;
padding: 7px 12px;
display: flex;
}
.style-guide-single {
border-bottom: 1px solid #ffffff1a;
padding-bottom: 80px;
}
.style-guide-single.last {
border-bottom-style: none;
padding-bottom: 0;
}
.style-guide-color-plate-grid {
grid-column-gap: 0px;
grid-row-gap: 0px;
grid-template-rows: auto;
grid-template-columns: 1fr 1fr 1fr;
}
.style-guide-color-plate-wrapper {
overflow: hidden;
}
.pricing-plan-tabs-menu {
z-index: 2;
text-align: left;
background-color: #fff;
border-radius: 12px;
justify-content: flex-start;
align-items: center;
margin-bottom: 60px;
padding: 2px;
display: inline-block;
position: relative;
right: 22.4%;
}
.pricing-plan-tab-link {
color: #05051a;
background-color: #fff0;
border-radius: 10px;
padding: 20px 30px;
font-size: 16px;
font-weight: 700;
line-height: 100%;
}
.pricing-plan-tab-link.w--current {
color: #fff;
background-color: #0080ff;
}
.pricing-plan-tabs-content {
text-align: left;
}
.pricing-plan-wrapper {
background-color: #04193f;
border-radius: 20px;
overflow: hidden;
}
.pricing-plan-grid {
grid-column-gap: 0px;
grid-row-gap: 0px;
grid-template-rows: auto;
grid-template-columns: 1fr 1fr 1fr 1fr;
}
.pricing-plan-top-content {
text-align: center;
flex-flow: column;
justify-content: center;
align-items: center;
min-height: 340px;
display: flex;
}
.pricing-plan-logo-wrapper {
margin-bottom: 32px;
}
.pricing-plan-man-image {
width: 100%;
max-width: 154px;
}
.pricing-plan-featured-single {
background-color: #ffffff08;
min-height: 80px;
}
.pricing-plan-featured-single.featured-name {
grid-column-gap: 20px;
justify-content: flex-start;
align-items: center;
padding-left: 35px;
padding-right: 35px;
display: flex;
}
.pricing-plan-featured-single.featured-name.bg-none {
background-color: #fff0;
}
.pricing-plan-featured-single.featured-icon-wrapper {
flex-flow: column;
justify-content: center;
align-items: center;
display: flex;
}
.pricing-plan-featured-single.featured-icon-wrapper.bg-none {
background-color: #fff0;
}
.pricing-plan-featured-name {
color: #fff;
font-weight: 500;
}
.pricing-plan-featured-card-wrap.border-left {
border-left: 1px solid #ffffff1a;
}
.pricing-plan-featured-card-wrap.border-left.bg {
background-image: linear-gradient(#0080ff, #04193f 90%);
border-left-style: none;
}
.pricing-plan-name-price-wrap {
text-align: center;
margin-bottom: 30px;
}
.pricing-plan-name {
color: #fff;
margin-bottom: 10px;
font-family: Manrope, sans-serif;
font-size: 20px;
font-weight: 500;
line-height: 30px;
}
.pricing-plan-price {
color: #fff;
margin-bottom: 14px;
font-family: Manrope, sans-serif;
font-size: 46px;
font-weight: 700;
line-height: 56px;
}
.pricing-pack-text {
color: #fff;
font-size: 16px;
font-weight: 500;
line-height: 26px;
}
.pricing-details-content {
grid-column-gap: 40px;
justify-content: space-between;
align-items: flex-start;
display: flex;
}
.pricing-details-card {
background-color: #0080ff;
border-radius: 15px;
width: 100%;
max-width: 424px;
padding: 40px;
position: sticky;
top: 140px;
}
.pricing-details-name-text-wrap {
margin-bottom: 17px;
}
.pricing-details-title {
color: #fff;
margin-bottom: 6px;
font-size: 32px;
font-weight: 600;
line-height: 42px;
}
.pricing-details-line {
background-image: linear-gradient(90deg, #fff, #fff0);
width: 100%;
height: 1px;
margin-bottom: 25px;
}
.pricing-price-pack-wrap {
grid-column-gap: 8px;
justify-content: flex-start;
align-items: flex-end;
margin-bottom: 30px;
}
.pricing-details-short-text {
color: #fff;
font-size: 18px;
line-height: 28px;
}
.pricing-price {
color: #fff;
font-family: Manrope, sans-serif;
font-size: 40px;
font-weight: 700;
line-height: 50px;
}
.pricing-select-plan {
color: #fff;
background-color: #026fdb;
border: 1px #000;
min-height: 60px;
margin-bottom: 0;
padding: 10px 24px;
font-size: 16px;
font-weight: 500;
}
.pricing-select-plan-wrap {
background-color: #026fdb;
border-radius: 8px;
padding-right: 26px;
overflow: hidden;
}
.pricing-add-to-cart-button {
color: #05051a;
background-color: #ffd659;
border-radius: 8px;
width: 100%;
min-height: 60px;
margin-top: 16px;
font-size: 18px;
font-weight: 600;
}
.pricing-button-wrapper {
margin-bottom: 0;
}
.pricing-details-typography-content {
width: 100%;
max-width: 840px;
}
.pricing-details-name-description {
margin-bottom: 60px;
}
.pricing-details-name {
color: #fff;
margin-bottom: 15px;
font-size: 46px;
font-weight: 700;
line-height: 56px;
}
.pricing-details-description-text {
color: #fff;
font-size: 16px;
font-weight: 500;
line-height: 26px;
}
.pricing-details-rich h2 {
color: #fff;
margin-bottom: 15px;
font-size: 32px;
font-weight: 700;
line-height: 42px;
}
.pricing-details-rich p {
color: #fff;
margin-bottom: 30px;
font-size: 16px;
line-height: 26px;
}
.pricing-details-rich ul {
grid-row-gap: 15px;
flex-flow: column;
margin-top: 30px;
margin-bottom: 30px;
padding-left: 20px;
display: flex;
}
.pricing-details-rich li {
color: #fff;
font-weight: 500;
line-height: 26px;
}
.blog-details-name-wrapper {
width: 100%;
max-width: 600px;
margin-bottom: 45px;
}
.blog-details-name {
color: #fff;
font-family: Manrope, sans-serif;
font-size: 46px;
font-weight: 700;
}
.blog-details-author-wrapper {
background-color: #050f2c;
border-radius: 12px;
justify-content: space-between;
align-items: center;
margin-bottom: 70px;
padding: 30px;
display: flex;
}
.blog-details-author-image-name-wrap {
grid-column-gap: 20px;
justify-content: flex-start;
align-items: center;
display: flex;
}
.blog-details-author-name {
color: #fff;
margin-bottom: 7px;
font-family: Manrope, sans-serif;
font-size: 32px;
font-weight: 600;
line-height: 42px;
}
.blog-details-author-bio-text {
color: #fff;
font-size: 16px;
font-weight: 500;
line-height: 26px;
}
.blog-details-read-time-date {
grid-column-gap: 10px;
justify-content: flex-start;
align-items: center;
display: flex;
}
.blog-details-read-time-date-text {
color: #fff;
font-size: 16px;
font-weight: 500;
}
.blog-details-read-time-date-line {
background-color: #fff;
width: 30px;
height: 1px;
}
.blog-details-rich-content h2 {
color: #fff;
margin-bottom: 20px;
font-size: 32px;
line-height: 42px;
}
.blog-details-rich-content p {
color: #fff;
margin-bottom: 25px;
font-size: 16px;
font-weight: 500;
line-height: 26px;
}
.blog-details-rich-content blockquote {
color: #fff;
text-align: center;
background-color: #050f2c;
background-image: url(//neotericacademy.com.au/wp-content/themes/neoteric-academy/assets/img/67306614548f3171fb15bcb4_Blog%20Details%20Quote%20Icon.svg);
background-position: 50% 60px;
background-repeat: no-repeat;
background-size: auto;
border-left-style: none;
border-radius: 20px;
margin-top: 65px;
margin-bottom: 65px;
padding: 150px 90px 50px;
font-size: 32px;
line-height: 42px;
}
.blog-details-rich-content ul {
grid-row-gap: 15px;
flex-flow: column;
margin-top: 30px;
margin-bottom: 30px;
padding-left: 20px;
display: flex;
}
.blog-details-rich-content li {
color: #fff;
font-size: 16px;
font-weight: 500;
line-height: 26px;
}
.blog-details-rich-content figure {
border-radius: 20px;
margin-top: 65px;
margin-bottom: 65px;
overflow: hidden;
}
.preview-navbar {
background-color: #fff0;
border-bottom: 1px solid #ffffff1a;
position: fixed;
inset: 0% 0% auto;
}
.preview-banner-top-content {
margin-bottom: 120px;
}
.preview-banner-typography {
text-align: center;
width: 100%;
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
.preview-banner-heading {
color: #fff;
margin-bottom: 20px;
font-family: Manrope, sans-serif;
font-size: 56px;
font-weight: 800;
line-height: 66px;
}
.preview-banner-description {
color: #fffc;
font-size: 18px;
font-weight: 500;
line-height: 28px;
}
.preview-banner-heading-description {
margin-bottom: 30px;
}
.preview-banner-button-wrapper {
grid-column-gap: 24px;
justify-content: center;
align-items: center;
display: flex;
}
.preview-banner-bottom-content {
grid-column-gap: 10px;
background-color: #04193f;
border-radius: 20px;
justify-content: space-between;
align-items: center;
margin-left: 30px;
margin-right: 30px;
padding: 30px;
display: flex;
}
.preview-banner-card-image-wrap-left {
grid-row-gap: 30px;
flex-flow: column;
width: 100%;
max-width: 280px;
display: flex;
}
.preview-banner-card-image {
border: 1px solid #ffd659;
border-radius: 16px;
width: 100%;
}
.preview-banner-card-image-wrap-middle {
width: 100%;
max-width: 802px;
}
.preview-banner-card-image-wrap-right {
grid-row-gap: 30px;
flex-flow: column;
width: 100%;
max-width: 280px;
display: flex;
}
.included-grid {
grid-column-gap: 24px;
grid-row-gap: 24px;
grid-template-rows: auto;
grid-template-columns: 1fr 1fr 1fr;
}
.included-single {
text-align: center;
background-color: #050f2c;
border-radius: 16px;
padding: 40px 45px;
}
.included-icon-wrapper {
margin-bottom: 30px;
}
.included-title {
color: #fff;
margin-bottom: 20px;
font-size: 32px;
font-weight: 700;
line-height: 42px;
}
.included-description-text {
color: #fff;
font-size: 16px;
font-weight: 500;
line-height: 26px;
}
.demo-home-link {
background-color: #04193f;
border-radius: 20px;
padding: 39px;
text-decoration: none;
transition: all .6s;
display: block;
position: relative;
overflow: hidden;
}
.demo-home-link:hover {
background-color: #0080ff;
transform: scale(.95);
}
.demo-home-image-wrap {
border: 1px solid #ffd659;
border-radius: 12px;
position: relative;
overflow: hidden;
}
.demo-home-tag-wrap {
z-index: 1;
text-align: center;
background-color: #ffd659;
border-bottom-right-radius: 12px;
border-bottom-left-radius: 12px;
width: 100%;
padding-top: 23px;
padding-bottom: 23px;
position: absolute;
inset: auto auto 0% 0%;
}
.demo-home-tag-text {
color: #05051a;
font-family: Manrope, sans-serif;
font-size: 32px;
font-weight: 600;
line-height: 42px;
display: inline-block;
}
.inner-demo-grid {
grid-column-gap: 24px;
grid-row-gap: 24px;
grid-template-rows: auto;
}
.demo-single {
background-color: #050f2c;
border-radius: 20px;
padding: 39px;
text-decoration: none;
transition: all .5s;
}
.demo-single:hover {
background-color: #0080ff;
transform: scale(.95);
}
.demo-single.utility {
background-color: #04193f;
}
.demo-single.utility:hover {
background-color: #0080ff;
}
.demo-image-single {
border: 1px solid #ffd659;
border-radius: 12px;
position: relative;
overflow: hidden;
}
.demo-image {
width: 100%;
}
.demo-single-tag-wrapper {
text-align: center;
background-color: #ffd659;
width: 100%;
padding-top: 20px;
padding-bottom: 20px;
position: absolute;
inset: auto auto 0% 0%;
}
.demo-single-tag {
color: #05051a;
font-family: Manrope, sans-serif;
font-size: 32px;
font-weight: 600;
line-height: 42px;
display: inline-block;
}
.single-demo {
width: 100%;
max-width: 648px;
margin-top: 24px;
margin-left: auto;
margin-right: auto;
}
.template-core-features-content {
grid-row-gap: 32px;
flex-flow: column;
display: flex;
}
.template-core-features-single {
background-color: #04193f;
border-radius: 20px;
justify-content: space-between;
align-items: center;
display: flex;
overflow: hidden;
}
.template-core-features-single.left-padding {
padding-left: 60px;
}
.template-core-features-single.email-signatures {
grid-column-gap: 60px;
justify-content: flex-start;
}
.template-core-features-typography {
width: 100%;
max-width: 375px;
}
.template-core-features-typography.social-media-assets {
max-width: 436px;
}
.template-core-features-title-description {
margin-bottom: 35px;
}
.template-core-features-title {
color: #fff;
margin-bottom: 20px;
font-size: 32px;
font-weight: 700;
line-height: 42px;
}
.template-core-features-description-text {
color: #fffc;
font-size: 16px;
font-weight: 500;
line-height: 26px;
}
.template-core-features-button-wrapper {
display: inline-block;
}
.template-core-features-image-wrapper {
width: 100%;
max-width: 724px;
}
.template-core-features-image {
width: 100%;
}
.figma-title {
color: #fff;
margin-bottom: 15px;
font-size: 46px;
line-height: 56px;
}
.figma-button-wrapper {
grid-column-gap: 24px;
justify-content: flex-start;
align-items: center;
display: flex;
}
.figma-title-description {
margin-bottom: 35px;
}
.figma-description-text-link {
color: #ffd659;
}
.figma-image {
width: 100%;
}
.figma-image-wrapper {
position: relative;
}
.figma-typography-content {
width: 100%;
max-width: 1114px;
}
.figma-icon-image-wrapper {
width: 100%;
max-width: 140px;
}
.figma-top-content {
grid-column-gap: 60px;
justify-content: flex-start;
align-items: center;
margin-bottom: 120px;
display: flex;
}
.figma-description-text {
color: #fffc;
font-size: 16px;
font-weight: 500;
line-height: 26px;
}
.figma-shape {
background-image: linear-gradient(#05051a00 10%, #0080ff);
width: 100%;
height: 450px;
position: absolute;
inset: auto auto 0% 0%;
}
.preview-footer-top-content {
padding-top: 120px;
padding-bottom: 120px;
}
.preview-footer-typography {
text-align: center;
width: 100%;
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
.preview-footer-link-block, .preview-footer-title-description {
margin-bottom: 35px;
}
.preview-footer-title {
color: #fff;
margin-bottom: 25px;
font-size: 46px;
font-weight: 700;
line-height: 56px;
}
.preview-footer-description-text {
font-size: 16px;
line-height: 26px;
}
.preview-footer-button-wrapper {
grid-column-gap: 24px;
justify-content: center;
align-items: center;
display: flex;
}
.preview-footer-dateils {
text-align: center;
border-top: 1px solid #ffffff1a;
padding-top: 22px;
padding-bottom: 22px;
}
.preview-footer-dateils-text {
font-size: 16px;
font-weight: 500;
}
.preview-footer-dateils-text-link {
color: #ffd659;
}
.style-guide-color-plate {
flex-flow: column;
justify-content: space-between;
align-items: flex-start;
min-height: 300px;
padding: 30px;
display: flex;
}
.style-guide-color-plate._1 {
background-color: #05051a;
border-top: 1px solid #ffffff1a;
border-left: 1px solid #ffffff1a;
border-right: 1px solid #ffffff1a;
border-top-left-radius: 20px;
justify-content: space-between;
align-items: flex-start;
}
.style-guide-color-plate._2 {
background-color: #050f2c;
}
.style-guide-color-plate._3 {
background-color: #04193f;
border-top-right-radius: 20px;
}
.style-guide-color-plate._4 {
background-color: #ffd659;
border-bottom-left-radius: 20px;
}
.style-guide-color-plate._5 {
background-color: #0080ff;
}
.style-guide-color-plate._6 {
background-image: linear-gradient(176deg, #05051a00, #0080ff);
border-bottom-right-radius: 20px;
}
.style-guide-number {
color: #fff;
font-size: 24px;
font-weight: 500;
}
.style-guide-number.black-color {
color: #05051a;
}
.style-guide-color-code {
color: #fff;
text-transform: uppercase;
font-size: 32px;
font-weight: 600;
line-height: 42px;
}
.style-guide-color-code.black-color {
color: #05051a;
}
.style-guide-color-code-wrap {
grid-row-gap: 4px;
flex-flow: column;
display: flex;
}
.gradient-shape-for-process {
background-image: linear-gradient(#0080ff, #05051a 85%);
width: 100%;
min-height: 450px;
position: absolute;
inset: 0% auto auto 0%;
}
.testimonials-tab-menu-link-active {
position: absolute;
inset: 0% 0% auto auto;
}
.course-details-top-content {
margin-bottom: 45px;
}
.course-details-name-description {
margin-bottom: 50px;
}
.course-details-name {
color: #fff;
width: 100%;
max-width: 660px;
margin-bottom: 30px;
font-size: 46px;
line-height: 56px;
}
.course-details-description-text {
color: #fff;
font-size: 16px;
font-weight: 500;
line-height: 26px;
}
.course-details-author-wrapper {
background-color: #050f2c;
border-radius: 12px;
justify-content: space-between;
align-items: center;
padding: 30px;
display: flex;
}
.course-details-author-image-name-wrap {
grid-column-gap: 20px;
justify-content: flex-start;
align-items: center;
display: flex;
}
.course-details-author-name {
color: #fff;
margin-bottom: 7px;
font-size: 32px;
font-weight: 700;
line-height: 42px;
}
.course-details-author-bio {
color: #fff;
font-size: 16px;
font-weight: 500;
}
.course-short-details {
grid-column-gap: 20px;
justify-content: flex-start;
align-items: center;
display: flex;
}
.course-details-short-categories {
grid-column-gap: 10px;
background-color: #ffffff0d;
border-radius: 6px;
justify-content: flex-start;
align-items: center;
padding: 10px 15px;
display: flex;
}
.course-details-short-categories-text {
color: #fff;
font-size: 18px;
font-weight: 500;
}
.course-details-bottom-content {
grid-column-gap: 15px;
justify-content: space-between;
align-items: flex-start;
display: flex;
}
.course-details-lessons {
width: 100%;
max-width: 724px;
}
.course-details-lessons-title-description {
margin-bottom: 40px;
}
.course-details-lessons-title {
color: #fff;
margin-bottom: 15px;
font-size: 46px;
line-height: 56px;
}
.course-details-lessons-description-text {
color: #fff;
font-size: 18px;
font-weight: 500;
line-height: 28px;
}
.course-details-lessons-video-wrap {
grid-row-gap: 24px;
flex-flow: column;
display: flex;
}
.course-details-lessons-card {
cursor: pointer;
background-color: #05051a;
border: 1px solid #ffffff1a;
border-radius: 12px;
justify-content: space-between;
align-items: center;
padding: 24px 30px;
display: flex;
}
.course-details-lessons-play-button-details {
grid-column-gap: 24px;
justify-content: flex-start;
align-items: center;
display: flex;
}
.course-details-lessons-name {
color: #fff;
margin-bottom: 2px;
font-family: Manrope, sans-serif;
font-size: 22px;
font-weight: 600;
line-height: 32px;
}
.course-details-lessons-details-text {
color: #fff;
font-size: 18px;
font-weight: 500;
line-height: 28px;
}
.course-lessons-time-wrapper {
grid-column-gap: 24px;
justify-content: flex-start;
align-items: center;
display: flex;
}
.get-video-wrapper {
width: 100%;
max-width: 536px;
position: sticky;
top: 140px;
}
.get-video-single {
border-radius: 20px;
flex-flow: column;
justify-content: center;
align-items: center;
display: flex;
position: relative;
overflow: hidden;
}
.get-video-thumbnail-image {
width: 100%;
}
.get-video-play-button {
width: 100%;
max-width: 120px;
margin-left: auto;
margin-right: auto;
position: absolute;
}
.get-video-featured {
background-color: #050f2c;
border-radius: 15px;
margin-top: 12px;
padding: 50px 40px 30px;
}
.get-video-featured-title-wrap {
margin-bottom: 30px;
}
.get-video-featured-title {
color: #fff;
font-size: 32px;
font-weight: 600;
line-height: 42px;
}
.get-video-featured-list-wrapper {
grid-row-gap: 15px;
flex-flow: column;
margin-bottom: 35px;
display: flex;
}
.get-video-featured-list-single {
grid-column-gap: 12px;
justify-content: flex-start;
align-items: center;
display: flex;
}
.get-video-featured-list-text {
color: #fff;
font-size: 18px;
font-weight: 500;
line-height: 28px;
}
.get-video-featured-text-wrap {
grid-column-gap: 12px;
justify-content: center;
align-items: center;
margin-top: 24px;
display: flex;
}
.get-video-featured-text {
color: #fff;
font-size: 18px;
font-weight: 500;
}
.about-mentor-wrapper {
width: 100%;
max-width: 724px;
margin-top: 65px;
}
.about-mentor-title-description {
margin-bottom: 45px;
}
.about-mentor-title {
color: #fff;
margin-bottom: 15px;
font-size: 46px;
line-height: 56px;
}
.about-mentor-description-text {
color: #fff;
font-size: 18px;
font-weight: 500;
line-height: 28px;
}
.about-mentor-image-details {
grid-column-gap: 30px;
justify-content: flex-start;
align-items: center;
display: flex;
}
.about-mentor-image-wrap {
border-radius: 12px;
width: 100%;
max-width: 200px;
overflow: hidden;
}
.about-mentor-name-description {
width: 100%;
max-width: 495px;
}
.about-mentor-name {
color: #fff;
margin-bottom: 15px;
font-size: 32px;
font-weight: 700;
}
.about-mentor-description {
color: #fff;
font-size: 18px;
font-weight: 500;
line-height: 28px;
}
.checkout-header {
background-color: #050f2c;
border-style: none;
border-radius: 10px;
margin-bottom: 20px;
padding: 20px;
}
.checkout-content {
background-color: #050f2c;
border: 1px #000;
border-radius: 10px;
padding: 20px;
}
.checkout-div-block {
top: 140px;
}
.checkout-title {
font-size: 32px;
line-height: 42px;
}
.checkout-input-field {
color: #fffc;
background-color: #ffffff0d;
border-style: none;
border-radius: 8px;
height: 48px;
}
.my-story-numer-wrapper {
background-color: #ffd659;
border-radius: 100%;
flex-flow: column;
justify-content: center;
align-items: center;
width: 100%;
max-width: 234px;
height: 234px;
display: flex;
position: absolute;
inset: auto 30px 25px auto;
}
.my-story-numer-circel-border {
width: 100%;
max-width: 212px;
}
.my-story-numer-name-wrap {
z-index: 2;
flex-flow: column;
justify-content: center;
align-items: center;
display: flex;
position: absolute;
}
.my-story-numer {
color: #05051a;
font-family: Manrope, sans-serif;
font-size: 64px;
font-weight: 600;
line-height: 74px;
}
.my-story-name {
color: #05051a;
text-align: center;
width: 100%;
max-width: 108px;
font-size: 20px;
font-weight: 500;
line-height: 30px;
}
.about-counter-grid {
grid-column-gap: 150px;
grid-template-rows: auto;
grid-template-columns: 1fr 1fr 1fr 1fr;
}
.about-counter-single {
text-align: center;
flex-flow: column;
justify-content: center;
align-items: center;
display: flex;
}
.about-counter-line {
background-color: #fff3;
width: 100%;
height: 1px;
margin-top: 15px;
margin-bottom: 15px;
}
.about-counter-name {
color: #fff;
font-size: 18px;
font-weight: 500;
}
.cart-wrapper {
background-color: #16161acc;
}
.cart-div {
margin-left: 0;
margin-right: 0;
}
.cart-list {
grid-row-gap: 10px;
flex-flow: column;
padding-left: 30px;
padding-right: 30px;
display: flex;
}
.cart-footer {
background-color: #04193f;
border-top-style: none;
border-radius: 10px;
margin: 10px 30px;
padding: 30px 20px 20px;
}
.cart-footer-title {
color: #fff;
font-size: 24px;
line-height: 34px;
}
.cart-container {
background-color: #050f2c;
min-width: 500px;
max-width: 550px;
}
.cart-remove-button {
background-color: #fff;
border-radius: 8px;
flex-flow: column;
justify-content: center;
align-items: center;
width: 55px;
height: 55px;
display: flex;
}
.cart-quantity-2 {
display: none;
}
.cart-name {
color: #fff;
margin-bottom: 7px;
font-size: 24px;
font-weight: 500;
line-height: 34px;
}
.navbar-cart-button {
background-color: #fff0;
padding: 0;
}
.cart-header-title {
color: #fff;
font-size: 36px;
font-weight: 600;
line-height: 46px;
}
.cart-header {
border-bottom-style: none;
padding: 30px;
}
.cart-packe {
color: #fff;
margin-bottom: 10px;
font-size: 16px;
font-weight: 500;
}
.cart-close-button {
cursor: pointer;
background-color: #f3f3f4;
border-radius: 100%;
flex-flow: column;
justify-content: center;
align-items: center;
width: 50px;
height: 50px;
display: flex;
}
.cart-item {
background-color: #04193f;
border-radius: 10px;
justify-content: flex-start;
align-items: center;
padding: 20px;
}
.cart-quantity {
color: #fff;
background-color: #ff3456;
flex-flow: column;
justify-content: center;
align-items: center;
min-width: 18px;
height: 18px;
margin-left: 0;
padding-left: 0;
padding-right: 0;
font-size: 10px;
line-height: 100%;
display: flex;
position: absolute;
inset: -5px -8px auto auto;
}
.cart-price {
color: #ffd659;
font-size: 16px;
font-weight: 500;
}
.cart-footer-button {
color: #05051a;
background-color: #ffd659;
border-radius: 8px;
flex-flow: column;
justify-content: center;
align-items: center;
height: 60px;
padding: 0;
font-weight: 600;
display: flex;
}
.cart-footer-price {
color: #ffd659;
font-size: 24px;
font-weight: 500;
line-height: 34px;
}
.dropdown-grid {
grid-column-gap: 35px;
grid-template-rows: auto;
grid-template-columns: 1fr 1fr 1fr;
}
.dropdown-menu-cms-line {
background-color: #ffd659;
width: 10px;
height: 1px;
}
.dropdown-title-wrapper {
margin-bottom: 30px;
}
.more-temple-wrapper {
display: inline-block;
}
.more-temple-text-link-boder {
background-color: #ffd659;
width: 100%;
height: 1px;
}
.dropdown-menu-cms {
color: #ffd659;
justify-content: center;
align-items: center;
font-size: 14px;
font-weight: 500;
display: flex;
}
.dropdown-column-wrapper-3 {
background-color: #0000;
width: 800px;
padding-top: 20px;
overflow: hidden;
transform: translate(-50%);
}
.dropdown-pd.pd-60px {
background-color: #04193f;
border-radius: 15px;
padding: 40px;
}
.more-temple-text-link {
color: #ffd659;
font-size: 18px;
text-decoration: none;
}
.dropdown-title {
color: #fff;
letter-spacing: -.24px;
margin-top: 0;
margin-bottom: 0;
font-size: 24px;
font-weight: 600;
line-height: 28px;
}
.dropdown-menu-text-link-block {
grid-column-gap: 10px;
color: #fff;
text-transform: capitalize;
align-items: center;
margin-bottom: 20px;
font-size: 16px;
font-weight: 500;
text-decoration: none;
transition: all .35s;
display: flex;
}
.dropdown-menu-text-link-block:hover {
color: #ffd659;
}
.dropdown-menu-text-link-block.mb0 {
margin-bottom: 0;
}
.dropdown-toggle {
color: #fff;
align-items: center;
padding: 0;
font-size: 16px;
font-weight: 500;
transition: all .3s;
display: flex;
}
.dropdown-toggle:hover {
color: #ffd659;
}
.dropdown-toggle-arrow-2 {
margin-left: 6px;
font-family: "Fa Solid 900", sans-serif;
font-size: 15px;
}
.dropdown-menu-cms-single {
grid-column-gap: 5px;
align-items: center;
display: flex;
}
.primary-button-wrapper.desktop {
display: block;
}
.primary-button-wrapper.mobile {
display: none;
}
.footer-social-media-circel {
background-color: #ffd659;
border-radius: 100%;
width: 8px;
height: 8px;
position: absolute;
inset: auto auto 0%;
}
.license-details-wrap {
text-align: center;
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
.license-details {
color: #fffc;
font-size: 16px;
font-weight: 500;
line-height: 26px;
}
@media screen and (min-width: 1280px) {
.nav-link.w--current {
color: #ffd659;
}
.banner-card-main {
left: 150px;
}
.banner-card-main.two {
right: 150px;
}
.section.track {
padding-top: 40px;
padding-bottom: 40px;
}
.banner-video {
min-height: 800px;
}
.course-categories-collection-list {
grid-column-gap: 24px;
}
.course-categories-name {
font-size: 24px;
}
.course-categories-description-text {
font-size: 18px;
}
.featured-courses-collection-list {
grid-column-gap: 24px;
}
.featured-courses-name-wrap {
padding-left: 20px;
padding-right: 20px;
}
.featured-courses-name {
font-size: 24px;
line-height: 34px;
}
.featured-courses-rating {
grid-column-gap: 60px;
}
.courses-video-session-time {
grid-column-gap: 12px;
padding-left: 16px;
padding-right: 16px;
}
.courses-video-session-time-text {
font-size: 16px;
}
.why-choose-us-image-wrapper {
max-width: 450px;
}
.why-choose-us-typography {
max-width: 1148px;
padding-top: 150px;
padding-left: 40px;
}
.why-choose-us-slider-arrow.left {
left: 635px;
}
.why-choose-us-slider-arrow.right {
left: 707px;
}
.why-choose-us-slider-line {
max-width: 595px;
}
.why-choose-us-slider-line-active {
width: 33%;
}
.footer-details-content {
max-width: 424px;
}
.footer-top-content {
grid-column-gap: 60px;
}
.awards-content-flex {
grid-column-gap: 190px;
}
.awards-typography-wrapper {
max-width: 435px;
}
.awards-single-card, .awards-single-card.one {
width: 586px;
}
.preview-banner-card-image-wrap-left, .preview-banner-card-image-wrap-right {
max-width: 330px;
}
.demo-home-image-wrap {
position: relative;
}
}
@media screen and (min-width: 1920px) {
.banner-man-img1 {
left: -200px;
}
.banner-man-img2 {
right: -180px;
}
.banner-card-main {
left: 300px;
}
.banner-card-main.two {
right: 300px;
}
.section-title.why-choose-us-section-title {
font-size: 46px;
line-height: 56px;
}
.why-choose-us-image-wrapper {
max-width: 772px;
}
.why-choose-us-typography {
max-width: 1148px;
padding-top: 150px;
padding-left: 80px;
}
.why-choose-us-slider-wrapper {
overflow: visible;
}
.footer-details-gmail {
font-size: 22px;
line-height: 20px;
}
.footer-details-content {
padding: 120px 40px 60px;
}
.awards-content-flex {
grid-column-gap: 190px;
}
.pricing-plan-tabs-menu {
right: 21.1%;
}
.preview-banner-card-image-wrap-left {
max-width: 472px;
}
.preview-banner-card-image-wrap-middle {
max-width: 802px;
}
.preview-banner-card-image-wrap-right {
max-width: 471px;
}
}
@media screen and (max-width: 991px) {
.nav-link {
margin-bottom: 20px;
}
.nav-menu {
background-color: #050f2c;
max-height: 90vh;
padding: 30px 20px;
overflow: auto;
}
.navbar-content {
padding-top: 20px;
padding-bottom: 20px;
}
.container.checkout {
grid-row-gap: 10px;
flex-flow: column;
}
.navbar-button-wrapper {
grid-column-gap: 25px;
}
.primary-button {
padding: 18px 30px;
font-size: 17px;
}
.banner-title-description {
margin-bottom: 25px;
}
.banner-top-content {
padding-top: 100px;
padding-bottom: 60px;
}
.banner-subtitle-line.left.mobile {
display: block;
}
.banner-man-img1, .banner-man-img2 {
display: none;
}
.banner-heading {
margin-bottom: 15px;
font-size: 62px;
line-height: 72px;
}
.banner-card-main {
display: none;
left: 20px;
}
.banner-card-main.two {
display: none;
right: 20px;
}
.section.banner {
margin-top: 96px;
}
.section.course-categories {
margin-top: 0;
}
.section.about-us, .section.featured-courses {
padding-top: 100px;
padding-bottom: 100px;
}
.section.why-choose-us {
background-image: none;
background-repeat: repeat;
background-size: auto;
padding-bottom: 100px;
}
.section.cta {
padding-top: 100px;
padding-bottom: 100px;
}
.section.track {
margin-top: 0;
margin-left: 0;
margin-right: 0;
padding-top: 35px;
padding-bottom: 35px;
transform: none;
}
.section.blog, .section.faq {
padding-top: 100px;
padding-bottom: 100px;
}
.section.testimonials {
background-image: none;
background-repeat: repeat;
background-size: auto;
padding-top: 100px;
padding-bottom: 130px;
}
.section.awards, .section.detailed-process {
padding-top: 100px;
padding-bottom: 100px;
}
.section.inner-banner {
margin-top: 95px;
padding-top: 80px;
padding-bottom: 80px;
}
.section.about-me, .section.my-story, .section.core-values, .section.main-blog, .section.not-found, .section.password-protected, .section.changelog, .section.license, .section.contact-us, .section.pricing-plan, .section.style-guide {
padding-top: 100px;
padding-bottom: 100px;
}
.section.pricing-details {
padding-top: 100px;
padding-bottom: 70px;
}
.section.blog-details {
padding-top: 100px;
padding-bottom: 100px;
}
.section.preview-banner {
padding-top: 190px;
}
.section.included, .section.demo-home, .section.demo-section, .section.template-core-features {
padding-top: 100px;
padding-bottom: 100px;
}
.section.figma-section {
padding-top: 100px;
}
.section.affordable-plan, .section.course-details {
padding-top: 100px;
padding-bottom: 100px;
}
.section.checkout {
padding: 100px 0 80px;
}
.banner-video {
min-height: 360px;
}
.course-categories-content {
padding-top: 100px;
padding-bottom: 100px;
}
.section-title-wrapper-flex.center {
grid-row-gap: 15px;
text-align: center;
flex-flow: column;
}
.single-section-title {
max-width: 100%;
}
.section-description-text.mb30 {
margin-bottom: 20px;
}
.section-title.featured-courses, .section-title.blog, .section-title.core-values {
margin-bottom: 15px;
}
.section-title.contact-us {
margin-bottom: 15px;
font-size: 42px;
line-height: 52px;
}
.section-title.included {
font-size: 42px;
line-height: 52px;
}
.section-title.demo-home, .section-title.template-core-features {
margin-bottom: 15px;
font-size: 42px;
line-height: 52px;
}
.course-categories-collection-list {
grid-template-columns: 1fr 1fr;
}
.section-subtitle-wrapper.mb0.center {
justify-content: center;
align-items: center;
margin-bottom: 15px;
}
.section-subtitle-wrapper.mobile-view-center {
justify-content: center;
align-items: center;
}
.section-description-button-wrapper {
margin-bottom: 0;
}
.section-description-button-wrapper.course-categories {
padding-bottom: 0;
}
.course-categories-container {
padding-left: 10px;
padding-right: 10px;
}
.numbers {
height: 46px;
}
.about-us-achievement-description-text {
width: 100%;
max-width: 500px;
margin-left: auto;
margin-right: auto;
}
.about-us-counter-up-wrapper {
grid-column-gap: 50px;
justify-content: center;
align-items: center;
max-width: 100%;
margin-bottom: 40px;
margin-left: auto;
margin-right: auto;
}
.about-us-right-content {
max-width: 100%;
}
.number-digit {
letter-spacing: -2px;
font-size: 36px;
line-height: 46px;
}
.about-us-achievement-wrapper {
text-align: center;
max-width: 100%;
margin-top: 40px;
margin-left: auto;
margin-right: auto;
}
.about-us-counter-single {
flex-flow: column;
justify-content: center;
align-items: center;
display: flex;
}
.about-us-image {
width: 100%;
}
.about-us-description-text {
max-width: 100%;
font-size: 15px;
line-height: 25px;
}
.about-us-content {
grid-row-gap: 40px;
flex-flow: column;
}
.number-categories {
letter-spacing: -2px;
margin-top: 0;
font-size: 36px;
line-height: 46px;
}
.about-us-section-title-wrapper {
text-align: center;
max-width: 550px;
margin-bottom: 40px;
margin-left: auto;
margin-right: auto;
}
.about-us-name-description-wrapper {
border-radius: 20px;
padding: 30px 25px;
}
.about-us-achievement-icon-wrap {
justify-content: center;
align-items: center;
margin-bottom: 20px;
}
.about-us-section-shape {
height: 400px;
display: none;
}
.about-us-name {
font-size: 28px;
line-height: 38px;
}
.featured-courses-tab-menu {
margin-bottom: 50px;
}
.featured-courses-tab-link {
padding: 18px 20px;
font-size: 15px;
}
.featured-courses-collection-list {
grid-template-columns: 1fr 1fr;
}
.featured-courses-image-link {
margin-bottom: 24px;
}
.featured-courses-name-wrap {
padding-left: 10px;
padding-right: 10px;
}
.featured-courses-name {
margin-bottom: 24px;
font-size: 22px;
line-height: 32px;
}
.featured-courses-rating {
grid-column-gap: 20px;
}
.courses-video-session-time-wrap {
grid-column-gap: 10px;
margin-bottom: 24px;
}
.courses-video-session-time {
grid-column-gap: 8px;
padding-left: 12px;
padding-right: 12px;
}
.courses-video-session-time-icon {
width: 100%;
max-width: 20px;
}
.courses-video-session-time-text {
font-size: 14px;
}
.why-choose-us-content {
flex-flow: column;
}
.why-choose-us-image-wrapper {
max-width: 100%;
padding-left: 15px;
padding-right: 15px;
}
.why-choose-us-image {
border-radius: 20px;
}
.why-choose-us-typography {
order: -1;
padding: 100px 15px 60px;
}
.why-choose-us-section-title-wrapper {
text-align: center;
max-width: 600px;
margin-left: auto;
margin-right: auto;
}
.why-choose-us-slider-mask {
max-width: 350px;
}
.why-choose-us-single {
padding: 35px 25px;
}
.why-choose-us-icon-wrapper {
margin-bottom: 25px;
}
.why-choose-us-slider-arrow.left {
left: 515px;
}
.why-choose-us-slider-arrow.right {
left: 590px;
}
.why-choose-us-card-line {
margin-top: 20px;
margin-bottom: 20px;
}
.featured-courses-btn-wrapper {
margin-top: 40px;
}
.why-choose-us-slider-line, .footer-description-text {
max-width: 500px;
}
.footer-contact-details {
grid-row-gap: 20px;
}
.footer-logo-link {
margin-bottom: 20px;
}
.footer-details-form-input-field {
height: 52px;
}
.footer-details-form-text {
margin-bottom: 20px;
font-size: 18px;
font-weight: 500;
line-height: 28px;
}
.footer-details-form-submit-button {
max-width: 52px;
height: 52px;
}
.footer-details-gmail {
margin-top: 30px;
margin-bottom: 30px;
font-size: 18px;
}
.footer-menu-grid {
grid-column-gap: 15px;
}
.footer-menu-wrapper {
max-width: 100%;
margin-top: 30px;
}
.footer-social-media-link {
width: 50px;
height: 50px;
font-size: 18px;
}
.footer-details-content {
max-width: 100%;
padding: 30px;
}
.footer-menu-list {
grid-row-gap: 10px;
}
.footer-top-content {
flex-flow: column;
padding-bottom: 40px;
}
.footer-menu-title {
margin-bottom: 20px;
font-size: 22px;
line-height: 32px;
}
.footer-description-text-wrapper {
margin-bottom: 20px;
}
.cta-title {
width: 100%;
max-width: 520px;
margin-bottom: 15px;
margin-left: auto;
margin-right: auto;
font-size: 42px;
line-height: 52px;
}
.cta-man-image.one {
max-width: 100px;
}
.cta-man-image-two {
max-width: 80px;
}
.single-track-wrap {
grid-column-gap: 20px;
margin-right: 20px;
}
.track-title-tag {
font-size: 30px;
line-height: 40px;
}
.inner-track-wrapper {
grid-row-gap: 20px;
}
.slider-nav {
justify-content: center;
align-items: center;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
}
.faq-section-title-wrapper {
grid-row-gap: 20px;
text-align: center;
flex-flow: column;
width: 100%;
max-width: 550px;
margin-left: auto;
margin-right: auto;
}
.faq-subtitle-title-wrapper, .faq-section-description-button-wrapper {
max-width: 100%;
}
.faq-content {
grid-row-gap: 40px;
flex-flow: column;
}
.faq-image-wrapper {
border-radius: 15px;
max-width: 100%;
}
.faq-single-track-title {
font-size: 46px;
font-weight: 700;
line-height: 56px;
}
.faq-single-content {
order: -1;
max-width: 100%;
}
.faq-accordion-question-wrap {
padding: 20px;
}
.faq-accordion-answer-wrap {
padding-left: 20px;
padding-right: 20px;
}
.faq-answer {
max-width: 100%;
font-size: 16px;
}
.faq-question {
max-width: 85%;
font-size: 22px;
line-height: 32px;
}
.testimonials-tabs {
grid-template-columns: 1fr;
}
.testimonials-tab-menu {
max-width: 700px;
height: 400px;
margin-left: auto;
margin-right: auto;
}
.testimonials-tab-menu-link._4 {
top: 100px;
left: 300px;
}
.testimonials-single-card {
width: 100%;
max-width: 530px;
margin-left: auto;
margin-right: auto;
}
.testimonials-tab-menu-map {
margin-left: auto;
margin-right: auto;
inset: 0% 0 auto;
}
.testimonials-tab-card-shape {
margin-left: auto;
margin-right: auto;
inset: auto 0 -40px;
}
.awards-content {
height: auto;
margin-left: auto;
margin-right: auto;
padding-right: 15px;
}
.awards-content-flex {
grid-row-gap: 40px;
flex-flow: column;
position: static;
}
.awards-typography-wrapper {
text-align: center;
max-width: 550px;
}
.awards-content-card {
max-width: 100%;
}
.awards-single-ticker {
overflow: clip;
}
.awards-inner-ticker-wrapper {
width: 100%;
}
.awards-inner-ticker-single {
grid-column-gap: 16px;
grid-row-gap: 16px;
flex-flow: column;
grid-template-rows: auto auto;
grid-template-columns: 1fr 1fr;
grid-auto-columns: 1fr;
display: grid;
}
.awards-single-card {
border-radius: 15px;
width: 100%;
min-height: auto;
max-height: none;
margin-right: 0;
padding: 30px 20px;
}
.awards-icon-wrapper {
margin-bottom: 20px;
}
.awards-icon {
width: 100%;
max-width: 70px;
}
.awards-title {
font-size: 22px;
line-height: 32px;
}
.awards-line {
margin-top: 10px;
margin-bottom: 10px;
}
.awards-card-description-text {
font-size: 15px;
line-height: 25px;
}
.detailed-process-content {
padding-bottom: 80px;
}
.detailed-process-image {
border-radius: 15px;
}
.detailed-process-typography-wrapper {
padding: 20px;
bottom: 20px;
left: 20px;
}
.detailed-process-top-content, .detailed-process-line {
margin-bottom: 20px;
}
.detailed-process-slider-arrow {
width: 55px;
height: 55px;
}
.detailed-process-slider-arrow.left, .detailed-process-slider-arrow.right {
bottom: -140px;
}
.detailed-process-sub-content-wrap {
max-width: 100%;
margin-top: 15px;
padding: 10px;
position: static;
}
.detailed-process-main-content {
padding-bottom: 0;
}
.detailed-process-shape {
display: none;
position: static;
}
.inner-banner-title {
font-size: 43px;
line-height: 52px;
}
.about-me-content {
grid-row-gap: 40px;
flex-flow: column;
}
.about-me-image-wrapper, .about-me-information {
max-width: 100%;
}
.about-me-name {
font-size: 42px;
line-height: 52px;
}
.about-me-bio-text {
font-size: 16px;
line-height: 26px;
}
.about-me-description-wrapper {
padding-top: 30px;
padding-bottom: 30px;
}
.about-me-description-text {
font-size: 15px;
line-height: 25px;
}
.about-me-social-media-link {
max-width: 50px;
height: 50px;
font-size: 18px;
}
.my-story-content {
grid-row-gap: 40px;
flex-flow: column;
}
.my-story-left-content {
max-width: 100%;
}
.impressive-features-typography {
max-width: 665px;
}
.impressive-features-tab-content-single {
padding-top: 40px;
padding-bottom: 40px;
}
.impressive-features-ans-text {
max-width: 600px;
}
.my-story-image-wrapper {
max-width: 100%;
}
.core-values-grid {
grid-column-gap: 20px;
grid-row-gap: 20px;
grid-template-columns: 1fr 1fr;
}
.core-values-single-card {
padding: 20px;
}
.core-values-icon-wrapper {
width: 85px;
height: 85px;
margin-bottom: 20px;
}
.core-values-icon {
width: 100%;
max-width: 40px;
}
.core-values-name {
font-size: 28px;
line-height: 38px;
}
.core-values-description {
font-size: 15px;
line-height: 25px;
}
.authentication-grid {
grid-template-columns: 1fr;
min-height: 100vh;
}
.authentication-image-wrapper {
display: none;
}
.authentication-logo-link-block {
margin-bottom: 20px;
}
.sign-in-field {
height: 56px;
}
.sign-in-or-wrap {
grid-column-gap: 10px;
margin-top: 25px;
margin-bottom: 25px;
}
.sign-in-single-fields {
grid-row-gap: 24px;
}
.sign-in-title {
margin-bottom: 10px;
font-size: 36px;
line-height: 46px;
}
.main-blog-collection-list {
grid-template-columns: 1fr;
}
.main-blog-single {
grid-column-gap: 30px;
justify-content: flex-start;
}
.not-found-content {
grid-row-gap: 30px;
flex-flow: column;
}
.not-found-image-wrapper {
max-width: 350px;
}
.not-found-title {
margin-bottom: 15px;
font-size: 36px;
line-height: 46px;
}
.password-protected-content {
padding-top: 40px;
padding-bottom: 30px;
}
.main-blog-typography {
max-width: 400px;
}
.password-protected-name {
font-size: 42px;
line-height: 52px;
}
.changelog-date-wrap {
margin-top: 0;
}
.changelog-single-content {
grid-row-gap: 20px;
flex-direction: column;
max-width: 100%;
}
.changelog-single-wrapper {
max-width: 100%;
padding: 30px;
}
.changelog-content {
grid-row-gap: 35px;
flex-wrap: wrap;
max-width: 100%;
}
.changelog-line {
display: none;
}
.license-content {
grid-row-gap: 40px;
}
.license-description-text {
max-width: 700px;
font-size: 16px;
line-height: 26px;
}
.license-image-grid {
grid-column-gap: 15px;
grid-row-gap: 15px;
}
.license-title-description {
margin-bottom: 40px;
}
.license-title {
margin-bottom: 10px;
font-size: 36px;
line-height: 46px;
}
.contact-us-content {
grid-row-gap: 24px;
flex-flow: column;
}
.contact-us-details-wrapper {
border-radius: 15px;
max-width: 100%;
padding: 30px;
position: static;
}
.contact-us-details-single {
grid-column-gap: 15px;
}
.contact-us-details-icon-wrapper {
width: 60px;
height: 60px;
}
.contact-us-details-text {
font-size: 20px;
}
.contact-us-form-wrapper {
border-radius: 15px;
max-width: 100%;
padding: 20px;
}
.contact-us-form-wrap {
grid-row-gap: 25px;
}
.contact-us-form-text {
font-size: 20px;
line-height: 30px;
}
.contact-us-form-text-field {
min-height: 52px;
}
.contact-us-form-textarea {
min-height: 200px;
}
.pricing-plan-title-wrapper {
grid-row-gap: 15px;
text-align: center;
flex-flow: column;
justify-content: space-between;
align-items: center;
}
.pricing-plan-content {
margin-top: 0;
}
.pricing-plan-tabs {
text-align: center;
}
.style-guide-content {
grid-row-gap: 60px;
}
.style-guide-paragraph-title {
font-size: 28px;
line-height: 38px;
}
.style-guide-title-tag-main {
margin-bottom: 30px;
}
.style-guide-paragraph, .style-guide-title-wrapper {
grid-row-gap: 15px;
}
.style-guide-title-tag-wrapper {
padding: 5px 10px;
}
.style-guide-single {
padding-bottom: 60px;
}
.style-guide-color-plate-wrapper {
border-radius: 10px;
}
.pricing-plan-tabs-menu {
margin-bottom: 50px;
margin-left: auto;
margin-right: auto;
right: auto;
}
.pricing-plan-tab-link {
padding: 16px 24px;
}
.pricing-plan-wrapper {
width: 1200px;
}
.pricing-plan-top-content {
min-height: 300px;
}
.pricing-plan-featured-single {
min-height: 65px;
}
.pricing-plan-name {
font-size: 16px;
line-height: 26px;
}
.pricing-plan-price {
margin-bottom: 12px;
font-size: 36px;
line-height: 46px;
}
.pricing-details-content {
grid-row-gap: 40px;
flex-flow: column;
}
.pricing-details-card {
max-width: 100%;
padding: 30px;
position: static;
}
.pricing-details-title {
font-size: 30px;
line-height: 40px;
}
.pricing-price {
font-size: 32px;
line-height: 42px;
}
.pricing-details-name-description {
margin-bottom: 30px;
}
.pricing-details-description-text {
font-size: 15px;
font-weight: 400;
}
.pricing-details-rich p {
font-size: 15px;
}
.pricing-details-rich ul {
grid-row-gap: 10px;
margin-top: 20px;
margin-bottom: 20px;
}
.pricing-details-rich li {
font-size: 15px;
font-weight: 400;
}
.blog-details-name {
font-size: 42px;
line-height: 52px;
}
.blog-details-author-wrapper {
margin-bottom: 40px;
padding: 15px;
}
.blog-details-author-name {
font-size: 24px;
font-weight: 500;
line-height: 34px;
}
.blog-details-author-bio-text {
font-size: 15px;
font-weight: 400;
line-height: 25px;
}
.blog-details-read-time-date-text {
font-size: 15px;
}
.blog-details-rich-content h2 {
font-size: 28px;
line-height: 38px;
}
.blog-details-rich-content p {
margin-bottom: 20px;
font-size: 15px;
font-weight: 400;
line-height: 25px;
}
.blog-details-rich-content blockquote {
margin-top: 30px;
margin-bottom: 30px;
padding-bottom: 30px;
padding-left: 30px;
padding-right: 30px;
font-size: 25px;
line-height: 35px;
}
.blog-details-rich-content ul {
margin-top: 20px;
margin-bottom: 20px;
}
.blog-details-rich-content li {
font-size: 15px;
line-height: 25px;
}
.blog-details-rich-content figure {
margin-top: 30px;
margin-bottom: 30px;
}
.preview-banner-top-content {
margin-bottom: 60px;
}
.preview-banner-typography {
max-width: 700px;
}
.preview-banner-heading {
font-size: 46px;
line-height: 56px;
}
.preview-banner-description {
font-size: 16px;
font-weight: 400;
line-height: 26px;
}
.preview-banner-heading-description {
margin-bottom: 25px;
}
.preview-banner-bottom-content {
grid-column-gap: 15px;
justify-content: space-between;
align-items: center;
width: 100%;
max-width: 750px;
margin-left: auto;
margin-right: auto;
padding: 15px;
}
.preview-banner-card-image-wrap-left {
grid-row-gap: 15px;
max-width: 183px;
}
.preview-banner-card-image {
border-radius: 10px;
}
.preview-banner-card-image-wrap-middle {
max-width: 400px;
}
.preview-banner-card-image-wrap-right {
grid-row-gap: 15px;
max-width: 183px;
}
.included-grid {
grid-template-columns: 1fr 1fr;
}
.included-single {
padding: 35px 25px;
}
.included-icon-wrapper {
margin-bottom: 15px;
}
.included-title {
margin-bottom: 15px;
font-size: 26px;
line-height: 36px;
}
.demo-home-link {
padding: 20px;
}
.demo-home-tag-wrap {
padding-top: 16px;
padding-bottom: 18px;
}
.demo-home-tag-text {
font-size: 26px;
line-height: 36px;
}
.demo-single {
border-radius: 15px;
padding: 20px;
}
.demo-single-tag-wrapper {
padding-top: 14px;
padding-bottom: 14px;
}
.demo-single-tag {
font-size: 22px;
line-height: 32px;
}
.single-demo {
max-width: 356px;
}
.template-core-features-single {
border-radius: 15px;
}
.template-core-features-single.left-padding, .template-core-features-single.email-signatures {
grid-column-gap: 20px;
padding: 30px 20px;
}
.template-core-features-title {
margin-bottom: 15px;
font-size: 28px;
line-height: 38px;
}
.template-core-features-image {
border-radius: 10px;
}
.figma-title {
font-size: 48px;
line-height: 58px;
}
.figma-button-wrapper {
justify-content: center;
align-items: center;
}
.figma-typography-content {
max-width: 650px;
}
.figma-icon-image-wrapper {
max-width: 60px;
}
.figma-top-content {
grid-row-gap: 31px;
text-align: center;
flex-flow: column;
justify-content: center;
align-items: center;
margin-bottom: 40px;
}
.figma-description-text {
font-size: 16px;
line-height: 26px;
}
.figma-shape {
height: 200px;
}
.preview-footer-top-content {
padding-top: 100px;
padding-bottom: 100px;
}
.preview-footer-link-block, .preview-footer-title-description {
margin-bottom: 25px;
}
.preview-footer-title {
margin-bottom: 20px;
font-size: 42px;
line-height: 52px;
}
.preview-footer-button-wrapper {
grid-column-gap: 15px;
}
.style-guide-color-plate {
min-height: 170px;
padding: 15px;
}
.style-guide-color-plate._1 {
border-top-left-radius: 10px;
}
.style-guide-color-plate._3 {
border-top-right-radius: 10px;
}
.style-guide-color-plate._4 {
border-bottom-left-radius: 10px;
}
.style-guide-color-plate._6 {
border-bottom-right-radius: 10px;
}
.style-guide-number {
font-size: 20px;
}
.style-guide-color-code {
font-size: 18px;
line-height: 28px;
}
.gradient-shape-for-process {
min-height: 300px;
}
.course-details-name-description {
margin-bottom: 40px;
}
.course-details-name {
max-width: 100%;
margin-bottom: 20px;
font-size: 42px;
line-height: 52px;
}
.course-details-description-text {
font-size: 15px;
line-height: 25px;
}
.course-details-author-wrapper {
grid-row-gap: 20px;
flex-flow: column;
justify-content: space-between;
align-items: flex-start;
padding: 15px;
}
.course-details-author-name {
font-size: 24px;
font-weight: 600;
line-height: 34px;
}
.course-details-author-bio {
font-size: 15px;
}
.course-short-details {
grid-column-gap: 10px;
}
.course-details-short-categories-text {
font-size: 16px;
font-weight: 400;
}
.course-details-bottom-content {
grid-row-gap: 40px;
flex-flow: column;
}
.course-details-lessons-title {
font-size: 42px;
font-weight: 600;
line-height: 52px;
}
.course-details-lessons-description-text {
font-size: 16px;
line-height: 26px;
}
.course-details-lessons-card {
padding: 20px;
}
.course-details-lessons-name {
font-size: 20px;
line-height: 30px;
}
.course-details-lessons-details-text {
font-size: 16px;
line-height: 26px;
}
.course-lessons-time-text {
font-size: 15px;
}
.get-video-wrapper {
order: -1;
max-width: 100%;
position: static;
}
.get-video-featured {
padding: 30px;
}
.get-video-featured-title-wrap {
margin-bottom: 20px;
}
.get-video-featured-list-text {
font-size: 16px;
line-height: 26px;
}
.about-mentor-title-description {
margin-bottom: 30px;
}
.about-mentor-title {
font-size: 42px;
line-height: 52px;
}
.about-mentor-description-text {
font-size: 16px;
line-height: 26px;
}
.about-mentor-name {
font-size: 28px;
}
.about-mentor-description {
font-size: 16px;
line-height: 26px;
}
.checkout-div-block {
flex: 0 auto;
order: -1;
width: 100%;
position: static;
}
.about-counter-grid {
grid-column-gap: 30px;
grid-row-gap: 30px;
grid-template-columns: 1fr 1fr;
}
.dropdown-grid {
grid-row-gap: 30px;
grid-template-columns: 1fr 1fr;
}
.menu-dropdown-wrapper {
margin-bottom: 20px;
margin-left: 0;
margin-right: 0;
display: block;
}
.dropdown-column-wrapper-3 {
overflow: visible;
}
.dropdown-column-wrapper-3.w--open {
width: 100%;
transform: translate(0%);
}
.dropdown-pd.pd-60px {
height: auto;
overflow: visible;
}
.primary-button-wrapper.desktop {
display: none;
}
.primary-button-wrapper.mobile {
justify-content: flex-start;
align-items: center;
display: flex;
}
.menu-button {
flex-flow: column;
justify-content: center;
align-items: stretch;
width: 55px;
height: 55px;
padding: 0;
display: flex;
}
.menu-button.w--open {
background-color: #fff0;
}
.pricing-plan-main {
overflow: auto;
}
.checkout-content-div {
width: 100%;
margin-right: 0;
}
}
@media screen and (max-width: 767px) {
h1 {
font-size: 62px;
line-height: 72px;
}
.zohacous-logo-link {
padding-left: 0;
}
.navbar-content {
padding-top: 15px;
padding-bottom: 15px;
}
.zohacous-logo-image {
width: 100%;
max-width: 160px;
}
.primary-button {
grid-column-gap: 10px;
padding: 16px 20px;
font-size: 16px;
font-weight: 500;
}
.banner-top-content {
padding-top: 80px;
}
.banner-subtitle-line {
max-width: 45px;
}
.banner-heading {
font-size: 40px;
font-weight: 700;
line-height: 50px;
}
.banner-button-wrapper {
grid-column-gap: 15px;
}
.banner-description-text {
max-width: 450px;
font-size: 15px;
line-height: 25px;
}
.banner-subtitle {
font-size: 16px;
}
.section.banner {
margin-top: 75px;
}
.section.about-us, .section.featured-courses {
padding-top: 80px;
padding-bottom: 80px;
}
.section.why-choose-us {
padding-bottom: 80px;
}
.section.cta {
padding-top: 80px;
padding-bottom: 80px;
}
.section.track {
padding-top: 30px;
padding-bottom: 30px;
}
.section.blog, .section.faq {
padding-top: 80px;
padding-bottom: 80px;
}
.section.testimonials {
padding-top: 80px;
padding-bottom: 110px;
}
.section.awards, .section.detailed-process {
padding-top: 80px;
padding-bottom: 80px;
}
.section.inner-banner {
margin-top: 75px;
padding-top: 70px;
padding-bottom: 70px;
}
.section.about-me, .section.my-story, .section.core-values, .section.main-blog, .section.not-found, .section.password-protected, .section.changelog, .section.license, .section.contact-us, .section.pricing-plan, .section.style-guide {
padding-top: 80px;
padding-bottom: 80px;
}
.section.pricing-details {
padding-top: 80px;
padding-bottom: 50px;
}
.section.blog-details {
padding-top: 80px;
padding-bottom: 80px;
}
.section.preview-banner {
padding-top: 150px;
}
.section.included, .section.demo-home, .section.demo-section, .section.template-core-features {
padding-top: 80px;
padding-bottom: 80px;
}
.section.figma-section {
padding-top: 80px;
}
.section.affordable-plan, .section.course-details {
padding-top: 80px;
padding-bottom: 80px;
}
.section.checkout {
padding-top: 80px;
padding-bottom: 60px;
}
.section.about-counter {
padding-top: 40px;
padding-bottom: 40px;
}
.banner-video {
min-height: 280px;
max-height: 280px;
}
.course-categories-content {
padding-top: 80px;
padding-bottom: 80px;
}
.section-subtitle {
font-size: 16px;
}
.section-description-text {
font-size: 15px;
font-weight: 400;
line-height: 25px;
}
.section-description-text.featured-courses {
max-width: 400px;
}
.section-description-text.blog {
width: 100%;
max-width: 380px;
margin-left: auto;
margin-right: auto;
}
.section-description-text.detailed-process, .section-description-text.my-story, .section-description-text.core-values, .section-description-text.main-blog, .section-description-text.contact-us {
max-width: 400px;
}
.section-description-text.included {
max-width: 400px;
font-size: 15px;
font-weight: 400;
line-height: 25px;
}
.section-description-text.meet-your-mentor, .section-description-text.utility {
width: 100%;
max-width: 400px;
margin-left: auto;
margin-right: auto;
}
.section-title, .section-title.about-us {
font-size: 38px;
line-height: 48px;
}
.section-title.featured-courses {
max-width: 450px;
}
.section-title.why-choose-us-section-title, .section-title.blog, .section-title.testimonials, .section-title.my-story {
margin-bottom: 15px;
}
.section-title.contact-us {
font-size: 36px;
line-height: 46px;
}
.section-title.included {
margin-bottom: 15px;
font-size: 38px;
line-height: 48px;
}
.section-title.demo-home {
font-size: 38px;
font-weight: 600;
line-height: 48px;
}
.section-title.demo-home.utility {
font-size: 35px;
line-height: 45px;
}
.section-title.template-core-features {
font-size: 38px;
line-height: 48px;
}
.course-categories-collection-list {
grid-template-columns: 1fr;
}
.section-subtitle-wrapper, .section-subtitle-wrapper.center-align {
margin-bottom: 15px;
}
.section-title-wrapper.align-center {
margin-bottom: 40px;
}
.course-categories-icon-wrapper {
max-width: 90px;
height: 90px;
margin-bottom: 20px;
}
.course-categories-icon {
width: 100%;
max-width: 45px;
}
.numbers {
justify-content: center;
align-items: center;
height: 42px;
}
.about-us-achievement-icon {
width: 100%;
max-width: 65px;
}
.about-us-subtitle-text {
font-size: 15px;
}
.about-us-achievement-description-text {
max-width: 400px;
font-size: 15px;
font-weight: 400;
line-height: 25px;
}
.about-us-counter-tag-text {
font-size: 14px;
line-height: 24px;
}
.about-us-counter-up-wrapper {
grid-column-gap: 15px;
grid-row-gap: 20px;
flex-flow: wrap;
}
.number-digit {
letter-spacing: -2px;
font-size: 32px;
line-height: 42px;
}
.about-us-subtitle-main {
margin-bottom: 15px;
}
.about-us-counter-line {
width: 100%;
}
.about-us-image-shape {
height: 200px;
}
.about-us-image {
border-top-left-radius: 15px;
border-top-right-radius: 15px;
}
.number-categories {
letter-spacing: -2px;
font-size: 32px;
line-height: 42px;
}
.about-us-section-title-wrapper {
max-width: 445px;
}
.about-us-name-description-wrapper {
border-radius: 15px;
padding-left: 20px;
padding-right: 20px;
}
.about-us-achievement-icon-wrap {
margin-bottom: 15px;
}
.about-us-subtitle-wrap {
padding-top: 12px;
padding-bottom: 12px;
}
.about-us-name {
font-size: 24px;
line-height: 34px;
}
.featured-courses-tab-menu {
flex-flow: wrap;
justify-content: center;
align-items: center;
display: flex;
}
.featured-courses-tab-link {
width: 100%;
padding: 14px 15px;
}
.featured-courses-collection-list {
grid-template-columns: 1fr;
}
.featured-courses-single {
width: 100%;
}
.courses-video-session-time-wrap {
grid-column-gap: 30px;
}
.why-choose-us-image {
border-radius: 15px;
}
.why-choose-us-typography {
padding-top: 80px;
padding-bottom: 50px;
}
.why-choose-us-section-title-wrapper {
max-width: 450px;
margin-bottom: 40px;
}
.why-choose-us-single {
padding: 30px 20px;
}
.why-choose-us-icon-wrapper {
max-width: 70px;
height: 70px;
margin-bottom: 20px;
}
.why-choose-us-slider-arrow {
max-width: 50px;
height: 50px;
bottom: -90px;
}
.why-choose-us-slider-arrow.left {
left: 315px;
}
.why-choose-us-slider-arrow.right {
left: 380px;
}
.why-choose-us-description-text {
font-size: 15px;
font-weight: 400;
}
.why-choose-us-slider-line {
max-width: 300px;
margin-top: 65px;
}
.why-choose-us-slider-arrow-icon {
width: 100%;
max-width: 16px;
}
.footer-description-text {
font-size: 15px;
font-weight: 400;
line-height: 25px;
}
.footer-contact-details-single {
grid-column-gap: 5px;
}
.footer-information-text {
font-size: 15px;
font-weight: 400;
line-height: 25px;
}
.footer-menu-text-link, .footer-contact-details-text {
font-size: 15px;
}
.footer-details-gmail {
margin-top: 20px;
margin-bottom: 20px;
}
.footer-menu-grid {
grid-row-gap: 15px;
grid-template-columns: 1fr 1fr;
}
.footer-social-media-link {
width: 45px;
height: 45px;
}
.footer-details-content {
padding: 20px;
}
.footer-menu-title {
margin-bottom: 15px;
}
.footer-information-wrapper {
padding-top: 20px;
padding-bottom: 20px;
}
.cta-title-description {
margin-bottom: 20px;
}
.cta-button-wrapper {
grid-column-gap: 15px;
}
.cta-title {
font-size: 38px;
line-height: 48px;
}
.cta-description-text {
max-width: 410px;
font-size: 15px;
font-weight: 400;
line-height: 25px;
}
.cta-man-image.one, .cta-man-image-two {
display: none;
}
.single-track-wrap {
grid-column-gap: 15px;
margin-right: 15px;
}
.track-title-tag {
font-size: 24px;
line-height: 34px;
}
.blog-content {
padding-bottom: 65px;
}
.blog-bottom-content {
margin-left: auto;
margin-right: auto;
padding-right: 15px;
}
.blog-slider-mask {
max-width: 100%;
}
.blog-card {
grid-row-gap: 24px;
flex-flow: column;
padding: 20px 15px;
}
.blog-image-link, .blog-card-typography {
max-width: 100%;
}
.blog-card-categories-author {
margin-bottom: 15px;
}
.blog-card-line {
margin-top: 15px;
margin-bottom: 15px;
}
.blog-post-description-text {
max-width: 100%;
}
.slider-nav {
justify-content: center;
align-items: center;
margin-left: auto;
margin-right: auto;
bottom: -65px;
left: 0;
right: 0;
}
.faq-section-title-wrapper {
grid-row-gap: 15px;
max-width: 435px;
}
.faq-section-description-text {
margin-bottom: 20px;
font-size: 15px;
font-weight: 500;
}
.faq-image-wrapper {
border-radius: 10px;
}
.faq-image-shape {
height: 250px;
}
.faq-accordion-question-wrap {
border-radius: 10px;
padding: 15px;
}
.faq-accordion-answer-wrap {
padding-left: 15px;
padding-right: 15px;
}
.faq-answer {
margin-top: 15px;
margin-bottom: 15px;
font-size: 15px;
font-weight: 400;
line-height: 25px;
}
.faq-question {
max-width: 90%;
font-size: 20px;
line-height: 30px;
}
.testimonials-tab-menu {
max-width: 480px;
height: 340px;
}
.testimonials-tab-menu-link._2 {
top: 60px;
}
.testimonials-tab-menu-link._3 {
left: 60px;
}
.testimonials-tab-menu-link._4 {
top: 120px;
left: 180px;
}
.testimonials-tab-menu-link._5 {
bottom: 20px;
left: 220px;
}
.testimonials-tab-menu-link._6 {
top: 40px;
right: 40px;
}
.testimonials-tab-menu-link._7 {
bottom: 60px;
right: 20px;
}
.testimonials-single-card {
max-width: 480px;
padding: 30px 20px;
}
.testimonials-title-wrapper {
margin-bottom: 20px;
}
.testimonials-title {
font-size: 22px;
line-height: 32px;
}
.testimonials-card-line {
margin-bottom: 20px;
}
.testimonials-card-description-text {
font-size: 15px;
line-height: 25px;
}
.testimonials-card-author-quote-icon {
width: 100%;
max-width: 50px;
}
.testimonials-tab-card-shape {
max-width: 90%;
bottom: -30px;
}
.awards-typography-wrapper {
max-width: 420px;
}
.awards-inner-ticker-single {
grid-row-gap: 24px;
grid-template-columns: 1fr;
}
.detailed-process-content {
padding-bottom: 73px;
}
.detailed-process-image {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.detailed-process-typography-wrapper {
border-radius: 0 0 15px 15px;
max-width: 100%;
padding-left: 15px;
padding-right: 15px;
position: static;
}
.detailed-process-name {
font-size: 22px;
line-height: 32px;
}
.detailed-process-slider-arrow {
width: 50px;
height: 50px;
}
.detailed-process-slider-arrow.left {
bottom: -160px;
}
.detailed-process-slider-arrow.right {
bottom: -160px;
left: 60px;
}
.detailed-process-sub-text {
width: 100%;
max-width: 420px;
margin-left: auto;
margin-right: auto;
font-size: 15px;
line-height: 25px;
}
.inner-banner-title {
font-size: 36px;
line-height: 46px;
}
.inner-banner-text-link {
font-size: 15px;
}
.about-me-name {
font-size: 32px;
font-weight: 600;
line-height: 42px;
}
.about-me-bio-text {
font-size: 15px;
line-height: 25px;
}
.about-me-description-wrapper {
margin-bottom: 30px;
padding-top: 25px;
padding-bottom: 25px;
}
.impressive-features-accordion-title {
font-size: 26px;
}
.impressive-features-tab-content-single {
grid-column-gap: 10px;
margin-left: 15px;
padding-top: 30px;
padding-bottom: 30px;
}
.impressive-features-ans-text {
max-width: 100%;
margin-top: 15px;
font-size: 15px;
line-height: 25px;
}
.impressive-features-list {
grid-row-gap: 10px;
}
.impressive-features-list-item-text {
font-size: 15px;
}
.my-story-image-wrapper {
border-radius: 15px;
}
.my-story-tags-wrapper {
bottom: 20px;
left: 15px;
}
.my-story-tag {
font-size: 16px;
}
.core-values-grid {
grid-template-columns: 1fr;
}
.core-values-icon-wrapper {
width: 70px;
height: 70px;
}
.core-values-icon {
max-width: 38px;
}
.authentication-form-wrapper {
max-width: 420px;
}
.authentication-logo-link-block {
margin-bottom: 20px;
}
.sign-in-field {
height: 52px;
padding-left: 20px;
padding-right: 20px;
font-size: 16px;
}
.sign-in-checkbox-label {
font-size: 16px;
line-height: 28px;
}
.sign-in-checkbox-label.size-mobile {
font-size: 15px;
}
.sign-in-or-wrap {
grid-column-gap: 10px;
text-align: center;
}
.sign-in-single-field-wrap.flex {
justify-content: space-between;
align-items: center;
}
.sign-in-single-fields {
grid-row-gap: 20px;
}
.authentication-social-media-wrap {
grid-row-gap: 20px;
flex-flow: column;
}
.sign-in-form-content-wrap {
margin-bottom: 20px;
}
.or-border {
width: 40%;
}
.sign-in-title {
margin-bottom: 10px;
font-size: 26px;
line-height: 36px;
}
.sign-in-submit-button {
padding-top: 16px;
padding-bottom: 16px;
font-size: 16px;
}
.or-text {
flex: none;
width: auto;
}
.authentication-social-media-link {
justify-content: center;
align-items: center;
padding-top: 14px;
padding-bottom: 14px;
font-size: 16px;
}
.reset-password-description {
max-width: 100%;
font-size: 15px;
font-weight: 400;
line-height: 25px;
}
.main-blog-single {
grid-row-gap: 20px;
flex-flow: column;
padding-top: 20px;
padding-bottom: 20px;
}
.not-found-image-wrapper {
max-width: 250px;
}
.not-found-title {
font-size: 36px;
line-height: 45px;
}
.not-found-description-text {
font-size: 15px;
line-height: 25px;
}
.password-protected-content {
max-width: 420px;
padding-left: 30px;
padding-right: 30px;
}
.password-protected-image {
width: 100%;
max-width: 60px;
}
.main-blog-image-link, .main-blog-image {
width: 100%;
}
.main-blog-typography {
max-width: 100%;
}
.password-protected-name-description {
margin-bottom: 30px;
}
.password-protected-name {
font-size: 32px;
font-weight: 600;
line-height: 42px;
}
.password-protected-description {
font-size: 15px;
line-height: 25px;
}
.password-protected-text-field, .password-protected-submit-button {
height: 52px;
}
.changelog-list-single {
grid-column-gap: 5px;
align-items: flex-start;
}
.changelog-list-text {
font-size: 16px;
line-height: 26px;
}
.changelog-single-wrapper {
border-radius: 15px;
padding: 25px 15px;
}
.changelog-date-text {
letter-spacing: normal;
font-size: 20px;
line-height: 30px;
}
.changelog-content {
grid-row-gap: 30px;
}
.changelog-tag {
margin-bottom: 15px;
font-size: 28px;
}
.changelog-list-circel {
flex: none;
width: 8px;
height: 8px;
margin-top: 7px;
}
.changelog-list-wrapper {
grid-row-gap: 5px;
}
.license-content {
grid-row-gap: 35px;
}
.license-typography-button-wrap {
grid-column-gap: 10px;
grid-row-gap: 10px;
flex-flow: column;
justify-content: center;
align-items: flex-start;
}
.license-icons-grid {
grid-column-gap: 10px;
}
.license-description-text {
font-size: 15px;
line-height: 25px;
}
.license-image-single {
border-radius: 10px;
}
.license-icon-single-wrap {
width: 60px;
height: 60px;
}
.license-icons-wrapper {
max-width: 400px;
}
.license-icon {
width: 25px;
}
.license-image-grid {
grid-column-gap: 10px;
grid-row-gap: 10px;
}
.license-title {
font-size: 32px;
line-height: 42px;
}
.contact-us-details-wrapper {
grid-row-gap: 15px;
padding: 20px 15px;
}
.contact-us-details-icon-wrapper {
width: 50px;
height: 50px;
}
.contact-us-details-text {
font-size: 18px;
line-height: 28px;
}
.contact-us-details-icon {
width: 100%;
max-width: 24px;
}
.contact-us-form-wrap {
grid-row-gap: 20px;
}
.contact-us-form-text {
margin-bottom: 10px;
font-size: 18px;
line-height: 28px;
}
.contact-us-form-text-field {
min-height: 48px;
padding-left: 20px;
padding-right: 20px;
font-size: 15px;
}
.contact-us-form-textarea {
min-height: 140px;
padding-left: 20px;
padding-right: 20px;
}
.contact-us-form-submit-button {
margin-top: 30px;
padding: 16px 24px;
font-size: 16px;
font-weight: 500;
}
.pricing-plan-title-wrapper {
margin-bottom: 40px;
}
.pricing-plan-single-title-wrapper {
max-width: 450px;
margin-left: auto;
margin-right: auto;
}
.pricing-plan-description-text {
font-size: 15px;
font-weight: 400;
line-height: 25px;
}
.style-guide-content {
grid-row-gap: 40px;
}
.style-guide-title-tag-text {
font-size: 16px;
}
.style-guide-paragraph-text {
font-size: 15px;
line-height: 25px;
}
.style-guide-title-wrapper {
grid-row-gap: 10px;
}
.style-guide-button-wrapper {
grid-column-gap: 10px;
grid-row-gap: 10px;
flex-flow: wrap;
}
.style-guide-single {
padding-bottom: 30px;
}
.pricing-plan-tabs-menu {
margin-bottom: 40px;
}
.pricing-plan-tab-link {
padding: 14px 20px;
font-weight: 600;
}
.pricing-plan-wrapper {
width: 1100px;
}
.pricing-details-card {
padding-left: 15px;
padding-right: 15px;
}
.pricing-details-title {
font-size: 28px;
line-height: 38px;
}
.pricing-price-pack-wrap {
margin-bottom: 20px;
}
.pricing-details-short-text {
font-size: 16px;
line-height: 26px;
}
.pricing-price {
font-size: 28px;
line-height: 38px;
}
.pricing-select-plan, .pricing-add-to-cart-button {
min-height: 56px;
}
.pricing-details-name-description {
margin-bottom: 20px;
}
.pricing-details-name {
font-size: 38px;
line-height: 48px;
}
.pricing-details-rich h2 {
font-size: 30px;
}
.blog-details-name {
font-size: 32px;
line-height: 42px;
}
.blog-details-author-wrapper {
grid-row-gap: 20px;
flex-flow: wrap;
margin-bottom: 30px;
}
.blog-details-author-image-name-wrap {
grid-column-gap: 15px;
}
.blog-details-rich-content h2 {
font-size: 26px;
line-height: 36px;
}
.blog-details-rich-content p {
font-size: 14px;
line-height: 24px;
}
.blog-details-rich-content blockquote {
padding-left: 15px;
padding-right: 15px;
font-size: 22px;
line-height: 32px;
}
.preview-banner-top-content {
margin-bottom: 40px;
}
.preview-banner-typography {
max-width: 440px;
}
.preview-banner-heading {
margin-bottom: 15px;
font-size: 34px;
font-weight: 700;
line-height: 44px;
}
.preview-banner-description {
font-size: 15px;
line-height: 25px;
}
.preview-banner-button-wrapper {
grid-column-gap: 15px;
}
.preview-banner-bottom-content {
border-radius: 15px;
max-width: 480px;
}
.preview-banner-card-image-wrap-left {
max-width: 110px;
}
.preview-banner-card-image {
border-radius: 8px;
}
.preview-banner-card-image-wrap-middle {
max-width: 300px;
}
.preview-banner-card-image-wrap-right {
max-width: 110px;
}
.included-grid {
grid-template-columns: 1fr;
}
.demo-home-link {
border-radius: 15px;
padding: 15px;
}
.demo-home-tag-wrap {
padding-top: 14px;
padding-bottom: 14px;
}
.demo-home-tag-text {
font-size: 22px;
line-height: 32px;
}
.inner-demo-grid {
grid-column-gap: 20px;
grid-row-gap: 20px;
grid-template-columns: 1fr;
}
.demo-single {
width: 100%;
display: block;
}
.single-demo {
max-width: 100%;
}
.template-core-features-single.left-padding {
grid-row-gap: 30px;
flex-flow: column;
}
.template-core-features-single.email-signatures {
grid-row-gap: 20px;
flex-flow: column;
}
.template-core-features-typography {
order: -1;
max-width: 100%;
}
.template-core-features-title {
font-size: 24px;
font-weight: 700;
line-height: 34px;
}
.template-core-features-description-text {
font-size: 15px;
font-weight: 400;
line-height: 25px;
}
.figma-title {
font-size: 38px;
font-weight: 600;
line-height: 48px;
}
.figma-button-wrapper {
grid-column-gap: 15px;
}
.figma-typography-content {
max-width: 400px;
}
.figma-icon-image-wrapper {
max-width: 40px;
}
.figma-description-text {
font-size: 15px;
font-weight: 400;
line-height: 25px;
}
.figma-shape {
height: 130px;
}
.preview-footer-top-content {
padding-top: 80px;
padding-bottom: 80px;
}
.preview-footer-typography {
max-width: 400px;
}
.preview-footer-title {
font-size: 38px;
line-height: 48px;
}
.preview-footer-description-text {
font-size: 15px;
line-height: 25px;
}
.preview-footer-dateils {
padding-top: 20px;
padding-bottom: 20px;
}
.preview-footer-dateils-text {
font-size: 15px;
font-weight: 400;
line-height: 25px;
}
.style-guide-color-plate {
min-height: 130px;
padding-left: 10px;
padding-right: 10px;
}
.style-guide-color-code {
font-size: 15px;
line-height: 25px;
}
.gradient-shape-for-process {
min-height: 320px;
}
.course-details-name {
font-size: 30px;
font-weight: 600;
line-height: 40px;
}
.course-details-description-text {
font-weight: 400;
}
.course-short-details {
grid-row-gap: 10px;
flex-flow: wrap;
}
.course-details-lessons-title {
font-size: 32px;
font-weight: 500;
line-height: 42px;
}
.course-details-lessons-description-text {
font-size: 15px;
font-weight: 400;
}
.course-details-lessons-card {
padding: 15px;
}
.course-details-lessons-play-button-details {
grid-column-gap: 15px;
grid-row-gap: 10px;
flex-flow: wrap;
}
.course-details-lessons-name {
font-size: 18px;
}
.course-details-lessons-details-text {
font-size: 15px;
}
.course-lessons-time-wrapper {
grid-column-gap: 10px;
flex: none;
}
.get-video-play-button {
max-width: 80px;
}
.get-video-featured {
padding: 20px;
}
.get-video-featured-title {
font-size: 30px;
font-weight: 500;
line-height: 40px;
}
.get-video-featured-list-wrapper {
margin-bottom: 25px;
}
.get-video-featured-list-single {
grid-column-gap: 10px;
}
.get-video-featured-list-text {
font-size: 15px;
line-height: 25px;
}
.get-video-featured-text {
font-size: 15px;
}
.about-mentor-title {
font-size: 32px;
line-height: 42px;
}
.about-mentor-description-text {
font-size: 15px;
font-weight: 400;
line-height: 25px;
}
.about-mentor-image-details {
grid-row-gap: 20px;
flex-flow: column;
justify-content: center;
align-items: flex-start;
}
.about-mentor-name {
font-size: 24px;
line-height: 34px;
}
.about-mentor-description {
font-size: 15px;
font-weight: 400;
line-height: 25px;
}
.checkout-header, .checkout-content {
padding: 15px;
}
.checkout-title {
font-size: 24px;
font-weight: 500;
line-height: 34px;
}
.my-story-numer-wrapper {
max-width: 150px;
height: 150px;
display: none;
}
.about-counter-name {
font-size: 17px;
}
.cart-container {
min-width: 100%;
max-width: 100%;
}
.cart-header-title {
font-size: 32px;
line-height: 42px;
}
.cart-header {
padding: 20px;
}
.cart-close-button {
width: 50px;
height: 50px;
}
.cart-item {
padding: 15px;
}
.cart-footer-button {
height: 50px;
}
.dropdown-grid {
grid-column-gap: 15px;
grid-template-columns: 1.2fr 1fr;
}
.dropdown-title-wrapper {
margin-bottom: 20px;
}
.dropdown-pd.pd-60px {
border-radius: 15px;
padding: 40px 20px;
}
.more-temple-text-link {
font-size: 17px;
}
.dropdown-menu-text-link-block {
margin-bottom: 15px;
font-size: 16px;
line-height: 26px;
}
.menu-button {
width: 45px;
height: 45px;
}
}
@media screen and (max-width: 479px) { .d-flex {
flex-direction: column;
margin:7px 0;
}
h1 {
font-size: 50px;
font-weight: 700;
line-height: 60px;
}
h2 {
font-size: 42px;
line-height: 52px;
}
.nav-link {
margin-bottom: 15px;
}
.container {
padding-left: 10px;
padding-right: 10px;
}
.zohacous-logo-image {
max-width: 160px;
}
.navbar-button-wrapper {
grid-column-gap: 20px;
}
.primary-button {
grid-column-gap: 5px;
padding: 13px 15px;
font-size: 15px;
font-weight: 500;
}
.banner-top-content {
padding-top: 60px;
}
.banner-subtitle-wrapper {
margin-bottom: 10px;
}
.banner-heading {
font-size: 29px;
font-weight: 600;
line-height: 39px;
}
.banner-button-wrapper {
grid-column-gap: 10px;
grid-row-gap: 10px;
flex-flow: wrap;
}
.banner-description-text {
max-width: 360px;
font-weight: 400;
line-height: 25px;
}
.banner-subtitle {
font-weight: 400;
}
.section.about-us, .section.featured-courses {
padding-top: 60px;
padding-bottom: 60px;
}
.section.why-choose-us {
padding-bottom: 60px;
}
.section.cta {
padding-top: 60px;
padding-bottom: 60px;
}
.section.track {
padding-top: 25px;
padding-bottom: 25px;
}
.section.blog, .section.faq {
padding-top: 60px;
padding-bottom: 60px;
}
.section.testimonials {
padding-top: 60px;
padding-bottom: 90px;
}
.section.awards, .section.detailed-process, .section.inner-banner, .section.about-me, .section.my-story, .section.core-values, .section.main-blog, .section.not-found, .section.password-protected, .section.changelog, .section.license, .section.contact-us, .section.pricing-plan, .section.style-guide {
padding-top: 60px;
padding-bottom: 60px;
}
.section.pricing-details {
padding-top: 60px;
padding-bottom: 30px;
}
.section.blog-details {
padding-top: 60px;
padding-bottom: 60px;
}
.section.preview-banner {
padding-top: 130px;
}
.section.included, .section.demo-home, .section.demo-section, .section.template-core-features {
padding-top: 60px;
padding-bottom: 60px;
}
.section.figma-section {
padding-top: 60px;
}
.section.affordable-plan, .section.course-details, .section.checkout {
padding-top: 60px;
padding-bottom: 60px;
}
.section.about-counter {
padding-top: 30px;
padding-bottom: 30px;
}
.banner-video {
min-height: 260px;
max-height: 260px;
}
.course-categories-content {
border-radius: 15px;
padding-top: 60px;
padding-bottom: 60px;
}
.section-subtitle {
font-size: 15px;
font-weight: 400;
}
.section-description-text.featured-courses {
max-width: 330px;
font-size: 14px;
line-height: 24px;
}
.section-description-text.blog, .section-description-text.testimonials, .section-description-text.detailed-process {
max-width: 360px;
}
.section-description-text.my-story {
max-width: 320px;
}
.section-description-text.core-values, .section-description-text.main-blog {
max-width: 360px;
}
.section-description-text.contact-us {
max-width: 320px;
}
.section-description-text.included {
max-width: 300px;
}
.section-description-text.meet-your-mentor {
max-width: 360px;
}
.section-description-text.utility {
max-width: 290px;
}
.section-title {
font-size: 28px;
font-weight: 600;
line-height: 38px;
}
.section-title.about-us {
margin-bottom: 15px;
font-size: 28px;
line-height: 38px;
}
.section-title.featured-courses, .section-title.detailed-process {
max-width: 400px;
}
.section-title.contact-us {
font-size: 28px;
line-height: 38px;
}
.section-title.included {
max-width: 400px;
font-size: 28px;
line-height: 38px;
}
.section-title.demo-home, .section-title.demo-home.utility, .section-title.template-core-features {
font-size: 28px;
line-height: 38px;
}
.section-subtitle-wrapper.center-align {
margin-bottom: 15px;
}
.section-title-wrapper {
margin-bottom: 40px;
}
.section-title-wrapper.blog.align-center {
max-width: 400px;
}
.course-categories-single {
padding-top: 30px;
padding-bottom: 30px;
}
.course-categories-icon-wrapper {
max-width: 80px;
height: 80px;
}
.course-categories-icon {
max-width: 40px;
}
.course-categories-name {
font-size: 20px;
line-height: 30px;
}
.course-categories-description-text {
font-size: 16px;
}
.numbers {
height: 40px;
}
.about-us-achievement-icon {
max-width: 50px;
}
.about-us-subtitle-text {
font-size: 15px;
font-weight: 400;
}
.about-us-achievement-description-text {
max-width: 300px;
font-size: 15px;
}
.about-us-counter-up-wrapper {
grid-row-gap: 15px;
justify-content: flex-start;
align-items: center;
margin-bottom: 30px;
}
.number-digit {
letter-spacing: -2px;
font-size: 28px;
line-height: 38px;
}
.about-us-counter-line {
margin-top: 10px;
margin-bottom: 10px;
}
.about-us-image-shape {
height: 140px;
}
.about-us-content {
grid-row-gap: 30px;
}
.number-categories {
letter-spacing: -2px;
font-size: 28px;
line-height: 38px;
}
.about-us-section-title-wrapper {
margin-bottom: 30px;
}
.about-us-name-description-wrapper {
padding: 25px 15px;
}
.about-us-subtitle-wrap {
grid-column-gap: 8px;
padding: 11px 15px;
}
.about-us-name {
font-size: 22px;
line-height: 32px;
}
.featured-courses-tab-menu {
margin-bottom: 40px;
}
.featured-courses-single {
border-radius: 15px;
}
.featured-courses-name {
margin-bottom: 20px;
font-size: 20px;
line-height: 30px;
}
.featured-courses-rating {
grid-column-gap: 15px;
margin-bottom: 20px;
}
.featured-courses-rating-icon {
width: 100%;
max-width: 16px;
}
.featured-courses-rating-text {
font-size: 15px;
font-weight: 400;
}
.courses-video-session-time-wrap {
grid-column-gap: 8px;
grid-row-gap: 10px;
flex-flow: wrap;
margin-bottom: 20px;
}
.courses-video-session-time {
grid-column-gap: 5px;
padding: 9px 10px;
}
.courses-video-session-time-icon {
max-width: 18px;
}
.courses-video-session-time-text {
font-size: 14px;
}
.why-choose-us-image-wrapper {
padding-left: 10px;
padding-right: 10px;
}
.why-choose-us-typography {
padding: 60px 10px 40px;
}
.why-choose-us-section-title-wrapper {
max-width: 400px;
}
.why-choose-us-slider-mask {
max-width: 100%;
}
.why-choose-us-single {
border-radius: 15px;
padding-left: 15px;
padding-right: 15px;
}
.why-choose-us-slider-arrow {
max-width: 42px;
height: 42px;
bottom: -80px;
left: 200px;
}
.why-choose-us-slider-arrow.left {
left: 200px;
}
.why-choose-us-slider-arrow.right {
left: 250px;
}
.featured-courses-categories-tag {
padding: 6px 10px;
font-size: 15px;
font-weight: 400;
}
.why-choose-us-slider-line {
max-width: 185px;
margin-top: 60px;
}
.footer-contact-details {
grid-row-gap: 15px;
margin-top: 24px;
}
.footer-information-text {
font-size: 14px;
line-height: 24px;
}
.footer-logo-link {
margin-bottom: 15px;
}
.footer-menu-text-link {
font-size: 15px;
font-weight: 400;
line-height: 25px;
}
.footer-details-form-input-field {
height: 48px;
padding-left: 15px;
padding-right: 15px;
font-size: 14px;
font-weight: 400;
}
.footer-menu-title-wrapper {
margin-bottom: 24px;
}
.footer-contact-details-text {
font-weight: 400;
}
.footer-details-form-text {
margin-bottom: 15px;
font-size: 16px;
font-weight: 400;
}
.footer-details-form-submit-button {
max-width: 48px;
height: 48px;
}
.footer-details-gmail {
margin-top: 15px;
margin-bottom: 15px;
font-size: 16px;
font-weight: 500;
}
.footer-menu-grid {
grid-column-gap: 20px;
flex-flow: wrap;
grid-template-columns: 1fr;
display: flex;
}
.footer-social-media-link {
width: 40px;
height: 40px;
}
.footer-details-content {
padding-left: 15px;
padding-right: 15px;
}
.footer-menu-title {
margin-bottom: 10px;
font-size: 20px;
line-height: 30px;
}
.cta-button-wrapper {
grid-row-gap: 15px;
flex-flow: wrap;
}
.cta-title {
max-width: 400px;
font-size: 28px;
font-weight: 600;
line-height: 38px;
}
.cta-description-text {
max-width: 320px;
}
.single-track-wrap {
grid-column-gap: 10px;
margin-right: 10px;
}
.track-title-tag {
font-size: 20px;
line-height: 30px;
}
.blog-content {
padding-bottom: 50px;
}
.blog-bottom-content {
padding-left: 10px;
padding-right: 10px;
}
.blog-card {
padding: 10px 10px 20px;
}
.blog-card-categories-author {
grid-row-gap: 10px;
flex-flow: column;
justify-content: flex-start;
align-items: flex-start;
}
.blog-card-categories-flex {
grid-column-gap: 5px;
padding: 6px 15px;
}
.blog-card-categories-name {
font-size: 15px;
font-weight: 400;
}
.blog-card-name {
font-size: 20px;
line-height: 30px;
}
.blog-post-description-text {
margin-bottom: 15px;
font-size: 15px;
font-weight: 400;
line-height: 25px;
}
.blog-card-link {
grid-column-gap: 8px;
}
.slider-nav {
bottom: -50px;
}
.faq-section-title-wrapper {
max-width: 360px;
margin-bottom: 40px;
}
.faq-section-description-text {
margin-bottom: 15px;
}
.faq-single-track-title {
font-size: 28px;
font-weight: 600;
line-height: 38px;
}
.faq-accordion-question-wrap {
grid-column-gap: 10px;
grid-row-gap: 10px;
}
.faq-accordion-wrapper {
grid-row-gap: 15px;
}
.faq-icon {
width: 100%;
max-width: 20px;
}
.faq-answer {
letter-spacing: 0;
font-size: 14px;
line-height: 24px;
}
.faq-question {
font-size: 18px;
font-weight: 500;
line-height: 26px;
}
.testimonials-tab-menu {
max-width: 360px;
height: 250px;
}
.testimonials-tab-menu-link {
max-width: 40px;
}
.testimonials-tab-menu-link._1 {
left: 100px;
}
.testimonials-tab-menu-link._2 {
top: 40px;
}
.testimonials-tab-menu-link._3 {
bottom: 70px;
left: 20px;
}
.testimonials-tab-menu-link._4 {
top: 100px;
left: 140px;
}
.testimonials-tab-menu-link._5 {
left: 100px;
}
.testimonials-tab-menu-link._7 {
bottom: 40px;
}
.testimonials-tab-menu-link-img-wrap {
width: 100%;
max-width: 40px;
}
.testimonials-single-card {
border-radius: 15px;
max-width: 360px;
padding: 25px 15px;
}
.testimonials-title {
font-size: 20px;
line-height: 30px;
}
.testimonials-card-description-text.width-420 {
max-width: 100%;
}
.testimonials-card-author-name {
font-size: 16px;
line-height: 26px;
}
.testimonials-card-author-bio-text {
font-size: 14px;
line-height: 24px;
}
.awards-typography-wrapper {
max-width: 400px;
}
.awards-inner-ticker-single {
grid-row-gap: 20px;
}
.awards-single-card.one {
border-radius: 10px;
padding: 25px 15px;
}
.awards-single-card.four {
padding-left: 15px;
padding-right: 15px;
}
.awards-icon {
max-width: 60px;
}
.awards-title {
font-size: 20px;
line-height: 30px;
}
.detailed-process-typography-wrapper {
padding: 15px 10px;
}
.detailed-process-top-content {
grid-column-gap: 10px;
margin-bottom: 15px;
}
.detailed-process-icon-wrapper {
max-width: 45px;
height: 45px;
}
.detailed-process-icon {
width: 100%;
max-width: 24px;
}
.detailed-process-number {
font-size: 18px;
}
.detailed-process-line {
margin-bottom: 15px;
}
.detailed-process-name {
font-size: 20px;
line-height: 30px;
}
.detailed-process-description {
font-size: 15px;
line-height: 25px;
}
.detailed-process-slider-arrow {
width: 45px;
height: 45px;
}
.detailed-process-slider-arrow-icon {
width: 100%;
max-width: 14px;
}
.detailed-process-sub-content-wrap {
padding-left: 5px;
padding-right: 5px;
}
.detailed-process-sub-text {
font-size: 14px;
line-height: 24px;
}
.inner-banner-title {
font-size: 30px;
line-height: 40px;
}
.inner-banner-text-link, .inner-banner-text-link-arrow {
font-size: 14px;
}
.about-me-content {
grid-row-gap: 25px;
}
.about-me-image {
border-radius: 10px;
}
.about-me-name-bio {
margin-bottom: 25px;
}
.about-me-name {
margin-bottom: 10px;
font-size: 24px;
line-height: 34px;
}
.about-me-bio-text {
font-size: 14px;
line-height: 24px;
}
.about-me-description-wrapper {
margin-bottom: 25px;
}
.about-me-social-media {
grid-column-gap: 10px;
}
.about-me-social-media-link {
max-width: 45px;
height: 45px;
}
.impressive-features-accordion-title {
font-size: 20px;
line-height: 30px;
}
.impressive-features-tab-content-single {
grid-column-gap: 5px;
padding-top: 20px;
padding-bottom: 20px;
}
.impressive-features-ans-text {
font-size: 14px;
line-height: 24px;
}
.impressive-features-list-item {
grid-column-gap: 5px;
justify-content: flex-start;
align-items: flex-start;
}
.impressive-features-list-item-circel {
flex: none;
width: 8px;
height: 8px;
margin-top: 8px;
}
.impressive-features-list-item-text {
font-size: 14px;
font-weight: 400;
line-height: 24px;
}
.my-story-tags {
max-width: 250px;
}
.my-story-tag {
padding: 10px 15px;
font-size: 15px;
}
.core-values-single-card {
border-radius: 15px;
padding: 15px;
}
.core-values-icon-wrapper {
width: 60px;
height: 60px;
}
.core-values-icon {
max-width: 35px;
}
.core-values-name {
font-size: 24px;
line-height: 33px;
}
.core-values-description {
font-size: 14px;
line-height: 24px;
}
.authentication-form-wrapper {
max-width: 290px;
}
.alternative-details {
font-size: 14px;
line-height: 24px;
}
.authentication-logo-link-block {
margin-bottom: 20px;
}
.sign-in-field {
height: 45px;
padding-left: 15px;
padding-right: 15px;
font-size: 15px;
font-weight: 400;
}
.sign-in-checkbox-label {
font-size: 16px;
line-height: 22px;
}
.sign-in-checkbox-label.size-mobile {
font-size: 15px;
font-weight: 400;
}
.sign-in-or-wrap {
grid-column-gap: 5px;
justify-content: center;
align-items: center;
margin-top: 20px;
margin-bottom: 20px;
}
.sign-in-single-field-wrap.flex {
grid-column-gap: 5px;
grid-row-gap: 5px;
flex-flow: column;
justify-content: space-between;
align-items: flex-start;
margin-top: 5px;
margin-bottom: 5px;
}
.sign-in-checkbox-wrap {
grid-column-gap: 5px;
grid-row-gap: 5px;
padding-left: 10px;
}
.sign-in-single-fields {
grid-row-gap: 15px;
}
.sign-in-checkbox {
flex: none;
width: 16px;
height: 16px;
}
.sign-in-form-content-wrap {
margin-bottom: 30px;
}
.or-border {
width: 25%;
}
.sign-in-title {
margin-bottom: 10px;
font-size: 20px;
line-height: 30px;
}
.sign-in-submit-button {
padding-top: 15px;
padding-bottom: 15px;
}
.or-text {
width: auto;
font-size: 16px;
}
.authentication-social-media-link {
grid-column-gap: 10px;
padding-top: 13px;
padding-bottom: 13px;
font-size: 16px;
font-weight: 400;
}
.sign-in-forgot-password-text {
font-size: 15px;
font-weight: 400;
}
.reset-password-description {
font-size: 14px;
line-height: 24px;
}
.main-blog-single {
border-radius: 15px;
}
.not-found-image-wrapper {
max-width: 200px;
}
.not-found-title-description {
margin-bottom: 30px;
}
.not-found-title {
font-size: 30px;
line-height: 40px;
}
.password-protected-content {
border-radius: 15px;
padding: 30px 20px;
}
.password-protected-image {
max-width: 50px;
}
.main-blog-line {
margin-bottom: 20px;
}
.main-blog-description-text {
margin-bottom: 20px;
font-size: 15px;
}
.blog-post-name {
margin-bottom: 20px;
font-size: 19px;
line-height: 29px;
}
.password-protected-image-wrapper {
margin-bottom: 20px;
}
.password-protected-name-description {
margin-bottom: 25px;
}
.password-protected-name {
font-size: 24px;
font-weight: 500;
line-height: 34px;
}
.password-protected-description {
font-size: 15px;
line-height: 25px;
}
.password-protected-text-field {
height: 48px;
padding-left: 15px;
padding-right: 15px;
}
.password-protected-submit-button {
height: 48px;
}
.changelog-list-text {
font-size: 14px;
line-height: 24px;
}
.changelog-single-wrapper {
border-radius: 10px;
padding-top: 20px;
padding-bottom: 20px;
}
.changelog-date-text {
margin-top: 0;
font-size: 18px;
}
.changelog-content {
grid-row-gap: 25px;
}
.changelog-tag {
font-size: 22px;
line-height: 32px;
}
.changelog-list-circel {
width: 6px;
height: 6px;
}
.changelog-tag-wrap {
margin-bottom: 20px;
}
.license-content {
grid-row-gap: 26px;
}
.license-icons-grid {
grid-row-gap: 15px;
flex-flow: wrap;
display: flex;
}
.license-description-text {
font-size: 15px;
font-weight: 400;
line-height: 25px;
}
.license-icon-single-wrap {
grid-row-gap: 10px;
flex-flow: wrap;
width: 50px;
height: 50px;
}
.license-image-grid {
grid-column-gap: 10px;
grid-row-gap: 10px;
grid-template-columns: 1fr;
}
.license-title-description {
margin-bottom: 30px;
}
.license-title {
font-size: 24px;
font-weight: 600;
line-height: 34px;
}
.contact-us-details-wrapper {
grid-row-gap: 10px;
border-radius: 10px;
}
.contact-us-details-single {
grid-column-gap: 8px;
}
.contact-us-details-icon-wrapper {
border-radius: 5px;
width: 35px;
height: 35px;
}
.contact-us-details-text {
font-size: 16px;
font-weight: 400;
line-height: 26px;
}
.contact-us-details-icon {
max-width: 18px;
}
.contact-us-form-wrapper {
padding-left: 15px;
padding-right: 15px;
}
.contact-us-form-wrap {
grid-row-gap: 15px;
}
.contact-us-form-text {
font-size: 16px;
line-height: 26px;
}
.contact-us-form-text-field {
padding-left: 15px;
padding-right: 15px;
font-size: 13px;
font-weight: 400;
}
.contact-us-form-textarea {
min-height: 120px;
padding: 10px 15px;
font-size: 13px;
font-weight: 400;
}
.contact-us-form-submit-button {
margin-top: 24px;
padding-top: 14px;
padding-bottom: 14px;
}
.pricing-plan-single-title-wrapper {
max-width: 400px;
}
.style-guide-paragraph-title {
margin-bottom: 10px;
font-size: 25px;
line-height: 35px;
}
.style-guide-paragraph-text {
font-size: 14px;
line-height: 24px;
}
.style-guide-button-arrow {
width: 50px;
height: 50px;
}
.style-guide-button-wrapper {
grid-column-gap: 15px;
grid-row-gap: 15px;
flex-flow: wrap;
}
.style-guide-color-plate-grid {
grid-template-columns: 1fr 1fr;
}
.style-guide-color-plate-wrapper {
border-radius: 10px;
}
.pricing-plan-tabs-menu {
border-radius: 10px;
width: 100%;
}
.pricing-plan-tab-link {
text-align: center;
padding-left: 15px;
padding-right: 15px;
font-size: 16px;
font-weight: 500;
}
.pricing-plan-top-content {
min-height: 220px;
}
.pricing-plan-logo-image {
width: 100%;
max-width: 140px;
}
.pricing-plan-man-image {
max-width: 100px;
}
.pricing-plan-name-price-wrap {
margin-bottom: 20px;
}
.pricing-plan-price {
font-size: 30px;
line-height: 40px;
}
.featured-icon {
max-width: 22px;
}
.pricing-details-content {
grid-row-gap: 30px;
}
.pricing-details-card {
border-radius: 10px;
}
.pricing-details-title {
font-size: 24px;
font-weight: 500;
line-height: 34px;
}
.pricing-details-short-text {
font-size: 15px;
}
.pricing-price {
font-size: 24px;
line-height: 34px;
}
.pricing-select-plan {
min-height: 52px;
padding: 8px 15px;
}
.pricing-select-plan-wrap {
padding-right: 15px;
}
.pricing-add-to-cart-button {
min-height: 52px;
margin-top: 10px;
font-size: 16px;
}
.pricing-details-name, .pricing-details-rich h2 {
font-size: 28px;
font-weight: 500;
line-height: 38px;
}
.pricing-details-rich li {
font-size: 14px;
line-height: 24px;
}
.blog-details-name-wrapper {
margin-bottom: 30px;
}
.blog-details-name {
font-size: 22px;
line-height: 32px;
}
.blog-details-author-image-wrap {
width: 100%;
max-width: 60px;
}
.blog-details-author-name {
margin-bottom: 5px;
font-size: 20px;
line-height: 30px;
}
.blog-details-read-time-date-text {
font-size: 14px;
}
.blog-details-rich-content h2 {
font-size: 24px;
font-weight: 600;
line-height: 34px;
}
.blog-details-rich-content blockquote {
background-position: 50% 40px;
background-size: 50px;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 100px;
padding-left: 10px;
padding-right: 10px;
font-size: 18px;
line-height: 28px;
}
.blog-details-rich-content ul {
grid-row-gap: 10px;
}
.blog-details-rich-content li {
font-size: 14px;
font-weight: 400;
line-height: 24px;
}
.blog-details-rich-content figure {
margin-top: 20px;
margin-bottom: 20px;
}
.preview-banner-top-content {
margin-bottom: 40px;
}
.preview-banner-typography {
max-width: 400px;
}
.preview-banner-heading {
font-size: 28px;
line-height: 38px;
}
.preview-banner-description {
width: 100%;
max-width: 360px;
margin-left: auto;
margin-right: auto;
}
.preview-banner-button-wrapper {
grid-column-gap: 10px;
flex-flow: wrap;
}
.preview-banner-bottom-content {
grid-column-gap: 10px;
max-width: 320px;
padding: 15px 10px;
}
.preview-banner-card-image-wrap-left, .preview-banner-card-image-wrap-right {
max-width: 74px;
}
.included-single {
border-radius: 15px;
padding: 30px 15px;
}
.included-icon {
width: 100%;
max-width: 55px;
}
.included-title {
font-size: 22px;
font-weight: 600;
line-height: 32px;
}
.included-description-text {
font-size: 14px;
line-height: 24px;
}
.demo-home-link {
border-radius: 15px;
padding: 15px;
}
.demo-home-tag-wrap {
padding-top: 10px;
padding-bottom: 10px;
}
.demo-home-tag-text {
font-size: 20px;
line-height: 30px;
}
.demo-single {
padding: 15px;
}
.demo-single-tag-wrapper {
padding-top: 10px;
padding-bottom: 10px;
}
.demo-single-tag {
font-size: 18px;
line-height: 27px;
}
.template-core-features-content {
grid-row-gap: 30px;
}
.template-core-features-single.left-padding {
grid-row-gap: 25px;
padding: 15px;
}
.template-core-features-single.email-signatures {
padding: 15px;
}
.template-core-features-title-description {
margin-bottom: 25px;
}
.template-core-features-title {
margin-bottom: 10px;
font-size: 22px;
font-weight: 600;
}
.figma-title {
font-size: 28px;
line-height: 38px;
}
.figma-button-wrapper {
grid-row-gap: 15px;
flex-flow: column;
}
.figma-top-content {
grid-row-gap: 20px;
width: 100%;
max-width: 300px;
margin-left: auto;
margin-right: auto;
}
.figma-description-text {
font-size: 14px;
line-height: 24px;
}
.figma-shape {
height: 100px;
}
.preview-footer-top-content {
padding-top: 60px;
padding-bottom: 60px;
}
.preview-footer-title {
font-size: 28px;
line-height: 38px;
}
.preview-footer-description-text {
font-size: 15px;
line-height: 25px;
}
.preview-footer-dateils-text {
font-size: 14px;
line-height: 24px;
}
.style-guide-color-plate._2 {
border-top-right-radius: 10px;
}
.style-guide-color-plate._3 {
border-top-right-radius: 0;
}
.style-guide-color-plate._4 {
border-bottom-left-radius: 0;
}
.style-guide-color-plate._5 {
border-bottom-left-radius: 10px;
}
.testimonials-tab-menu-link-active {
max-width: 15px;
}
.course-details-top-content {
margin-bottom: 30px;
}
.course-details-name {
font-size: 20px;
line-height: 30px;
}
.course-details-author-image-name-wrap {
grid-row-gap: 10px;
flex-flow: wrap;
}
.course-details-author-name {
font-size: 20px;
line-height: 30px;
}
.course-details-short-categories {
padding-left: 10px;
padding-right: 10px;
}
.course-details-short-categories-icon {
width: 100%;
max-width: 20px;
}
.course-details-short-categories-text {
font-size: 14px;
}
.course-details-lessons-description-text {
font-size: 15px;
line-height: 25px;
}
.course-details-lessons-card {
grid-row-gap: 15px;
flex-flow: column;
justify-content: space-between;
align-items: flex-start;
}
.get-video-single {
border-radius: 12px;
}
.get-video-play-button {
max-width: 60px;
}
.get-video-featured {
border-radius: 12px;
padding: 15px;
}
.get-video-featured-title {
font-size: 22px;
line-height: 32px;
}
.get-video-featured-list-single {
justify-content: flex-start;
align-items: flex-start;
}
.get-video-featured-list-icon {
margin-top: 5px;
}
.get-video-featured-list-text {
font-size: 15px;
}
.get-video-featured-text-wrap {
margin-top: 20px;
}
.get-video-featured-text {
font-size: 14px;
}
.about-mentor-wrapper {
margin-top: 40px;
}
.about-mentor-title {
font-size: 28px;
line-height: 38px;
}
.about-mentor-image-wrap {
max-width: 140px;
}
.about-mentor-name {
font-size: 22px;
line-height: 32px;
}
.about-mentor-description {
font-size: 14px;
line-height: 24px;
}
.about-counter-grid {
grid-column-gap: 15px;
grid-row-gap: 20px;
}
.about-counter-line {
margin-top: 10px;
margin-bottom: 10px;
}
.about-counter-name {
font-size: 14px;
font-weight: 400;
line-height: 24px;
}
.cart-remove-button {
width: 50px;
height: 50px;
}
.cart-name {
font-size: 18px;
line-height: 28px;
}
.cart-header-title {
font-size: 26px;
line-height: 36px;
}
.cart-packe {
font-size: 16px;
}
.cart-close-button {
width: 45px;
height: 45px;
}
.navbar-cart-icon {
width: 20px;
}
.cart-quantity {
min-width: 16px;
height: 16px;
font-size: 10px;
}
.dropdown-grid {
grid-template-columns: 1.2fr;
}
.menu-dropdown-wrapper {
margin-bottom: 15px;
}
.dropdown-pd.pd-60px {
padding-left: 15px;
padding-right: 15px;
}
.more-temple-text-link {
font-size: 16px;
line-height: 26px;
}
.dropdown-title {
font-size: 20px;
}
.dropdown-menu-text-link-block {
font-size: 15px;
}
.dropdown-toggle {
font-size: 17px;
}
}
#w-node-_8f52ba71-185b-819c-0e3f-5e8649682f14-5a67d14e {
order: 9999;
}
#w-node-_8f52ba71-185b-819c-0e3f-5e8649682f0a-5a67d14e {
grid-area: Area;
}
#w-node-_9a224b60-f557-150b-8062-e4bbef078d03-81b431a4, #w-node-_9a224b60-f557-150b-8062-e4bbef078d2f-81b431a4, #w-node-_9a224b60-f557-150b-8062-e4bbef078d57-81b431a4 {
grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_0829cab6-45df-b8f7-6d37-6d25642cfd18-5dc8143e {
order: 9999;
}
#w-node-_0829cab6-45df-b8f7-6d37-6d25642cfd91-5dc8143e {
grid-area: Area;
}
@media screen and (max-width: 767px) {
#w-node-c34f029f-e038-2438-93f6-b0a77d1730d0-5dc8143e, #w-node-_3d6f5147-5441-55e6-bf71-99bdbf52182e-9dcf251b {
grid-area: span 1 / span 1 / span 1 / span 1;
}
}
@font-face {
font-family: 'Fa Solid 900';
src: url(//neotericacademy.com.au/wp-content/themes/neoteric-academy/assets/img/6721d315113be4f1db4c6586_fa-solid-900.ttf) format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Fa Brands 400';
src: url(//neotericacademy.com.au/wp-content/themes/neoteric-academy/assets/img/6721d315113be4f1db4c655b_fa-brands-400.ttf) format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Fa V 4 Compatibility';
src: url(//neotericacademy.com.au/wp-content/themes/neoteric-academy/assets/img/6721d3153906b9d73c04e060_fa-v4compatibility.ttf) format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
}