
/*=== fonts ====*/
body {
  font-family: "Tajawal", sans-serif;
  font-size: 20px;
  line-height: 32px;
  background: url("../img/bg.png") left top / 75% no-repeat;
  /* height: 100vh; */
  position: relative;
  word-wrap: normal;
letter-spacing: normal;
}
#html-content-holder{
  word-wrap: normal;
letter-spacing: normal;
}
a{
   color: #000 !important;
}
.sec-top {
  margin-bottom: 50px;
}
.sec-top h3{
  font-size: 40px;
  line-height: 52px;
}
.sec-top h4{
  font-size: 30px;
  line-height: 42px;
  margin-bottom: 20px;
}

.point ul{
  list-style: decimal;
}
.logo img{
  height: 57px;
  margin-top: 50px;
}
.main-item{
  padding-top: 10%;

}

.radio-buttons 
{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
canvas{
  width: 100%;
  height: auto;
}
.form-control:focus{
  background: #fff;
  box-shadow: none;
  border-color: #a16a0b;
}
.social a{
  color: #698871 !important;
  display: inline-block;
  padding: 0 5px;
  font-size: 15px;
}
footer{
  padding: 20px 0;
  border-top: 1px solid #ddd;
  margin-top: 50px;
}
.mb-20{
  margin-bottom: 20px;
}
.form-group input{
  border-radius: 0 !important;
  padding: 10px;
}
.form-group {
  margin: 0;
  margin-top: -9px;
}
.btn{
  color: #fff;
    background-color: #A38559;
    border-color: #A38559;
    border-radius: 5px !important;
    box-shadow: none !important;
    width: 100%;
    padding: 12px;
    border-radius: 0 !important;
    font-size: 20px;
  }
.custom-radio input 
{
  display: none;
}

.radio-btn 
{
  margin: 10px;
  /* width: 40%; */
  /* height: 300px; */
  border: 3px solid transparent;
  display: inline-block;
  border-radius: 10px;
  position: relative;
  text-align: center;
  box-shadow: 0 0 20px #c3c3c367;
  cursor: pointer;
}

.radio-btn > i {
  color: #ffffff;
  background-color: #FFDAE9;
  font-size: 20px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%) scale(2);
  border-radius: 50px;
  padding: 3px;
  transition: 0.5s;
  pointer-events: none;
  opacity: 0;
}

.hobbies-icon 
{
  position: relative;
  border: 1px solid #000;
}
.hobbies-icon img
{
  display:block;
  width:100%;
  border-radius: 10px;
}
.radio-btn .hobbies-icon i 
{
  color: #FFDAE9;
  line-height: 80px;
  font-size: 60px;
}

.hobbies-icon h3 
{
  position: absolute;
  right: 0;
    bottom: 15%;
    left: 0;
    text-align: center;
  color: #a16a0b;
  font-size: 30px;
  font-weight: 300;
  font-family: "Tajawal", sans-serif;

}

.custom-radio input:checked + .radio-btn 
{
  border: 2px solid #FFDAE9;
}

.custom-radio input:checked + .radio-btn > i 
{
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

@media (min-width: 1200px) {
  .container {
      max-width: 1350px;
  }
  .container-fluid{
    padding: 0 40px;
  }
}
a{
  color: #fff;
  text-decoration: none;
}
a:hover{
  color: #fff ;
  text-decoration: none;
}
p{
  margin: 0;
}
.list-inline{
  margin-bottom: 0;
}
.list-inline>li {
  display: inline-block;
}
.mt_80{
  margin-top: 80px;
}
/*====================================================*/
/*====================================================*/

/* ====== start responsive ========== */

@media (max-width:991px) {
  body{
    font-size: 18px;
    line-height: 30px;
  }
  .sec-top h3 {
    font-size: 35px;
    line-height: 47px;
}
.sec-top h4 {
  font-size: 25px;
  line-height: 37px;
}
.img-head h3{
  font-size: 25px;

}
}
@media (max-width:767px) {
  body{
    font-size: 16px;
    line-height: 28px;
  }
  .sec-top h3 {
    font-size: 30px;
    line-height: 42px;
}
.sec-top h4 {
  font-size: 20px;
  line-height: 32px;
}
.hobbies-icon{
  margin-bottom: 30px;
}
.img-head h3{
  font-size: 25px;

}
}

