:root {
  --accent-color: #6C5FCF;
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Source Sans Pro', sans-serif;

}
ul li{
	list-style: none;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none!important;
}
li{
	list-style: none!important;
}

p{
	font-size: 16px;

}
.for-mobile{
	display: none;
}
.dis-flex{
	display: flex;
	align-items: center;
}
.section-padding{
	width: 100%;
	display: flex;
	padding: 100px 0;
}
.section-dot img{
	position: absolute;
	right:100px;
	width: 200px;
	top: 0;
}

#header{
	padding: 20px 0;
	width: 100%;
	position: relative;
}
.logo img{
	width: 130px;
}
.hero-img img{
	width: 100%;
}
.hero-content{
	padding-left: 30px;
}
.hero-content h1{
	font-size: 60px;
	font-weight: 600;
	color: #252525;
}
.hero-content h3{
	font-size: 30px;
	font-weight: 600;	
	color: #252525;
	margin: 20px 0 30px;
}
.hero-text{
	border-left: 2px #B7C85C solid;
}
.hero-text p{
	padding-left: 20px;
	color:#343434;
}
.hero-text p span{
	font-weight: 600;
}

.visite{
	background: #343434;
}
.visite-left {
	color: #FFFFFF;
}
.visite-left h2{
	font-size: 40px;
	font-weight: 600;
}
.visite-left  h3{
	margin: 10px 0 20px;
	font-size: 25px;
	font-weight: 600;
}
.visite-left  span {
	font-weight: 600;
}
.bor-bottom{
	border-bottom: 2px #B7C85C solid;
}
.counter{
	padding: 50px;
	border-radius: 4px;
	color: #FFFFFF;
	margin-left: 100px;
	background:var(--accent-color);
	margin-top: -130px;
}
.counter p span{
	font-weight: 600;
}
.counter h4{
	font-size: 25px;
	padding-left: 10px;
	border-left: 2px #B7C85C solid;
}
.counter h4 span{
	font-weight: 600;
	font-size: 30px;
}

#register-now {
	margin-top: 32px;
	color: var(--accent-color);
}

.countdown-container {
	display: flex;
	margin-top: 64px;
	align-items: center;
  }

  .countdown-item {
	text-align: center;
	margin: 0 10px;
	margin-right: 25px;
  }

  .countdown-value {
	font-size: 18px;
	font-weight: bold;
  }

  .countdown-label {
	font-size: 16px;
  }

  .book-img{
	width: 100%;
  }
  .book-content h2{
	font-weight: 600;
	color:#252525;
	margin-bottom: 20px;
  
}
.book-content p span{
	font-weight: 600;
}
.call-to-action{
	background: url(../images/call-action.png) no-repeat center center;
	background-size: cover;
}
.call-to-action{
	text-align: center;
	color: #FFFFFF;
}
.call-to-action h2{
	font-size: 50px;
	font-weight: 600;
}
.call-to-action p{
	margin: 20px 0 40px;
}
.call-to-action a{
	background: #fff;
	color: #6C5FCF;
	padding: 10px 40px;
	border-radius: 25px;
	transition: .6s;
}
.call-to-action a:hover{
	background: #343434;
	color: #fff;
}
.contact{
	position: relative;
}
.contact-title{
	width: 80%;
	margin: 0 auto;
}
.conatct-left h2{
	font-weight: 600;
}
.contact-right h3{
	color: #6C5FCF;
	font-weight: 600;
	text-align: right;
}
.contact-right p{
	font-weight: 600;
	text-align: right;
}
.contact-600 p{
	font-weight: 600;
}
.contact-600 p span{
	color: #6C5FCF;
}
.contact-right p span{
	color: #6C5FCF;
}
.contact-form{
	padding: 50px;
	box-shadow: 0px 4px 20px rgb(0 0 0 / 15%);
	border-radius: 10px;
	margin: 80px 0;
}
.form-row {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
  }
  .form-col {
	flex-basis: 50%;
	padding:5px 40px;
  }
  label {
	display: block;
	margin-bottom: 5px;
	color: #343434;
  }
  input[type="text"],
  input[type="email"],
  textarea {
	width: 100%;
	padding: 5px;
	border: 1px #b9b3b3 solid;
	border-radius: 4px;
  }
  input[type="checkbox"] {
	margin-top: 5px;
  }
  .contact-form button {
	padding: 10px 20px;
	background-color: #6C5FCF;
	color: white;
	border: none;
	width: 100%;
	border-radius: 6px;
	cursor: pointer;
  }

.pos-rlt{
	position: relative;
}
.arrow-right {
    position: absolute;
    right: 170px;
    bottom: -106px;
}
.arrow-right img{
	width: 70px;
}
.footer{
	margin-top: 100px;
	background: #343434;
}
.footer-logo img{
	width: 90%;
}
.footer-content{
	color:#ffff;
}
.footer-content h3{
	font-weight: 600;
	margin-top: 30px;
}
.footer-content  p{
	border-left: 3px #B7C85C solid;
	padding-left: 15px;
	margin-top: 10px;
}
.footer-bottom{
	color: #fff;
	width: 100%;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	display: flex;
}
.footer-bottom img{
	width: 100px;
	margin-left: 30px;
}
.footer-bottom h3{
	margin-top: 30px;
	font-weight: 600;
}

