Untitled

 avatar
unknown
css
2 years ago
10 kB
4
Indexable
@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
	font-family: 'Commissioner', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Commissioner', sans-serif;
}

p {
	font-family: 'Commissioner', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}

a {
	font-family: 'Commissioner', sans-serif;
}

.imgimg{
    transition: 0.4s ease;
}
.imgimg:hover{
    border: 4.20521px solid #3DACA1 !important;
    transform: scale(1.08);
}

@media(max-width:768px) {
	.one {
		display: flex;
		flex-direction: column;
	}

	.two {
		order: 2;
	}

	.tri {
		order: 1;
	}
}

@media(max-width:576px) {
	.smaller {
		font-size: 40px !important;
		line-height: 40px !important;
		text-align: center !important;
	}
	.imgimg{
	    width:100% !important;
	}
	.move3{
	    text-align:center !important;
	}

	.ar {
		transform: rotate(112deg) !important;
		left: 0 !important;
		top: 0 !important;
	}
	.same{
	    font-weight: 400 !important;
        font-size: 16px !important;
        line-height: 20px !important;
	}
	.same2{
	    font-size: 14px !important;
        line-height: 17px !important;
	}
	.no-mar{
	    margin-top:0 !important;
	}
	
    #footer-14081{
        background: #3418A5;
    }
    .bl{
        display:block !important;
    }
    .bgbg1{
        background-size:cover !important;
    }
    .res{
        margin-bottom: 0px !important;
    }
    .ov1{
        background-position: 100% 22% !important;
    }

}


.owl-carousel .owl-item img {
    max-height: 200px !important;
    
}
/*popup*/
.button-uno {
	padding: 10px;
	font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #D28B12 !important;
	text-decoration: none !important;
	cursor: pointer;
	transition: all 0.3s ease-out;
}

.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
}

.overlay:target {
	visibility: visible;
	opacity: 1;
	overflow: auto;
}

.popup {
	background: #F5F5F5;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	border-color: #492DBC;
	border-radius: 30px;
	text-align: left;
	padding: 41px 25px 41px 41px;
	margin: 70px auto;
	max-width: 60%;
	max-height: 600px;
	position: relative;
	transition: all 5s ease-in-out;
}

.popup h2 {
	font-style: normal;
	font-weight: 600;
	font-size: 22.6039px;
	line-height: 28px;
	color: #000000;
	padding-bottom: 0 !important;
	margin-top: 28px;
}

.popup p {
	font-style: normal;
	font-weight: 500;
	font-size: 17.6597px;
	line-height: 22px;
	color: rgba(0, 0, 0, 0.65);
}

.popup.dva {
	font-style: normal;
	font-weight: 400;
	font-size: 17.6597px;
	line-height: 22px;
	color: rgba(0, 0, 0, 0.65);
}

