@import url('https://rsms.me/inter/inter-ui.css');

@font-face {
    font-family: 'Helvetica'; /*a name to be used later*/
    src: url('../fonts/helvetica/Helvetica.ttf'); /*URL to font*/
}

h1, .h1 {
  /*font-size: 2.5rem;*/
  font-size: 1.75rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

body,
html {
    width: 100%;
    height: 100%;
}

body {
    /*    font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;*/
    font-family: 'Inter UI', sans-serif;
    font-weight: 100;
    /*background-color: #f7f7f7;*/
    background-color: #fff;
    color: #000;
    font-size: 1rem;
}

hr {
    max-width: 50px;
    border-width: 3px;
    border-color: #F05F40;
}

hr.light {
    border-color: #fff;
}

a {
    color: #F05F40;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

a:hover {
    /*color: #f05f40;*/
    color: #faa31c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;*/
}

.bg-primary {
    background-color: #F05F40 !important;
}

.bg-dark {
    background-color: #212529 !important;
}

.text-faded {
    color: rgba(255, 255, 255, 0.7);
}

section {
    padding: 8rem 0;
}

.section-heading {
    margin-top: 0;
}

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

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

img::selection {
    color: #fff;
    background: transparent;
}

img::-moz-selection {
    color: #fff;
    background: transparent;
}

#mainNav {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: #ffffffe0;
    /*font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;*/
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 0px 14px 29px 0px rgba(0,0,0,0.035);
}

#mainNav .navbar-brand {
    /*font-weight: 700;*/
    color: #000;
    /*font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;*/
    font-size: initial;
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    /*color: #f05f40;*/ 
    color: #faa31c;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    font-size: .9rem;
    /*font-weight: 700;*/  
    color: #212529;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    /*color: #F05F40;*/ 
    color: #faa31c;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
    color: #F05F40 !important;
    background-color: transparent;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
    background-color: transparent;
}

@media (min-width: 992px) {
    #mainNav {
        border-color: transparent;
        background-color: white;
    }
    #mainNav .navbar-brand {
        /*color: rgba(255, 255, 255, 1.0);*/
        color: black;
    }
    #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
        /*color: #fff;*/
        color: #faa31c;
    }
    #mainNav .navbar-nav > li.nav-item > a.nav-link {
        padding: 0.5rem 1rem;
    }
    #mainNav .navbar-nav > li.nav-item > a.nav-link,
    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
        /*color: rgba(255, 255, 255, 1.0);*/
        color: black;
    }
    #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
        /*color: #fff;*/
        color: #faa31c;
    }
    #mainNav.navbar-shrink {
        border-bottom: 1px solid rgba(33, 37, 41, 0.1);
        background-color: #fff;
    }
    #mainNav.navbar-shrink .navbar-brand {
        color: #000;
    }
    #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
        /*color: #f05f40;*/
        color: #faa31c;
    }
    #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
    #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
        color: #212529;
    }
    #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
    #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
        /*color: #F05F40;*/
        color: #faa31c;
    }
}

header.masthead {
    padding-top: 10rem;
    padding-bottom: calc(10rem - -94px);
    background-image: url("../img/background-005.png");
    background-position: center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    opacity: 0.80;
    background-color: #F7F8F9;
    margin-top: 54px;
}

header.masthead hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

header.masthead h1 {
    font-size: 2rem;
}

header.masthead p {
    font-weight: 300;
}

.tab-area-container {
    margin-top: -350px !important;
}

@media (min-width: 768px) {
    header.masthead p {
        font-size: 1.15rem;
    }
}

@media (min-width: 992px) {
    header.masthead {
        /*height: 100vh;*/
        /*min-height: 800px;*/
        min-height: 500px;
        padding-top: 0;
        padding-bottom: 0;
    }
    header.masthead h1 {
        font-size: 3rem;
    }

    .tab-area-container {
        margin-top: -400px !important;
    }
}

@media (min-width: 1200px) {
    header.masthead h1 {
        font-size: 4rem;
    }
    .tab-area-container {
        margin-top: -700px !important;
    }
}

.text-primary {
    color: #F05F40 !important;
}

.btn {
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 300px;
    /*    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;*/
}

.btn-xl {
    padding: 1rem 2rem;
}

.btn-primary {
    background-color: #F05F40;
    border-color: #F05F40;
    color: white !important;
}

/*     color: #fff;
    background-color: #5ed5cf !important;
} */

.btn-primary:active, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
}



/* Style the tab */
.tab {
    overflow: hidden;
    background-color: #ffffff59;

    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;

    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
    box-shadow: 0 0.5em 2em rgba(27,41,42,0.1);
}

