* a {
  text-decoration: none;
  color: inherit !important; }

html, body {
  padding: 0;
  margin: 0;
  direction: rtl;
  font-family: "Heebo", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  background-size: cover;
  color: white; }

section.header {
  background: white;
  padding: 40px;
  box-sizing: border-box;
  border-bottom: 4px solid white;
  display: flex;
  justify-content: center;
  align-items: center; }
  section.header img {
    height: 60px; }
  @media only screen and (max-width: 600px) {
    section.header {
      padding: 20px; }
      section.header img {
        height: 40px; } }

section.first {
  background: white;
  padding: 60px 40px;
  box-sizing: border-box;
  border-bottom: 4px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #80993d;
  background: #0a627d; }
  section.first h1 {
    font-size: 60px;
    margin: 0;
    font-weight: 900; }
  @media only screen and (max-width: 600px) {
    section.first {
      padding: 40px 20px; }
      section.first h1 {
        font-size: 42px;
        line-height: 1.3; } }

section.intro {
  padding: 60px 40px;
  box-sizing: border-box;
  border-bottom: 4px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #ea8f24;
  flex-direction: column;
  background: url("../img/bg.jpg") center center;
  background-size: cover;
  gap: 18px; }
  section.intro p {
    margin: 0;
    font-size: 24px;
    font-weight: 700; }
    section.intro p strong {
      font-weight: 900; }
  section.intro .checks {
    display: flex;
    gap: 40px; }
  @media only screen and (max-width: 600px) {
    section.intro .checks {
      flex-direction: column;
      gap: 10px; } }

section.mazkir {
  padding: 60px 40px;
  box-sizing: border-box;
  border-bottom: 4px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #08203e;
  flex-direction: column;
  padding-bottom: 160px;
  gap: 28px; }
  section.mazkir p {
    margin: 0;
    font-size: 24px;
    font-weight: 700; }
    section.mazkir p strong {
      font-weight: 800; }
  section.mazkir h2 {
    font-size: 48px;
    margin: 0;
    font-weight: 900;
    line-height: 1.5; }
    section.mazkir h2 span {
      background: white;
      display: inline-block;
      padding: 0px 50px;
      color: #08203e; }
  section.mazkir .items {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center; }
    section.mazkir .items .item {
      width: 390px;
      background: rgba(255, 255, 255, 0.1);
      display: flex;
      gap: 30px;
      padding: 20px;
      box-sizing: border-box; }
      section.mazkir .items .item .play-btn {
        font-family: "Heebo", sans-serif;
        border-radius: 20px;
        border: 0;
        border: 1px solid white;
        text-align: center;
        font-weight: 700;
        line-height: 2;
        margin-top: 8px;
        font-size: 16px;
        transition: all 0.2s;
        cursor: pointer; }
        section.mazkir .items .item .play-btn span {
          display: inline-block;
          width: 0;
          height: 0;
          border-left: 10px solid white;
          border-top: 6px solid transparent;
          border-bottom: 6px solid transparent;
          margin-left: 5px;
          transition: all 0.2s;
          vertical-align: middle; }
        section.mazkir .items .item .play-btn:hover {
          background: white;
          color: #08203e; }
          section.mazkir .items .item .play-btn:hover span {
            border-left: 10px solid #08203e; }
      section.mazkir .items .item .avatar {
        width: 100px;
        height: 100%;
        background-color: grey;
        background-position: center top;
        background-size: cover; }
      section.mazkir .items .item .desc {
        font-size: 20px;
        text-align: right;
        justify-content: space-between;
        flex-direction: column;
        flex: 1;
        display: flex; }
        section.mazkir .items .item .desc p {
          font-size: 18px;
          font-weight: 600; }
          section.mazkir .items .item .desc p strong {
            font-weight: 900; }
  @media only screen and (max-width: 600px) {
    section.mazkir {
      padding: 60px 20px;
      padding-bottom: 160px; }
      section.mazkir h2 {
        font-size: 39px;
        margin: 0;
        font-weight: 900;
        line-height: 1.2; }
        section.mazkir h2 span {
          line-height: 1.5;
          margin-bottom: 10px; }
      section.mazkir p {
        font-size: 20px; } }

.video-dialog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center; }

.video-dialog.active {
  display: flex; }

.video-container {
  position: relative;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
  height: 480px;
  width: 270px;
  max-width: 90%;
  max-height: 90%; }

.video-container video {
  width: 100%;
  height: auto;
  pointer-events: none; }

.close-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  background: #fff;
  border: none;
  color: #000;
  font-size: 18px;
  padding: 4px 8px;
  cursor: pointer;
  border-radius: 4px; }

.close-btn:hover {
  background: #ddd; }

@media only screen and (max-width: 600px) {
  .desk {
    display: none; }

  .callnow {
    margin-top: 13px;
    display: block;
    border-radius: 40px;
    border: 1px solid white;
    padding: 10px 20px;
    padding-right: 50px;
    color: #0a627d !important;
    text-align: center;
    background: white;
    position: relative; }
    .callnow:before {
      content: '';
      position: absolute;
      right: 20px;
      /* Adjust icon position */
      top: 50%;
      transform: translateY(-50%);
      width: 24px;
      /* Icon width */
      height: 24px;
      /* Icon height */
      background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%230a627d" viewBox="0 0 24 24"><path d="M6.62 10.79a15.053 15.053 0 006.59 6.59l2.2-2.2a1 1 0 011.18-.16 11.72 11.72 0 003.55 1.23 1 1 0 01.83 1V20a1 1 0 01-1 1A17 17 0 013 4a1 1 0 011-1h2.33a1 1 0 011 .83 11.72 11.72 0 001.23 3.55 1 1 0 01-.16 1.18z"/></svg>') no-repeat center;
      background-size: contain; } }
footer {
  position: fixed;
  box-sizing: border-box;
  display: flex;
  padding: 20px 60px;
  justify-content: center;
  align-items: center;
  bottom: 0;
  left: 0;
  width: 100%;
  background: white; }
  footer .container {
    width: 100%;
    max-width: 1920px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between; }
  footer p {
    color: #0a627d;
    font-weight: 900;
    margin: 0;
    font-size: 30px; }
  footer .phonenum {
    color: #0a627d;
    font-weight: 900;
    margin: 0;
    font-size: 30px; }
  footer .btn {
    line-height: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    gap: 15px;
    padding: 5px 35px;
    border-radius: 40px;
    font-size: 24px;
    background: #0a627d; }
    footer .btn img {
      height: 28px; }
  footer .btmlogo {
    height: 40px; }
  footer .mob {
    display: none; }
  @media only screen and (max-width: 600px) {
    footer {
      padding: 20px; }
      footer p {
        font-size: 26px; }
      footer .mob {
        display: flex; }
      footer .desk {
        display: none; }
      footer .btmlogo {
        display: none; }
      footer .btn {
        gap: 10px;
        padding: 2px 15px;
        border-radius: 40px;
        font-size: 20px; }
        footer .btn img {
          height: 20px; } }

/*# sourceMappingURL=style.css.map */
