/*
Theme Name: Martina Child
Template: martina
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-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: #FFD700;
    --white: #ffffff;
    --blue: #1C3D5A;
    --darkColor: #2B2B2B;
    --sky: #89CFF0;
}

/**
 * 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: 14px !important;
    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;
    max-width: 1140px !important;
}


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

/* Main Wrapper start */
.main-wrapper {
    max-width: 1410px;
    margin: 0 auto;
    padding-top: 30px;
    padding-right: 55px;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
}

.main-wrapper-inner-holder {
    position: relative;
}

.main-wrapper-inner-holder::before {
    content: '';
    position: absolute;
    left: -55px;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(images/half-circle.svg) no-repeat left center;
    background-size: contain;
    z-index: -1;
}

.main-wrapper-inner-holder::after {
    content: '';
    width: 942px;
    height: 100%;
    background: #89CFF080;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 100px 100px 0;
    z-index: -1;
}

.content-left {
    width: 600px;
    height: 600px;
    margin-left: -52px;
    position: relative;
    z-index: 9;
}

.content-left img {
    width: 100%;
    height: 100% !important;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 14px 80px 0px #1C3D5A4D;
}

.content-right {
    padding: 68px 0 46px;
}

.content-right h2 {
    font-weight: 500;
    font-style: Italic;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 11px;
}

.content-right h1 {
    font-weight: 700;
    font-size: 52px;
    line-height: 66px;
    color: var(--blue);
    margin-bottom: 23px;
}

.content-right ul {
    padding: 0;
    margin: 0 0 36px 0;
}

.content-right ul li {
    display: inline-block;
    font-weight: 700;
    font-style: Italic;
    font-size: 24px;
    line-height: 36px;
    position: relative;
}

.content-right ul li+li {
    padding-left: 10px;
    margin-left: 10px;
}

.content-right ul li+li::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--blue);
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
}

.ribbon-wrapper {
    padding: 38px 0;
    position: relative;
    margin-bottom: 18px;
}

.content-right h3 {
    color: var(--yellow);
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    z-index: 9;
    position: relative;
    margin: 0;
}

.ribbon-wrapper::after {
    content: '';
    position: absolute;
    width: 972px;
    height: 100%;
    right: -119px;
    top: 0;
    background-color: var(--blue);
}

.content-right h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: var(--blue);
    margin-bottom: 20px;
}

