@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

html {
  scroll-behavior: smooth;
}
body { font-family: "Roboto", sans-serif; line-height:1.2; font-size:15px; color:#191919; }

a { text-decoration: none; cursor:pointer; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

a:hover, a:focus, button:focus, button:hover { text-decoration: none; outline: none; }

img { max-width:100%;}

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="number"], textarea, select {
    color: #666;
    width: 100%;
}
.t-body {
	overflow: hidden;
}
.max-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}
.header-top {
    background: linear-gradient(to bottom, rgba(10,74,139,1) 0%, rgba(7,32,85,1) 100%);
}
.header-container {
    max-width: 1400px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding: 10px 10px;
}
.burger-menu-btn {
	display: none;
}
.logo {
    display: flex;
    align-items: flex-end;
}
.logo img {
    max-height: 55px;
}
span.afftext {
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    font-style: italic;
    margin-left: 5px;
}
ul.nav.main-menu {
    align-items: center;
}
ul.nav.main-menu li.nav-item {
	margin: 0 10px;
}
ul.nav.main-menu li.nav-item a.nav-link {
	padding: 5px;
	color: #fff;
}
ul.nav.main-menu li.nav-item a.nav-link:hover {
	color: #feb716;
}
button.contact-btn {
    background: url("../images/blue-btn.png")no-repeat;
    background-size: 100% 100%;
    color: #000;
    border: none;
    padding: 2px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 900;
    width: 110px;
    height: 33px;
    margin: 0 3px;
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.language-wrap {
    margin-left: 6px;
}
button.language-btn {
    background: none;
    border: none;
    padding: 0;
    height: 30px;
    width: 30px;
}
button.language-btn img {
	max-height: 30px;
}
.dropdown-menu.language {
    background: none;
    max-width: 30px;
    min-width: auto;
    border: none;
    margin: 0;
    padding: 0;
}
button.language-btn.dropitem {
    margin: 2px 0;
}
button.language-btn.dropitem:hover {
	transform: scale(1.03);
	filter: brightness(1.05);
}

.why-sec {
	padding: 40px 0; 
	text-align: center;
}
.title-why {
    font-size: 33px;
    font-weight: 700;
	padding-bottom: 15px;
}
.ytext {
	color: #feb716;
}
.why-wrapper {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 15px 10px;
}
.whybox {
    max-width: 165px;
    margin: 0 auto;
}
.wtext-1 {
    font-weight: 700;
    font-size: 17px;
    line-height: 1.1;
	padding-bottom: 5px;
}
.wtext-2 {
	font-size: 14px;
    line-height: 1.1;
	font-weight: 500;
}
.commission-sec {
    background: url("../images/bg_02.jpg") top center no-repeat;
	background-size: cover;
    color: #fff;
    padding: 40px 0;
    position: relative;
	text-align: center;
	font-size: 18px;
}
@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-20px);
    }
    100% {
        transform: translatey(0px);
    }
}
.deco {
	position: absolute;
}
.deco.coin-1 {
    left: -7%;
    top: -14%;
    max-width: 12%;
	animation: float 2.4s ease-in-out infinite;
}
.deco.coin-2 {
    right: -6%;
    top: -12%;
    max-width: 16%;
	animation: float 2.8s ease-in-out infinite;
}
.title-1 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.title-2 {
    font-size: 24px;
}
.comm-img {
    margin: 20px 0;
}
.title-3 {
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    padding-bottom: 6px;
}
.table-responsive.table-wrap {
    margin: 30px auto 10px;
    max-width: 900px;
    overflow: hidden;
    border-radius: 10px;
}
table.commission-table tr td {
	background: #fff;
	border-top: 1px solid #152b4c;
	padding: 13px 2px;
	color: #142138;
}
table.commission-table tr.title td {
	background: #feb716;
	font-weight: 700;
	color: #132543;
}
.partner-sec {
    background: #021428;
    padding: 35px 0;
    color: #fff;
}
.partner-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.applytext {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 15px;
}
.applytext .ytext {
	text-transform: uppercase;
}
.startext {
    font-size: 16px;
    max-width: 480px;
}
button.partner-btn {
    background: #eaac30;
    border: none;
    min-width: 250px;
    height: 62px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 41px;
    padding: 5px;
}
button.partner-btn:hover {
	background: #fff;
}
.copyright-sec {
    text-align: center;
    background: #000d1c;
    padding: 15px 0px;
    font-size: 12px;
    color: #7f7f7f;
}

@media(max-width: 991px) {
.header-container {
    justify-content: center;
}	
.header-right {
    display: none;
}
button.burger-menu-btn {
	color: #fff;
    border: none;
    background: none;
    padding: 2px;
    display: inline-block;
    position: absolute;
    left: 8px;
    font-size: 26px;
}	
.commission-sec {
    font-size: 16px;
}
.title-3 {
    font-size: 18px;
}
}

@media(max-width: 767px) {
.logo img {
    max-height: 35px;
}
span.afftext {
    font-size: 12px;
}
.deco {
	display: none;
}
.why-wrapper {
    grid-template-columns: repeat(3,1fr);
}	
.partner-wrapper {
    display: block;
	text-align: center;
}
.startext {
    font-size: 15px;
    margin: 0 auto;
}	
button.partner-btn {
    margin-top: 20px;
}
.wimg img {
    max-height: 100px;
}	
}

@media(max-width: 480px) {
.title-why {
    font-size: 23px;
}	
span.afftext {
    font-size: 10px;
}
.why-wrapper {
    grid-template-columns: repeat(2,1fr);
}		
.wtext-1 {
    font-weight: 700;
    font-size: 16px;
}
.wtext-2 {
    font-size: 13px;	
}
.title-1 {
    font-size: 23px;
}
.title-2 {
    font-size: 18px;
}	
}

























