/*
Theme Name: Sadad
Theme URI: #
Version: 1.0.0
Author: Mohammed Naji
Author URI: https://mohamednaji.com
Description: This is sadad custom new theme
Text Domain: sadadtheme
*/

.hero-area-custom {
	height: 50vh;
	background-image: url("https://sadadfintech.sadad.qa/assets/english/img/herobanner.svg");
	background-position: center bottom;
	background-size: cover;
    width: 100%;
    padding-top: 170px;
	color:white !important;
    
}

.contact-us{
	padding:10%;
}


.icon{
	color: #931F3A;
    height: 30%;
	font-size: 25px;
    margin-top: 4px;
}

.contact-any-question {
    color: #931F3A !important;
	font-size: 2.2rem !important;
    font-weight: 700 !important;
}


.form-group {
    margin-bottom: 1rem;
}

.form-control {
    border-radius: 1.25rem !important;
}

.button-text {
    display: inline-block !important;
    color: #000000 !important;
    font-weight: 600 !important;
    letter-spacing: .5px !important;
    padding: 8px 23px !important;
    background: #FFC43A !important;
    border-radius: 35px !important;
    margin-right: 10px !important;
    font-size: 1rem !important;
}



/* LM application colors, 
all are already in site.variables */
@color-green: #97cb50;

@color-medium-gray: #7B7B7B;
@color-dark-gray: #2c2c2c;
@color-white: #ffffff;
@color-black: #000000;

/* adjustments for any type of message,
should be overriden in Semantic */
.ui.message {
  box-shadow: none !important;
  color: @color-dark-gray !important;
}

/* color adjustments specifically for the positive message,
should be overriden in Semantic */
.ui.positive.message {
  background-color: mix(@color-white, @color-green, 70%);
}

// adjustments for close icon
.close {
  color: fadeout(@color-dark-gray, 60%);

  &:hover {
    color: fadeout(@color-dark-gray, 40%);
  }
}

// icon adjustments
.fa-check-circle {
  font-size: 14px;
  position: relative;
  bottom: 1px;
  margin-right: 4px;
  opacity: 0.75;
}

/* Ignore this, this is just to make CodePen look nice :) */
.msgs {
  display: flex;
  flex-direction: column;
  width: 500px;
  height: 800px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  margin-top: 128px;
}

.msg-container {
  position: relative;
  height: 200px;
}

button {
  background: none;
  border: none;
  background-color: mix(@color-white, @color-medium-gray, 90%);
  color: @color-dark-gray;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 16px;

  &:focus {
    outline: none;
  }
}
