/*
Theme Name: Martina Sholiton Child
Template: martina-sholiton
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: martina-sholiton-child

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@charset "utf-8";


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    font-family: sans-serif;
    /* 1 */

    -ms-text-size-adjust: 100%;
    /* 2 */

    -webkit-text-size-adjust: 100%;
    /* 2 */
}

:root {
    --poppins: "Poppins", sans-serif;
    --yellow: #F4C430;
    --white: #ffffff;
    --blue: #002855;
    --darkColor: #222222;
}

/**
 * Remove default margin.
 */

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */

    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */

    font: inherit;
    /* 2 */

    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
/* 1 */

input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */

    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */

    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */

    box-sizing: content-box;
    /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0;
    /* 1 */

    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */

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

td,
th {
    padding: 0;
}

::-moz-selection {
    background-color: #007d9d;
    color: #fff;
    text-shadow: none;
}

::selection {
    background-color: #007d9d;
    color: #fff;
    text-shadow: none;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    color: inherit;
    opacity: 0.7;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
    color: inherit;
    opacity: 0.7;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.7;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--poppins) !important;
    font-size: 16px;
    overflow-x: hidden;
    color: var(--darkColor) !important;
}

.container:after,
.container:before {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
figure {
    margin: 0;
    padding: 0;
}

img {
    margin: 0;
    padding: 0;
    border: none;
    max-width: 100%;
    height: auto !important;
    display: block;
}

a,
button,
input {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a {
    text-decoration: none !important;
}

/**************global css end*******/

/************** Custom global css start *******/

.container {
    position: relative;
}

.common-btn {
    min-width: 218px;
    min-height: 50px;
    border-radius: 50px;
    border: 1px solid #FFD700;
    box-shadow: 0px 16px 20px 0px #22222280;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    line-height: 100%;
    padding: 0 38px;
}

.common-btn.btn-yellow {
    background-color: #FFD700;
    color: var(--blue);
}

.common-btn.btn-yellow i {
    margin-right: 5px;
}

.common-btn.border-btn-yellow,
.common-btn.btn-yellow:hover {
    background-color: transparent;
    color: #FFD700;
}

.common-btn.border-btn-yellow:hover {
    background-color: #FFD700;
    color: var(--blue);
}

/************** Custom global css end *******/

/* Hero section start */
.hero-sec {
    padding: 227px 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    min-height: 919px;
}

.hero-sec::before,
.thankyou-sec::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url(images/banner-top-line.svg) no-repeat top left;
    width: 100%;
    height: 148px;
    background-size: contain;
}

.hero-sec::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    background: url(images/banner-bottom-shape.svg) no-repeat bottom center;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
}

.hero-sec-wrapper {
    position: relative;
    z-index: 9;
}

.hero-text-content {
    background: linear-gradient(245.09deg, rgba(255, 215, 0, 0.6) 0%, rgba(218, 165, 32, 0.6) 100.1%);
    border: 4px solid #FFEC8480;
    box-shadow: 0px 33px 80px 0px #22222299;
    backdrop-filter: blur(5px);
    padding: 81px 44px;
    border-radius: 60px;
}

.hero-text-content h1 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 72px;
    line-height: 98px;
    text-shadow: 3px 4px 0 #FFEC84;
    margin-bottom: 0;
}

/* Hero Section End */

