@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Vazirmatn:wght@100;200;300;400;500;600;700;800;900&display=swap');


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  scroll-behavior: smooth;
}

body {
  font-family: 'Vazirmatn', "Poppins";
}
header {
  z-index: 50;
  position: sticky;
  top: 0;
  box-shadow: 10px 5px 10px rgba(0, 0, 0, 0.1);
}
.wrapper{
  background: white;
  width: 100%;
}
.wrapper nav{
  position: relative;
  display: flex;
  max-width: calc(100% - 200px);
  margin: 0 auto;
  height: 55px;
  align-items: center;
  justify-content: right
}
nav .content{
  display: flex;
  align-items: center;
}
nav .content .links{
  margin-left: 80px;
  display: flex;
}
.fa{
  margin-left: 5px;
}
.upper-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px;
  background-color: white;
}
.social-icon {
  width: 50%;
  margin-left: 100px;
}
.social-icon img {
  width: 3%;
  margin-right: 3px;
  margin-left: 3px;
}
.logo {
  width: 50%;
}
.logo img {
  float: right;
  width: 20%;
  border-radius: 5px;
}

.lang-icon {
  width: 30%;
}
.content .links li{
  text-align: center;
  list-style: none;
  line-height: 70px;
}
.content .links li a,
.content .links li label{
  color: #464c5e;
  font-size: 18px;
  font-weight: 500;
  padding: 9px 17px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.content .links li label{
  display: none;
}
.content .links li a:hover,
.content .links li label:hover{
  color: #00348f;
}
.wrapper .search-icon,
.wrapper .menu-icon{
  color: #464c5e;
  font-size: 18px;
  cursor: pointer;
  line-height: 70px;
  width: 70px;
  text-align: center;
}
.wrapper .menu-icon{
  display: none;
}
.wrapper #show-search:checked ~ .search-icon i::before{
  content: "\f00d";
}
.wrapper .search-box{
  position: absolute;
  height: 100%;
  max-width: calc(100% - 50px);
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.wrapper #show-search:checked ~ .search-box{
  opacity: 1;
  pointer-events: auto;
}
.search-box input{
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 17px;
  color: #464c5e;
  background: white;
  padding: 0 100px 0 15px;
}
.wrapper input[type="checkbox"]{
  display: none;
}
/* Dropdown Menu code start */
.content .links ul{
  position: absolute;
  background: white;
  border-radius: 5px;
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.2);
  top: 75px;
  z-index: 49;
  opacity: 0;
  visibility: hidden;
}
.content .links li:hover > ul{
  top: 60px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}
.content .links ul li a{
  display: block;
  width: 100%;
  line-height: 30px;
  border-radius: 0px!important;
}
.content .links ul ul{
  position: absolute;
  top: 0;
  left: calc(-100% + 95px);
}
.content .links ul li{
  position: relative;
}
.content .links ul li:hover ul{
  top: 0;
}

#img-slideshow {
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-slider {
  position: relative;
  width: 1920px;
  height: 600px;
  margin: 10px;
  border-radius: 10px;
}

.img-slider .slide {
  position: absolute;
  z-index: 1;
  width: 100%;
  clip-path: circle(0% at 0 50%);
}

.img-slider .slide.active {
  clip-path: circle(135% at 0 50%);
  transition: 1s;
  transition-property: clip-path;
}

.img-slider .slide img {
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}



.img-slider .navigation {
  z-index: 2;
  position: absolute;
  display: flex;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
}

.img-slider .navigation .btn {
  background-color: #ccc;
  width: 12px;
  height: 12px;
  margin: 10px;
  border-radius: 50%;
  cursor: pointer;
}