.custom-form-flex {
    display: flex;
    gap: 15px 36px;
    flex-wrap: wrap;
}
.form-loader {
    width: 20px;
    height: 20px;
    border: 6px solid #1c3d5a;
    border-top: 6px solid #ffd700;
    border-radius: 50%;
    position: absolute;
    font-size: 0;
    left: 45%;
    bottom: -30px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
	0%   { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
input.custom-form-control,select.custom-form-control {
    height: 50px;
    border-radius: 50px;
    border: 1px solid var(--sky);
    background-color: var(--white);
    width: 100%;
    font-weight: 400;
    line-height: 24px;
    color: var(--darkColor);
    padding: 10px 28px;
}
select.custom-form-control{
	 appearance: none; 
  -webkit-appearance: none; 
  -moz-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 6.50001C13 2.91579 10.0842 -1.27453e-07 6.49999 -2.84124e-07C2.91577 -4.40796e-07 -1.25252e-05 2.91579 -1.26819e-05 6.50001C-1.28386e-05 10.0842 2.91577 13 6.49999 13C10.0842 13 13 10.0842 13 6.50001ZM6.11703 8.50797L3.40871 5.79963C3.35834 5.74939 3.31839 5.6897 3.29115 5.62398C3.26391 5.55826 3.24992 5.4878 3.24999 5.41666C3.24993 5.34552 3.26392 5.27507 3.29115 5.20935C3.31839 5.14363 3.35834 5.08394 3.40871 5.0337C3.62049 4.82191 3.96283 4.82191 4.17462 5.0337L6.49999 7.3591L8.82537 5.03372C9.03715 4.82194 9.3795 4.82194 9.59128 5.03372C9.80306 5.24551 9.80306 5.58785 9.59128 5.79963L6.88294 8.50797C6.67115 8.71976 6.32883 8.71976 6.11703 8.50797Z' fill='%23020202'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
  background-size: 13px;
  background-position: top 18px right 18px;
}
input.custom-form-control::placeholder {
    color: var(--darkColor);
}

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

.custom-form-wrapper .form-check-input[type=radio] {
    border: 2px var(--blue) solid;
    width: 19px;
    height: 19px;
}

.custom-form-wrapper .form-check-input:checked[type=radio] {
    background-image: url(images/check-blue.svg);
    background-size: 59%;
    background-position: center;
}

.custom-form-wrapper .form-check-input:checked {
    background-color: var(--white);
}

.custom-check-wrapper label.form-check-label {
    padding-top: 2px;
    padding-left: 7px;
}

input.submit-btn {
    font-family: "Mukta", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: var(--white);
    min-width: 182px;
    min-height: 42px;
    border-radius: 50px;
    background-color: var(--blue);
    border: none;
}


input.submit-btn:hover {
    background-color: var(--sky);
    color: var(--blue);
}

.custom-submit-btn {
    position: relative;
    display: inline-block;
    padding: 4px 54px 4px 4px;
    background-color: var(--yellow);
    border-radius: 50px;
    cursor: pointer;
}

.custom-submit-btn::after {
    content: '';
    position: absolute;
    top: 4px;
    right: 4px;
    background: url('data:image/svg+xml,<svg width="42" height="42" viewBox="0 0 42 42" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="21" cy="21" r="21" fill="white"/><path d="M25.8371 18.692L16.5292 28L15 26.4708L24.3069 17.1629H16.1042V15H28V26.8958H25.8371V18.692Z" fill="%231C3D5A"/></svg>') no-repeat center;
    width: 42px;
    height: 42px;
    transition: all ease-in-out 0.5s;
}

.custom-submit-btn:hover::after {
    transform: rotate(45deg);
    transition: all ease-in-out 0.5s;
}

/* Main Wrapper End */

.bottom-text {
    padding: 30px 0;
    text-align: center;
}

.bottom-text p {
    margin: 0;
}

/* Thank you page start */
.thankyou-main-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    padding: 75px 0 55px;
}

.thankyou-left {
    padding: 75px 0 30px 86px;
    max-width: 700px;
}

.main-heading {
    position: relative;
    max-width: 555px;
}

.thankyou-left h2 {
    font-weight: 700;
    font-size: 52px;
    line-height: 66px;
    color: var(--blue);
    margin-bottom: 28px;
}

.shadow-text {
    position: absolute;
    top: 0;
    left: 1px;
}

.shadow-text h2 {
    font-weight: 700;
    font-size: 52px;
    line-height: 66px;
    color: transparent;
    margin-bottom: 28px;
    color: #C0E3F4;
    position: relative;
    text-shadow: 1px 0 var(--yellow), -1px 0 var(--yellow), 0 1px var(--yellow), 0 -1px var(--yellow),
        1px 1px var(--yellow), -1px -1px var(--yellow), 1px -1px var(--yellow), -1px 1px var(--yellow);
}

.thankyou-left h3 {
    font-weight: 700;
    font-style: Italic;
    font-size: 28px;
    line-height: 40px;
    margin: 0;
}

.thankyou-inner-holder {
    background: #C0E3F4;
    border-radius: 100px 240px 100px 100px;
    position: relative;
}

.contact-holder {
    display: flex;
    align-items: center;
    gap: 30px;
    font-weight: 500;
    font-size: 22px;
    line-height: 33px;
}

.heading-block {
    border: 1px solid var(--sky);
    border-radius: 60px;
    padding: 40px 50px;
    margin-bottom: 38px;
    max-width: 532px;
}

.thankyou-bottom-text {
    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
    color: var(--yellow);
    text-align: center;
    padding: 30px 15px;
    background-color: var(--blue);
    border-radius: 0 0 100px 100px;
}

.thankyou-right {
    position: absolute;
    right: -53px;
    top: -67px;
}

.thankyou-right img {
    max-width: 490px;
}

.thankyou-right::after {
    content: '';
    position: absolute;
    top: 15px;
    right: 0;
    background: url('data:image/svg+xml,<svg width="281" height="281" viewBox="0 0 281 281" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M281 281C281 206.474 251.395 135.001 198.697 82.303C145.999 29.6053 74.5258 -8.88712e-07 0 0V281L281 281Z" fill="%23FFD700" fill-opacity="0.5"/></svg>') no-repeat right top;
    width: 281px;
    height: 281px;
    z-index: -1;
}

@media (min-width: 840px) {
    .mobile-show {
        display: none;
    }
}

/* Thank you page End */