/* Default Font  important : Dont Change font-family property, just change font file. */
@font-face {
  font-display: swap;
  font-family: GFont;
  font-style: normal;
  font-weight: 100;
  src: url(GFont/IranYekanWeb-FaNum-Thin.eot);
  src: url(GFont/IranYekanWeb-FaNum-Thin.eot) format("embedded-opentype"), url(GFont/IranYekanWeb-FaNum-Thin.woff) format("woff"), url(GFont/IranYekanWeb-FaNum-Thin.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: GFont;
  font-style: normal;
  font-weight: 300;
  src: url(GFont/IranYekanWeb-FaNum-Light.eot);
  src: url(GFont/IranYekanWeb-FaNum-Light.eot) format("embedded-opentype"), url(GFont/IranYekanWeb-FaNum-Light.woff) format("woff"), url(GFont/IranYekanWeb-FaNum-Light.ttf) format("truetype")
}
@font-face {
  font-display: swap;
  font-family: GFont;
  font-style: normal;
  font-weight: 400;
  src: url(GFont/IranYekanWeb-FaNum-Regular.eot);
  src: url(GFont/IranYekanWeb-FaNum-Regular.eot) format("embedded-opentype"), url(GFont/IranYekanWeb-FaNum-Regular.woff) format("woff"), url(GFont/IranYekanWeb-FaNum-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: GFont;
  font-style: normal;
  font-weight: 500;
  src: url(GFont/IranYekanWeb-FaNum-Medium.eot);
  src: url(GFont/IranYekanWeb-FaNum-Medium.eot) format("embedded-opentype"), url(GFont/IranYekanWeb-FaNum-Medium.woff) format("woff"), url(GFont/IranYekanWeb-FaNum-Medium.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: GFont;
  font-style: normal;
  font-weight: 700;
  src: url(GFont/IranYekanWeb-FaNum-Bold.eot);
  src: url(GFont/IranYekanWeb-FaNum-Bold.eot) format("embedded-opentype"), url(GFont/IranYekanWeb-FaNum-Bold.woff) format("woff"), url(GFont/IranYekanWeb-FaNum-Bold.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: GFont;
  font-style: normal;
  font-weight: 800;
  src: url(GFont/IranYekanWeb-FaNum-ExtraBold.eot);
  src: url(GFont/IranYekanWeb-FaNum-ExtraBold.eot) format("embedded-opentype"), url(GFont/IranYekanWeb-FaNum-ExtraBold.woff) format("woff"), url(GFont/IranYekanWeb-FaNum-ExtraBold.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: GFont;
  font-style: normal;
  font-weight: 900;
  src: url(GFont/IranYekanWeb-FaNum-Black.eot);
  src: url(GFont/IranYekanWeb-FaNum-Black.eot) format("embedded-opentype"), url(GFont/IranYekanWeb-FaNum-Black.woff) format("woff"), url(GFont/IranYekanWeb-FaNum-Black.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: GFont;
  font-style: normal;
  font-weight: 950;
  src: url(GFont/IranYekanWeb-FaNum-ExtraBlack.eot);
  src: url(GFont/IranYekanWeb-FaNum-ExtraBlack.eot) format("embedded-opentype"), url(GFont/IranYekanWeb-FaNum-ExtraBlack.woff) format("woff"), url(GFont/IranYekanWeb-FaNum-ExtraBlack.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: GFontEn;
  src: url(GFont/CenturyGothic.ttf) format('truetype')
}


/* */
.garnet-menu .v-btn__content {
  font-size: 15px !important;
  letter-spacing: normal !important;
}



.form-group .ui-selectmenu-button.ui-button{
  width:100%;
  font-size:16px;
  font-style:normal;
  height:46px;
  padding:10px 20px 10px 20px;
  line-height:26px;
  color:#111019;
  border: none;
  font-weight:600;
  border-radius:0;
  background:#ffffff;
}

.form-group .ui-button .ui-icon{
  background:none;
  position:relative;
  top:2px;
  text-indent:0;
  color:#333333;
}

.form-group .ui-button .ui-icon:before{
  font-family: 'Font Awesome 5 Free';
  content: "\f107";
  position:absolute;
  right:0;
  top:13px;
  width:10px;
  height:20px;
  display:block;
  color:#000000;
  line-height:20px;
  font-size:16px;
  text-align:center;
  z-index:5;
  font-weight:800;
}
.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
.banner-section-three{
  position:relative;
  padding:250px 0 260px;
  background-size:cover;
}

.banner-section-three .content-box{
  position:relative;
  text-align:center;
}

.banner-section-three .content-box .form-boxed{
  position:relative;
  max-width:1000px;
  margin:0 auto;
}
.banner-section-three .mouse-btn-down{
  position:absolute;
  left:50%;
  margin-left:-20px;
  bottom:20px;
  width:30px;
  height:68px;
  cursor:pointer;
  display:block;
  z-index:20;
}

.banner-section-three .content-box .form-boxed .inner-boxed{
  position:relative;
  padding:35px 40px 15px 40px;
  background-color:#ffffff;
  border-radius:15px;
}

.banner-section-three .content-box .form-boxed .inner-boxed .default-form{
  position:relative;
  padding-left:80px;
}


.decision-section{
  position:relative;
  padding:200px 0 80px;
}

.decision-section .dotted-pattern-one{
  position:absolute;
  right:-70px;
  top:150px;
  width:134px;
  height:64px;
  z-index:1;
  background-repeat:no-repeat;
}

.decision-section .dotted-pattern-two{
  position:absolute;
  left:-20px;
  bottom:120px;
  width:107px;
  height:167px;
  background-repeat:no-repeat;
}

.decision-section .image{
  position:relative;
  will-change: transform;
  transform: perspective(300px) rotateX(0deg) rotateY(0deg);
}

.decision-section .image img{
  position:relative;
  width:100%;
  display:block;
}

.decision-section .image:before{
  position:absolute;
  content:'';
  right:-65px;
  top:-65px;
  left:65px;
  bottom:65px;
  background-color:#ebf1fe;
  border-radius:80px 0 80px 0;
}
.top-div{
  background-image: url("https://box.sinatech-dm.ir/uploads/media/back_1671479140.jpg");
  background-size: cover;
  background-position: center top;
}
.garnet-language-select-btn {
  color: #333333;
}