.img-slider .navigation .btn.active {
  background: #2696e9;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

section{
  min-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

section .container{
  margin: 20px;
}

section h1{
  font-size: 60px;
}

section h2{
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
}

.cards a {
  color: white;

}

section .cards{
  display: flex;
}

section .cards .text-card{
  margin: 20px;
  padding: 20px;
  border-radius: 5px;
}

section .cards .text-card h3{
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media (max-width: 900px){
  section h1{
    font-size: 40px;
  }

  section .cards{
    flex-direction: column;
  }
}

.reveal{
  position: relative;
  transform: translateY(100px);
  opacity: 0;
  transition: all 1s ease;
}

.reveal.active-1{
  transform: translateY(0px);
  opacity: 1;
}

.about-container {
  margin-top: 0px !important;
  margin-bottom: 50px !important;
}
.right-about-container {
  
  float: right !important;
}
.about-container h2 {
  margin-top: 0px;
}
.right-about-container h2 {
  text-align: right;
  padding-right: 10%;
  padding-left: 15% !important;
}
.about-container p {
  text-align: center;
  margin-top: 60px;
  padding-right: 20%;
  padding-left: 20%;
  font-size: 18px;
  color: black;
}
.right-about-container p {
  text-align: right !important;
  padding-right: 10% !important;
  padding-left: 15% !important;
}

.about-container a, .more-projects {
  position: relative;
  width: 20%;
  text-align: center;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  color: white;
  background-color: #00348f;
  border-radius: 50px;
  transition: all 0.4s ease;
  padding: 5px;
}

.full-projects {
  margin-bottom: 50px !important;
}

.about-container a:hover, .more-projects:hover {
  color: #00348f;
  background-color: white;
}

.services-container .cards .text-card {
  background: rgba(0, 0 , 0, 0.7);
}
.services-container .text-card {
  transition: all 0.5s ease;
}
.services-container h2 {
  color: white;
  text-shadow: 4px 4px 4px rgba(0, 0 , 0, 0.5);
}
.services-container h3 {
  font-size: 30px;
}
.services-container p {
  color: white;
  font-size: 14px;
  text-align: right;
}

.services-container .text-card:hover {
  background-color: #00348f;
  transform: scale(1.1);
}


.parallax-container {
  width: 100%;
  margin: 0 auto;
  background: #f9f9f9;
  justify-content: center;
  align-items: center;
}

.parallax-1 {
  background: url('../images/4.jpg') no-repeat center;
  height: 600px;
}

.parallax-2 {
  background: url('../images/3.jpg') no-repeat center;
  height: 300px;
  filter: grayscale(100%);
}

.parallax {
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stats-container .cards .text-card h3, .stats-container .cards .text-card p {
  font-size: 22px;
  color: white; 
  text-align: center;
  text-shadow: 3px 3px 3px rgba(0, 0 , 0, 0.5);
}
.stats-container .cards .text-card h3 {

font-size: 45px !important;
}

.board-section {
  background-color: white;
}
.projects-container, .board-container {
  width: 80%;
  margin-bottom: 100px !important;
}
.projects-container h3, .board-container h3 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  color: black;
} 

.board-container h2 {
  margin-top: 50px !important;
  margin-bottom: 30px !important;
}
.board-container h3 {
  font-size: 22px !important;
  font-weight: 700;
}
.board-container h4 {
  font-size: 18px !important;
  text-align: center !important;
  font-weight: 400 !important;
}
.projects-container img, .board-container img {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  width: 100%;
}

.projects-container .text-card, .board-container .text-card {
  transition: all 0.3s ease;
  border: solid 1px rgba(70, 76, 94, 0.5);
}

.projects-container .text-card:hover, .board-container .text-card:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}


.product {
  position: relative;
  overflow: hidden;
  padding: 20px;
}

.product-category {
  padding: 0 10vw;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 40px;
  text-transform: capitalize;
}

.product-container {
  padding: 0 10vw;
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
}

.product-container::-webkit-scrollbar {
  display: none;
}

.product-card {
  flex: 0 0 auto;
  width: 250px;
  height: 450px;
  margin-right: 20px;
}

.product-image {
  position: relative;
  width: 50%;
  height: 350px;
  overflow: hidden;
}

.product-thumb {
  width: 100%;
  object-fit: cover;
}

.discount-tag {
  position: absolute;
  background: #fff;
  padding: 5px;
  border-radius: 5px;
  color: #ff7d7d;
  right: 10px;
  top: 10px;
  text-transform: capitalize;
}

.card-btn {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  width: 90%;
  text-transform: capitalize;
  border: none;
  outline: none;
  background: #fff;
  border-radius: 5px;
  transition: 0.5s;
  cursor: pointer;
  opacity: 0;
}

.product-card:hover .card-btn {
  opacity: 1;
}

.card-btn:hover {
  background: #ff7d7d;
  color: #fff;
}

.product-info {
  width: 100%;
  height: 100px;
  padding-top: 10px;
}

.product-brand {
  text-transform: uppercase;
}

.product-short-description {
  width: 100%;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  opacity: 0.5;
  text-transform: capitalize;
  margin: 5px 0;
}

.price {
  font-weight: 900;
  font-size: 20px;
}

.actual-price {
  margin-left: 20px;
  opacity: 0.5;
  text-decoration: line-through;
}

.pre-btn,
.nxt-btn {
  border: none;
  width: 10vw;
  height: 100%;
  position: absolute;
  bottom: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  cursor: pointer;
  z-index: 8;
}

.pre-btn {
  left: 0;
  transform: rotate(180deg);
}

.nxt-btn {
  right: 0;
}

.pre-btn img,
.nxt-btn img {
  opacity: 0.2;
}

.pre-btn:hover img,
.nxt-btn:hover img {
  opacity: 1;
}

.collection-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}

.collection {
  position: relative;
}

.collection img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collection p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 50px;
  text-transform: capitalize;
}

