:root {
  --first-color: #e2441a;
}
/* CSS Reset - Resetting default styles applied by browsers */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/* Remove list styles for ul, ol */
ul,
ol {
  list-style: none;
}

/* Remove default link styles */
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
}
body {
  font-family: "Vazirmatn", sans-serif;
  background-color: #faf6f4;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-wrap: break-word !important;
}

@media (max-width: 500px) {
  body {
    background-color: white;
  }
}
main {
  flex: 1;
}
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.titleSection .title {
  margin: auto;
  margin-bottom: 40px;
  max-width: 600px;
  width: 100%;
  font-size: 30px;
  font-weight: 600;
  color: black;
  line-height: 45px;
  padding: 20px;
  /* height: 60px;
  overflow: hidden; */
  text-align: center;
  background: linear-gradient(
    90deg,
    rgba(212, 55, 20, 0) 0%,
    rgba(255, 178, 159, 1) 50%,
    rgba(228, 95, 62, 0) 100%
  );
}

/* start contact */
/* .titleSection {
  padding: 20px;
  text-align: center;
  border-radius: 15px;
  border: 1px solid #e2441a;
} */
/* .titleSection h5 {
  font-size: 30px;
  font-weight: 700;
  color: #e2441a;
} */

/**/
.datail {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.iconContact {
  width: 60px;
  height: 60px;
  color: white;
  background-color: #e2441a;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.datail p {
  margin-top: 10px;
  font-size: 18px;
  line-height: 30px;
  padding: 10px 20px;
}
p span {
  font-weight: 500;
  color: #e2441a;
}
.sectionTwo {
  background-color: white;
  margin: 40px 20px;
  min-height: 350px;
  border-radius: 10px;
  border: 1px solid #f9e4da;
}
@media (max-width: 500px) {
  .sectionTwo {
    margin: 40px 0px !important;
    border: 0px;
  }
}
.sectionTwo .col-lg-4 {
  border-radius: 0px 10px 10px 0px;
  background-color: #e2441a;
}
.image {
  width: 250px;
  margin: 20px 0px;
}
form {
  padding: 30px 20px;
}

form label {
  font-size: 20px;
  font-weight: 500;
  margin: 15px 0px !important;
  color: #e2441a;
}
.btnSent {
  background-color: #e2441a;
  margin-top: 20px;
  color: #ffffff;
  font-size: 20px;
  border-radius: 10px;
  padding: 7px 20px;
}
.btnSent:hover {
  background-color: #e2441a;
  color: #ffffff;
}
.style {
  font-size: 20px;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #d7d7d7;
  padding: 10px 0px;
}
.styleTextarea {
  font-size: 20px;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #d7d7d7;
  padding: 10px 0px;
}
.lableName,
.lableEmail {
  width: 100%;
}
.lableName {
  padding-left: 20px;
}
body[dir="ltr"] .lableName {
  padding-right: 20px;
  padding-left: 0px;
}

@media (max-width: 500px) {
  form {
    padding: 15px 0px;
    border-radius: 0px;
  }
  .p0 {
    padding: 0px;
  }
  .sectionTwo .col-lg-4 {
    border-radius: 0px;
  }
  .datail {
    margin: 10px 0px;
  }
}

/**/
/* .information {
  padding: 20px 0px;
}
.boderBottom {
  border-bottom: 1px solid #e2441a;
}
.information .title {
  font-size: 20px;
  color: rgb(226, 68, 26);
  margin-bottom: 10px;
  font-weight: 700;
}
.information i {
  color: #e2441a;
  margin: 20px 0px;
}
.information p {
  font-size: 18px;
  padding: 0px 10px;
  width: 100%;
}
form {
  background-color: #e2441a;
  padding: 30px;
  border-radius: 20px;
  color: white;
}
form .title {
  font-size: 24px;
  font-weight: 700;
}
form label {
  font-size: 20px;
  margin: 15px 0px !important;
}
.btnSent {
  width: 100%;
  background-color: white;
  margin-top: 20px;
  color: #e2441a;
  font-size: 20px;
  border-radius: 3px;
  height: 50px;
}
.btnSent:hover {
  background-color: white;
  color: #e2441a;
}
.style {
  border-radius: 3px;
  height: 50px;
}
.styleTextarea {
  border-radius: 3px;
}

@media (max-width: 500px) {
  form {
    padding: 15px 12px;
    border-radius: 0px;
  }
  .p0 {
    padding: 0px;
  }
} */
