body {
background-color: #00011f;
font-family: Poppins, sans-serif;
margin: 0;
padding: 0;
}
.container {
width: 1440px;
margin: 0 auto;
}
.content {
background: url('/assets/bg.png');
background-size: cover;
padding-bottom: 90px;
}
.header-wrapper {
display: flex;
padding: 20px 0px;
align-items: center;
justify-content: space-between;
}
header {
background-color: #00011f;
}
.header-wrapper .header-left {
width: 20%;
}
.header-wrapper .header-left img,.header-wrapper .header-left amp-img {
width: 145px;
}
.header-wrapper .header-right {
width: 80%;
display: flex;
align-items: center;
justify-content: right;
}
.navbar ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
justify-content: flex-end;
}
.navbar ul li {
margin-left: 35px;
}
.navbar ul li a {
text-decoration: none;
color: #fff;
font-size: 16px;
font-weight: 600;
transition: all 0.3s;
}
.navbar ul li a:hover {
color: #ff0707;
}
.register-button {
background-color: #ff0707;
color: #fff;
padding: 10px 20px;
margin-left: 65px;
border-radius: 15px;
text-decoration: none;
font-size: 18px;
font-weight: 600;
box-shadow: 0px 5px 13px 0px #ff07077a
}
.content-wrapper {
padding-top: 90px;
width: 70%;
}
.content-wrapper.blog{
width: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.content-wrapper.blog .description-wrapper {
background-color: #00011fb0;
border-radius: 5px;
padding: 30px 0;
}
.content-wrapper.blog .description-wrapper * {
text-align: center;
color: #fff;
}
.content-wrapper.blog .description-wrapper p{
width: 100%;
}
.social-buttons {
display: flex;
justify-content: left;
align-items: center;
gap: 30px;
}
.site-title h1 {
font-size: 60px;
color: #ff0707;
margin-top: 45px;
margin-bottom: 0px;
}
.blue-line {
width: 70%;
height: 2px;
background-color: #000a93;
margin-top: 45px;
margin-bottom: 50px;
}
.button-area {
position: relative;
background: url('/assets/main-button/bg.png');
width: 350px;
height: 75px;
background-size: contain;
display: flex;
align-items: center;
justify-content: center;
font-size: 32px;
color: #fff;
font-weight: bold;
}
.button-area a{
color: #fff;
text-decoration: none;
}
.button-area::before {
position: absolute;
content: url('/assets/main-button/left-side.png');
left: -75px;
top: -15px;
}
.button-area::after {
position: absolute;
content: url('/assets/main-button/arrow.png');
left: 0;
top: 12px;
}
.description-wrapper h3 {
font-size: 40px;
color: #fff;
line-height: 40px;
margin: 0;
}
.description-wrapper p {
font-size: 20px;
color: #808087;
line-height: 30px;
margin-top: 15px;
width: 65%;
}
.three-block {
background-color: #00011f;
padding: 30px 0px;
}
.three-block .three-block-wrapper {
display: flex;
justify-content: space-between;
}
.block {
width: 30%;
height: auto;
padding: 20px;
display: flex;
align-items: center;
border-right: 1px solid #000a93;
}
.block img,.block amp-img {
width: 75px;
height: auto;
margin-right: 20px;
}
.block .detail {
display: flex;
color: #fff;
flex-direction: column;
align-items: flex-start;
}
.block .detail .block-title {
font-size: 24px;
margin-bottom: 10px;
font-weight: 700;
}
.block .detail .block-description {
font-size: 18px;
}
.skype-area {
background-color: #00011f;
padding: 30px 0;
}
.skype-area amp-img {
width:20px;
height: 20px;
}
.skype-wrapper {
color: #fff;
display: flex;
width: 100%;
font-size: 14px;
align-items: center;
justify-content: center;
}
.skype-area a {
color: #fff;
text-decoration: none;
font-weight: 600;
gap: 10px;
margin-left: 10px;
display: flex;
align-items: center;
}
.blog-area a {
color: #fff;
text-decoration: none;
}
.blog-wrapper{
display: flex;
padding:20px;
justify-content: space-between;
gap: 30px;
margin-top: 30px;
border:1px solid #d5d5d5;
color:#fff;
flex-direction: column;
}
.blog-wrapper .blog-title *{
width: 100%;;
text-align: center;
margin: 0;
}
.blog-wrapper .blog-content *{
text-align: center;
margin: 0;
}
/* Path: index.html */
.mobile-menu {
display: none;
}
@media screen and (max-width:1440px) {
.container {
width: 1100px;
}
}
@media screen and (max-width:1100px) {
.container {
width: 768px;
}
.navbar ul li {
margin-left: 10px;
}
.navbar ul li a {
font-size: 14px;
}
.register-button {
margin-left: 15px;
padding: 8px 15px;
}
.content {
padding: 20px 20px;
height: unset;
}
.content-wrapper {
width: 100%;
padding-top: 25px;
}
.header-wrapper {
padding: 10px 10px;
}
.header-wrapper .header-left {
width: 30%;
}
.header-wrapper .header-left img,.header-wrapper .header-left amp-img {
width: 150px;
}
.header-wrapper .header-right {
display: none;
}
.navbar ul li {
margin-left: 20px;
}
.register-button {
margin-left: 20px;
}
.social-buttons {
width: 100%;
justify-content: center;
}
.site-title h1 {
font-size: 40px;
margin-top: 20px;
text-align: center;
}
.blue-line {
width: 100%;
margin-top: 20px;
margin-bottom: 20px;
}
html body .description-wrapper * {
width: 100%;
text-align: center;
}
.button-area {
width: 350px;
margin: 0 auto;
background-repeat: no-repeat;
background-position: center;
}
.button-area span {
font-size: 21px;
}
}
@media screen and (max-width: 768px) {
.container {
width: 100%;
}
.content {
padding: 20px 20px;
height: unset;
}
.content-wrapper {
width: 100%;
padding-top: 25px;
}
.header-wrapper {
padding: 10px 10px;
}
.header-wrapper .header-left {
width: 30%;
}
.header-wrapper .header-left img,.header-wrapper .header-left amp-img {
width: 150px;
}
.header-wrapper .header-right {
display: none;
}
.navbar ul li {
margin-left: 20px;
}
.register-button {
margin-left: 20px;
}
.social-buttons {
width: 100%;
justify-content: center;
}
.site-title h1 {
font-size: 40px;
margin-top: 20px;
text-align: center;
}
.blue-line {
width: 100%;
margin-top: 20px;
margin-bottom: 20px;
}
html body .description-wrapper * {
width: 100%;
text-align: center;
}
.button-area {
width: 350px;
margin: 0 auto;
background-repeat: no-repeat;
background-position: center;
}
.button-area span {
font-size: 21px;
}
.three-block .three-block-wrapper {
flex-direction: column;
padding: 0px 30px;
align-items: center;
}
.three-block .three-block-wrapper .block {
align-items: center;
border: 0;
width: 100%;
}
.mobile-menu {
display: block;
}
.mobile-menu .menu {
display: none;
position: fixed;
top: 0;
left: 0;
width: 70%;
height: 100%;
background-color: #00011f;
border-right: 1px solid #808087;
z-index: 999;
}
.mobile-menu .side-menu:checked ~ .menu {
display: block;
}
/* Menu Icon */
.hamb {
cursor: pointer;
float: right;
padding: 40px 20px;
}
/* Style label tag */
.hamb-line {
background: #fff;
display: block;
height: 2px;
position: relative;
width: 24px;
}
/* Style span tag */
.hamb-line::before,
.hamb-line::after {
background: #fff;
content: '';
display: block;
height: 100%;
position: absolute;
transition: all .2s ease-out;
width: 100%;
}
.hamb-line::before {
top: 5px;
}
.hamb-line::after {
top: -5px;
}
.side-menu {
display: none;
}
/* Toggle menu icon */
.side-menu:checked~nav {
max-height: 100%;
}
.side-menu:checked~.hamb .hamb-line {
background: transparent;
}
.side-menu:checked~.hamb .hamb-line::before {
transform: rotate(-45deg);
top: 0;
}
.side-menu:checked~.hamb .hamb-line::after {
transform: rotate(45deg);
top: 0;
}
.mobile-menu .menu ul {
padding: 0;
margin: 0;
list-style: none;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100%;
}
.mobile-menu .menu ul li {
margin: 20px 0;
}
.mobile-menu .menu ul li a {
font-size: 20px;
color: #fff;
text-decoration: none;
}
}