.collection:nth-child(3) {
  grid-column: span 2;
  margin-bottom: 10px;
}

.footer-section {
  background-color: #24252a;
}
.footer-container {
  width: 100% !important;
}
.footer-container .text-card {
  width: 33% !important;
  margin: 5px!important;
}
.footer-container p, .footer-container h3, .footer-container h2 {
  color: white;
  text-align: right !important;
}
.footer-container h3 {
  margin-bottom: 40px !important;
}

iframe {
  width: 100%;
}

.lower-footer {
  background-color: #24252a;
  text-align: center;
}

.lower-footer img {
  width: 7%;
  border-radius: 3px;
}

.lower-footer p {
  color: #fff;
  font-weight: 200;
  font-size: 13px;
  padding: 15px;
}

.lower-footer {
  background-color: #24252a;
  text-align: center;
}

.lower-footer img {
  width: 7%;
  border-radius: 3px;
}

.lower-footer p {
  color: #fff;
  font-weight: 200;
  font-size: 13px;
}




.cert {
  text-align: center;
  font-size: 45px;
  margin-top: 100px;
  margin-bottom: 100px !important;
}
.certificates-section .text-card {
  border: none !important;
}
.certificates-section img {
  transition: all 0.5s ease;
  width: 70%;

}
.certificates-section .text-card:hover {
  
  box-shadow: none !important;
}
.certificates-section img:hover {
  box-shadow: none !important;
  transform: scale(1.3);
}



#projects-list h2 {
  color: black;
  text-align: center;

}

.table {
  border-collapse: collapse;
  margin: 25px 0;
  min-width: 300px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  margin-right: auto;
  margin-left: auto;
  width: 80%;

}

.table thead tr {
  font-weight: bold;
  text-align: right;
  background-color: rgb(0, 0, 64);
  color: white;
}
.table td {
  text-align: right;
}

.table th, .table td {
  padding: 12px 15px;
}

.table tbody tr {
  border-bottom: 1px solid #dddddd;
}

.table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.table tbody tr:last-of-type {
  border-bottom: 2px solid rgb(0, 0, 64);
}

.policy-img {
  margin-top: 60px;
  margin-bottom: 100px;
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
}

.policy-title {
  text-align: center;
  font-size: 40px;
  margin-top: 100px;
}






























































/* Responsive code start */
@media screen and (max-width: 1250px){
  .wrapper nav{
    max-width: 100%;
    padding: 0 20px;
  }
  nav .content .links{
    margin-left: 30px;
  }
  .content .links li a{
    padding: 8px 13px;
  }
  .wrapper .search-box{
    max-width: calc(100% - 100px);
  }
  .wrapper .search-box input{
    padding: 0 100px 0 15px;
  }
}
@media screen and (max-width: 900px){
  .wrapper .menu-icon{
    display: block;
  }
  .wrapper #show-menu:checked ~ .menu-icon i::before{
    content: "\f00d";
  }
  nav .content .links{
    display: block;
    position: fixed;
    background: #14181f;
    height: 100%;
    width: 100%;
    top: 70px;
    left: -100%;
    margin-left: 0;
    max-width: 350px;
    overflow-y: auto;
    padding-bottom: 100px;
    transition: all 0.3s ease;
  }
  nav #show-menu:checked ~ .content .links{
    left: 0%;
  }
  .content .links li{
    margin: 15px 20px;
  }
  .content .links li a,
  .content .links li label{
    line-height: 40px;
    font-size: 20px;
    display: block;
    padding: 8px 18px;
    cursor: pointer;
  }
  .content .links li a.desktop-link{
    display: none;
  }
  /* dropdown responsive code start */
  .content .links ul,
  .content .links ul ul{
    position: static;
    opacity: 1;
    visibility: visible;
    background: none;
    max-height: 0px;
    overflow: hidden;
  }
  .content .links #show-features:checked ~ ul,
  .content .links #show-services:checked ~ ul,
  .content .links #show-items:checked ~ ul{
    max-height: 100vh;
  }
  .content .links ul li{
    margin: 7px 20px;
  }
  .content .links ul li a{
    font-size: 18px;
    line-height: 30px;
    border-radius: 5px!important;
  }
}
@media screen and (max-width: 400px){
  .wrapper nav{
    padding: 0 10px;
  }
  .content .logo a{
    font-size: 27px;
  }
  .wrapper .search-box{
    max-width: calc(100% - 70px);
  }
  .wrapper .search-box .go-icon{
    width: 30px;
    right: 0;
  }
  .wrapper .search-box input{
    padding-right: 30px;
  }
}
.dummy-text{
  width: 100%;
  padding: 0 20px;
  text-align: center;
}
.dummy-text h2{
  font-size: 45px;
  margin: 5px 0;
}