@import url('bootstrap.min.css');


@font-face {
    font-family: 'Verdana';
    src: url('../fonts/Verdana.eot');
    src: url('../fonts/Verdana.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Verdana.woff2') format('woff2'),
        url('../fonts/Verdana.woff') format('woff'),
        url('../fonts/Verdana.ttf') format('truetype'),
        url('../fonts/Verdana.svg#Verdana') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Verdana';
    src: url('../fonts/Verdana-Bold.eot');
    src: url('../fonts/Verdana-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Verdana-Bold.woff2') format('woff2'),
        url('../fonts/Verdana-Bold.woff') format('woff'),
        url('../fonts/Verdana-Bold.ttf') format('truetype'),
        url('../fonts/Verdana-Bold.svg#Verdana-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Georgia';
    src: url('../fonts/Georgia-Bold.eot');
    src: url('../fonts/Georgia-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Georgia-Bold.woff2') format('woff2'),
        url('../fonts/Georgia-Bold.woff') format('woff'),
        url('../fonts/Georgia-Bold.ttf') format('truetype'),
        url('../fonts/Georgia-Bold.svg#Georgia-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Verdana';
}


a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

a {
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
    box-shadow: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Georgia';
    padding: 0;
}

a {
    text-decoration: none;
    transition: all .5s ease-in-out;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

/* header start  */
header {
    background-color: #fff;
    padding: 44px 0;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-right ul {
    display: flex;
    align-items: center;
    gap: 50px;
}

.speak-link {
    color: #000000;
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.speak-link:hover{
    color: #ED1D24;
}
.tel-btn {
    background-color: #ED1D24;
    height: 94px;
    width: 398px;
    font-size: 30px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tel-btn:hover{
    background-color: #282828;
}
/***** BANNER SEC ******/
.banner-sec {
    background: linear-gradient(180deg, #EDEFF0 0%, rgba(237, 239, 240, 0.00) 100%);
    position: relative;
    padding: 87px 0 0 0;
}

.banner-sec::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/banner-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

.banner-left {
    padding: 20px 0 0 0;
}

.banner-left .text-box {
    position: relative;
    z-index: 10;
}

.banner-left .text-box h1 {
    color: #000;
    font-size: 40px;
    font-weight: 700;
    line-height: 180%;
    margin-bottom: 8px;
}

.banner-left .text-box h1 span {
    color: #ED1C24;
}
.banner-left .text-box h2 {
    color: #000;
    font-size: 25px;
    font-weight: 700;
    line-height: 130%; 
    margin: 20px 0 34px 0;
    text-align: center;
}
.banner-left .text-box p {
    color: #000;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 37px;
}

.banner-left .image-holder {
    position: relative;
    z-index: 10;
    text-align: center;
    margin: 52px 0 58px;
}
.featured-box{
    position: relative;
    z-index: 10;
}
.featured-box h4 {
    color: #000000;
    font-size: 30px;
    font-weight: bold;
    line-height: normal;
    font-family: 'Verdana';
    margin-bottom: 20px;
}

.featured-box ul {
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    padding: 50px 37px;
    gap: 25px;
    display: flex;
    margin-bottom: -117px;
    align-items: center;
    justify-content: space-between;
    max-width: 898px;
    width: 100%;
}

.featured-box ul li a {
    display: flex;
    align-items: center;
}

/****** BANNER RIGHT *******/
.banner-right {
    position: relative;
    z-index: 10;
}

.form-box {
    background-color: #FFF;
    filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.20));
}

.form-box h4 {
    text-align: center;
    color: #fff;
    font-size: 35px;
    line-height: 130%;
    background-color: #282828;
    padding: 28px 70px;
}

.form-box-inner {
    padding: 38px 40px 60px;
}

.form-box-inner h5 {
    color: #000000;
    font-weight: bold;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    margin-bottom: 48px;
    font-family: 'Verdana';
}

.form-box form {
    max-width: 526px;
    width: 100%;
    margin: 0 auto;
}

.form-box form .form-group {
    margin-bottom: 34px;
}

.form-box form .form-group label {
    color: #5F5F5F;
    font-weight: normal;
    font-size: 18px;
    line-height: 1;
    display: block;
    margin-bottom: 13px;
}

sup {
    color: #FF0000;
    top: -2px;
}

.form-box form .form-group .form-control {
    border: 1px solid #000000;
    background-color: #F8F8F8;
    height: 70px;
    border-radius: 0;
    box-shadow: none;
    font-size: 24px;
}

.btn-submit {
    width: 100%;
    max-width: 526px;
    border: none;
    border-radius: 0;
    background-color: #ED1D24;
    height: 70px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    display: flex;
    align-items: center;
    transition: all 0.5s ease-in-out;
    justify-content: center;
}

.btn-submit:hover {
    background-color: #282828;
    transition: all 0.5s ease-in-out;
}

/****** SWISS CATEGORY SEC *******/
.swiss-category {
    padding: 206px 0 120px;
}

.category-inner {
    max-width: 1175px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
}

.category-inner .text-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.category-inner .text-box h4 {
    color: #212322;
    font-weight: bold;
    font-size: 35px;
    line-height: 130%;
    margin-bottom: 20px;
    max-width: 730px;
    width: 100%;
}

.category-inner .text-box p {
    font-weight: normal;
    font-size: 20px;
    line-height: 150%;
    color: #000;
    max-width: 703px;
    width: 100%;
}

/**** INVEST SEC *****/
.invest-sec {
    background: url(../images/invest-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 115px 0 120px;
}

.title {
    text-align: center;
}

.title h2 {
    color: #212322;
    font-weight: bold;
    font-size: 50px;
    line-height: 130%;
    max-width: 1115px;
    width: 100%;
    margin: 0 auto 22px;
}

.title h2 span {
    color: #ED1D24;
}

.title p {
    color: #000000;
    font-weight: normal;
    font-size: 20px;
    line-height: 150%;
    max-width: 616px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.invest-inner {
    max-width: 1435px;
    width: 100%;
    margin: 45px auto 0;
}

.invest-box {
    background-color: #fff;
    filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.13));
    min-height: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 20px;
    flex-direction: column;
    margin: 16px 0;
}

.invest-box p {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
}

.invest-box p strong {
    font-weight: bold;
}

.invest-box p.mb {
    margin-bottom: 28px;
}

.invest-box h4 {
    color: #000;
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    font-family: 'Verdana';
    text-align: center;
    margin-top: 16px;
}

.invest-inner .btn-submit {
    margin: 28px auto 0; 
}

/***** FOUNDER SEC *****/
  .last-sec{
    background: url('../images/founder-footer-bg.png') no-repeat;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
}  
 
.founder-sec {
    padding: 170px 0 155px;
}
.founder-inner{
    max-width: 1430px;
    width: 100%;
    margin: 0 auto;
}
.founder-sec .image-holder img {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
}
.founder-sec .text-box{
    padding-left: 100px;
}
.founder-sec .text-box h4{
    color: #000;
    font-size: 50px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 26px;
}
.founder-sec .text-box h4 strong{
    color: #ED1D24;
    display: inline-block;
}
.founder-sec .text-box p{
    color: #000000;
    font-weight: normal;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 30px;
}
.founder-sec .text-box span{
    color: #000;
    font-weight: bold;
    font-style: italic;
    display: block;
    line-height: 1;
    font-size: 18px;
    margin-bottom: 42px;
}
/***** FOOTER *****/
footer {
    padding: 15px 0;
}
.footer-inner{
    text-align: center;
}
.footer-inner p{
    color: #000;
    font-size: 16px;
    font-weight: normal;
    line-height: 150%;
    margin-top: 32px;
}