/* Step Form Section Start */
.step-form-section {
    background: linear-gradient(360deg, #222222 -54.17%, #0b2644 100%);
}

.step-form-row {
    background: var(--yellow);
    padding: 56px 37px;
    box-shadow: 0px 33px 80px 0px #22222280;
    border-radius: 60px;
    margin-top: -155px;
}

.step-form-wrapper .top-text p {
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    max-width: 1044px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 33px;
}

.form-light-box {
    background-color: var(--white);
    box-shadow: 0px 0px 30px 0px #00000026 inset;
    border-radius: 60px;
    padding: 47px 48px;
}

.custom-label {
    font-weight: 600;
    font-size: 26px;
    line-height: 35px;
    color: var(--blue);
    margin-bottom: 38px;
    position: relative;
    padding-left: 132px;
    padding-top: 9px;
}

.custom-label span {
    font-weight: 700;
    font-size: 42px;
    line-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.custom-radios {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    padding-left: 130px;
    margin-bottom: 30px;
}

.custom-radios .form-check label.form-check-label {
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
}

.custom-radios .form-check.is-invalid label.form-check-label {
    color: #f00;
}

.custom-radios .form-check {
    display: flex;
    align-items: center;
    padding-left: 32px;
    gap: 20px;
}

.custom-radios .form-check .form-check-input {
    margin-left: -32px;
    width: 32px;
    height: 32px;
    border: 3px var(--blue) solid;
    background-position: center top 1px;
    margin-top: 0;
}

.custom-radios .form-check.is-invalid .form-check-input {
    border-color: #f00;
}

.custom-radios .form-check .form-check-input:checked {
    background-color: var(--white);
    border-color: var(--blue);
    box-shadow: none;
}

.custom-radios .form-check .form-check-input:checked[type=radio] {
    background-image: url(images/checked-blue.svg);
}

.step-form-progress {
    max-width: 940px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    text-align: center;
}

.step-on-progress {
    width: 45px;
    height: 45px;
    background: #DAA520;
    border-radius: 50%;
    font-weight: 500;
    line-height: 100%;
    color: var(--blue);
    margin: 0 auto;
    padding: 15px 0;
}

.step-each-fill-item {
    position: relative;
    width: 20%;
}

.step-each-fill-item.full-done:not(:last-child)::before {
    width: 100%;
    left: 50%;
}

.step-each-fill-item.half-done:not(:last-child)::before {
    width: 50%;
    left: 50%;
}

.step-each-fill-item:not(:last-child)::before,
.step-each-fill-item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 24px;
    height: 2px;
    background: #DAA520;
}

.step-each-fill-item:not(:last-child)::after {
    left: 50%;
    width: 100%;
}

.step-each-fill-item:not(:last-child)::before {
    background: var(--blue);
    z-index: 9;
    transition: width 0.3s ease;
}

.step-number {
    position: relative;
    z-index: 9;
}

.step-each-fill-item p {
    margin: 17px 0 0;
    font-size: 16px;
    line-height: 26px;
    color: #FFEC84;
}

.step-each-fill-item.active p {
    color: var(--darkColor);
}

.step-done {
    width: 45px;
    height: 45px;
    background: var(--blue);
    color: var(--white);
    border-radius: 50%;
    font-weight: 500;
    line-height: 100%;
    margin: 0 auto;
    font-size: 20px;
    display: none;
    padding: 13px 0;
    text-align: center;
}

.step-done i {
    margin: 0 auto;
}

.step-each-fill-item.active .step-on-progress {
    display: none;
}

.step-each-fill-item.active .step-done {
    display: inline-flex;
}

.custom-form-wrapper {
    width: 100%;
    margin-bottom: 20px;
}

input.custom-form-control,
select.custom-form-control {
    width: 100%;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #FFD700;
    box-shadow: 0px 0px 30px 0px #0000001A inset;
    background: var(--white);
    line-height: 100%;
    color: #666666;
    padding: 10px 38px;
}

select.custom-form-control {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m19 9l-7 6l-7-6"/></svg>');
    background-repeat: no-repeat;
    background-position: right 20px center;
    -webkit-appearance: none;
    background-size: 20px;
}

.step.step5 {
    max-width: 790px;
    margin: 29px 0 29px 49px;
}

.form-light-box form input[type="submit"],
a.next-btn {
    min-width: 178px;
    min-height: 50px;
    border-radius: 50px;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0px 10px 20px 0px #2222224D;
    background: var(--blue);
    color: #FFD700;
    text-transform: capitalize;
    margin-top: 10px;
}

a.next-btn {
    margin-left: 130px;
}

.form-light-box form input[type="submit"]:hover,
a.next-btn:hover {
    background-color: var(--yellow);
    color: var(--blue);
}

/* Step Form Section End */

/* Thank you page start */
.thankyou-sec {
    background-color: #FFD7004D;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 103px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}

.thankyou-blue-wrap {
    background: linear-gradient(22.89deg, #222222 -61.64%, #002855 116.69%);
    box-shadow: 0px 33px 80px 0px #22222299;
    backdrop-filter: blur(30px);
    padding: 68px 25px 23px;
    border-radius: 60px;
    color: var(--white);
}

.thankyou-text-content {
    max-width: 955px;
    margin: 0 auto;
    text-align: center;
}

.thankyou-text-content h1 {
    font-weight: 700;
    font-size: 72px;
    line-height: 98px;
    color: #FFD700;
    text-shadow: 4px 5px 0 var(--darkColor);
    margin: 0;
}

.thankyou-text-content h2 {
    font-weight: 700;
    font-size: 52px;
    line-height: 98px;
    color: #FFD700;
    text-shadow: 4px 5px 0 var(--darkColor);
}

.thankyou-text-content h3 {
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 20px;
}

.thankyou-text-content p {
    font-size: 22px;
    line-height: 36px;
}

.martina-info {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 80px;
    margin-bottom: 48px;
}

.martina-info-left {
    min-width: 310px;
}

.martina-info-left img {
    width: 310px;
    height: 310px !important;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    box-shadow: 0px 20px 30px 0px #DAA52033;
}

.martina-info-right {
    text-align: left;
}

.martina-info-right h2 {
    font-size: 58px;
    line-height: 68px;
    text-shadow: none;
}

.martina-info-right h3 {
    max-width: 555px;
}

.martina-info-right p {
    font-size: 16px;
    line-height: 26px;
    max-width: 487px;
}

.martina-info-right .btns-group {
    display: flex;
    gap: 15px 30px;
    flex-wrap: wrap;
    margin-top: 20px;
}

/* Thank you page End */

/* Loader start */
.form-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader-spinner {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #333;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Loader end */

/* Footer start */
.footer-p p {
    margin-bottom: 0;
    color: var(--white);
    padding: 13px 0;
    text-align: center;
}

/* Footer End */