body{
	margin: 0;
	padding: 0;
	direction: rtl;
	font-family: 'Rubik', sans-serif;
	background-color: #F68C1E;
	background-size: cover;
	padding-bottom: 50px;
}
ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
}
.sec1-slider{
	position: absolute;
	width: 100%;
	height: 100%;

}
/*====*/

.sec1-r-bg{
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
}
.sec1-r-bg-2{
	display: none;
}
.sec1-r{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.sec1-r-abs{
	position: absolute;
	width: 297px;
	z-index: 5;
	right: 44px;
	bottom: 24px;
}
.sec1-l{
	min-height: 650px;
	padding: 25px 0;
	background-color: #ffffff;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	border-radius: 20px;
	margin-right: 20px;
	margin-top: 10px;
}
.sec1-l-logo{
	width: 100%;
	text-align: center;
}
.sec1-l-logo > img{
	width: 100%;
	max-width: 273px;
}
.sec1-l-t1{
	margin-top: 10px;
	color: #812b8e;
	font-size: 56px;
	font-weight: 700;
	width: 100%;
	text-align: center;
}
.sec1-l-t2{
	color: #1a1a1a;
	font-size: 42px;
	font-weight: 500;
	text-align: center;
	width: 100%;
}
.sec1-l-t2 span{
	font-size: 25px;
}
.sec1-l-t3{
	margin-top: 5px;
	color: #1a1a1a;
	font-size: 22px;
	font-weight: 400;
	text-align: center;
	width: 100%;
}
.sec1-l-form{
	width: 130%;
	margin-top: 30px;
	margin-right: -15%;
}
.sec1-inp{
	margin: 0 auto 5px auto;
	display: block;
	width: 100%;
	max-width: 320px;
	background: transparent;
	background-color: #e2e2e2;
	border: none;
	outline: none;
	padding: 12px 17px;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Rubik', sans-serif;
	letter-spacing: 0.36px;
	border-radius: 20px;
}
.sec1-inp::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.sec1-inp::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.sec1-inp:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.sec1-inp:-moz-placeholder { /* Firefox 18- */
  color: #000;
}
.inp-empty{
	background-color: #fce4e4;
    border: 1px solid #cc0033;
}
.error{
	font-size: 14px;
	color: #cc0033;
	font-weight: 500;
}
.sec1-inp-req-wrap-empty > .inp-error{
	display: block;
}

.sec1-sub{
	background: transparent;
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	cursor: pointer;
	background-color: #dc3545;
	height: 70px;
	width: 100%;
	max-width: 320px;
	display: block;
	margin: auto;
	color: #ffffff;
	font-weight: 500;
	font-size: 32px;
	font-family: 'Rubik', sans-serif;
	border-radius: 20px;
}
.sec1-ft{
	display: none;
}
.sec1-ftd{
	display: none;
}
.sec2-t2{
	height: 100%;
	font-size: 14px;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
	/* font-weight: 300; */
	color: #000000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	text-align: right;
	letter-spacing: 4px;
}
.sec2{
	background-color: #fff;
	padding: 20px 0;
	border-radius: 20px;
	margin-top: 20px;
}
.sec2-logo{
	text-align: center;
}
.sec2-logo-wrap{
	/* display: inline-block; */
}
.sec2-logo-wrap > div{
	text-align: left;
}
.sec3-t, .sec3-t-mb {
	font-size: 15px;
	color: #fff;
	font-weight: 300;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 17px 0;
}
.sec3-t > .fw700, .sec3-t-mb > .fw700{
	font-weight: 700;
	margin: 0 5px;
}
.sec3-t > a, .sec3-t-mb > a {
	display: inline-block;
	margin: 0 5px;
}
.sec1-r-bg-mob{
	width: 100%;
	display: block;
}
.sec1-mb{
	padding: 50px 0;
	background-color: #fff;
	display: block;	
}
.mb-logo{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.mb-logo-right{
	width: 45px;
	margin: 0 10px;
}
.mb-logo-right > img{
	width: 45px;
}
.mb-logo-left{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-line-pack: center;
	    align-content: center;
}
.sec1-l-form-mb{
	padding: 30px 0;
	background-color: #ffffff;
}
.mb-logo-left > img{
	width: 200px;
}
@media(min-width: 1200px){
	.sec1-r-bg-mob, .sec3-t-mb {
		display: none;
	}
	.sec1-mb{
		display: none;
	}
	.sec1-l-form-mb{
		display: none;
	}
}
@media(max-width: 1200px){
	.sec1-l-form{
		display: none;
	}
	.sec1-slider{
		display: none;
	}
	.row-rew{
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	.error{
		text-align: center;
		display: block;
	}
	.sec1-l{
		padding: 25px 0;
                display: none;
	}
        .player1 { 
               height: 58vw;
}
        .sec1-r > br {
               display: none;
}
        .sec1-r > img {
                display: none;
        }
	.sec1-r-bg{
		display: none;
	}
	.sec1-r{
		background-color: #311a48;
		/* width: 80%; */
		/* right: 10%; */
		padding: 30px;
	}
	.sec1-r-abs{
		right: calc(50% - 148px);
	}
	.sec1-l-form{
		padding: 0 10px;
	}
	.sec1-l-t1{
		font-size: 50px;
	}
	.sec1-l-t2{
		font-size: 38px;
	}
	.sec2-t2 > br{
		display: none;
	}
	.sec3-t > span{
		display: none;
	}
	.sec2-logo{
		display: none;
	}
}
@media (min-width: 1200px){
.col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66%;
    max-width: 66%;
}

.col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 2 0 33.333333%;
    max-width: 35.333333%;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin-right: -15px; */
    /* margin-left: -15px; */
}}

@media (min-width: 1200px) {
    
  .container {
    max-width: 1200px;
} 

.player1 {
    width: 778px;
   height: 443px;
}  }

.player1 {
    width: 100%;
   display: block;
}