.popup .close1 {
	position: absolute;
	background: linear-gradient(175.64deg, #271D99 -37.43%, #6A4BEC 57.61%) !important;
	top: 20px;
	right: 30px;
	transition: all 200ms;
	font-size: 25px;
	text-decoration: none;
	color: #fff;
	border-radius: 50%;
	padding: 6px 12px;
}

.popup .close1:hover {
	color: #000;
	background: linear-gradient(175.64deg, #271D99 -37.43%, #6A4BEC 57.61%) !important;
}

.popup .content {
	max-height: 30%;
	overflow: auto;
}

@media screen and (max-width: 700px) {
	.box {
		width: 70%;
	}

	.popup {
		width: 90% !important;
		max-width: none !important;
        max-height: none !important;
	}
}

/*end of popup*/


/*collapsable*/
.panel {
	border: 1px solid #492DBC !important;
}

.panel-default {
	border-width: 1px 1px 1px 5px !important;
	border-style: solid !important;
	border-color: #492DBC !important;
	border-radius: 15px !important;
	background: #F5F5F5 !important;
	margin-top: 20px;
	margin-bottom: 40px !important;

}

.panel-default>.panel-heading {
	border: none !important;
	background: #F5F5F5 !important;
}

.panel-heading {
	padding: 0 !important;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: transparent !important;
}

.panel-title {
	margin: 22px !important;
}

.panel-body {
	font-style: normal;
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 20px !important;
	color: #565656 !important;
	padding: 3px 26px 33px 33px !important;
}

.panel-title>a {
	font-style: normal !important;
	font-weight: 700 !important;
	line-height: 24px !important;
	color: #431DDC !important;
	font-size: 16px !important;
}

/*end of collapssable*/
/*countdown*/

.sw__hero {
	flex-direction: column;
	position: relative;
	/* top: 35px; */
	bottom: 0;
	right: 0;
	left: 0;
	/*     height: 100vh;
    width: 100%; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	will-change: transform;
	-webkit-transition: .6s all ease-in-out;
	-o-transition: .6s all ease-in-out;
	transition: .6s all ease-in-out;
}


.sw__hero__content {
	color: #fff;
	animation-name: showHeroText;
	position: relative;
}

.sw__hero__title,
.sw__hero__date {
	-webkit-animation-name: showHeroText;
	animation-name: showHeroText;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.wrap {
	text-align: center;
	position: relative;
}

.links {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.wrap:before {

	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	border-top: 1px solid black;
	background: black;
	width: 100%;
	transform: translateY(-50%);
}

.sw__hero__countdown__wrapper {
	text-align: center;
	margin: 15px;
	position: relative;
	animation: showHeroText 0s 1.2s forwards;
	visibility: hidden;
}


.sw__hero__arrow_container {
	position: absolute;
	top: 88%;
}

.link::before {
	content: '';
	position: relative;
	top: 50%;
	left: 0;
	border-top: 1px solid black;
	background: black;
	width: 100%;
	transform: translateY(-50%);
}


.sw__hero__countdown__date_container {
	background: #F5F5F5;
	border-radius: 7.63px;
	padding: 10.682px 17.549px;
	vertical-align: middle;
	text-align: center;
	display: flex;
	align-items: center;
	position: relative;
	justify-content: space-between;
}

.sw__hero__countdown__dates {
    margin: 6px 9px !important;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 22.89px !important;
    line-height: 28px !important;
    color: #492DBC !important;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
}

.sw__hero__date {
	margin: 30px 0px 0px;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #d8d8d8;
	letter-spacing: 0.8px;
	text-align: center;
	line-height: 20px;
	font-family: 'Futura pt';
	vertical-align: middle;
}

.sw__hero__countdown__date_label {
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	text-align: center;
}


.iframe-responsive {
	border: 0px;
	min-height: 580px;
	margin: 0 auto;
	max-width: 1025px;
}


/*
//  Desktop
//  --------------------------------------------- */
@media screen and (min-width: 1024px) {
	.page-header .header.panel {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin-left: auto;
		margin-right: auto;
		width: auto;
		max-width: 1392px;
		padding: 10px 20px;
		background-color: #101820;
	}

	.sw__header {
		padding: 30px;
	}

	.sw__header img {
		height: 50px;
	}

	.sw__vera {
		padding: 110px;
	}

	.sw__vera-container {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.sw__vera-container-2 {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.sw__vera__video img {
		max-width: 505px;
	}

	.sw__hero__title {
		font-size: 25px;
		letter-spacing: 3.57px;
		text-align: center;
		margin: 60px 0 15px;
	}

	.sw__vera__intro {
		padding-left: 100px;
	}

	.sw__vera__title {
		font-size: 30px;
		letter-spacing: 4.29px;
		line-height: 40px;
		margin-bottom: 20px;
		max-width: 383px;
	}

	.sw__vera__desc {
		max-width: 383px;
	}

	.sw__vera__intro-2 {
		padding-left: 100px;
	}

	.sw__vera__title-2 {
		font-size: 30px;
		letter-spacing: 4.29px;
		line-height: 40px;
		margin-bottom: 20px;
		max-width: 383px;
		min-width: max-content;
	}


}

}

/*
//  Mobile
//  --------------------------------------------- */
@media screen and (max-width: 1024px) {
	.sw__header {
		padding: 15px 25px;
	}

	.sw__header img {
		height: 36px;
	}

	.sw__hero__background {
		-webkit-animation-name: changeHero-mobile;
		animation-name: changeHero-mobile;
	}

	.sw__hero__content img {
		height: 36px;
	}

	.sw__hero__title {
		font-size: 25px;
		letter-spacing: 3.57px;
		margin: 50px 0 30px;
	}

	.sw__vera__video img {
		max-width: 100%;
	}

	.sw__vera__title {
		font-size: 25px;
		color: #131414;
		letter-spacing: 3.57px;
		margin-bottom: 20px;
	}

	.sw__vera__title-2 {
		font-size: 25px;
		color: #131414;
		letter-spacing: 3.57px;
		margin-bottom: 20px;
	}

	.sw__hero__countdown__wrapper {
		margin-right: 0px !important;
	}

	.sw__vera__intro {
		padding: 60px 25px;
	}

	.sw__vera__intro-2 {
		padding: 0 25px 60px;
	}

	.sw__vera__intro_title-2 {
		padding: 60px 25px 0;
	}

}


@media screen and (max-width: 768px) {


	.sw__hero__background {
		-webkit-animation-name: changeHero-mobile;
		animation-name: changeHero-mobile;
	}

	.sw__hero__content img {
		height: 36px;
	}

	.sw__hero__title {
		font-size: 20px;
		letter-spacing: 2.86px;
		margin: 50px 0 15px;
	}
}

@-webkit-keyframes showHeroText {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes showHeroText {
	to {
		visibility: visible;
	}
}

/*end of countdown*/


.is-btn-ghost2,
.is-btn-ghost1 {
	padding: 13px 58px !important;
	font-style: normal !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	line-height: 20px !important;
	text-align: center;
	text-transform: none !important;
	letter-spacing: 0 !important;
	border-radius: 10px !important;

}

.navbar-nav>li>a {
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
}

.footer-text,
.footer-text>a {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 150.9%;
	color: #FFFFFF;
}
Editor is loading...