//@import url('//fonts.googleapis.com/css2?family=Open+Sans:wght@400;500&display=swap');

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    font-size: 15px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    color: #010101;
    line-height: 1.5;
    position: relative;
}
*, *::before, *::after {
    box-sizing: border-box;
}
.logo2 img {
    max-width: 240px;
}
.text-bottom {
    margin: 0 0 20px;
}
img.bg-1,
img.bg-2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    margin: auto;
}
img.bg-2{
    width: 60%;
    object-fit: contain;
}

.box-content {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}

.box-inner {
    background: rgba(255 ,255, 255, 0.75);
    border: 1px solid #00eeff;
    padding: 30px;
    text-align: center;
    box-shadow: 0 0 10px 10px rgb(0 ,238 ,255 , 0.1);
    border-radius: 20px;
    width: 600px;
    max-width: 90%;
    animation: shadow 2s infinite ease-in-out;
}
@keyframes shadow {
    0% {box-shadow: 0 0px 1px 35px rgba(238,247, 249, 0.15 )}
    50% {box-shadow: 0 0px 1px 8px rgba(0,162, 255, 0.07)}
    100% {box-shadow: 0 0px 1px 35px rgba(238,247, 249, 0.15 )}
  }
.container{
    max-width: 490px;
    border-radius: 36px;
    border: 1px solid #00EEFF;
    animation: shadow 2s infinite ease-in-out;
}
.title h1 {
    margin: 10px 0 0;
    font-size: 25px;
}

p {
    margin: 0;
}

.logo2 {
    margin: 0 0 10px;
}

.btn {
    display: block;
    font-size: 30px;
    text-decoration: none;
    color: #444;
    background: #fff;
    margin: 19px 0;
    outline: 1px solid #0d0d97;
    padding: 10px;
    border-radius: 40px;
    transition: all .4s;
}
.btn:hover {
    background: rgb(88,203,235);
    background: linear-gradient(0deg, rgba(88,203,235,1) 0%, rgba(37,54,158,1) 100%);
    color: #fff;
    outline: none;
}
a.btn.btnde {
    background: rgb(88,203,235);
    background: linear-gradient(0deg, rgba(88,203,235,1) 0%, rgba(37,54,158,1) 100%);
    color: #fff;
    outline: none;
}

span.icon {
    background: #00e6ff;
    display: inline-block;
    vertical-align: top;
    width: 46px;
    height: 54px;
    position: relative;
    border-radius: 15px;
}

span.icon:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 28px;
    border-radius: 4px;
    background: #fff;
    top: 8px;
    left: 19px;
}
span.icon:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #fff;
    bottom: 8px;
    left: 19px;
}

h4 {
    margin: 0;
    font-weight: normal;
    color: #222;
    font-size: 25px;
}

.text-bottom a {
    text-decoration: none;
    font-size: 20px;
    color: #333;
    font-weight: 500;
}

.icon-wapper {
    margin: 30px 0 10px;
}

.social li {
    display: inline-block;
    vertical-align: top;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
img {
    vertical-align: middle;
}
.social li a {
	display: flex;
    align-items: center;
    justify-content: center;
	width: 50px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.social li a img {
    transition: all .4s;
}

.social li a img:hover {
    transform: scale(0.8);
}
@media (max-height: 900px){
.box-inner {
    border-radius: 20px;
    width: 500px;
    padding: 20px;
}
.btn {
    font-size: 24px;
    margin: 10px 0;
    padding: 5px;
}
body {
    font-size: 14px;
    line-height: 1.3;
}
span.icon {
    width: 35px;
    height: 44px; 
    border-radius: 10px;
}
span.icon:before {
    width: 6px;
    height: 18px;
    top: 7px;
    left: 15px;
}
span.icon:after {
    width: 6px;
    height: 6px;
    bottom: 8px;
    left: 15px;
}
h4 {
    font-size: 20px;
}
.text-bottom a {
    font-size: 18px;
}
.title h1 {
    font-size: 20px;
}
.logo img {
    max-width: 70px;
}
.logo2 img {
    max-width: 160px;
}
.social li a {
    transform: scale(0.8);
    width: 40px;
}
.icon-wapper {
    margin: 20px 0 5px;
}


}
@media (max-height: 700px){
.btn {
    font-size: 20px;
    margin: 5px 0;
    padding: 5px;
}
.logo2 img {
    max-width: 120px;
}
.logo img {
    max-width: 60px;
}
.social li a {
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.social {
    margin-top: 10px;
}
h4 {
    font-size: 18px;
}
.text-bottom a {
    font-size: 16px;
}
.icon-wapper {
    margin: 10px 0 5px;
}
span.icon {
    width: 25px;
    height: 34px;
    border-radius: 7px;
}
span.icon:before {
    width: 4px;
    height: 14px;
    top: 5px;
    left: 11px;
}
span.icon:after {
    width: 4px;
    height: 4px;
    bottom: 7px;
    left: 11px;
}
body {
    font-size: 13px;
    line-height: 1.3;
}
.social li a {
    transform: scale(0.6);
    width: 30px;
}


}

@media (max-width: 900px){
.box-inner {
    border-radius: 20px;
    width: 500px;
    padding: 20px;
}
.btn {
    font-size: 24px;
    margin: 10px 0;
    padding: 5px;
}
body {
    font-size: 14px;
    line-height: 1.3;
}
span.icon {
    width: 35px;
    height: 44px; 
    border-radius: 10px;
}
span.icon:before {
    width: 6px;
    height: 18px;
    top: 7px;
    left: 15px;
}
span.icon:after {
    width: 6px;
    height: 6px;
    bottom: 8px;
    left: 15px;
}
h4 {
    font-size: 20px;
}
.text-bottom a {
    font-size: 18px;
}
.title h1 {
    font-size: 20px;
}
.logo img {
    max-width: 70px;
}
.logo2 img {
    max-width: 160px;
}
.social li a {
    transform: scale(0.8);
    width: 40px;
}
.icon-wapper {
    margin: 20px 0 5px;
}


}
@media (max-width: 700px){
.btn {
    font-size: 20px;
    margin: 5px 0;
    padding: 5px;
}
.logo2 img {
    max-width: 120px;
}
.logo img {
    max-width: 60px;
}
.social li a {
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.social {
    margin-top: 10px;
}
h4 {
    font-size: 18px;
}
.text-bottom a {
    font-size: 16px;
}
.icon-wapper {
    margin: 10px 0 5px;
}
span.icon {
    width: 25px;
    height: 34px;
    border-radius: 7px;
}
span.icon:before {
    width: 4px;
    height: 14px;
    top: 5px;
    left: 11px;
}
span.icon:after {
    width: 4px;
    height: 4px;
    bottom: 7px;
    left: 11px;
}
body {
    font-size: 13px;
    line-height: 1.3;
}
.social li a {
    transform: scale(0.6);
    width: 30px;
}


}