/* ------------------------------------------------
  Project:   Misto - Factory and Industrial HTML5 Template
  Author:    Barat Hadian
------------------------------------------------ */
/* ------------------------
    Table of Contents

  1. General
  2. Typography
  3. Helper class
  4. Text color
  5. Background color
  6. Jarallax
  7. Pattern
  8. Border Radius
  9. Banner
  10. Countdown
  11. Terms and Conditions
  12. Privacy Policy
  13. Contact
  14. About Us
  15. Video
  16. Side Background


/* ------------------------
    General
------------------------*/
@import url('Vazirmatn-RD-FD-font-face.css');


body {font-family: 'Vazirmatn RD FD', sans-serif; font-weight: normal; font-style: normal; font-size: 15px; line-height: 1.5; color:#282929; direction: rtl; text-align: right;}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, span, p, li, a {
letter-spacing: 0px !important;
}

/* ------------------------
    Typography
------------------------*/
h1, h2, h3, h4, h5, h6{font-weight:normal; margin-top: 0px; margin-bottom: 0px; text-transform: capitalize;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
h1 { font-size: 60px; font-style: normal; line-height: 70px; font-weight: 700; text-transform: capitalize; color: #f9a305;}
h2 { font-size: 40px; font-style: normal; line-height: 46px; font-weight: 500; color: #23244a; text-transform: capitalize; margin-bottom: 10px; position: relative;}
h3 { font-size: 30px; font-style: normal; line-height: 36px; }
h4 { font-size: 24px; font-style: normal; text-transform: uppercase; margin-bottom: 10px; font-weight: 500; line-height: 30px; color: #23244a;}
h5 { font-size: 18px; font-style: normal; text-transform: uppercase; margin-bottom: 10px; font-weight: 500; line-height: 25px; color: #23244a;}
h6 { font-size: 16px; font-style: normal; line-height: 24px; }
ul { margin: 0px; padding: 0px; }


/* ------------------------
    Helper class
------------------------*/

.lead{font-weight: normal; font-size: 16px; line-height: 30px;}
.o-hidden{overflow: hidden;}
.img-center{display: inline-block !important; max-width: 100%;}
.pos-r{position: relative;}
.z-index-0{z-index: 0; position: relative;}
.z-index-1{z-index: 1; position: relative;}
section{padding: 80px 0;}
.section-title{margin-bottom:50px;}
.section-title p{font-size: 16px;}
.theme-bg .section-title p, .dark-bg .section-title p{color: rgba(255,255,255,0.8)}
.align-item-middle{display: -webkit-flex; /* Safari */  -webkit-align-items: center; /* Safari 7.0+ */  display: flex; align-items: center;}
.align-item-middle > div{width: 100%;}

.line-h-2{line-height: 1.6;}
.line-h-3{line-height: 1.7;}
.line-h-4{line-height: 1.8;}
.line-h-5{line-height: 1.9;}

.letter-space-1{letter-spacing: 0px;}
.letter-space-2{letter-spacing: 0px;}
.letter-space-3{letter-spacing: 0px;}


/* ------------------------
    Text color
------------------------*/
.text-theme{color:#f9a305;}
.text-black{color:#23244a !important;}
.text-grey{color:#aaaaaa;}
.text-yellow{color:#f9a305;}
.text-rgba{color: rgba(255,255,255,0.8);}


/* ------------------------
    Background color
------------------------*/
.white-bg{background-color:#ffffff !important;}
.dark-bg{background-color:#121628;}
.grey-bg{background-color:#f8f8f8;}
.theme-bg{background-color:#f9a305;}
.transparent-bg{background-color: inherit !important;}


/* ------------------------
    Pattern
------------------------*/
.pattern{width: 100%; background-size: inherit !important; background-position: 0px 0px; background-repeat: repeat !important; animation: animatedBackground 20s linear infinite;
-ms-animation: animatedBackground 20s linear infinite; -moz-animation: animatedBackground 20s linear infinite; -webkit-animation: animatedBackground 20s linear infinite;}


/* ------------------------
    Border Radius
------------------------*/
.radius{-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}
.radius-0{-webkit-border-radius:0px; -moz-border-radius:0px; border-radius:0px;}
.radius-1{-webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px;}
.radius-2{-webkit-border-radius:15px; -moz-border-radius:15px; border-radius:15px;}
.radius-3{-webkit-border-radius:30px; -moz-border-radius:30px; border-radius:30px;}
.radius-4{-webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%;}

/* ------------------------
    Banner
------------------------*/
.fullscreen-banner{position: relative; min-height: 800px;}
[data-bg-img]{background-size: cover; background-position: center center; background-repeat: no-repeat;}
.align-center{position: absolute; top: 50%; width: 100%; z-index: 9;}
.align-end{position: absolute; bottom: 0; width: 100%; z-index: 9;}
.banner-text {padding-right: 170px; position: relative;}
.banner-text img{ right: 0; position: absolute; top: 0;}
.fullscreen-banner .btn{color: #ffffff;}
.banner-1::before {border: 10px solid rgba(255,255,255,0.1); content: ""; height: 120%; left: 50%; position: absolute;
  top: -10%; width: 80%; z-index: -1;}
.fullscreen-banner .owl-carousel, .fullscreen-banner .owl-stage-outer, .fullscreen-banner .owl-stage, .fullscreen-banner .owl-item, .fullscreen-banner .item { height: 100%; }


/* ------------------------
    Countdown
------------------------*/
.countdown{text-align: center; width: 100%}
.countdown > li{margin-bottom: 50px; font-weight: bold; display: block; text-align: center; list-style-type: none;}
.countdown > li:last-child{margin-bottom: 0;}
.countdown > li span{font-size:70px; font-weight:500; line-height:60px; margin-bottom: 20px; display: inline-block;}
.countdown > li p{font-size:20px; text-transform: uppercase; line-height:30px; margin-bottom: 0; color: #f9a305;}
.dark-bg .countdown > li{border-color:rgba(255,255,255,0.2) }

/* ------------------------
    Terms and Conditions
------------------------*/
.terms-and-conditions .title{margin-bottom:10px;} 
.terms-and-conditions p{margin-bottom:25px;}
.terms-and-conditions ul.list{margin-bottom:20px; display:block;}
.terms-and-conditions ul.list li i{padding-right:12px; font-size:15px;}

/* ------------------------
    Privacy Policy
------------------------*/
.privacy-policy .title{margin-bottom:10px;} 
.privacy-policy p{margin-bottom:25px;}
.privacy-policy ul.list{margin-bottom:20px; display:block;}
.privacy-policy ul.list li i{padding-right:12px; font-size:15px;}

/* ------------------------
    Contact
------------------------*/
.contact-main {background: #fff; padding: 30px; border-bottom: 2px solid #f9a305;}
.contact-info li {padding-right: 50px; position: relative;}
.contact-info li i{position: absolute; right: 0; top: 0; line-height: 24px; font-size: 30px; color: #f9a305; text-align: center;}
.contact-info li span{font-size: 16px; color: #23244a; font-weight: bold; text-transform: uppercase; display: block; margin-bottom: 8px;}
.contact-info li p{margin-bottom: 0; line-height: 24px;}
.contact-info li a{color: #555;}
.dark-bg .contact-info li a{color: #ffffff;}
.contact-info li a:hover{color: #f9a305;}
.theme-bg .contact-info span, .dark-bg .contact-info span{color: #ffffff}
.theme-bg .contact-info li i{color: #ffffff;}
.theme-bg .contact-info li a{color: #ffffff;}
.theme-bg .contact-info li a:hover{color: #23244a;}
.contact-2 .form-info {right: 0; padding: 30px; position: absolute; top: 50%; transform: translateY(-50%); width: 40%;}
.contact-2 .contact-main{padding-right: 100px; border-bottom: none;}
.contact-box {position: absolute; top: 50%; z-index: 99; transform: translateY(-50%); width: 100%;}
.contact-3 .contact-main{border-bottom: none; box-shadow: none;}

.form-group{margin-bottom: 20px; position: relative;}
 label{font-size: 14px; color: #333}
.form-control{height: 50px; border-radius: 0; font-size: 13px; background: none; border: none; border-bottom: 2px solid #f5f5f5; box-shadow: none;}
.grey-bg .form-control{background: #ffffff}
textarea.form-control{height: 150px;}
.form-control:focus{box-shadow: none; border-color: #f9a305;}
select.form-control {/*-moz-appearance: none; -webkit-appearance: none; appearance: none;*/ height: 50px !important;}
iframe{width: 100%; border: none; pointer-events: auto;}
.iframe-h{height: 500px !important;}
.iframe-h-2{height: 900px !important;}
.help-block.with-errors {position: absolute; color: red; right: 0; font-size: 10px; line-height: 14px;}
.form-control::-moz-placeholder{color: #555}
.map iframe {border: 0px; width: 100%; height: 100%; z-index: 1; -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%);}


.contact-btn {cursor: pointer; display: inline-block; position: fixed; left: -39px; top: 40%; z-index: 99; 
transform: translateY(-50%) rotate(90deg); -webkit-transform: translateY(-50%) rotate(90deg); -o-transform: translateY(-50%) rotate(90deg); -ms-transform: translateY(-50%) rotate(90deg); -moz-transform: translateY(-50%) rotate(90deg);}
.contact-bg { background: #ffffff; color: #f9a305; text-transform: uppercase; position: relative; display: block; padding: 10px; font-weight: 500; z-index: 10; -webkit-box-shadow: 0 0 13px 3px rgba(0,0,0,0.1); -moz-box-shadow: 0 0 13px 3px rgba(0,0,0,0.1); box-shadow: 0 0 13px 3px rgba(0,0,0,0.1);}
.contact-btn:hover .contact-bg{background: #f9a305; color: #ffffff}
.contact-form {background: #ffffff; height: 100%; border: 1px solid rgba(0, 0, 0, 0.2); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); padding: 80px 30px 30px; width: 450px; position: fixed; left:-600px; top: 0; z-index: 2000;}
.close-btn {background: #f9a305; color: #fff !important; cursor: pointer; font-weight: bold; padding: 7px 15px; position: absolute; left: 20px; top: 10px;}
.header-3 .contact-btn{position: inherit; transform: inherit; top: inherit; left: inherit;}
.header-3 .contact-bg {background: #f9a305; box-shadow: none; color: #fff; padding: 25px 40px;}

/* ------------------------
    About Us
------------------------*/
.about-img{position: relative;}
.about-img::before {border:5px solid rgba(255, 255, 255, 0.2); bottom: 14px; content: ""; left: 14px; position: absolute;
  right: 14px; top: 14px;}


/* ------------------------
    Video
------------------------*/
.video-btn {display: inline-block;}
.video-btn-pos {left: 50%; position: absolute; top: 50%; margin-top: -22.5px; margin-left: -50px;}
.video-btn .btn-play {background: #f9a305; color: #fff; height: 45px; width: 100px; line-height: 45px; -webkit-border-radius: 50px;
 border-radius: 5px; text-align: center; font-size: 26px; cursor: pointer; display: inline-block;}
.video-btn .btn-play i{line-height: inherit;} 
.theme-bg .video-btn .btn-play, .dark-bg .video-btn .btn-play{background: #ffffff; border-color: #ffffff; color: #f9a305;}
.html5-video {height: 100%; left: 0; opacity: 1; overflow: hidden; position: absolute; top: 0; width: 100%; z-index: -2;}
.html5-video video {width: 100%;}


/* ------------------------
    Side Background
------------------------*/
.img-side img{max-width: 100%}
.img-side.img-right {right: 0;}
.img-side.img-left {left: 0;}
.img-side {padding: 0; position: absolute!important; top: 0px; height: 100%; overflow: hidden; z-index: 9;}
.img-side .owl-carousel, .img-side .owl-stage-outer, .img-side .owl-stage, .img-side .owl-stage, .img-side .owl-item, .img-side .owl-item .item{height: 100%}

/*------------------------
    Logo Contianer
-------------------------*/
.navbar-brand.custom-logo-box {
    position: relative;
}

/* ===============================
   BASE LOGO (BIG, WITH POLYGON)
================================ */

.logo-box {
    position: absolute;
    top: -80px;

    transform: translateY(40px) scale(1);
    transform-origin: center top;

    width: 240px;
    padding: 35px;

    display: flex;
    align-items: center;
    justify-content: center;

    z-index: 9999;
    transition: transform 0.4s ease;
}

/* polygon background */
.logo-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #abb4c4;
    border-radius: 10px 10px 6px 6px;
    clip-path: polygon(0 0,100% 0,100% 85%,0 100%);
    z-index: -1;
    transition: opacity 0.3s ease;
}

/* logo image */
.section-icon {
    width: 110px;
    height: 110px;
    object-fit: contain;
    transition: transform 0.4s ease;
}


/* ===============================
   FIXED HEADER STATE (ON SCROLL)
================================ */

#header-wrap.fixed-header .logo-box {
    transform: translateY(0) scale(0.42);
}

/* fade ONLY the polygon */
#header-wrap.fixed-header .logo-box::before {
    opacity: 0;
}

/* optional fine polish */
#header-wrap.fixed-header .section-icon {
    transform: scale(0.95);
}

/* keep navbar alignment */
#header-wrap.fixed-header .navbar-brand.custom-logo-box {
    display: flex;
    align-items: center;
}


.pink-title{
    color:#fff;
    font-size:18px;
    font-weight:bold;
}

.featured-icon img.feature-svg {
    width: 50px;       /* adjust size */
    height: 50px;      /* keep aspect ratio */
    object-fit: contain;
    display: block;
}

.featured-icon img.feature-svg {
    filter: invert(57%) sepia(78%) saturate(3000%) hue-rotate(10deg);
}

.custom-mt-10 {
  margin-top: 60px;
}

.about-section{
    position: relative;
    overflow: hidden;
}

.black-section {
  background: #000;
  position: relative;
  overflow: hidden;
}

.video-section {
  position: absolute;
  bottom: 0;
  bottom: 80px;
  left: 80px;
  z-index: 20;
}

.video-btn-box {
  width: 65px;
  height: 65px;
  background: #fd7e14;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease-in-out;
}

.video-btn-box i {
  color: #ffffff; 
  font-size: 28px;
  margin-left: 3px;
}

.video-btn-box:hover {
  transform: scale(1.12);
}


.about-rtl {
  direction: rtl;
  text-align: right;
  color: #ffffff; 
}

.about-title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffffff; 
}


.about-text {
  font-size: 16px;
  line-height: 2;
  color: #cccccc; 
  max-width: 90%;
}

.about-box {
  border: 6px solid #c34121;
  width: 270px;
  height: 270px;
  padding-top: 25px;
  text-align: center;
  border-radius: 8px;
  margin: auto;
  background: #08172c;
  color: #ffffff;
}

.about-box-title {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #ffffff;
}

.about-box-number {
  font-size: 90px;
  font-weight: 900;
  line-height: 1;
  margin: 10px 0;
  color: #ffffff;
}

.about-box-sub {
  font-size: 16px;
  margin-top: -10px;
  color: #c34121; 
}
    
/*--------------
    CTA sectiom
-------------*/

.cta-section {
  position: relative;
  background: #fff;
  padding: 55px 20px 60px;
  direction: rtl;
  overflow: hidden;
  border-top: 6px solid #0b1a33;
}

/* red triangle */
.cta-section::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 280px;
  height: 100%;
  background: #ffd502;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.section-title h2::before{
    display: none !important;
}

.section-title h2::after {
  display: none !important;
}


.cta-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding-right: 40px;
}

/* text content */
.cta-content {
  text-align: right;
  max-width: 520px;
}

.cta-content h3 {
  font-size: 26px;
  font-weight: 800;
  line-height: 1.7;
  color: #0b1a33;
  margin-bottom: 22px;
}

.highlight {
  color: #4aa3df;
}

.cta-section .btn-theme,
.cta-section .btn-theme span {
  color: #fff !important;
}

.cta-section .btn-theme:hover,
.cta-section .btn-theme:hover span,
.cta-section .btn-theme:active,
.cta-section .btn-theme:active span {
  color: #fff !important;
}


.cta-phone {
  margin-top: 18px;
  font-size: 16px;
  color: #0b1a33;
}

/* icon row at bottom */
.cta-icons {
  margin-top: 40px;
  display: flex;
  justify-content: space-evenly; 
  align-items: stretch;
  gap: 20px;
}


/* icon boxes */
.cta-icon-box {
  background: #0b1a33;
  color: #fff;
  padding: 14px 16px;
  border-radius: 12px;
  width: 180px;
  text-align: center;
  transition: all 0.3s ease;
}

.cta-icon-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(11,26,51,0.3);
}

.cta-content .title span {
  display: inline;
  white-space: nowrap;
}

.cta-content .title {
  white-space: nowrap;
}


/* SVG styling */
.cta-icon-box svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.7;
  margin-bottom: 8px;
  transition: 0.3s ease;
}

.cta-icon-box:hover svg {
  transform: scale(1.1);
}

.cta-icon-box h6 {
  font-size: 13.5px;
  font-weight: 700;
  margin-bottom: 3px;
}

.cta-icon-box p {
  font-size: 12px;
  opacity: 0.75;
}

.footer .row.mt-5.align-items-center {
  flex-wrap: nowrap;
}

.footer .text-md-right {
  justify-content: flex-end;
}

.footer .text-md-left {
  justify-content: flex-start;
}

.footer-search-form {
  position: relative;
  width: 260px;
}

.footer-search-form .form-control {
  height: 44px;
  border-radius: 30px;
  padding-right: 44px;
  text-align: right;
}

.footer-search-input {
  height: 44px;
  border-radius: 30px;
  padding-right: 44px; /* space for icon */
  text-align: right;
}


.footer .footer-search-col {
  justify-content: flex-start !important;
  align-items: flex-end !important;
}

.footer .footer-search-col .search-box {
  width: 260px;
  position: relative;
}