/* Style the buttons inside the tab */
.tab button {
    /*background-color: inherit;*/
    background-color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 32px 16px;
    transition: 0.3s;
    font-size: 17px;
    width: calc((100% - 4px) / 5);
}

/* Change background color of buttons on hover */
.tab button:hover {
    /*background-color: #83fbf996;*/
    /*background-color: #faa31c4a;*/
    background-color: #fff3a64a;
}

/* Create an active/current tablink class */
.tab button.active {
    /*background-color: white;*/
    background-color: #fff3a6;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
    background-color: white;
    color: black;
    /*height: 560px;*/

    border: 1px solid #e0e0e0;
    border-radius: .5em;
    margin-top: 20px;
}

.tab-area {
    position: relative;
    /*border: 1px solid #e2e2e2;*/    
    box-shadow: 0px 14px 29px 0px rgba(0,0,0,0.03);
}

.tab-area .title-section {
    border-top: solid 1px #EEEEEE;
    border-bottom: solid 1px #EEEEEE;
    background-color: white;
    color: black;
    padding: 2vw 3vw 2vw 3vw;

    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em;
}

.tab-area .title-section .title {
    margin-bottom: 0;
    /*color: #434C6D;*/
    color: #000;
    font-weight: 700;
}

.tabcontent .input-label {
    display: block;
    text-align: left;
    font-weight: 500;
}

.tabcontent .shape-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;

    align-items: center;
    justify-content: center;
}

.shape-container img {
    width: 90%;
    margin-top: 64px;
    margin-bottom: 64px;
}
.btn-calculate{
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    width: 211px;
    margin-left: auto;
    margin-right: auto;
    /*background-image: linear-gradient(19deg, #63E4C9, #4EA8DD);*/
    background-image: linear-gradient(19deg, #ffeed5, #ff9a00);
    /*box-shadow: 0px 2px 19px 0px rgba(38,185,154,0.5);*/
    text-transform: initial;
}

.tab .tab-icon {
    height: 50px;
}

.tab .vertical-divider {     
    width: 1px;    
    background-color: inherit;
    height: 100%;
    float: left;
}

.tab .vertical-divider .inner-divider{ 
    border-width: 1px;
    width: 1px;
    border-left: solid 1px white;
    margin-top: 13px;
    height: 85px;
    margin-bottom: 16px
}

.input-container {
    padding-left: 2vw;
    /*height: 560px;*/
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.input-section .input-field {
    text-align: right;
    border-radius: 2px;  
    border: 1px solid #dfdfdf;
    background: #f7f7f7;
    padding-right: 24px;
    height: 40px;
    margin-bottom: 16px;
    width: calc(100% - 50px);
}

.result-area {
    background-color: transparent;
    color: white;
    padding: 24px;
    margin-top: 5vw;
    margin-bottom: 5vw;
    /*box-shadow: 0px 5px 13px 0px rgba(17,163,132,0.36);*/
    /*background-image: linear-gradient(19deg, #63E4C9, #4EA8DD);*/
    /*background-image: linear-gradient(19deg, #ffeed5, #ff9a00);*/
    background-image: linear-gradient(19deg, #ff9a00, #ffeed5);
    box-shadow: 0px 14px 29px 0px rgba(0,0,0,0.1);
    min-height: 170px;

    background-size: 400% 400%;
    -webkit-animation: AnimationName 4s ease infinite;
    -moz-animation: AnimationName 4s ease infinite;
    animation: AnimationName 4s ease infinite;
}

.result-area .title {

}

.result-area .result-content {
    min-height: 50px;
    padding-top: 12px;
}

.about-area {
    border: 1px solid #e2e2e2;
    box-shadow: 3px 3px 29px 8px rgba(0,0,0,0.03);
    padding: 3vw;
    background-color: white;
}

.about-area .about-title {
    /*color: #434c6d;*/
    color: #000;
}

.about-area .about-content {
    padding-top: 30px;
}

.unit {
    color: #898989;
    padding-left: 16px;
}

.unit-select {
    /*background-image: linear-gradient(19deg, #63E4C9, #4EA8DD);*/
    background-image: linear-gradient(19deg, #ff9a00, #ffeed5);
    height: 40px;
    border-radius: 3px;
    outline: none;
    border: none;
    color: white;
    width: 10vw;
    padding: 0px 8px;
    /*background-color: #59c7d3;*/
    margin-left: 8px;
    min-width: 120px;
    -moz-appearance: none;
}

#contact {
    background-color: #F7F8F9;
    margin-top: 5vw;
    /*color: #434C6D; */
    color: #000000;   
    padding: 4rem 0;
    border-top: 1px solid #e2e2e2;
}

#contact .logo-title {
    display: inline-block;
    font-size: 24px;
    line-height: 80px;
    padding-left: 8px;
}

#contact .logo-icon {
    margin-top: 16px;
    width:32px;
    height: 36px;
}

#contact .share-icon {
    color: #26B99A;
}

