/*
* Title: SMARGI HTML5 Template
* Version: 01,
* Author: 

===========================================
    
    All include section: 

    01. Google fonts
	02. Basic css
	03. header css
	04. para 02 css
	05. qr code css
	06. para 02 css
	07. footer css


===========================================


*/

/*======================
   01. Google fonts
========================*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*======================
   02. Basic css
========================*/
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
footer,
header,
menu,
nav,
section {
	margin: 0;
	padding: 0;
}

body {
	font-size: 1.12rem;
    line-height: 2rem;
	font-weight: 400;
	background: #ffffff;
	color: #ffffff;
	font-family: "Poppins", sans-serif;
}

ol,
ul {
	list-style: none;
}

a:hover {
	text-decoration: none;
}

button:focus, input:focus, textarea:focus {
	outline: 0;
}

html {
    font-size: 2.46vw;
}

.mt_5 {
	margin-top: 0.5rem;
}

.mt_20 {
	margin-top: 2rem;
}

.font700 {
	font-weight: 700;
}

/*======================
   03. header css
========================*/
main {
	max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
    z-index: 0;
    background-color: #ffffff;
}

main .shape_wrap {
	position: relative;
}

main .shape_wrap .shape {
    position: absolute;
    right: 0;
    z-index: 1;
    top: 2.5rem;
    height: 60.54rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.container {
    max-width: 36.6rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.logo {
	background: #50BCC2;
	padding: 2.8rem 0;
}

.logo img {
	width: 18.962rem;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}


/*================
   04. para 02 css
==================*/
.para_wrapper01 {
	background: #0D9EA8;
	padding: 4rem 0 5rem 0;
	position: relative;
}

.para_wrapper01 .para_img01 {
    width: 14.173rem;
    position: absolute;
    bottom: 1.5rem;
    right: 1rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.para_wrapper01 ul {
    list-style: disc;
    margin-left: 1.5rem;
}

/*================
   05. qr code css
==================*/
.qr_wrapper {
	padding: 6.5rem 0;
	background: #007C8D;
}

.qr_wrapper .qr_code {
	width: 6.107rem;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

.qr_wrapper h3 {
    font-size: 1.4rem;
    font-weight: 400;
    margin-top: 1rem;
}

.qr_wrapper h3 a {
	color: #ffffff;
	text-decoration: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.qr_wrapper h3 a:hover {
	text-decoration: underline;
}

/*================
   06. para 02 css
==================*/
.para_wrapper02 {
	background: #007C8D;
	padding: 3rem 0 2rem 0;
	margin-top: -0.1rem;
}

.para_wrapper02 ul {
	list-style: disc;
	margin-left: 1.5rem;
}

.para_wrapper02 .para02_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.para_wrapper02 .para02_wrap .para_logo {
	width: 3.904rem;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	text-align: center;
	margin-right: 3rem;
}

.para_wrapper02 .para02_wrap .para_logo img {
	max-width: 100%;
	height: auto;
}

.para_wrapper02 .para02_wrap .para_logo .icon01 {
	width: 2.197rem;
}

.para_wrapper02 .para02_wrap .para_logo .icon02 {
	width: 3.904rem;
}

.para_wrapper02 .para02_wrap .para_logo .icon03 {
	width: 2.615rem;
}

.para_wrapper02 .para02_wrap .para_logo .icon04 {
	width: 1.084rem;
}

/*===============
   07. footer css
=================*/
footer {
	padding: 2rem 0 3rem 0;
}

footer h2 {
    color: #007C8D;
    font-size: 1.55rem;
    font-weight: 700;
    letter-spacing: 0.01rem;
}

footer .footer_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

footer .footer_wrap img {
    width: 5.669rem;
    margin-right: 1rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

footer .footer_wrap p {
    color: #007C8D;
    font-size: 0.96rem;
    line-height: 1.5rem;
    font-weight: 500;
}

footer .footer_contact_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

footer .footer_contact_wrap h3 {
    color: #007C8D;
    font-size: 1rem;
    font-weight: 500;
}

footer .footer_contact_wrap h3 a {
	color: #007C8D;
	font-weight: 700;
	text-decoration: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

footer .footer_contact_wrap h3 a:hover {
	text-decoration: underline;
}

/*Small devices (landscape phones, 575px and down)*/
@media (max-width: 575px) {
	html {
	    font-size: 2.46vw;
	}
}
