/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29-Dec-2015, 08:38:07
    Author     : Mansaf Jafran
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13-May-2017, 13:04:39
    Author     : Mansaf Jafran
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13-Jun-2018, 10:29:48
    Author     : Mansaf Jafran
*/
@import url("../fonts/DIN/stylesheet.css");
::-webkit-scrollbar {
  width: 5px;
  height: 5px; }

::-webkit-scrollbar-track {
  background-color: #ccc;
  border-left: 1px solid #fff; }

::-webkit-scrollbar-thumb {
  background-color: #6b0f34; }

::-webkit-scrollbar-thumb:hover {
  background-color: #fff; }

body {
  background: #fff;
  max-width: 2000px;
  font-family: "DINPro", sans-serif;
  font-size: 14px;
  overflow-x: hidden;
  margin: 0 auto; }
  body * {
    /*border: 1px solid red;*/ }

html,
body {
  /*min-width: 1141px;*/ }

.hide {
  display: none; }

p {
  line-height: 25px; }

.left {
  float: left; }

.abs-left {
  left: 0; }

.right {
  float: right; }

.abs-right {
  right: 0; }

.rtl {
  direction: rtl; }

.clear:after {
  clear: both;
  display: block;
  content: " "; }

.p-relative {
  position: relative; }

.p-absolute {
  position: absolute; }

.v-center {
  top: 50%;
  transform: translateY(-50%); }

.h-center {
  left: 50%;
  transform: translateX(-50%); }

.v-h-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%); }

.clear-float {
  display: block;
  clear: both;
  height: 1px; }

br.minus {
  margin-bottom: -20px;
  display: block;
  content: ""; }

.wrapper {
  width: 1141px;
  margin: 0 auto;
  position: relative; }

.title-b {
  display: block; }

.margin-zero {
  margin: 0 !important; }

.margin-top-zero {
  margin-top: 0 !important; }

.margin-bottom-zero {
  margin-bottom: 0 !important; }

br.px-10 {
  content: " ";
  display: block;
  margin: 10px 0 0;
  line-height: 10px; }
br.px-20 {
  content: " ";
  display: block;
  margin: 20px 0 0;
  line-height: 20px; }
br.px-30 {
  content: " ";
  display: block;
  margin: 30px 0 0;
  line-height: 30px; }
br.px-40 {
  content: " ";
  display: block;
  margin: 40px 0 0;
  line-height: 40px; }
br.px-50 {
  content: " ";
  display: block;
  margin: 50px 0 0;
  line-height: 50px; }
br.px-60 {
  content: " ";
  display: block;
  margin: 60px 0 0;
  line-height: 60px; }
br.px-70 {
  content: " ";
  display: block;
  margin: 70px 0 0;
  line-height: 70px; }
br.px-80 {
  content: " ";
  display: block;
  margin: 80px 0 0;
  line-height: 80px; }
br.px-90 {
  content: " ";
  display: block;
  margin: 90px 0 0;
  line-height: 90px; }
br.px-100 {
  content: " ";
  display: block;
  margin: 100px 0 0;
  line-height: 100px; }
br.px-10-minus {
  content: " ";
  display: block;
  margin: -10px 0 0;
  line-height: 0px; }
br.px-20-minus {
  content: " ";
  display: block;
  margin: -20px 0 0;
  line-height: 0px; }
br.px-30-minus {
  content: " ";
  display: block;
  margin: -30px 0 0;
  line-height: 0px; }
br.px-40-minus {
  content: " ";
  display: block;
  margin: -40px 0 0;
  line-height: 0px; }
br.px-50-minus {
  content: " ";
  display: block;
  margin: -50px 0 0;
  line-height: 0px; }
br.px-60-minus {
  content: " ";
  display: block;
  margin: -60px 0 0;
  line-height: 0px; }

.common-title {
  font-size: 70px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #6b0f34; }

/*lading_page*/
.sheikh {
  background: #550c28;
  padding: 20px 0;
  color: #fff;
  font-size: 15px;
  line-height: 21px; }
  .sheikh span {
    display: block;
    width: 50%;
    font-size: 13px; }
  .sheikh b {
    font-weight: bold;
    color: #fff; }
  .sheikh .english {
    float: left; }
  .sheikh .arabic {
    float: right;
    text-align: right;
    font-family: "DINPro", sans-serif; }

.banner {
  height: 730px;
  background: #550c28 url(../img/banner-new.png) no-repeat center center;
  background-size: cover;
  text-align: center; }
  .banner .wrapper {
    height: 100%; }
  .banner img {
    display: inline-block; }
  .banner .top {
    padding-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .banner .top .logo {
      width: 260px; }
    .banner .top .logo-2 {
      width: 200px; }
  .banner .graduation {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -75px;
    transform: translateX(-50%) translateY(-50%); }
  .banner .graduation-2 {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -34px;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    text-align: center; }
    .banner .graduation-2 img {
      width: 450px; }
    .banner .graduation-2:before, .banner .graduation-2:after {
      display: none;
      content: " ";
      position: absolute;
      top: 1px;
      width: calc((100% - 461px) / 2);
      height: 61px;
      background: url(../img/banner-pattern.png) repeat-x;
      background-size: auto 100%; }
    .banner .graduation-2:before {
      left: 0; }
    .banner .graduation-2:after {
      right: 0; }
    .banner .graduation-2 .paragraph {
      width: 50%;
      padding-top: 34px;
      position: relative;
      color: #fff;
      font-size: 18px;
      line-height: 22px;
      display: inline-block; }
      .banner .graduation-2 .paragraph:before {
        content: " ";
        position: absolute;
        width: 50px;
        left: 0;
        top: 0;
        border-bottom: 5px solid #6b0f34; }
      .banner .graduation-2 .paragraph p {
        margin-top: 0; }
  .banner .dtls {
    width: 100%;
    position: absolute;
    left: 0%;
    bottom: 50px; }
    .banner .dtls ul {
      display: grid;
      grid-template-columns: 80% 20%; }
    .banner .dtls li {
      display: block;
      margin-left: 53px;
      padding: 0 15px;
      line-height: 20px;
      text-align: left;
      padding-top: 38px;
      padding-left: 0;
      color: #fff;
      font-size: 18px; }
      .banner .dtls li.date {
        margin-left: 0px;
        background: #e4e5e1;
        border-radius: 5px;
        padding: 0px;
        display: grid;
        grid-template-columns: 50% 50%;
        height: 100%; }
        .banner .dtls li.date sup {
          vertical-align: super;
          font-size: 10px; }
        .banner .dtls li.date .blk {
          padding: 20px 25px;
          padding-top: 29px;
          padding-left: 65px;
          background: url(../img/banner-date.png) no-repeat 25px 32px;
          background-size: 24px; }
          .banner .dtls li.date .blk.blk-1 {
            border-right: 1px solid #ccc; }
          .banner .dtls li.date .blk span {
            display: block; }
            .banner .dtls li.date .blk span.day {
              color: #000000;
              font-weight: 900;
              line-height: 20px;
              margin-bottom: 5px; }
            .banner .dtls li.date .blk span.honor {
              color: #650e2f; }
      .banner .dtls li b {
        color: #b1a3a2;
        display: block;
        line-height: 30px;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 15px; }
      .banner .dtls li.location {
        background: url(../img/banner-location.png) no-repeat left 0;
        background-size: 24px; }
      .banner .dtls li.class {
        background: url(../img/banner-class.png) no-repeat left top; }
      .banner .dtls li.time {
        background: url(../img/banner-time.png) no-repeat left 0;
        background-size: 35px;
        position: relative; }
        .banner .dtls li.time:before {
          content: ' ';
          position: absolute;
          right: -8px;
          top: 0;
          border-left: 1px solid #e4e5e1;
          height: 100%; }

.rsvp-blk {
  font-size: 18px;
  line-height: 22px;
  margin-top: 100px; }
  .rsvp-blk .blk {
    float: left; }
  .rsvp-blk .text {
    padding: 25px 75px;
    background: #b1a3a2;
    text-align: center;
    color: #fff;
    width: calc(100%);
    border-radius: 15px; }
  .rsvp-blk .btn {
    background: #ffb643;
    color: #25467b;
    width: 300px;
    position: relative;
    min-height: 155px; }
    .rsvp-blk .btn span {
      font-weight: bold;
      display: block;
      text-align: center;
      padding: 0 20px;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 100%; }
    .rsvp-blk .btn:hover {
      background: #e79c27;
      color: #fff; }

.section-2 {
  padding: 100px 0;
  text-align: center; }
  .section-2 p {
    display: inline-block;
    width: 50%; }
  .section-2 .gowns {
    text-align: left;
    margin-left: -25px;
    margin-top: 145px;
    margin-bottom: 70px; }
    .section-2 .gowns .gown {
      float: left;
      width: calc((100% / 3) - 25px);
      margin-left: 25px; }
      .section-2 .gowns .gown .img {
        display: block;
        background: #e0f6f1;
        height: 277px;
        position: relative;
        margin-bottom: 20px; }
        .section-2 .gowns .gown .img img {
          max-width: 100%;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          bottom: 0; }
        .section-2 .gowns .gown .img:before {
          content: " ";
          position: absolute;
          top: -7px;
          left: 0;
          width: 50%;
          height: 7px;
          background: #6b0f34; }
      .section-2 .gowns .gown span {
        display: block; }
        .section-2 .gowns .gown span.title {
          font-weight: bold;
          font-size: 30px;
          margin-bottom: 5px; }
      .section-2 .gowns .gown .price {
        font-weight: normal;
        font-size: 34px;
        position: relative;
        padding-left: 14px;
        margin-top: 15px;
        line-height: 32px;
        display: block; }
        .section-2 .gowns .gown .price:before {
          content: " ";
          position: absolute;
          left: 0;
          height: 100%;
          border-left: 5px solid #6b0f34;
          border-radius: 50px; }
  .section-2 .points {
    text-align: left;
    display: grid;
    grid-template-columns: calc(50% - (100px / 2)) calc(50% - (100px / 2));
    gap: 100px; }
    .section-2 .points .blk .cmpny {
      display: grid;
      grid-template-columns: calc(50% - (30px / 2)) calc(50% - (30px / 2));
      gap: 30px; }
    .section-2 .points ul li {
      padding-left: 30px;
      padding-top: 3px;
      padding-bottom: 2px;
      margin-bottom: 11px;
      background: url(../img/li-gown.png) no-repeat left 7px;
      line-height: 25px; }
    .section-2 .points .important {
      position: relative;
      margin-top: 30px;
      text-align: center; }
      .section-2 .points .important p {
        width: 60%;
        background: #fff;
        padding: 0 20px; }
      .section-2 .points .important:before {
        position: absolute;
        content: " ";
        width: 100%;
        top: 21px;
        left: 0;
        z-index: -1;
        border-top: 10px solid #6b0f34; }

.section-3 {
  background: url(../img/dresscode-back.jpg) no-repeat center center;
  background-size: cover;
  padding: 100px 0; }
  .section-3 .common-title {
    color: #fff; }
  .section-3 .dress-codes {
    margin-top: 50px;
    margin-left: -40px; }
    .section-3 .dress-codes .dress-code {
      float: left;
      width: calc((100% / 2) - 40px);
      margin-left: 40px;
      margin-bottom: 40px;
      background: #fff;
      border-radius: 5px;
      padding: 10px 0; }
      .section-3 .dress-codes .dress-code i {
        float: left;
        width: 100px;
        height: 100%;
        background: #fff;
        position: relative;
        border-radius: 5px; }
        .section-3 .dress-codes .dress-code i:after {
          content: " ";
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translateX(-50%) translateY(-50%);
          width: 100%;
          height: 100%; }
      .section-3 .dress-codes .dress-code .dtl {
        float: left;
        width: calc(100% - 100px);
        padding: 15px;
        line-height: 20px; }
        .section-3 .dress-codes .dress-code .dtl .title {
          display: block;
          font-weight: bold;
          font-size: 21px;
          line-height: 21px;
          margin-bottom: 15px;
          color: #6b0f34; }
        .section-3 .dress-codes .dress-code .dtl p {
          margin-top: 0;
          line-height: 20px;
          padding-left: 25px;
          background: url(../img/li.png) no-repeat left top 5px;
          background-size: 15px; }
          .section-3 .dress-codes .dress-code .dtl p:last-child {
            margin-bottom: 0; }
      .section-3 .dress-codes .dress-code.no-bg {
        background: none; }
        .section-3 .dress-codes .dress-code.no-bg p {
          margin: 0;
          color: #fff; }
      .section-3 .dress-codes .dress-code.code-1 i:after {
        background: url(../img/dress-code-emirati-man.png) no-repeat top 15px center; }
      .section-3 .dress-codes .dress-code.code-2 i:after {
        background: url(../img/dress-code-emirati-women.png) no-repeat top 15px center; }
      .section-3 .dress-codes .dress-code.code-3 i:after {
        background: url(../img/dress-code-man.png) no-repeat top 15px center; }
      .section-3 .dress-codes .dress-code.code-4 i:after {
        background: url(../img/dress-code-women.png) no-repeat top 15px center; }

.section-4 {
  padding: 100px 0 60px; }
  .section-4 .regalia-blks {
    margin-top: 50px;
    margin-left: -60px; }
    .section-4 .regalia-blks .blk {
      float: left;
      margin-left: 60px;
      width: calc((100% / 2) - 60px);
      margin-bottom: 60px; }
      .section-4 .regalia-blks .blk .common-title {
        text-align: left;
        line-height: 68px;
        margin-top: -3px; }
      .section-4 .regalia-blks .blk .title {
        display: block;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 18px; }
      .section-4 .regalia-blks .blk ul li {
        margin-bottom: 17px;
        padding-left: 30px;
        background: url(../img/li.png) no-repeat left top; }
        .section-4 .regalia-blks .blk ul li:last-child {
          margin-bottom: 0; }

.section-5 .event-program {
  text-align: left;
  background: url(../img/event-program-bg.jpg) no-repeat center center;
  background-size: cover; }
  .section-5 .event-program .text {
    padding: 50px; }
    .section-5 .event-program .text h5 {
      color: #fff; }
    .section-5 .event-program .text .blks-2 {
      display: grid;
      grid-template-columns: 1fr 1fr; }
      .section-5 .event-program .text .blks-2 span {
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 20px;
        display: block; }
    .section-5 .event-program .text ul li {
      margin-bottom: 17px;
      padding-left: 30px;
      background: url(../img/li-bc.png) no-repeat left top;
      background-size: 16px;
      color: #fff; }
    .section-5 .event-program .text .note {
      text-align: center;
      color: #fff;
      margin-top: 30px;
      font-size: 17px;
      margin-bottom: 0; }
  .section-5 .event-program .common-title {
    line-height: 68px;
    text-align: left;
    margin-bottom: 18px; }

.section-6 {
  padding-top: 100px;
  text-align: center; }
  .section-6 .common-title {
    margin-bottom: 30px; }
  .section-6 .section-gallery > div {
    display: flex;
    justify-content: center;
    align-items: center;
    /*cursor: zoom-in;*/ }
  .section-6 .section-gallery > div > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: 1s ease; }
  .section-6 .section-gallery {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 250px;
    grid-auto-flow: dense;
    padding: 30px 0px; }
  .section-6 .section-gallery .wide {
    grid-column: span 2;
    cursor: pointer;
    position: relative; }
  .section-6 .section-gallery .tall {
    grid-row: span 2; }
  .section-6 .section-gallery .tall_wide {
    grid-row: span 2;
    grid-column: span 2;
    position: relative;
    cursor: pointer; }
  .section-6 .play {
    position: relative;
    cursor: pointer; }
    .section-6 .play:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(107, 15, 52, 0);
      transition: .4s all;
      border-radius: 10px; }
    .section-6 .play:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 60px;
      height: 60px;
      background: url(../img/play-icon.png) no-repeat center;
      background-size: cover; }
    .section-6 .play:hover:before {
      background: rgba(107, 15, 52, 0.5); }
  .section-6 .btn_center {
    margin-top: 30px;
    display: inline-block;
    margin-left: 50%;
    transform: translateX(-50%); }
    .section-6 .btn_center .common-btn {
      text-align: center; }
      .section-6 .btn_center .common-btn:hover {
        background: #000;
        color: #6b0f34; }
        .section-6 .btn_center .common-btn:hover:after {
          border-color: transparent #000 transparent transparent; }
        .section-6 .btn_center .common-btn:hover:before {
          border-color: transparent transparent transparent #000; }

.notes {
  font-size: 18px;
  line-height: 22px; }
  .notes .blk {
    float: left; }
  .notes .text {
    padding: 25px 50px;
    background: #25467b;
    color: #fff;
    width: calc(100%); }
    .notes .text .deadline {
      color: #ffb643;
      padding-left: 30px;
      background: url(../img/li.png) no-repeat left 5px; }
    .notes .text p:first-child {
      font-weight: 900; }
  .notes .btn {
    background: #ffb643;
    color: #25467b;
    width: 300px;
    position: relative;
    min-height: 155px; }
    .notes .btn span {
      font-weight: bold;
      display: block;
      text-align: center;
      padding: 0 20px;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 100%; }
    .notes .btn:hover {
      background: #e79c27;
      color: #fff; }

footer {
  color: #fff;
  background: #6b0f34;
  background-size: cover;
  margin-top: 100px;
  padding: 70px 0; }
  footer .common-title {
    margin-bottom: 50px;
    color: #fff; }
  footer .blk {
    float: left;
    width: 50%; }
  footer .map {
    height: 430px; }
  footer .text {
    padding-left: 50px; }
    footer .text .btn {
      padding: 10px 20px;
      background: #e4e5e1;
      color: #6b0f34;
      display: inline-block;
      margin-top: 15px;
      opacity: 1;
      transition: 0.2s all;
      -webkit-transition: 0.2s all; }
      footer .text .btn:hover {
        opacity: .8; }

/*# sourceMappingURL=style.css.map */
