.header {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 8px 0px;
  z-index: 1002;
  border-bottom: 1px solid #77132e; }
  .header .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header .logo {
    display: flex;
    align-items: flex-end; }
    .header .logo img {
      max-width: 203px;
      margin-left: 12px; }
      .header .logo img:last-child {
        margin: 0px; }
      @media (max-width: 999px) {
        .header .logo img {
          max-width: 70px; } }

.itemwebsite .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px; }
  @media (max-width: 999px) {
    .itemwebsite .row {
      grid-template-columns: repeat(1, 1fr); } }
.itemwebsite .item {
  margin-top: 24px; }
  .itemwebsite .item .photo {
    width: calc(100% - 10px);
    border-radius: 20px;
    border: 5.68px solid #E0E0E0;
    overflow: hidden; }
    .itemwebsite .item .photo img {
      width: 100%; }
  .itemwebsite .item .flex {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px; }
    @media (max-width: 1199px) {
      .itemwebsite .item .flex {
        display: block; } }
    .itemwebsite .item .flex .title {
      font-size: 20px;
      color: #05283f; }
      @media (max-width: 1199px) {
        .itemwebsite .item .flex .title {
          display: block; } }
    .itemwebsite .item .flex nav {
      display: flex;
      align-items: center; }
      @media (max-width: 1199px) {
        .itemwebsite .item .flex nav {
          justify-content: center;
          margin-top: 16px; } }
      .itemwebsite .item .flex nav a {
        margin-right: 12px; }
        @media (max-width: 1199px) {
          .itemwebsite .item .flex nav a {
            margin: 0px 4px; } }
        @media (max-width: 999px) {
          .itemwebsite .item .flex nav a {
            min-width: 116px; } }

.itemmobile .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px; }
  @media (max-width: 1199px) {
    .itemmobile .row {
      gap: 24px; } }
  @media (max-width: 999px) {
    .itemmobile .row {
      grid-template-columns: repeat(1, 1fr); } }
.itemmobile .item {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 24px; }
  .itemmobile .item .photo {
    width: 100%;
    overflow: hidden; }
    .itemmobile .item .photo img {
      width: 100%; }
  .itemmobile .item .flex {
    margin-top: 16px; }
    .itemmobile .item .flex .title {
      font-size: 24px;
      color: #05283f; }
    .itemmobile .item .flex nav {
      display: block; }
      .itemmobile .item .flex nav a {
        margin-top: 12px; }

.visual-identity .text-center {
  display: flex;
  justify-content: center;
  margin-top: 24px; }
  .visual-identity .text-center .bottom {
    margin: 0px auto;
    min-width: 330px;
    max-width: 330px; }
    @media (max-width: 999px) {
      .visual-identity .text-center .bottom {
        min-width: 270px;
        max-width: 270px; } }
.visual-identity .photo {
  margin: 24px auto 0px auto;
  max-width: 590px;
  height: 542px;
  border-radius: 32px;
  overflow: hidden; }
  @media (max-width: 999px) {
    .visual-identity .photo {
      height: 300px; } }
  .visual-identity .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.footer {
  position: relative;
  width: 100%;
  background: #fff;
  border-top: 1px solid #CACACA; }
  .footer p {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8D8D8D;
    font-size: 24px;
    padding: 12px; }
    .footer p a {
      margin-right: 12px; }
      .footer p a img {
        max-width: 160px; }
        @media (max-width: 999px) {
          .footer p a img {
            max-width: 120px; } }

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ul,
li,
hr,
strong,
b,
input,
select,
textarea,
.highcharts-title,
.highcharts-axis-labels,
.highcharts-yaxis-title {
  direction: rtl;
  text-align: right;
  margin: 0px;
  padding: 0px;
  border: 0px;
  text-decoration: none;
  list-style: none;
  color: #3B3B3B;
  font: normal 400 17px/28px "Readex Pro", sans-serif; }

::-webkit-scrollbar {
  width: 5px;
  height: 2px; }

::-webkit-scrollbar-track {
  background: #D9D9D9; }

::-webkit-scrollbar-thumb {
  background-color: #77132e;
  cursor: pointer; }

@font-face {
  font-family: 'lusail';
  src: url("../fonts/lusail.woff") format("woff"), url("../fonts/lusail.ttf") format("truetype"), url("../fonts/lusail.svg#lusail") format("svg");
  font-weight: normal;
  font-style: normal; }
.container {
  position: relative;
  margin: 0px auto;
  padding: 0px 12px; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container {
    max-width: 100%; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1280px; } }
@media (min-width: 1400px) {
  .container {
    max-width: 1440px; } }
@media (min-width: 1600px) {
  .container {
    max-width: 1540px; } }
section {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden; }
  @media (max-width: 999px) {
    section {
      padding: 24px 0px; } }

.title {
  text-align: center;
  font-size: 26px;
  line-height: 150%;
  color: #77132e;
  position: relative; }
  @media (max-width: 999px) {
    .title {
      font-size: 22px; } }

.bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  color: #77132e;
  outline: none;
  outline-style: none;
  border: 0px;
  background: #fff;
  border-radius: 60px;
  white-space: nowrap;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  cursor: pointer;
  border: 1px solid #77132e;
  padding: 7px 12px; }
  @media (max-width: 999px) {
    .bottom {
      font-size: 16px;
      font-weight: 500; } }
  @media (min-width: 1600px) {
    .bottom {
      min-width: 140px;
      font-size: 18px; } }
  .bottom:hover {
    background: #77132e;
    color: #fff; }
  .bottom:focus {
    outline: none;
    outline-style: none; }

.form-control {
  height: 42px;
  text-transform: none;
  background: #F8FAFD;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
  border: 1px solid transparent;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
  .form-control:focus, .form-control:hover, .form-control:focus-visible {
    border: 1px solid #0095DA;
    outline: 0;
    outline-style: none;
    box-shadow: none; }

select.form-control {
  -webkit-appearance: none;
  background: #fff url(../images/arrow.svg) no-repeat;
  background-position: 12px 16px;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }

.social {
  display: flex;
  align-items: center;
  justify-content: center;
  direction: ltr; }
  .social a {
    position: relative;
    margin: 0px 8px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    .social a svg {
      fill: #fff;
      width: 20px;
      height: 20px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
    .social a:hover {
      opacity: 0.7; }

/*# sourceMappingURL=home.css.map */
