/* Start Global Rules */

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700&family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500;1,700&display=swap');


/* Start Global Rules */

:root {
  --main-color: #8B071F;
  --main-hover: #f8f9fa;
  --font-primary: 'Fira Sans Condensed', sans-serif
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


html {
  scroll-behavior: smooth;

}

body {

  font-family: 'Fira Sans Condensed', sans-serif;
    /* font-family: 'Roboto Slab', Sans-serif; */

}


a {
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
h1,h2,h3,h4,h5,h6 {
  -webkit-margin-before: .5rem;
  margin-block-start:.5rem;-webkit-margin-after: 1rem;
  margin-block-end:1rem;
  font-weight: 500;
  line-height: 1.2;
  color: inherit
} */

/* h1 {
  font-size: 2.5rem
}

h2 {
  font-size: 2rem
}

h3 {
  font-size: 1.75rem
}

h4 {
  font-size: 1.5rem
}

h5 {
  font-size: 1.25rem
}

h6 {
  font-size: 1rem
}

p {
  -webkit-margin-before: 0;
  margin-block-start:0;-webkit-margin-after: .9rem;
  margin-block-end:.9rem}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

button, .btn {
  border: 0;
  background: transparent;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
} */


/* Fira Sans Condensed Light */
@font-face {
    font-family: 'Fira Sans Condensed';
    src: url('fonts/fira-sans-condensed.light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
  }

  /* Fira Sans Condensed Regular */
  @font-face {
    font-family: 'Fira Sans Condensed';
    src: url('fonts/fira-sans-condensed.regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
  }

  /* Fira Sans Condensed Ultralight */
  @font-face {
    font-family: 'Fira Sans Condensed';
    src: url('fonts/fira-sans-condensed.ultralight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
  }

  .main-button {
    /* position: relative; */
    color: rgb(0, 0, 0);
    background: #fff !important;
    padding: 1.5rem 4.3rem;
    text-decoration: none;
    font-family: "AvantGardeforMTBb", sans-serif;
    white-space: nowrap;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000000;
    font-size: 14px;
    font-weight: normal;
    width: 90px;
    height: 15px;
}

.main-button:hover {
    background: #8B071F !important;
    color: #fff !important;
    text-decoration: none;
}

.main-button::after {
    position: absolute;
    content: "";
    opacity: 0;
    width: 10px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    transform: rotate(-45deg);
    transition: all 300ms ease 0ms;
    right: 1.8rem;
}

.main-button:hover::after {
    opacity: 1;
    right: 1.3rem;
}



.main-button2 {
    position: relative;
    color: rgb(0, 0, 0);
    background: transparent;
    padding: 1.5rem 4.3rem;
    text-decoration: none;
    font-family: "AvantGardeforMTBb", sans-serif;
    white-space: nowrap;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000000;
    font-size: 14px;
    font-weight: normal;
    width: 90px;
    height: 15px;
}

.main-button2:hover {
    background: #8B071F !important;
    color: #fff !important;
    text-decoration: none;
}


.main-button2::after {
    position: absolute;
    content: "";
    opacity: 0;
    width: 10px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    transform: rotate(-45deg);
    transition: all 300ms ease 0ms;
    right: 1.8rem;
}

.main-button2:hover::after {
    opacity: 1;
    right: 1.3rem;
}



.btn510 {
    position: relative;
    color: rgb(0, 0, 0);
    /* background: #D9EDF7; */
    background: transparent;
    padding: 0.8rem 2.4rem;
    text-decoration: none;
    /* font-family: 'Roboto Slab', serif; */
    white-space: nowrap;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000000;
    font-size: 18px;
     /* font-weight: 600; */
     width: max-content;
     height:  max-content;
 }

 .btn510:hover {
    background: #8B071F;
    color: #fff;
    text-decoration: none;
}


 .btn510::after {
    position: absolute;
    content: "";
    opacity: 0;
    width: 10px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    transform: rotate(-45deg);
    transition: all 300ms ease 0ms;
    right: 1.8rem;
}

.btn510:hover::after {
    opacity: 1;
    right: 1.3rem;
}


.breadcrumb {
    /* background-color: #f2f2f2;
    padding: 10px;
    border-radius: 5px; */
    /* position: relative; */
    /* top: -40px; */

    margin-top: 20px !important;
}

.breadcrumb li {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.02rem;
    line-height: 1.2;
    text-transform: capitalize;
}

.breadcrumb .breadcrumb-item:after {
    /* content: " >>";
    margin-left: 5px; */

    /* display: inline-block !important; */
    padding-left: 7px;
    color: #444444;
    content: "\f101" !important;
    font-family: "EcIcons" !important;
    font-size: 15px !important;
}
/* End Global Rules */



.p150{
    padding-top: 50px;
}




/* Start Landing */
.landing {
    padding-top: 150px;
    position: relative;
  }

.landing .container {
/* min-height: calc(100vh - 72px); */
min-height: calc(100vh );
display: flex;
align-items: center;
padding-bottom: 120px;
/* text-align: right; */
}

.landing .text {
  /* position: absolute; */
    flex: 1;
    /* background-color: #D9EDF7C4; */
    width: 700px;
  }
.landing .text2 {
  /* position: absolute; */

    flex: 1;
    background-color: #D9EDF7C4;
    /* --align-self: flex-start;
    --flex-grow: 0;
    --flex-shrink: 0; */
    width: 700px;
  }

  @media (min-width: 768px) {
    .landing .text2 {
        width: 54.803%;
    }
    }
.landing .text h1 {

    color: #000000;
    /* font-family: "Roboto Slab", Sans-serif; */
    font-size: 29px;
    font-weight: 600;
  }

@media (max-width: 991px) {
.landing .text {
    text-align: center;
}
}

.landing .image  {
    /* position: relative; */
    width: 700px;
    /* animation: up-and-down 5s linear infinite; */
  }
.landing .image img {
    /* position: relative; */
    width: 700px;
    /* animation: up-and-down 5s linear infinite; */
  }

  @media (max-width: 991px) {
    .landing .image {
      flex-direction: column;
    }
  }

/* .landing .text {
flex: 1;
} */

@media (max-width: 991px) {
.landing .text {
    text-align: center;
}
}
/* End Landing */



/* Start num */
.num {
    background: #f2f1eb;
    padding-top: 60px;
    padding-bottom: 60px;
}

.num .container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}

/* .num .container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(27rem, 1fr));
    gap:2rem;
} */

@media (max-width: 767px) {
    .num .container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr));
        gap:1.2rem;
    }
}
/* @media (max-width: 767px) {
    .num .container {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 20px;
    }
} */

.num .container .box {
    padding: 20px;
    text-align: center;
    transition: 0.3s;
    --background-transition: 0.3s;

    border-style: solid;
    border-width: 1px 1px 1px 1px;
    --border-width-top: 1px;
    --border-width-right: 1px;
    --border-width-bottom: 1px;
    --border-width-left: 1px;

    border-color: var(--main-color );
    --border-color: var(--main-color );
    /* margin: 15px; */

}


.num .container .box:hover {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    --border-width-top: 1px;
    --border-width-right: 1px;
    --border-width-bottom: 1px;
    --border-width-left: 1px;
    border-color: var(--main-color );
    --border-color: var(--main-color );
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

/* @media (max-width: 1024px) {
    .num .container .box  {
        --padding-top: 40px;
        --padding-right: 15px;
        --padding-bottom: 40px;
        --padding-left: 15px;
    }
} */

/* @media (max-width: 1024px)
.num .container .box:hover  {
    --padding-top: 40px;
    --padding-right: 15px;
    --padding-bottom: 40px;
    --padding-left: 15px;
} */


.num .box i {
    font-size: 45px;
    color: #3290EB;
}
.num .box img {
    width: 160px;
    /* height: 197px; */
    /* width: 70px; */
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    transition-duration: 0.3s;
}
.num .box img:hover {
    transform: scale(1.1);
}

@media (max-width: 767px) {
    .num .box img {

        max-width: 50%;

    }
}


.num .box h2 {
    font-size: 28px;
    padding: 15px;

    /* text-shadow: 2px 3px #CCCCCC; */
    color: #000000;
    margin: 8px 0px 16px;
    /* font-family: 'Roboto Slab', Sans-serif; */
    font-weight: 400;
}

.num .box p {
    color: #000000;
    font-size: 16px;
    /* font-family: 'Roboto'; */
    font-weight: 400;
}

/* End num */


/* Start Foooter */
footer {
    padding-top: 40px;
    box-shadow: 0 0 10px 0 #ddd;
    background-color: #F5F5F5;

  }



  footer .container .row {
    display: grid;
    grid-template-columns: 410px repeat(auto-fill, minmax(220px, 1fr));
    position: relative;

    /* box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5); */

  }

  @media (max-width: 767px) {
   footer .container .row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
    gap:2rem;
  }
  }


  footer .row .links h3 {
    color: #000000;
    font-weight: 400;
    font-size: 1.75rem;
    font-size: 28px;
    /* font-size: 25px;
    margin: 20px 0;
    letter-spacing: -2px; */

  }
  footer .row .links img {
  max-width: 90%;

  }


  footer .row .links li {
  padding-bottom: 6px;

  }

  footer .row .links li a {
    color: #000000;
    font-family: "Fira Sans Condensed", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8em;
  }


  @media (max-width: 767px) {
    footer .row .links li a {
        font-size: 16px;
    }
  }


  footer .row .link-box li a {
    color: #000000;
    /* font-family: 'Roboto', Sans-serif; */
    font-weight: 400;

    box-shadow: 0 0 10px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1);
    background-color: inherit;
    border: 1px solid #000000;
    color: #000000;
    cursor: pointer;

    font-weight: 600;
    font-size: inherit;
    line-height: 2.5;
    padding: .25em 1em;
    margin-bottom: 1em;
    text-align: center;
    /* text-decoration: none; */
    transition: all .25s ease-in-out;

    user-select: none;
    /* vertical-align: middle; */
    display: block;
    width: 95%;
    align-self: baseline;

  }


  footer .row .links li a:hover {
    color: #8B071F;

  }

  footer .row .links li p {
    color: #000000;
    /* font-family: 'Roboto', Sans-serif; */
    font-weight: 400;
    font-size: 18px;
    margin-block-end: 0.4rem;
    line-height: 1.4;
  }

  footer .row .link-box li a:hover {
    /* background-color: inherit; */
    color: #b1040e;
    border: 1px solid #b1040e;
    text-decoration: none;
  }

  .ec-subscribe-form {
    width: 45%;
    /* border-: #8B071F; */
    /* border: 0.5px solid #000000;  */
    /* box-shadow: 2px 2px 5px rgba(71, 70, 70, 0.3);  */


  }

  .ec-form{
    border: 10.5px solid #000000;

  }

  /* footer .row .links li a i {
    color: #3290EB;
    padding-right: 5px;

  } */


  @media (max-width: 767px) {
    .ec-subscribe-form {
        width: 100%;
        padding-top:20px;
    }
  }



  footer .container hr {
    margin-top: 40px;
    /* margin-bottom: 20px; */
    /* padding-top: -20px; */
    width: 100%;
    color: #DCDCDC;
  }


  footer .m-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 5px;
  }
  footer .m-footer .icons{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  footer .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  footer .footer-bottom {
    content: "";
    /* display: block; */
    border-top: 1px solid black;
    margin-bottom: 1px;
    padding-bottom: 0.5em;
  }

  footer .footer-bottom p {
  line-height: 1.2;

  }

  footer .footer-bottom ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  footer .footer-bottom ul li a{
    padding: 0 10px;
    font-size: 12px;
    color: #5A5757;

  }
  /* End Foooter */


  @media (min-width: 576px) {
  .icons{
    align-content: center;

  }
  }





/* Start Grid System */
.container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 576px) {

    /* Small Devices => Landscape Phones */
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {

    /* Medium Devices => Tablets */
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {

    /* Desktops */
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {

    /* Large Screens */
    .container {
        max-width: 1140px;
    }
}

/* End Grid System */



/* Start Header  */
.h {
    background-color: white;
    position: relative;
    box-shadow: 0 0 10px #ddd;

}

.h .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;

}

.h .logo {
    font-size: 26px;
    font-weight: bold;
    color: var(--main-color);
    height: 72px;
    line-height: 72px;
}

@media (max-width: 767px) {
    .h .logo {
        width: 100%;
        text-align: center;
    }
}

.h .main-nav {
    display: flex;
}

@media (max-width: 767px) {
    .h nav {
        margin: auto;
    }
}

.h .main-nav>li>a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 72px;
    position: relative;
    color: black;
    padding: 0 30px;
    overflow: hidden;
    font-size: 18px;
    transition: var(--main-tarnstion);
}

@media (max-width: 767px) {
    .h .main-nav>li>a {
        font-size: 14px;
        padding: 0 10px;
        height: 50px;
    }
}

.h ul.main-nav>li>a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: var(--main-color);
    top: 0;
    left: -100%;
    transition: var(--main-tarnstion);

}

.h .main-nav>li>a:hover {
    color: var(--main-color);
    background-color: #fafafa;
}

.h ul.main-nav>li>a:hover::before {
    left: 0
}

