@font-face {
    font-family: "BebasNeuePro";
    src: local("BebasNeuePro"), local("BebasNeuePro"),
    url("/wp-content/themes/shdm-events/fonts/BebasNeuePro-Bold.woff2") format("woff2"),
    url("/wp-content/themes/shdm-events/fonts/BebasNeuePro-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "BebasNeuePro";
    src: local("BebasNeuePro"), local("BebasNeuePro"),
    url("/wp-content/themes/shdm-events/fonts/BebasNeuePro-ExpandedMedium.woff2") format("woff2"),
    url("/wp-content/themes/shdm-events/fonts/BebasNeuePro-ExpandedMedium.woff") format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: "Gilroy";
    src: local("Gilroy"), local("Gilroy"),
    url("/wp-content/themes/shdm-events/fonts/Gilroy-Regular.woff2") format("woff2"),
    url("/wp-content/themes/shdm-events/fonts/Gilroy-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Gilroy";
    src: local("Gilroy"), local("Gilroy"),
    url("/wp-content/themes/shdm-events/fonts/Gilroy-Medium.woff2") format("woff2"),
    url("/wp-content/themes/shdm-events/fonts/Gilroy-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: "Gilroy";
    src: local("Gilroy"), local("Gilroy"),
    url("/wp-content/themes/shdm-events/fonts/Gilroy-Semibold.woff2") format("woff2"),
    url("/wp-content/themes/shdm-events/fonts/Gilroy-Semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: "Gilroy";
    src: local("Gilroy"), local("Gilroy"),
    url("/wp-content/themes/shdm-events/fonts/Gilroy-Bold.woff2") format("woff2"),
    url("/wp-content/themes/shdm-events/fonts/Gilroy-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal
}

.our-services {
	padding: 100px 0 50px 0;
}

.our-services .title {
	font-family: "BebasNeuePro";
	font-size: 110px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.services-list {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	column-gap: 20px;
}

.service-box {
	padding: 30px 30px;
	border: 2px solid #DC0037;
	border-radius: 10px;
	width: 33%;
}

.service-title {
	font-family: "BebasNeuePro";
	font-size: 42px;
	line-height: 1.2;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
}

@media (max-width: 1399px) {
	.our-services .title {
		font-size: 80px;
	}
	.service-title {
		font-size: 40px;
	}
}

@media (max-width: 991px) {
	.services-list {
		row-gap: 20px;
		flex-direction: column;
	}
	.service-box {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.our-services {
		padding: 50px 0 0 0;
	}
	.our-services .title {
		font-size: 52px;
	}
	.service-title {
		font-size: 32px;
	}
}








.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
	background-color: #fff;
	margin: 10% auto;
	padding: 40px 20px;
	width: 40%;
	border-radius: 8px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 0px;
}

.close:hover {
	color: black;
}

@media (max-width: 767px) {
	.modal-content {
		margin: 10% auto;
    	width: 90%;
	}
}


body.hiden .modal-before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.modal-before {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 10px;
    background-color: rgba(0, 0, 0, .8)
}

.modal-before__inner {
    background: #fff;
    padding: 50px;
    max-width: 560px;
    margin: 0 auto
}

.modal-before p {
    font-size: 16px;
    line-height: 120%;
    color: #000;
    font-weight: 400
}

.modal-before a {
    color: #ff8562
}

.modal-before button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background-color: red;
    border-radius: 30px;
    padding: 20px 50px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 20px;
    font-weight: 600;
    height: 60px;
    border: none;
    outline: none;
    margin: 0 auto;
    cursor: pointer;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.modal-before button:hover {
    background-color: rgba(255, 0, 0, .7411764706)
}

body.hiden {
    overflow: hidden
}


/*Blk 1*/
.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.video-background iframe {
    position: absolute;
    top: calc(50% + 150px);
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    transform: translate(-50%, -50%) scale(1.5);
    pointer-events: none;
}
.video-background::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1400px) {
    .video-background iframe {
        top: calc(50% + 100px);
    }
}
@media (max-width: 1250px) {
    .video-background iframe {
		top: calc(50% + 10px);
    }
}
@media (max-width: 992px) {
    .video-background iframe {
		transform: translate(-50%, -50%) scale(1.8);
    }
}
.hblk1 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0 150px 0;
    color: #fff;
    background-image: url(/wp-content/uploads/2025/01/home-bg-1.webp);
    position: relative;
}
.hblk1 .container{
	position: relative;
	z-index: 1;
}
.r-text-img {
    position: absolute;
    right: 20px;
    bottom: 20px;
    max-height: 50%;
}

.hblk1 .logo-img img {
    max-width: 300px;
}

.hblk1 .logom-img {
    display: none;
}

.hblk1 h1 {
    font-family: "BebasNeuePro";
    font-weight: 700;
    margin-top: 50px;
    font-size: 100px;
    line-height: 1.1;
}

.hblk1-inner {
    width: 60%;
}

.hblk1 .subtitle {
    font-weight: 500;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.hblk1 .subtitle img {
    margin-right: 10px;
}

.hblk1 .info {
    font-size: 22px;
    margin-bottom: 50px;
}

.btns {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.hblk1 .s-btn {
    min-width: 300px;
}
/*Blk 2*/
.m-cards{
	margin: -70px 0 0 0;
	position: relative;
}
.m-cards--two{
	margin: 0;
}

.m-cards ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 -20px;
	padding: 0;
}

.m-cards__item {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    padding: 20px;
    border-radius: 5px;
    overflow: hidden;
    height: 375px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    margin: 0 0 0 20px;
    width: calc(20% - 20px);
    -webkit-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom
}

.m-cards__item img{
	position: absolute;
	width: 55px;
	height: 55px;
	top: 15px;
	right: 15px;
}

.m-cards__item h2 {
    margin: 0 0 10px 0;
    color: #fdfdfd;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center
}

.m-cards__item p {
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
    text-align: center
}

.m-cards__item .p-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 28px;
    border: .7px solid #fff;
    border-radius: 10px;
    width: 100%;
    height: 40px;
	transition: linear 0.2s;
	text-decoration: none;
	margin-bottom: 0;
	cursor: pointer;
}

.m-wrap.mob{
	display: none;
}

.m-cards__item .p-btn:hover{
	background-color: #fff;
	color: #000;
}

.m-cards .swiper-cards .swiper-slide {
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

.m-wrap {
    overflow: hidden
}

.m-wrap .swiper-cards {
    width: 1440px
}

.m-wrap .swiper-cards .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important
}

.m-wrap .swiper-cards .m-cards__item {
    width: 100%;
    margin: 0
}

.hblk2 {
	padding: 50px 0;
}

.hblk2 h2{
	font-family: "BebasNeuePro";
	font-size: 110px;
	font-weight: 700;
	line-height: 140px;
	text-transform: uppercase;
	text-align: center;
}

.hblk2 h2 span:nth-child(1) {
    color: #009FE2;
}

.hblk2 h2 span:nth-child(2) {
    color: #FDCE40;
}

.hblk2 p {
	color: rgb(47, 47, 47);
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	width: 90%;
	margin: 0 auto;
}

.hblk2 p span {
	position: relative;
	font-weight: 700;
}
.hblk2 p span::after{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 185px;
    height: 55px;
	background-image: url("https://shdm.events/wp-content/uploads/2025/01/text-yellow-bg.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	z-index: -1;
}

.hblk2 .btns {
	justify-content: center;
	margin: 50px 0 20px 0;
}

.hblk2 .s-btn {
    min-width: 300px;
}

/*Blk 3*/
.hblk3 {
	margin: 80px 0 0 0;
    background-image: url(/wp-content/uploads/2025/01/lp-bg-scaled.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 0;
}

.hblk3-m {
    display: none;
}

.hblk3-inner {
    max-width: 70%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.hblk3 .title {
    font-family: "BebasNeuePro";
    font-weight: 700;
    font-size: 90px;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 20px;
}

.hblk3 .subtitle {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 100px;
}

.hblk3 .subtitle .yellow {
    font-weight: 700;
    text-transform: uppercase;
}

.hblk3 .info {
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 40px;
}

.hblk3 .info a {
    text-decoration: none;
}

.hblk3 .red-btn {
    min-width: 350px;
    display: inline-block;
}

.m-wrap--first{
	margin: -70px 0 0 0;
}
.hblk4{
	padding: 40px 0;
}
.hblk4 .container {
    overflow: hidden
}

.hblk4 .title {
    max-width: 0 0 40px 0;
	margin: 0 0 30px 0;
    color: #000;
    font-size: 120px;
    line-height: 140px;
    font-family: "BebasNeuePro";
    font-weight: 700;
    text-transform: uppercase;
}
.swiper-button-next,
.swiper-button-prev{
	position: absolute;
	top: -80px;
}
.swiper-button-next::after,
.swiper-button-prev::after{
	display: none;
}
.swiper-button-prev{
	left: auto;
	right: 100px;
	transform: rotate(180deg);
}
.hblk4__slider{
	position: relative;
}
.hblk4__slider .swiper-slide {
	border-radius: 15px;
    height: 570px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden
}

.hblk4__slider .swiper-slide::after{
	content: "";
	position: absolute;
	top: 15px;
	right: 15px;
	width: 50px;
	height: 50px;
	background-image: url('https://shdm.events/wp-content/uploads/2025/01/arrow-2.svg');
		background-size: contain;
			background-repeat: no-repeat;
			background-position: center;
	z-index: 1;
}

.hblk4__slider .swiper-slide:hover .hblk4__info {
    opacity: 1
}

.hblk4__info {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 20px;
    position: absolute;
	z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(179.9deg, rgba(0, 159, 226, 0) 0.09%, #009FE2 71.65%);
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
    opacity: 0
}

.hblk4__info p {
    font-size: 18px;
    color: #fff;
    line-height: 120%;
    margin-bottom: 25px;
}

.hblk4__info .info-title {
    font-size: 24px;
    font-weight: 700;
}

.hblk4__name {
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    line-height: 60px;
    text-align: center;
	font-family: "BebasNeuePro";
    margin-bottom: 30px;
}

.hblk4__name span {
    font-size: 86px;
	display: block;
    font-family: "BebasNeuePro";
    font-weight: 700;
    text-transform: uppercase;
}


.hblk5 {
	margin: -100px 0 0 0;
	padding: 200px 0 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.hblk5__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.hblk5__left {
    max-width: 620px;
    width: 100%;
    margin: 0 20px 0 0
}

.hblk5__left .title {
	color: #fff;
    font-size: 100px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: "BebasNeuePro";
}

.hblk5__left .title span {
    color: #fdce40
}

.hblk5__left p {
    color: #fff;
    font-size: 28px;
    line-height: 150%
}

.hblk5__left p span {
    color: #fdce40;
	display: block;
}

.hblk5__left p+p {
    margin: 70px 0 0 0;
	font-weight: 600;
}

.hblk5__right {
    max-width: 50%;
}

.form-box {
    background-color: #fff;
    border-radius: 15px;
    padding: 50px;
}

.form-box .title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 30px;
}

.form-box .subtitle {
    text-align: center;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 30px;
}

.form-box .nf-before-form-content {
    display: none;
}

.form-box .nf-field-label label {
    display: none;
}

.form-box .nf-form-errors {
    display: none;
}

.form-box input[type="text"], .form-box input[type="tel"] {
    height: 50px;
    border: 1px solid #C7C7C7;
    border-radius: 8px;
    background-color: #F3F0F0;
    padding: 0 20px;
    font-size: 18px;
}

.form-box input[type="text"]::placeholder, .form-box input[type="tel"]::placeholder {
    color: #a5a5a5;
}

.form-box input[type=submit] {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    width: 100% !important;
    margin: 0 auto 0;
    background-color: var(--yellow);
    border: none;
    color: #fff;
    padding: 16px 0 14px 0;
    font-size: 21px;
    border-radius: 8px;
	transition: linear .2s;
}
.form-box input[type=submit]:hover{
	    background-color: var(--blue);
}
.form-box .after-form {
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    margin-top: 30px;
}

/*Blk 6*/
.hblk6 .container > img{
	display: none;
}
.hblk6 {
    padding: 80px 0 80px 0;
    background-image: url(/wp-content/uploads/2025/01/invite-bg-1.webp), url(/wp-content/uploads/2025/01/invite-bg-2.webp);
    background-size: 30%, 30%;
	background-position: 0 35%, 100% 35%;
    background-repeat: no-repeat;
    text-align: center;
	background-color: #fff;
}

.hblk6 .image-box {
    max-width: 700px;
    margin: 0 auto 100px;
}

.hblk6 .title {
    font-size: 90px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: "BebasNeuePro";
    text-align: center;
    margin-bottom: 80px;
}

.hblk6 .subtitle {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
}

.hblk6 .info {
	display: flex;
    column-gap: 30px;
    text-align: left;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    max-width: 900px;
    margin: 0 auto;
}

.hblk6 .info p strong {
	font-size: 20px;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #e32552;
}

.hblk6 .blue-btn {
    min-width: 350px;
    display: inline-block;
    margin-top: 50px;
	margin-bottom: 50px;
}


.wrap {
    max-width: 100%;
    margin: auto
}

.wrap .items-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 100%
}

.wrap .items {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    min-width: 100%
}

.wrap .item {
    height: 115px;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 5px
}

.wrap .item img {
    height: 100%;

    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: linear 2s;
    -o-transition: linear 2s;
    transition: linear 2s
}

.wrap .marquee {
    -webkit-animation: scroll 120s linear infinite;
    animation: scroll 120s linear infinite
}

.wrap .reverce {
    animation-direction: reverse
}

.hblk6__gallery-two {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.hblk6__gallery-two .item {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.hblk6__gallery-one,
.hblk6__gallery-two{
	display: none;
}

@-webkit-keyframes scroll {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(calc(-100% - 20px));
        transform: translateX(calc(-100% - 20px))
    }
}

@keyframes scroll {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(calc(-100% - 20px));
        transform: translateX(calc(-100% - 20px))
    }
}

@media(min-width: 1200px) {
    .m-cards__item:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
}

/*Blk 7*/
.hblk7 {
    background-image: url(/wp-content/uploads/2025/01/med-bg-scaled.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
}
.hblk7 .blue-btn{
    padding: 17px 70px 15px 70px;
	overflow: hidden !important;
	border-radius: 8px;
    display: inline-block;
}

.hblk7 .blue-btn span:first-child{
	 background-color: var(--yellow) !important;
	border-radius: 8px;
}

.hblk7 .logo-box {
    margin-bottom: 60px;
}

.hblk7 .title {
    color: #fff;
    font-size: 120px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: "BebasNeuePro";
}

.hblk7 .subtitle {
    font-size: 42px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0px;
    max-width: 60%;
    line-height: 1.1;
}

.hblk7 .brand {
    color: var(--yellow);
    font-size: 100px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: "BebasNeuePro";
}

.hblk7 .yellow-btn {
    display: inline-block;
    min-width: 300px;
    margin-top: 30px;
}

.footer {
    padding: 100px 0 100px 0;
    background-color: var(--blue);
	color: #fff;
}

.footer .f-logo-bg img {
    width: 100%;
}

.footer-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer .left .title {
    font-size: 120px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-family: "BebasNeuePro";
}

.footer .links {
    margin-bottom: 30px;
}

.footer .links p {
    margin-bottom: 0px;
}

.footer .links a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.footer .right {
	width: 55%;
    display: flex;
    flex-direction: row;
    column-gap: 50px;
    align-items: flex-start;
    justify-content: flex-start;
	margin-top: 10px;
}

.footer .right .subtitle {
	margin-bottom: 10px;
}

.footer .social-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 30px;
    margin-bottom: 30px;
    margin-top: 10px;
}

.footer .social-title p {
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: "BebasNeuePro";
}

.footer .contact p {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    font-family: "BebasNeuePro";
    margin-bottom: 10px;
    color: #fff;
}

.footer .contact a {
    color: #fff;
    text-decoration: none;
}

.subfooter-text {
    font-size: 14px;
	margin-bottom: 0;
}

.hblk7 .container{
	position: relative;
}
.m-circle{
	 position: absolute;
	top: 0;
	right: 0;
    width: 166px;
    height: 166px;
    border-radius: 50%;
    overflow: hidden;
}

.m-circle img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	right: 0;
}
.m-circle .m-circle-one{
 width: 100%;
      height: 100%;
      object-fit: contain;
      animation: 15s linear 0s normal none infinite running rot;
      -webkit-animation: 15s linear 0s normal none infinite running rot;
}
@keyframes rot {
      0% {
        transform: rotate(0deg);
      }

      100% {
        transform: rotate(360deg);
      }
    }

    @-webkit-keyframes rot {
      0% {
        transform: rotate(0deg);
      }

      100% {
        transform: rotate(360deg);
      }
    }
.m-circle .m-circle-two{
 width: 50%;
      height: 50%;
      object-fit: contain;
	top: 45%;
    left: 55%;
	transform: translate(-50%, -50%);
}




.s-btn {
    padding: 12px 0 10px 0;
    border-radius: 8px;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    text-decoration: none;
}
.s-btn{
	position: relative;
	overflow: hidden;
}
.s-btn span:first-child{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 0;
	transition: linear .2s;
}
.s-btn:hover span:first-child {
	width: 100%;
}
.s-btn span:last-child{
	position: relative;
	z-index: 1;
}
.red-btn {
    background-color: var(--red);
	transition: linear .2s;
}
.red-btn span:first-child{
	background-color: var(--blue);
}
.blue-btn {
    background-color: var(--blue);
	transition: linear .2s;
}
.border-btn {
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
	transition: linear .2s;
}

.btns .borderw-btn {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	padding: 11px 0 9px 0;
	transition: linear .2s;
}

.modal-before button{
	border-radius: 10px;
}

.modal-before .blue-btn {
    background-color: var(--blue);
	transition: linear .2s;
}

.registration-btn span:first-child{
	background-color: var(--yellow) !important;
}
.blue-btn span:first-child{
	background-color: var(--yellow);
}

.yellow-btn {
    background-color: var(--yellow);
	transition: linear .2s;
}
.yellow-btn span:first-child{
	background-color: var(--blue);
}

.red {
    color: var(--red);
}

.yellow {
    color: var(--yellow);
}

strong {
    font-weight: 700;
}

body {
    font-family: "Gilroy";
    font-weight: 400;
}

:root {
    --blue: #E32552;
    --yellow: #08939B;
    --red: #DC0037;
}

.post, .page {
    margin: 0;
}
.title.mob{
	display: none;
	font-size: 60px;
	margin: 0 0 15px 0;
}
@media (min-width: 1200px){
    .m-cards__item:hover{
        transform: scale(1.1);
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: calc(100% - 180px);
    }
	.m-cards__item {
		height: 450px;
	}
	.m-cards__item h2 {
		font-size: 22px;
	}
    .form-box .title {
        font-size: 36px;
    }
    .hblk7 .subtitle {
        max-width: 50%;
    }
    .hblk1 .logo-img img {
        max-width: 350px;
    }

}

@media (min-width: 1920px) {
	.m-cards__item {
		height: 550px;
	}
    .container {
        max-width: 1840px;
    }
    .hblk4__slider .swiper-slide {
        border-radius: 15px;
        height: 650px;
    }
    .hblk5__right {
        max-width: 40%;
    }
}
@media (max-width: 1399px) {
	.m-cards__item{
		height: 350px;
	}
	.m-cards__item h2{
		font-size: 17px;
	}
	.m-cards__item p{
		font-size: 16px;
	}
	.m-cards__item img{
		width: 40px;
		height: 40px;
		top: 10px;
		right: 10px
	}
	.hblk2 h2 {
    	font-size: 80px;
		line-height: 1.1;
	}
    .hblk2 p {
        font-size: 26px;
    }
    .hblk4__slider .swiper-slide::after {
        width: 40px;
        height: 40px;
    }
    .hblk4__slider .swiper-slide {
        height: 500px;
    }
    .hblk4__name span {
        font-size: 70px;
    }
    .hblk4 .title {
        font-size: 90px;
        line-height: 1.3;
    }
    .form-box .title {
        font-size: 28px;
    }
    .form-box .subtitle {
        font-size: 18px;
    }
    .form-box {
        padding: 40px;
    }
    .hblk5__left .title {
        font-size: 80px;
    }
    .hblk5__left p {
        font-size: 24px;
    }
    .hblk7 .title {
        font-size: 90px;
    }
    .hblk7 .subtitle {
        font-size: 36px;
    }
    .hblk7 .brand {
        font-size: 90px;
    }
    .footer .left .title {
        font-size: 100px;
    }
}
@media (max-width: 1199px) {
	.hblk4__slider .swiper-slide {
		height: 485px;
	}
	.hblk4__name span {
		font-size: 46px;
		line-height: 1.2;
	}
	.m-cards__item img{
		width: 30px;
		height: 30px;
		top: 10px;
		right: 10px
	}
	.m-cards__item{
		height: 300px;
	}
	.m-cards__item h2{
		font-size: 13px;
	}
	.m-cards__item p{
		font-size: 13px;
	}
	.hblk2 .blue-btn{
		font-size: 16px;
	}
	
    .hblk1 {
        padding: 50px 0 120px 0;
    }
    .hblk1-inner {
        width: 75%;
    }
    .hblk1 .logo-img img {
        max-width: 300px;
    }
    .hblk1 h1 {
        margin-top: 50px;
        font-size: 90px;
    }
    .hblk1 .subtitle {
        font-size: 28px;
    }
    .hblk1 .info {
        font-size: 22px;
        margin-bottom: 40px;
    }

    .hblk3-inner {
        max-width: 85%;
    }
    .hblk3 .title {
        font-size: 80px;
    }
    .hblk3 .subtitle {
        font-size: 24px;
        margin-bottom: 60px;
    }
    .hblk3 .info {
        font-size: 17px;
    }
    .hblk3 .red-btn {
        min-width: 300px;
    }
    .hblk4__name {
        line-height: 1;
        font-size: 24px;
    }
    .hblk4__info p {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .hblk4__slider .swiper-slide::after {
        width: 45px;
        height: 45px;
    }
    .form-box .title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .form-box .subtitle {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .form-box input[type="text"], .form-box input[type="tel"] {
        height: 44px;
        font-size: 16px;
    }
    .form-box input[type=submit] {
        max-width: 250px;
        padding: 14px 0 12px 0;
        font-size: 18px;
    }
    .form-box .after-form {
        font-size: 11px;
        margin-top: 20px;
        margin-bottom: 0;
    }
    .hblk7 .title {
        font-size: 80px;
    }
    .hblk7 .subtitle {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .hblk7 .brand {
        font-size: 80px;
    }
    .hblk7 .logo-box {
        max-width: 140px;
    }
    .hblk7 .yellow-btn {
        min-width: 250px;
        margin-top: 20px;
    }
    .footer .left .title {
        font-size: 80px;
    }
    .footer {
        padding: 80px 0 80px 0;
    }
    .hblk6 {
        padding: 100px 0 80px 0;
    }
    .hblk6 .image-box {
        max-width: 500px;
        margin: 0 auto 50px;
    }
    .hblk6 .title {
        font-size: 70px;
		margin-bottom: 40px;
    }
    .hblk6 .subtitle {
        font-size: 24px;
        margin: 0 auto;
    }
    .hblk6 .info {
        font-size: 18px;
        max-width: 700px;
    }
    .hblk6 {
        background-position: 0 25%, 100% 25%;
    }
	.footer .right {
    	width: 65%;
	}

}

@media (max-width: 992px) {
	.m-circle{
		zoom: .5;
	}
	.hblk4 .title {
		font-size: 80px;
		line-height: 1.2;
	}
	.hblk2 h2 {
    	font-size: 95px;
		line-height: 1.1;
	}
	  .hblk2 h2 {
        font-size: 70px;
    }
	.hblk2 p {
    font-size: 26px;
    width: 100%;
}
	.m-wrap.mob{
		display: block;
	}
	.m-cards{
		display: none;
	}
	
    .hblk1-inner {
        width: 100%;
    }
    .hblk3 .title {
        font-size: 55px;
    }
    .hblk3 .subtitle {
        font-size: 20px;
        margin-bottom: 50px;
    }
    .hblk3 .info {
        font-size: 16px;
        letter-spacing: 1px;
    }
    .hblk3 {
        padding: 80px 0;
    }
    .hblk5 {
        padding: 150px 0 100px;
    }
    .hblk5__inner {
        flex-direction: column;
    }
    .hblk5__left .title {
        font-size: 70px;
    }
    .hblk5__left {
        text-align: center;
        margin: 0 auto;
    }
    .hblk5__left p+p {
        margin: 30px 0 0 0;
    }
    .hblk5__right {
        max-width: 80%;
        margin: 50px auto 0;
    }
    .hblk7 .title {
        font-size: 60px;
    }
    .hblk7 .subtitle {
        font-size: 21px;
        margin-bottom: 20px;
    }
    .hblk7 .brand {
        font-size: 60px;
    }
    .hblk7 .logo-box {
        max-width: 120px;
    }
    .hblk7 .yellow-btn {
        min-width: 200px;
        margin-top: 20px;
        font-size: 18px;
    }
    .footer .left .title {
        font-size: 60px;
    }
    .footer .links a {
        font-size: 16px;
    }
    .footer .social-title p {
        font-size: 32px;
    }
    .social-title img {
        max-height: 28px;
    }
    .footer .contact p {
        font-size: 20px;
    }
    .footer .social-title {
        margin-bottom: 50px;
        margin-top: 5px;
        column-gap: 20px;
    }
    .footer-inner {
        margin-bottom: 20px;
    }
    .hblk6 {
        padding: 80px 0 60px 0;
    }
    .hblk6 .image-box {
        max-width: 400px;
        margin: 0 auto 40px;
    }
    .hblk6 .title {
        font-size: 50px;
        margin-bottom: 30px;
    }
    .hblk6 .subtitle {
        font-size: 20px;
        margin: 0 auto;
        max-width: 300px;
    }
    .hblk6 .info {
        font-size: 16px;
        max-width: 600px;
		flex-direction: column;
    }
	.hblk6 {
		background-position: 0 15%, 100% 15%;
	}
    .hblk6 .blue-btn {
        min-width: 250px;
        display: inline-block;
        margin-top: 30px;
        font-size: 18px;
    }
    .hblk7 .blue-btn {
        padding: 17px 55px 15px 55px;
    }
}
.footer-soc{
	display: flex;
}
.footer-soc a + a{
	display: block;
	margin: 0 0 0 10px;
}
@media (max-width: 767px) {
	
	    .m-cards__item img {
			right: 20px;
			top: 20px;
	}
	.video-background iframe {
		transform: translate(-50%, -50%) scale(3.8);
	}
	.video-background{
        
    }
	.hblk1{
		
	}
	.footer-inner{
		flex-wrap: wrap;
	}
	.footer .left .title{
		display: none;
	}
	.title.mob{
		font-size: 44px;
		display: block;
		width: 100%;
		font-weight: 700;
		text-transform: uppercase;
    font-family: "BebasNeuePro";
	}
	.right-box{
		display: flex;
		flex-direction: row-reverse;
		width: 100%;
	}
	.footer .social-title{
		margin: -5px 0 30px 0;
		flex-direction: column;
		align-items: flex-start;
	}
	.footer .left{
		order: 1;
	}
	.footer .links {
		margin-bottom: 10px;
	}
	.footer .social-title p{
        margin: 5px 0 10px 0;
        font-size: 20px;
	}
	.footer .right{
		width: 100%;
		flex-direction: column;
	}
	.footer .right .item {
		margin-bottom: 20px;
	}
	.social-title,
	.contact{
		width: 100%;
	}
	.hblk4 .title {
        font-size: 60px;
    }
    .swiper-button-next img, .swiper-button-prev img{
        width: 15px;
    }
	.swiper-button-next, .swiper-button-prev{
        top: -60px;
	}
    .swiper-button-prev {
        right: 70px;
    }
	.hblk4__slider .swiper-slide::after{
		width: 40px;
		height: 40px
	}
	    .hblk4__slider .swiper-slide {
        height: 410px;
    }
    .hblk2 h2 {
        font-size: 52px;
    }
	.hblk2 p {
    	font-size: 20px;
	}
    .hblk2 .blue-btn {
        max-width: 200px;
    }
    .hblk1 {
        background-image: url(/wp-content/uploads/2025/01/home-bg-1-m-scaled.webp);
        padding: 30px 0 120px 0;
    }
    .hblk1 .logom-img {
        display: block;
    }
    .hblk1 .logo-img {
        display: none;
    }
    .hblk1 .logom-img img {
        max-width: 100px;
    }
    .hblk1 h1 {
        font-size: 70px;
    }
    .hblk1 .subtitle {
        font-size: 17px;
    }
    .hblk1 .subtitle img {
        margin-right: 7px;
        max-width: 22px;
    }
    .hblk1 .info {
        font-size: 16px;
    }
    .hblk1 .s-btn {
        min-width: auto;
        width: calc(50% - 10px);
    }
    .s-btn {
        padding: 8px 0 7px 0;
        border-radius: 4px;
        font-size: 18px;
    }
    .r-text-img {
        right: 2px;
        bottom: 170px;
        width: 8px;
    }
	.hblk2 .s-btn {
		min-width: auto;
		width: calc(50% - 10px);
	}

    .hblk3 {
        background-image: url(/wp-content/uploads/2025/01/lp-bg-m.webp);
        padding: 50px 0;
    }
    .hblk3-inner {
        max-width: 100%;
    }
    .hblk3 .title {
        font-size: 60px;
        margin-bottom: 10px;
    }
    .info-d {
        display: none;
    }
    .hblk3-m {
        display: block;
    }
    .hblk3 .subtitle {
        font-size: 18px;
        margin-bottom: 0;
    }
    .info-m {
        text-align: center;
        padding: 40px 0;
    }
    .info-m .red-btn {
        min-width: 250px;
        display: inline-block;
    }
    .info-m .info {
        margin-bottom: 30px;
    }
    .hblk5__left .title {
        font-size: 60px;
    }
    .hblk5__left p {
        font-size: 18px;
    }
    .hblk5__right {
        max-width: 100%;
        margin: 50px auto 0;
    }
	.hblk5 .container{
		position: relative;
		z-index: 10;
	}
    .form-box {
        padding: 20px;
    }
	
	.hblk6{
		background-image: none;
	}
	.hblk6__gallery-one{
		margin: 0 0 10px 0;
	}
	 .hblk6 {
        padding: 60px 0 60px 0;
        margin: -40px 0 0 0;
        position: relative;
    }
	 .hblk6 .title {
       margin: 30px 0 20px 0;
    }
	.hblk6__gallery-one, 
	.hblk6__gallery-two {
		display: block;
	}
	.hblk6 .image-box{
		display: none;
	}
	
	.hblk6 .container > img{
		display: block;
		margin: 30px auto 0px;
		max-width: 150px;
	}

    .hblk7 {
        margin-top: 20px;
        padding: 30px 0 50px 0;
    }
    .hblk7 .logo-box {
        max-width: 100px;
        margin-bottom: 30px;
    }
    .hblk7 .title {
        font-size: 70px;
        line-height: 1;
    }
    .hblk7 .subtitle {
        max-width: 100%;
        font-size: 18px;
        margin-bottom: 10px;
    }
    .hblk7 .brand {
        font-size: 37px;
    }
    .hblk7 .blue-btn {
        padding: 12px 25px 10px 25px;
    }
    .footer .links a {
        font-size: 14px;
    }
    .m-circle {
        bottom: 10px;
        top: auto;
        right: calc(var(--bs-gutter-x)* .5);
    }
    .modal-before__inner {
        padding: 30px 20px;
    }
	.border-btn {
		padding: 7px 0 6px 0;
		font-size: 16px;
	}
	.btns .borderw-btn {
		padding: 7px 0 6px 0;	
	}
	.hblk6 .info {
		max-width: 380px;
	}
}