#contact .share-content {
    margin-top: 16px;
}

#contact .links-content, #contact .about-content {
    color: #A1A6B6;
    margin-top: 16px;
}

#contact .logo-container {
    display: flex;
    flex-direction: column;
}

.page-aside-area {
    min-height: 300px;
    min-width: 300px;
    display: block;
}

.page-aside-area .sample {
    /*background-color: gray;*/
    min-width: 300px;
    min-height: 300px;
    width: 300px;
    height: 300px;
    margin: 16px;
    padding: 24px;
    position: relative;
}

.sample .title {
    font-weight: 600;
}

.sample .desc {
    font-size: 0.9rem;
    padding-top: 16px;
    font-weight: 100;
}
.sample .btn-ads-trigger{
    color: white;
    border-radius: 5px;
    /*background-color: #faa31c;*/
    background-image: linear-gradient(19deg, #ffeed5, #ff9a00);
    width: calc(100% - 48px);
    align-self: auto;
    position: absolute;
    bottom: 16px;
    font-size: 0.9rem;
    padding: 1rem 0;
}

.sample .btn-ads-trigger:hover{
    -webkit-animation: scaleButton 900ms;
    animation: scaleButton 900ms; 
}

.page-aside-area .sample.left{
    float: left;
    border: 1px solid #e0e0e0;
    background-color: #FFFFFF;
    box-shadow: 0 0.5em 2em rgba(27,41,42,0.0625);
    border-radius: 0.5em;
    padding: 1.5rem;
}
.page-aside-area .sample.right{
    float: right;
    border: 1px solid #e0e0e0;
    background-color: #FFFFFF;
    box-shadow: 0 0.5em 2em rgba(27,41,42,0.0625);
    border-radius: 0.5em;
    padding: 1.5rem;
}

@media (min-width: 1200px) {
    .page-aside-area.desktop{
        display: block;
    }
    .page-aside-area.mobile{
        display: none;
    }
}

@media (max-width: 1199px) {
    .page-aside-area.mobile{
        /*display: block;*/
        margin-bottom: 5vw;
        display: none;
    }
    .page-aside-area.desktop {
        display: none;
    }
}

@media (max-width: 767px) {
    .page-aside-area.mobile .sample.right{
        display: none;
    }
    .tab-area .title-section .title {
        font-size: 18px;
        padding-top: 11px;
    }

    .tabcontent {
        height: 800px !important;
    }

    .page-aside-area .sample {
        margin: auto;
    }

    .page-aside-area .sample.left {
        float: initial;
        width: 100%;
    }

    .tab .tab-icon {
        height: 36px;
    }

    .tab .vertical-divider .inner-divider {
        margin-top: 16px;
        margin-bottom: 16px;
        height: 67px;
    }
    .col-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 36px;
    }
}

@media (max-width: 576px) {
    .tab button {
        padding: 16px 16px;
    }
    .tab .vertical-divider .inner-divider {
        margin-top: 16px;
        margin-bottom: 16px;
        height: 32px;
    }
    #contact {
        /*padding-left: 12px;*/
        padding-left: 36px;
        padding-right: 12px;
    }
    .result-area {
        margin-top: 11vw;
    }

    #contact .logo-container {        
        flex-direction: row-reverse;
        justify-content: flex-end;

    }

    #contact .logo-icon {
        margin-top: -4px;
        margin-right: 10px;
    }
    
    #contact .sm-elements {
        margin-top: 12px;
    }
}

/*@-webkit-keyframes scaleButton {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    33% {
        -webkit-transform: scale(1.125);
        transform: scale(1.125);
    }
    55% {
        -webkit-transform: scale(0.9735);
        transform: scale(0.9735);
    }
    77% {
        -webkit-transform: scale(1.0625);
        transform: scale(1.0625);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scaleButton {
    0% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
33% {
    -webkit-transform: scale(1.125);
    transform: scale(1.125);
}
55% {
    -webkit-transform: scale(0.9735);
    transform: scale(0.9735);
}
77% {
    -webkit-transform: scale(1.0625);
    transform: scale(1.0625);
}
100% {
    -webkit-transform: scale(1);
    transform: scale(1);
}*/


@-webkit-keyframes AnimationName {
    0%{background-position:50% 0%}
    50%{background-position:51% 100%}
    100%{background-position:50% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:50% 0%}
    50%{background-position:51% 100%}
    100%{background-position:50% 0%}
}
@keyframes AnimationName { 
    0%{background-position:50% 0%}
    50%{background-position:51% 100%}
    100%{background-position:50% 0%}
}