@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@800&display=swap');/*font-family: 'Inter', sans-serif;
*/

img, img.responsive {
	max-width:100%;
	height:auto!important
}
body {
	font-family: 'Inter', sans-serif;
	padding:0;
	margin:0;
	font-weight:300;
	font-size:20px;
	color:#fff;
	line-height:30px;
	padding-top: 20%;
	background-color:#000;
}

h1, span.txt-rotate{
	color: #fff;
	font-style: normal;
	font-weight: 800;
	font-size: 40px;
	line-height: 55px;
	font-family: 'Inter', sans-serif;
	text-transform:uppercase;
}
.anim-section h1{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);width: 440px;
    text-align: left;
}
h1.every-gg{ text-align:center;border-bottom:1px solid #ff0000; width:auto;}
 span.txt-rotate{
	border-bottom:1px solid #ff0000;
}
.anim-section{max-width:1200px; margin:0 auto; text-align:center;}

@media (max-width:1350px) {
.header-phone-box li a {
    font-size: 12px;
    padding: 0 5px;
}
.header-phone-box a {
    margin: 0 3px;
}

}
@media (max-width:450px) {
.anim-section h1{ width:auto;}
h1, span.txt-rotate {font-size: 17px;line-height: 30px;}
}