/********** Template CSS **********/
:root {
    font-family: 'IranSans';
    font-size: .8rem;
    --primary: #0463FA;
    --light: #000;
    --dark: #1B2C51;
  --dark: #34495E;
  --light: #ffffff;
  --success: #0ABF30;
  --error: #E24D4C;
  --like: #E9BD0C;
  --info: #3498DB;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    left: 8px;
    bottom: 4px;
    z-index: 99;
}

/**--fonts--**/
@font-face{
     font-family:'ziba_font';
     src: url('./fonts/ziba_font.eot?#') format('eot'),
     url('./fonts/ziba_font.woff') format('woff'),
     url('./fonts/ziba_font.ttf') format('truetype')
	font-weight: normal;
	font-style: normal;
}

@font-face{
     font-family:'iranyekanBakh';
     src: url('./fonts/iranyekanBakh.eot?#') format('eot'),
     url('./fonts/iranyekanBakh.woff') format('woff'),
     url('./fonts/iranyekanBakh.ttf') format('truetype')
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'IRANYekanX-Black';
	src: url( './fonts/IRANYekanX-Black.eot' );
	src: url( './fonts/IRANYekanX-Black.eot?#iefix' ) format( 'embedded-opentype' ),
		url( './fonts/IRANYekanX-Black.woff2' ) format( 'woff2' ),
		url( './fonts/IRANYekanX-Black.woff' ) format( 'woff' ),
		url( './fonts/IRANYekanX-Black.ttf' ) format( 'truetype' ),
		url( './fonts/IRANYekanX-Black.svg#Yekan' ) format( 'svg' );
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'IRANYekanXVF';
	src: url( './fonts/IRANYekanXVF.eot' );
	src: url( './fonts/IRANYekanXVF.eot?#iefix' ) format( 'embedded-opentype' ),
		url( './fonts/IRANYekanXVF.woff2' ) format( 'woff2' ),
		url( './fonts/IRANYekanXVF.woff' ) format( 'woff' ),
		url( './fonts/IRANYekanXVF.ttf' ) format( 'truetype' ),
		url( './fonts/IRANYekanXVF.svg#Yekan' ) format( 'svg' );
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: 'BTitrBold';
  src: url('./fonts/BTitrBold.eot?#') format('eot'),  /* IE6-8 */
       url('./fonts/BTitrBold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('./fonts/BTitrBold.ttf') format('truetype');  /* Saf3-5, Chrome4+, FF3.5, Opera 10+ */
	font-weight: normal;
	font-style: normal;
}
@font-face
{
  font-family: 'Vazir';
  src: url('./fonts/Vazir-FD.woff2') format("woff2"),
  url('./fonts/Vazir-FD.woff') format("woff"),
  url('./fonts/Vazir-FD.ttf') format("ttf");
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: "IranSans";
  src: url("./fonts/IRANSansWeb(FaNum)_UltraLight.woff2") format("woff2"),
  url("./fonts/IRANSansWeb(FaNum)_UltraLight.woff") format("woff"),
  url("./fonts/IRANSansWeb(FaNum)_UltraLight.ttf") format("ttf");
	font-weight: normal;
	font-style: normal;
}

/**--fonts/--**/


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: IranSans, BTitrBold, tahoma, Serif;
    font-size: 1rem;
    font-weight: 500;
    transition: .5s;
}

.btnup {
    font-size: 1rem;
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    font-family: 'IRANYekanXVF';
    min-width: 11rem;
    background: linear-gradient(135deg, #2a61f1, #003cd9);
    box-shadow: 0 0 0px .5px #000000;
    text-shadow: 0.02rem 0.02rem 0.1rem #000;
    color: #FFFFFF;
}
.btn.btn-primary:hover {
    background-color: #646464;
    color: #FFFFFF;
    -webkit-text-stroke-width: revert;
}
.btn.btn-primary1 {
    font-size: 1.5rem;
    font-family: 'BTitrBold';
    background-color: #0271d7;
    color: var(--bs-white);
}
.btn.btn-primary1:hover {
    background-color: #025fde;
    color: var(--bs-red);
}
.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 35px;
    height: 35px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn1 {
    font-family: ziba_font, BTitrBold, tahoma, Serif;
    font-size: 1.4rem;
    font-weight: 500;
    transition: .5s;
    border: none;
}


.btn2 {
    font-family: IranSans, BTitrBold, tahoma, Serif;
    font-size: 5rem;
    font-weight: 500;
    transition: .5s;
}
/*** animation ***/
  @keyframes slide-in {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translatey(0%);
    }
  }
  .logo {
    animation: slide-in 3000ms;
  }
/*** animation ***/

/*** Navbar ***/
.fixed-top {
    transition: .5s;
}

.top-bar {
    height: 45px;
    border-bottom: 1px solid rgba(53, 94, 252, .07);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-right: 8px;
}

.navbar .navbar-nav .nav-link {
    font-family: IRANYekanX-Black, BTitrBold, tahoma, Serif;
    text-shadow: 0.03rem 0.03rem 0.1rem black;
    margin-right: 30px;
    padding: 25px 0;
    font-size: 15px;
    color: var(--light);
    text-transform: uppercase;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--error);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        font-family: IRANYekanX-Black, BTitrBold, tahoma, Serif;
        text-shadow: 0.03rem 0.03rem 0.1rem black;
        margin: 10px 30px 10px 0;
        padding: 25px 0;
        font-size: 13px;
        color: var(--light);
        text-transform: uppercase;
        font-weight: 500;
        outline: none;
}
    .navbar .navbar-nav {
        margin-top: 10px;
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}




/*** Header ***/
.header-carousel .owl-carousel-text {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 3rem;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.header-carousel .owl-nav {
    overflow: hidden;
    position: absolute;
    width: 200px;
    height: 0px;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.header-carousel:hover .owl-nav {
    visibility: visible;
}

@media (min-width:1024px){
.header-carousel .owl-nav {
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    width: 140px;
    height: 29px;
    bottom: -3px;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    height: 27px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: #FFFFFF;
    border-radius: 45px;
    font-size: 1.5rem;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    color: #FF0000;
    font-size: 1.5rem;
}

.header-carousel .owl-dots {
   direction: rtl;
   position: unset;
    height: 1.5rem;
    bottom: -1.5rem;
    left: 50%;
    display: flex;
    transform: translateX( 0%);
    align-items: center;
    justify-content: center;
}

@media (min-width:1024px){
.header-carousel .owl-dots {
   direction: rtl;
   position:absolute;
    height: 1rem;
    bottom: .5rem;
    display: flex;
    transform: translateX( -50%);
    align-items: center;
    justify-content: center;
}}

.header-carousel .owl-dot {
    box-shadow: 0 0 0rem 0.2px black;
    margin: 0 4px !important;
    background: #ffffff !important;
    width: 0.4rem !important;
    height: 0.4rem !important;
    background: transparent;
    border: 0 solid #e7e6e6;
    border-radius: 15px;
    transition: .5s;
}



.header-carousel .owl-dot::after {display: none}


.header-carousel .owl-dot.active {
     --tw-bg-opacity: 1;
     background-color: rgb(255 0 0/var(--tw-bg-opacity)) !important;
     width: 1.5rem !important;
     line-height:50px;
     text-align:center;
     border-radius:.5rem;
}







.page-header-koodak {
    background: url(../img/koodak.webp) top center no-repeat;
    background-size: cover;
    text-shadow: 0 0 30px rgba(0, 0, 0, .1);
}
.page-header-nojavan {
    background: url(../img/nojavan.webp) top center no-repeat;
    background-size: cover;
    text-shadow: 0 0 30px rgba(0, 0, 0, .1);
}
.page-header-vow {
    background: url(../img/koodak.webp) top center no-repeat;
    background-size: cover;
    text-shadow: 0 0 30px rgba(0, 0, 0, .1);
}
.page-header-transl {
    background: url(../img/nojavan.webp) top center no-repeat;
    background-size: cover;
    text-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Service ***/
.service-item {
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .08);
}

.service-item .btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 40px;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
}

.service-item:hover .btn {
    width: 140px;
}


/*** Feature ***/
@media (min-width: 992px) {
    .containerr.feature {
    font-family: ziba_font, tahoma, Serif;
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Team ***/
.team-item img {
    position: relative;
    top: 0;
    transition: .5s;
}

.team-item:hover img {
    top: -10px;
}

.team-item .team-text {
    position: relative;
    height: 50px;
    transition: .5s;
}

.team-item:hover .team-text {
    margin-top: -20px;
    height: 70px;
}

.team-item .team-text .team-social {
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-text .team-social {
    opacity: 1;
}

.team-item .team-social .btn {
    display: inline-flex;
    color: #FFFFFF;
    background: #0463fa;
    border-radius: 40px;
}

.team-item .team-social .btn:hover {
    color: #0463fa;
    background: #FFFFFF;
}


/*** Appointment ***/
.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(100, 100, 100, 1) 0%, rgba(100, 100, 100, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(100, 100, 100, 1) 0%, rgba(100, 100, 100, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text {
    background: #454545;
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    border-radius: .8rem;
    box-shadow: inset 0 0 0px .5px #000000;
    background: var(--primary);
    transform: scale(1);
    margin: auto;
    width: 97%;
}

.testimonial-carousel .owl-item .testimonial-text *,
.testimonial-carousel .owl-item .testimonial-item img {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #fff !important;
}

.testimonial-carousel .owl-item.center .testimonial-item img {
    background: var(--primary) !important;
} 

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 150px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: #ffffff;
    font-size: 25px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}
.testimonial-carousel .owl-stage-outer.bd {
    border: none !important;
    border-radius: 0rem
}
 
.owl-stage-outer.bd {
    border: .15rem solid white; 
}

.text-about {
    overflow: auto;
    max-height: 410px;
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    box-shadow: 0 0 0px .5px #000;
    font-family: IranSans;
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
    font-variation-settings: "wght" 900, "dots" 4;
    line-height: 3rem;
    direction: ltr;
    margin-top: 1rem;
    background-color: #4c4b4b;
    color: #fff;
    padding: 15.3px;
    width: 100%;
    border: none;
    text-align: right;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}
/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 10px 0;
    font-size: .8rem;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
    font-family: IranSans, tahoma, Serif;
}

.footer .copyright a:hover {
    color: #FF0000;
}



.eitaaa{
  background:url(https://ketabehadi.ir/img/Eitaaa.webp) no-repeat 0 0;
  width: 15px;
  height: 15px;
  border: 0px solid #ddd;
  border-radius: 0px;
  padding-right: 2.5rem;
  margin-bottom: -.5rem;
}
.bleee{
  background:url(https://ketabehadi.ir/img/Bleee.webp) no-repeat 0 0;
  width: 15px;
  height: 15px;
  border: 0px solid #ddd;
  border-radius: 0px;
  padding-right: 2.5rem;
  margin-bottom: -.5rem;
}

.eitaa{
  background:url(https://ketabehadi.ir/img/eitaa1.png) no-repeat 0 0;
  width: 25px;
  height: 25px;
  border: 0px solid #ddd;
  border-radius: 0px;
  padding-right: 0px;

}

.eitaa:hover{
  background:url(https://ketabehadi.ir/img/eitaa2.png) no-repeat 0 0;
  width: 45px;
  height: 45px;
}

.my{
  background:url(https://ketabehadi.ir/img/my.png) no-repeat 0 0;
  text-align: center;
  width: 60px;
  height: 60px;
  border: 0px solid #ddd;
  border-radius: 0px;
  padding-right: 0px;

}





....

.ne {
    background:url(https://ketabehadi.ir/img/my.png) no-repeat 0 0;
}
.uk-position-top-left {
    top: 0;
    left: 0;
}
.uk-padding-remove {
    position: absolute;

    padding: 0!important;
}
.uk-margin-remove {
    margin: 0!important;
}
.uk-position-top {
    position: absolute!important;
    max-width: 100%;
}
canvas, img, video {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}

....





.new {
    background:url(https://ketabehadi.ir/img/my.png) no-repeat 0 0;
    font-family: IranSans, tahoma, Serif;
    font-size: 1.3rem;
    color: #f00;
    font-weight: 800;
    opacity: 1;
    transform-origin: -72rem 2rem;
margin-top: -60rem;
}

.new1:hover {
    background:url(https://ketabehadi.ir/img/my.png) no-repeat 0 0;
    font-family: IranSans, tahoma, Serif;
    font-size: 1.3rem;
    color: #f00;
    font-weight: 800;
    opacity: 0;
    transition: .5s;
    transform-origin: -72rem 2rem;
    transform: rotate(338deg);
}

.color {
   color: #ff000;
}













.tooltip .tooltiptext {
 display: none;
 width: 150px;
 background-color: #000000;
 color: #fff;
 text-align: center;
 border-radius: 3px;
 padding: 5px 0;
 position: absolute;
 z-index: 1;
 top: 150%;
 left: 50%;
 margin-left: -70px;
}

.tooltip .tooltiptext::after {
 content: "";
 position: absolute;
 bottom: 100%;
 left: 50%;
 margin-left: -5px;
 border-width: 5px;
 border-style: solid;
 border-color: transparent transparent #000000 transparent;
}

.tooltip:hover .tooltiptext {
 display: block;
}

.u-d {
    position: relative;
    max-width: 550px;
    min-height: 42px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.down1{
position: absolute;left: 6px;width: 5%;
}
.up1{
position: absolute;right: 6px;width: 5%;
}
.up {
    position: absolute;
    right: 6px;
    FONT-WEIGHT: 200;
    font-family: BTitrBold, tahoma, Serif;
    text-shadow: 0.02rem 0.02rem 0.1rem black;
    color: #FFF;
    border: none;
    content: "\f052";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    display: flex !important;
    justify-content: center;
    flex-direction: column;
}
.up:hover {
    color: #f00;
}
.up:after {
    FONT-WEIGHT: 200;
    font-family: BTitrBold, tahoma, Serif;
    border: none;
    content: "\f052";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
}

.down {
    position: absolute;
    left: 6px;
    FONT-WEIGHT: 200;
    font-family: BTitrBold, tahoma, Serif;
    text-shadow: 0.02rem 0.02rem 0.1rem black;
    color: #FFF;
    border: none;
    content: "\f052";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    display: flex !important;
    justify-content: center;
    flex-direction: column;
}
.down:hover {
    color: #f00;
}
.down:after {
    FONT-WEIGHT: 200;
    font-family: BTitrBold, tahoma, Serif;
    border: none;
    content: "\f052";
    font-family: "Font Awesome 5 Free";
    transform: rotate(180deg);
    font-weight: 900;
    vertical-align: middle;
}


#lightWindow {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999999999;
    width: 100%;
    height: 100%;
    background: #000000ad;
    display: none;
}

#alertPopup {
    border: 3px solid #D41355;
    position: fixed;
    top: 70px;
    left: calc(50% - 190px);
    z-index: 999999999999;
    background: #FFF;
    border-radius: 10px;
    width: 380px;
    text-align: right;
    display: none;
    overflow: hidden;
}


.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
    animation-duration: .75s;
}

.popupDef {
    position: fixed;
    top: 150px;
    left: calc(50% - 200px);
    z-index: 9999;
    background: #f1f1f2;
    border-radius: 10px;
    width: 400px;
    text-align: center;
    display: none;
    padding-bottom: .1px;
    overflow: hidden;
}


.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.alertHeader {
    background: #D41355;
    height: 35px;
    line-height: 35px;
    padding-right: 1rem;
    padding-bottom: 3.2rem;
    padding-top: 0.2rem;
    font-family: 'BTitrBold';
    font-size: 1.2rem;
    color: #FFF;
}



.alertBody {
    background: #FFF;
    font-family: 'IranSans';
    line-height: 2rem;
    color: black;
    padding: 10px;
}

.alert_btn_containerr {
    width: 80%;
    margin-left: 15px;
    padding: 0.1px;
    text-align: left;
}

.confirm_alert {
    width: fit-content;
    display: flex;
    font-family: 'IranSans';
    font-size: 1rem;
    color: red;
    cursor: pointer;
    font-weight: bold;
}






/* The Modal (background) */
.modal {
  display: none; 
  position: fixed; 
  z-index: 9999999999; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: hidden;
  background-color: rgba(0,0,0,0);
  padding-top: 5px;
}

.frame {
  background: #e9f2ff;
  border-radius: 5px 5px 0 0;
  width: 100%;
  min-height: 580px;
}
#id01 {
    background: #000000ad;
}
#id02 {
    background: #000000ad;
}
#id03 {
    background: #000000ad;
}
#id04 {
    background: #000000ad;
}
#id1 {
    background: #000000ad;
}
#id2 {
    background: #000000ad;
}
#id3 {
    background: #000000ad;
}
#id4 {
    background: #000000ad;
}
#id5 {
    background: #000000ad;
}
#id6 {
    background: #000000ad;
}
#id7 {
    background: #000000ad;
}
#id8 {
    background: #000000ad;
}
#id9 {
    background: #000000ad;
}

/* Modal Content/Box */
.modal-content {
    max-width: 500px;
  background-color: #e9f2ff;
  margin: 10% auto 15% auto; /* 5% from the top, 10% from the bottom and centered */
  border: 3px solid #97bbf5;
  width: 90%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 2px;
  top: -15px;
  color: #ff0000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #ab0202;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
    width: 100%;

  }
}












.dark-box-news .main-media-style .image .icon{
     font-size:.0em;
     color:#fff;
     width:45px;
     height:45px;
     line-height:50px;
     text-align:center;
     border-radius:50%;
     background:#ff9800;
     text-indent:5px;
     position:absolute;
     top:50%;left:50%;
     transform:translate(-50%,-50%)
}




.dark-box-news .main-media-style .image .icon i{
    color: #0ff00;
    position: relative;
    font-size: 2rem;
    z-index: 1;
    text-indent: -.6rem;
    line-height: 3.5rem;
}




.dark-box-news .main-media-style .image .icon:after,.dark-box-news .main-media-style .image .icon:before{background:#4150fc;width:30px;height:30px;display:block;border-radius:50%;position:absolute;left:calc(50% - 15px);top:calc(50% - 15px);content:""}




.dark-box-news .main-media-style .image .icon:before{animation:wave-animate 3s infinite ease-out}.dark-box-news .main-media-style .image .icon:after{opacity:0;animation:wave-animate 3s 1.5s infinite ease-out}@keyframes wave-animate{0%{transform:scale(0);opacity:1}100%{transform:scale(3);opacity:0}}









.tooltip .tooltiptext {
 display: none;
 width: 150px;
 background-color: #000000;
 color: #fff;
 text-align: center;
 border-radius: 3px;
 padding: 5px 0;
 position: absolute;
 z-index: 1;
 top: 150%;
 left: 50%;
 margin-left: -70px;
}

.tooltip .tooltiptext::after {
 content: "";
 position: absolute;
 bottom: 100%;
 left: 50%;
 margin-left: -5px;
 border-width: 5px;
 border-style: solid;
 border-color: transparent transparent #000000 transparent;
}

.tooltip:hover .tooltiptext {
 display: block;
}











.dark-box-news .main-media-style .image .icon:after, .dark-box-news .main-media-style .image .icon:before {
    background: #ff9800;
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
    content: "";
}








/*** نظرات ***/

.text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(59,130,246,var(--tw-text-opacity));
}

.font-bold {
    font-weight: 700;
}
.text-27 {
    font-size: 1.6875rem;
}
.items-center {
    align-items: center;
}
.flex {
    display: flex;
}
.mb-3 {
    margin-bottom: 0.75rem;
}


.bg-customOrange-550 {
    --tw-bg-opacity: 1;
    background-color: rgba(255,190,23,var(--tw-bg-opacity));
}
.bg-customOrange-650 {
    --tw-bg-opacity: .3;
    background-color: rgba(0,212,255,var(--tw-bg-opacity));
}

.rounded-lg {
    border-radius: 0.5rem;
}

.justify-between {
    justify-content: space-between;
}
.items-center {
    align-items: center;
}

@media (min-width: 768px)
.md\:flex-row {flex-direction: row;}

.ml-4 {
    margin-left: 1rem;
}
.mr-4 {
    margin-right: 1rem;
}
.flex-col-- {
    flex-direction: column;
}

.cancelbtnn {

    width: auto;
    font-family: 'IranSans';
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    margin: 8px 8px;
    border: none;
    border-radius: 8px;
    padding: 10px 18px;
    background-color: #f44336;
    line-height: inherit;
}


.containerr {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.comment, .review {
    margin: 20px 0;
}



.comment .comment-containerr, .review .comment-containerr, .comment .comment-containerr .comment-data img, .review .comment-containerr .comment-data img, .mp-comments .comment-form, .mp-comments .mp-must-log-in-containerr, .mp-comments .no-comments-yet-containerr, .woocommerce-Reviews .comment-form, .woocommerce-Reviews .mp-must-log-in-containerr, .woocommerce-Reviews .no-comments-yet-containerr {

    border-radius: 4px;

}
a, abbr, acronym, address, applet, big, blockquote, body, caption, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, iframe, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, ul, var {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.comment .comment-containerr .comment-data img, .review .comment-containerr .comment-data img {
    width: auto !important;
    height: auto !important;
    position: relative !important;
    float: none !important;
    border-radius: 50px !important;
    border: 0 !important;
}
.comment .comment-containerr .comment-data .comment-meta, .comment .comment-containerr .comment-data p.meta, .review .comment-containerr .comment-data .comment-meta, .review .comment-containerr .comment-data p.meta {
    font-family: 'IranSans';
    color: #000;
    font-size: 1rem;
    text-align: center;
    line-height: 2rem;
}

.mb-3 {
    padding: 5px;
    font-family: 'IranSans';
    margin-bottom: 1rem !important;
    font-size: 10px;
    color: #fff;
}
.comment .comment-containerr .comment-data .comment-meta .comment__author, .comment .comment-containerr .comment-data .comment-meta .woocommerce-review__author, .comment .comment-containerr .comment-data p.meta .comment__author, .comment .comment-containerr .comment-data p.meta .woocommerce-review__author, .review .comment-containerr .comment-data .comment-meta .comment__author, .review .comment-containerr .comment-data .comment-meta .woocommerce-review__author, .review .comment-containerr .comment-data p.meta .comment__author, .review .comment-containerr .comment-data p.meta .woocommerce-review__author {
    font-family: 'ziba_font';
    color: #35495c !important;
    font-size: 1.1rem;
    font-weight: 900;
    display: block;
    margin-top: 10px;
}

.comment .comment-containerr .comment-content, .review .comment-containerr .comment-content {
    width: 100% !important;
    border: 0 !important;
    padding: 0 1px 1px !important;
}

.comment.depth-2, .comment.depth-3, .comment.depth-4, .comment.depth-5, .review.depth-2, .review.depth-3, .review.depth-4, .review.depth-5 {
    margin-right: 10px;
}
.comment, .review {
    margin: 0px 0;
}
.comment .comment-containerr, .review .comment-containerr {
    width: 100% !important;
    display: block;;
    display: -ms-flexbox !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.comment.depth-2 .comment-content, .comment.depth-3 .comment-content, .comment.depth-4 .comment-content, .comment.depth-5 .comment-content, .review.depth-2 .comment-content, .review.depth-3 .comment-content, .review.depth-4 .comment-content, .review.depth-5 .comment-content {
    padding: .1rem !important;
    margin: 0;
    border-radius: 6px;
}
.flex-grow-1 {
    flex-grow: 1 !important;
}
.comment .comment-containerr .comment-content .comment-text, .comment .comment-containerr .comment-content .description, .review .comment-containerr .comment-content .comment-text, .review .comment-containerr .comment-content .description {
    text-align: right;
    color: #000;
    padding: 1rem 0.5px;
    border-radius: 10px;
    position: relative;

}
.comment .comment-containerr .comment-data .comment-meta .comment__published-date, .comment .comment-containerr .comment-data .comment-meta .woocommerce-review__published-date, .comment .comment-containerr .comment-data p.meta .comment__published-date, .comment .comment-containerr .comment-data p.meta .woocommerce-review__published-date, .review .comment-containerr .comment-data .comment-meta .comment__published-date, .review .comment-containerr .comment-data .comment-meta .woocommerce-review__published-date, .review .comment-containerr .comment-data p.meta .comment__published-date, .review .comment-containerr .comment-data p.meta .woocommerce-review__published-date {
    width: 100%;
    display: block;
    font-size: .8rem;
    background: rgba(108, 117, 125, 0.25);
    border-radius: 5px;
    color: #000;
    -webkit-box-shadow: 0 5px 20px rgba(108, 117, 125, 0.25);
    box-shadow: 0 5px 20px rgba(108, 117, 125, 0.25);
    padding: 0 5px;
}

@media screen and (max-width: 684px)
.comment-containerr.flex-sm-nowrap.flex-wrap.pr-1.pl-1.pr-sm-2.pl-sm-2.pr-md-3.pl-md-3 {
    display: block !important;
    text-align: center;
}
.box, .card, .card .card__thumbnail, .widget_containerr li, .comment .comment-containerr, .review .comment-containerr, .single-product .related, .comment-form {
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
}


/*** سوالات ***/
.accordion {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    font-family: IRANYekanXVF;
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
    font-variation-settings: "wght" 900, "dots" 4;
    text-shadow: 0.02rem 0.02rem 0.1rem #fff;
    direction: rtl;
    margin-top: 1rem;
    background-color: #dbccfb;
    color: #8b01d2;
    cursor: pointer;
    padding: 15.3px;
    width: 100%;
    border: none;
    text-align: right;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.activ, .accordion:hover {
  background-color: #a102f2;
  text-shadow: 0.05rem 0.05rem 0.2rem black;
  color: #fff;
}


button.accordion.active {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0rem;
    border-bottom-right-radius: 0rem;
}

.accordion:after {
    content: '\002B';
    font-size: large;
    font-weight: bold;
    float: left;
    width: 12px;
    display: flex;
    justify-content: center;
}

.accordion1 {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    font-family: IRANYekanXVF;
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
    font-variation-settings: "wght" 900, "dots" 4;
    direction: rtl;
    margin-top: 1rem;
    background-color: #dbccfb;
    color: #8b01d2;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    border: none;
    text-align: right;
    outline: none;
    font-size: 14px;
    transition: 0.4s;
}

.activ, .accordion1:hover {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 0rem;
  border-bottom-right-radius: 0rem;
  background-color: #a102f2;
  color: #fff;
}


button.accordion1.active {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0rem;
    border-bottom-right-radius: 0rem;
}

.accordion1:after {
    content: '\002B';
    font-size: large;
    font-weight: bold;
    float: left;
    width: 12px;
    display: flex;
    justify-content: center;
}

.activ:hover {
  color: #fff;
  content: "\002B";
}

.activ:after {
  color: #fff;
  content: "\2212";
}

.bs-1 {
    box-shadow: 0 0 0px .5px #000000;
}

.fl-1 {
    float: right;
}

.dis-1 {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.panel {
  direction: rtl;
  width: 100%;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  padding: 0 15px;
  background-color: #e5d9ff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

.title-0 {
    direction: rtl;
    font-family: IRANYekanXVF;
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
    font-variation-settings: "wght" 900, "dots" 4;
    text-shadow: 0.02rem 0.02rem 0rem #000;
    color: #ce0202;
    font-size: 1.2rem;
    line-height: 3;
    padding-top: 1rem;
}
.title-1 {
    direction: rtl;
    font-family: 'IranSans';
    color: #000;
    font-size: 1rem;
    line-height: 3;
    padding-bottom: 0.8rem;
}
.title-2 {
    direction: rtl;
    font-family: 'IranSans';
    FONT-WEIGHT: 700;
    float: left;
    color: #fff;
    font-size: 1rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}
.title-3 {
    direction: rtl;
    font-family: 'IranSans';
    FONT-WEIGHT: 900;
    float: right;
    color: #000;
    line-height: 3;
    font-size: 1rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}
.title-4 {
    direction: rtl;
    font-family: 'IranSans';
    color: #670000;
    font-size: 1rem;
    line-height: 3;
    padding-bottom: 0.8rem;
}
.t-1{
    font-size: .8rem;
    border-radius: 2rem;
    padding: 0.1rem 1rem;
    font-family: 'IranSans';
    background-color: #0463fa;
    color: #fff;
}
.t-2{
    border-radius: 0.5rem;
    padding: 0.1rem 1rem;
    font-family: 'ziba_font';
    background-color: #306fd0;
    color: #fff;
}
.t-3{
    border-top-right-radius: 0.7rem;
    border-bottom-right-radius: 0.7rem;
    padding: 1rem .5rem;
    font-family: 'IranSans';
    font-size: .8rem;
    text-shadow: 1px 1px black;
    background-color: #069bff;
    border: 0.3px solid #000;
    color: #fff;
    margin: 0 0.1rem;
}
.img-1{
    padding-left: 8px;
    width: 50px;
}
.img-2{
    padding: 2px;
    width: 60px;
    border-radius: 0.8rem;
}
.img-3{
    background-image: url(../img/comp.svg);
}

.b-1 {
    background-color: #0035ff;
    border-radius: 0.5rem;
    padding: 5px 8px 5px 8px;
    float: left;
}
.b-2 {
    background-color: #0035ff;
    border-radius: 0.5rem;
    padding: 5px 8px 5px 8px;
    float: left;
}
.b-20 {
    background-color: #0035ff;
    border-radius: 0.5rem;
    padding: 4px 10px;
    margin: 0 1.5rem;
    float: left;
}
.b-3 {
    background-color: #0035ff;
    border-radius: 0.5rem;
    padding: 4px 10px;
    margin: 0 0.5rem;
}
.ml-11 {
    margin: 0 0 0 5rem;
}
.ml-22 {
    margin: 0 0 0 2rem;
}
.w-1{
max-width: 567px;
}
.w-2{
max-width: 567px;
}
.too {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.new1 {
    margin-top: 160px;
    table-layout: fixed;
    width: 120px;
    top: 0;
    z-index: 9999999999999;
}
.new {
    position: absolute;
    right: 0rem;
    top: 0rem;
}
.newtext1 {
    width: -moz-fit-content;
    font-family: 'IRANYekanX-Black';
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
    font-variation-settings: "wght" 900, "dots" 4;
    box-shadow: -0.02rem 0.02rem 0rem 0.5px #000;
    text-shadow: 0.02rem 0.02rem 0.2rem #000;
    width: fit-content;
    height: 1rem;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 1rem 0.5rem 1.125rem 0.5rem;
    box-sizing: border-box;
    /* border-radius: 0.5rem; */
    border-bottom-left-radius: 0.7rem;
    border-top-right-radius: 0.7rem;
    background: #8259f5;
    display: flex;
    justify-content: center;
    align-items: center;
}
.newtextb {
    width: -moz-fit-content;
    font-family: 'IRANYekanX-Black';
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
    font-variation-settings: "wght" 900, "dots" 4;
    box-shadow: inset 0 0 0px .5px #000000;
    text-shadow: 0.02rem 0.02rem 0.2rem #000;
    width: fit-content;
    min-width: 25px;
    height: 1rem;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 1rem 0.5rem 1.125rem 0.5rem;
    box-sizing: border-box;
    border-bottom-left-radius: 0.7rem;
    border-top-right-radius: 0.7rem;
    background: #0000001f;
    display: flex;
    justify-content: center;
    align-items: center;
}
.newtextr {
    width: -moz-fit-content;
    font-family: 'IRANYekanX-Black';
    width: fit-content;
    height: 1rem;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 1rem 0.5rem 1.125rem 0.5rem;
    box-shadow: -0.02rem 0.02rem 0rem 0.5px #000;
    text-shadow: 0.02rem 0.02rem 0.2rem #000;
    box-sizing: border-box;
    border-bottom-left-radius: 0.7rem;
    border-top-right-radius: 0.7rem;
    background: #d80202;
    display: flex;
    justify-content: center;
    align-items: center;
}
.newtextg {
    width: -moz-fit-content;
    font-family: 'IRANYekanX-Black';
    width: fit-content;
    height: 1rem;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 1rem 0.5rem 1.125rem 0.5rem;
    box-shadow: -0.02rem 0.02rem 0rem 0.5px #000;
    text-shadow: 0.02rem 0.02rem 0.2rem #000;
    box-sizing: border-box;
    border-bottom-left-radius: 0.7rem;.
    border-top-right-radius: 0.7rem
    background: #04b63c;
    display: flex;
    justify-content: center;
    align-items: center;
}


@media (min-width: 769px){
.newtext1 {
    width: -moz-fit-content;
    font-family: 'IRANYekanX-Black';
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
    font-variation-settings: "wght" 900, "dots" 4;
    box-shadow: -0.02rem 0.02rem 0rem 0.5px #000;
    text-shadow: 0.02rem 0.02rem 0.2rem #000;
    width: fit-content;
    height: 1rem;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 1rem 0.5rem 1.125rem 0.5rem;
    box-sizing: border-box;
    /* border-radius: 0.5rem; */
    border-bottom-left-radius: 0.7rem;
    border-top-right-radius: 0.7rem;
    background: #8259f5;
    display: flex;
    justify-content: center;
    align-items: center;
}
.newtextb {
    width: -moz-fit-content;
    font-family: 'IRANYekanX-Black';
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
    font-variation-settings: "wght" 900, "dots" 4;
    box-shadow: inset 0 0 0px .5px #000000;
    text-shadow: 0.02rem 0.02rem 0.2rem #000;
    width: fit-content;
    min-width: 25px;
    height: 1rem;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 1rem 0.5rem 1.125rem 0.5rem;
    box-sizing: border-box;
    border-bottom-left-radius: 0.7rem;
    border-top-right-radius: 0.7rem;
    background: #0000001f;
    display: flex;
    justify-content: center;
    align-items: center;
}
.newtextr {
    width: -moz-fit-content;
    font-family: 'IRANYekanX-Black';
    width: fit-content;
    height: 1rem;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    padding: 1.5rem 0.5rem 1.5rem 0.5rem;
    box-shadow: -0.02rem 0.02rem 0rem 0.5px #000;
    text-shadow: 0.02rem 0.02rem 0.2rem #000;
    box-sizing: border-box;
    border-bottom-left-radius: 0.7rem;
    border-top-right-radius: 0.7rem;
    background: #d80202;
    display: flex;
    justify-content: center;
    align-items: center;
}
.newtextg {
    width: -moz-fit-content;
    font-family: 'IRANYekanX-Black';
    width: fit-content;
    height: 1rem;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    padding: 1.5rem 0.5rem 1.5rem 0.5rem;
    box-shadow: -0.02rem 0.02rem 0rem 0.5px #000;
    text-shadow: 0.02rem 0.02rem 0.2rem #000;
    box-sizing: border-box;
    border-bottom-left-radius: 0.7rem;.
    border-top-right-radius: 0.7rem
    background: #0e8d00;
    display: flex;
    justify-content: center;
    align-items: center;
}
}

@media (min-width: 992px){
.col-md-6111 {
    flex: 0 0 50%;
    max-width: 50%;
}}
.bg-secondary {
    background-color: #ffc107 !important;
}

.bg-secondary1 {
    background-color: #6610f2 !important;
}
.col-md-100 {
    width: 100%;
    padding: .1rem;
}

.pic {
    width: 15vw;
}
@media (min-width: 991px){
.pic {
    width: 8vw;
}
}

@media (max-width: 991px){
.col-md-100 {
    width: 50%;
}
.pic {
    width: 15vw;
}
.gap-60 {
    gap: inherit;
}
}

.col-md-13 {
    width: 32%;
}
@media screen and (max-width: 991.8px){
.col-md-13 {
    width: 100%;
}}

.col-md-14 {
    width: 100%;
}
.col-md-15 {
    width: 48%;
}
@media screen and (max-width: 991.8px){
.col-md-14 {
    width: 100%;
}
.col-md-15 {
    width: 100%;
}
}



@media (min-width: 640px)
.sm\:gap-8 {
    gap: 2rem;
}
@media (min-width: 640px)
.sm\:h-54 {
    height: 13.5rem;
}
.gap-2 {
    gap: 1rem;
}
.grid-cols-3 {
    grid-template-columns: repeat(3,minmax(0,1fr));
}
.h-40 {
    height: 10rem;
}
.grid {
    display: flex;
    flex-direction: row-reverse;
}
.mb-16 {
    margin-bottom: 1rem;
}
element.style {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/newlayout/img/home/banner1.jpg);
    background-size: cover;
}
@media (min-width: 640px)
.sm\:p-6 {
    padding: 1.5rem;
}
@media (min-width: 640px)
.sm\:rounded-3xl {
    border-radius: 1.5rem;
}
.rounded-2xl {
    border-radius: .7rem;
}
.overflow-hidden {
    overflow: hidden;
}
.justify-evenly {
    justify-content: space-evenly;
}
.items-center {
    align-items: center;
}
.flex-col {
    flex-direction: column;
}
.w-full {
    width: 100%;
    text-shadow: 0 0 black;
}
.h-full {
    height: 100%;
}
.flex {
    display: flex;
    justify-content: space-around;
}

.ss02 {
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
}



.px-60 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.containers {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.gap-60 {
    gap: 1.5rem;
}

.item-center {
    align-items: center;
}
.fl {
    display: flex;
}
.mb-100 {
    margin-bottom: .7rem;
}
.bg-dark-7000 {
    --tw-bg-opacity: 1;
    background-color: rgb(94 94 94/var(--tw-bg-opacity));
}

.flex-1 {
    flex: 1 1 0%;
}
.h-px {
    height: 1px;
}
.flex-none {
    flex: none;
}

.w-36 {
    width: 9rem;
}
.w-36 {
    width: 9rem;
}

.h-10 {
    height: 2.5rem;
}
audio, canvas, embed, iframe, img, object, svg, video {
    display: unset;
    vertical-align: middle;
}

img.etme_action_button_new.shine {
    background-image: linear-gradient(270deg, rgba(100, 181, 239, 0) 48.44%, #efa462 75.52%, rgba(100, 181, 239, 0) 100%);
    background-repeat: no-repeat;
    animation: bg-move linear 5s infinite;
}
img.etme_action_button_new {
    /* background-color: var(--accent-btn-color); */
}


/*** back-to-top ***/


@media (max-width: 992px){
.foot{
    z-index: 99999999999999999999999999;
    background: #2ea5dd;
    color: #fff;
    padding: 1rem;
    text-align: center;
    width: 98%;
    position: fixed;
    bottom: 10px;
    border-radius: 2rem;
}
}

.mobilefoot {
    z-index: 99999999;
    transform: translate(0%, 0%);
    margin: auto;
    bottom: -15px;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
}
.box {
    height: 40px;
    width: 700px;
    background: #069bff;
    border: .3px solid #000;
    box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.075);
    text-shadow: 1px 1px black;
    border-radius: 7px;
    z-index: -1;
    z-index: 99999999;
    transform: translate(0%, 0%);
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
}

svg-1 {
	height: 0;
	width: 0;
}

.circle-styles:hover {
	background: #2285f5;
}

.circle-styles {
	position: absolute;
	width: 39px;
	height: 39px;
	transform: translate(0, 0);
	clip-path: circle(42px at center);
	border-radius: 50%;
}

.circle-styles:nth-child(1) span {
	width: 35px;
	height: 5px;
	background: rgb(255, 255, 255);
	position: absolute;
	border-radius: 15px;
}
.circle-styles:nth-child(1) span:nth-child(2) {
	transform: rotate(90deg);
}
.circle-styles:nth-child(1) {
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.first {
	transition: transform 0.5s 100ms ease-out;
	background: hsl(307, 70%, 58%);
}

.second {
	transition: transform 0.5s 300ms ease-out;
	background: hsl(277, 70%, 58%);
}
.last {
	transition: transform 0.5s 500ms ease-out;
	background: hsl(247, 70%, 58%);
}
.first.show {
	transform: translate(-100px, -120px);
}
.second.show {
	transform: translate(0px, -150px);
}
.last.show {
	transform: translate(100px, -120px);
}
.cross {
	transform-origin: center center;
	transition: all 0.5s ease-in-out;
}
.bg {
	transition: all 0.4s ease-in-out;
	width: 100px;
	height: 100px;
	position: absolute;
	border-radius: 100%;
	transform: scale(0);
	background: hsla(0, 0%, 100%, 0.459);
}
.bg.show {
	transform: scale(0.7);
	opacity: 0;
}

.cross.show {
	transform: rotate(45deg);
}

.main-circle {
	z-index: 2;
	margin:auto;
	border: .3px solid #000;
	position:absolute;
	top:0;
	left:0;
	right:0;
	max-width:100%;
	max-height:100%;
}

.icons {
	height: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.icons svg {
	width: 40px;
	height: 40px;
	/* margin: 30px; */
	fill: hsl(0, 0%, 100%);
	transition: fill 0.5s ease-out;
}
.icons svg.colorchange {
	fill: hsla(0, 0%, 67%, 0.534);
}
.circles svg {
	transition: fill 0.3s ease-out;
	fill: hsl(0, 0%, 92%);
}
.circles:hover svg {
	fill: hsl(0, 0%, 100%);
}
.main-icons {
	fill: rgb(255, 255, 255);
	width: 50px;
	height: 50px;
}

.center {
	display: flex;
	align-items: center;
	justify-content: center;
}
.move-left {
	transform: translate(20px, 0px);
}
.move-right {
	transform: translate(-20px, 0px);
}
.footmenua {
	padding: .3rem;
	font-family: 'IranSans', sans-serif !important;
	font-size: large;
	transition: 0.5s all;
	cursor: default;
	text-align: right;
}

.footmenua:hover {color: #ede0fb;}
.footmenua:hover svg {fill: #ede0fb;}
@media (max-width: 1198px) {.max{max-width:785px;}}
@media (min-width: 992px) {.mobilesize {display:none !important; visibility: hidden !important;}.back-to-top {display: flex !important;}}
@media (max-width: 991px) {.pcsize {display:none !important;visibility: hidden !important;}.max{max-width:548px;}}
@media (max-width: 767px) {.max{max-width:575px;}}
@media (max-width: 582px) {.container {direction: ltr;}.container-2 {direction: ltr;}.box {clip-path: unset !important;}.icons{justify-content: space-between;}.move-left,.move-right {transform: translate(0px, 0px);}.footmenua{font-size: initial !important;}.icons svg {width: 30px;height: 30px;}.max{max-width:220px;}}
@media (min-width: 580px) {.move-left {width: 80%;transform: translate(20px, 0px);}}

/***  خط  ***/
span.widget-title {
    content: " ";
    width: 144px;
    height: 4px;
    background: #ffcb08 0% 0% no-repeat padding-box;
    border-radius: 8px;
    margin-top: 3rem;
    opacity: 1;
    border: 0.1px solid #000;
    position: absolute;
    display: flex;
    align-items: flex-end;
}

.socials {
    content: " ";
    width: 1142px;
    height: 4px;
    background: #fff 0% 0% no-repeat padding-box;
    border-radius: 8px;
    opacity: 1;
    border: 0.1px solid #000;
    position: absolute;
    display: flex;
    margin-right: 146px;
}

/***  بازگشت  ***/
.feedback-btn-wrapper {
    position: fixed;
    z-index: 1100;
    bottom: 7rem;
    left: .2rem;
}
.feedback-btn-wrapperr {
    position: fixed;
    z-index: 1000;
    bottom: 4rem;
    left: .2rem;
}
.feedback-btn-wrapperrr {
    position: fixed;
    z-index: 1000;
    bottom: 1rem;
    left: .2rem;
}

#feedback-btn {
    height: 30px;
    display: flex;
    align-items: center;
    padding: 1.2rem 1.2rem;
    border-radius: 0.4rem;
    cursor: pointer;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -2px rgba(0,0,0,.05);
    user-select: none;
    border: 0;
    outline: 0;
    color: #fff;
    background-color: #2196F3;
    transition: filter .4s ease;
}

media="not all and (prefers-color-scheme: dark)"
#feedback-btn span {
    margin-right: 0.5rem;
    margin-left: unset !important;
}
.imge{
    height: 30px;
    width: 30px;
    padding-right: 0.3rem;
    fill: red;
}


/***  پاپ آپ  ***/
.medal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: #fff;
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: 1px;
    --bs-modal-border-radius: 0.5rem;
    --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-modal-inner-border-radius: calc(0.5rem - 1px);
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: 1px;
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: 1px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 50%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.medal.show .medal-dialog {
    transform: none;
}

.medal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin) * 2);
}
.medal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none;
}
.medal-dialog-scrollable .medal-content {
    max-height: 100%;
    overflow: hidden;
}

.medal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}
.medal-dialog-scrollable .medal-body {
    overflow-y: auto;
}

.medal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
}
*, ::after, ::before {
    box-sizing: border-box;
}
.medal-backdrop.show {
    opacity: var(--bs-backdrop-opacity);
}

.medal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
}
.namber {
    font-family: 'BTitrBold';
    font-size: 1.5rem;
    FONT-WEIGHT: 700;
    float: right;
    background-color: #199cf5;
    padding: 0.2rem 1rem;
    color: #fff;
    border-radius: 50%;
    margin: 0.3rem;
    /* border: 0.1rem solid #ff0000; */
}


.iLbIxB .home-page .sale-flow-section .single-info-card .image-and-index .index {
    width: 60px;
    height: 60px;
    font-size: 30px;
    right: 10px;
    bottom: 18px;
    border: 2px solid var(--white);
}

.text-white {
    color: #fff!important;
}
.font-weight-bold {
    font-weight: 700!important;
}
.position-absolute {
    position: absolute!important;
}
.rounded-pill {
    border-radius: 50rem!important;
}
.rounded-pilll {
    border-radius: .4rem!important;
    box-shadow: 0 0 0px .5px #000000;
    margin-top: .2rem
}
.bg-primary-dark {
    background-color: #ff793f!important;
}
.al-center {
    align-items: center;
}
.jus-center {
    justify-content: center;
}
.flex-row {
    z-index: auto;
    height: 40px;
    width: 40px;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    font-size: 15px;
    right: -10px;
    top: -10px;
    border: 2px solid #00ffff;
    -ms-flex-direction: row;
}





.new1 {
    margin-top: 160px;
    table-layout: fixed;
    width: 120px;
    top: 0;
    z-index: 9999999999999;
}
.new {
    position: absolute;
    right: 0rem;
    top: 0rem;
}
.newtext {
    width: -moz-fit-content;
    font-family: 'vazir';
    width: 50px;
    height: 1rem;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    padding: 1.125rem 0.5rem 1.125rem 0.5rem;
    box-shadow: -0.02rem 0.02rem 0rem 0.5px #000;
    text-shadow: 0.02rem 0.02rem 0.2rem #000;
    box-sizing: border-box;
    border-bottom-left-radius: 0.8rem;
    background: #f14499;
    display: flex;
    justify-content: center;
    align-items: center;
}










/***  پاپ آپ 2  ***/
#lightWindow {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999999999;
    width: 100%;
    height: 100%;
    background: #000000ad;
    display: none;
}

#alertPopup {
    border: 3px solid #a10138;
    position: fixed;
    top: 70px;
    left: calc(50% - 190px);
    z-index: 999999999999;
    background: #FFF;
    border-radius: 10px;
    width: 380px;
    text-align: right;
    display: none;
    overflow: hidden;
}


.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
    animation-duration: .75s;
}

.popupDef {
    position: fixed;
    top: 150px;
    left: calc(50% - 200px);
    z-index: 9999;
    background: #f1f1f2;
    border-radius: 10px;
    width: 400px;
    text-align: center;
    display: none;
    padding-bottom: .1px;
    overflow: hidden;
}


.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.alertHeader {
    /* background: #D41355; */
    background: #d9014b;
    height: 35px;
    line-height: 35px;
    padding-right: 1rem;
    padding-bottom: 3.2rem;
    padding-top: 0.2rem;
    font-family: 'BTitrBold';
    font-size: 1.2rem;
    color: #FFF;
}



.alertBody {
    background: #FFF;
    font-family: 'IranSans';
    line-height: 2rem;
    color: black;
    padding: 10px;
}

.alert_btn_containerr {
    width: 80%;
    margin-left: 15px;
    padding: 0.1px;
    text-align: left;
}

.confirm_alert {
    width: fit-content;
    display: flex;
    font-family: 'IranSans';
    font-size: 1rem;
    color: red;
    cursor: pointer;
    font-weight: bold;
}
/***  پاپ آپ2  ***/

.red{
    color: red;
    font-weight: 900;
}








@media (max-width: 576px)
.video-box video {
    border-radius: 0;
}

.land-header .right .video-box img, .land-header .right .video-box video {
    display: block;
    border-radius: 20px;
    width: 100%;
    cursor: pointer;
    margin-right: 0;
}
.video-js {
    background-color: transparent !important;
    line-height: 0 !important;
}
.vjs-theme-fantasy {
    --vjs-theme-fantasy--primary: #007bec;
    --vjs-theme-fantasy--secondary: #fff;
}
.video-js {
    border-radius: 1rem;
    border: 0.3rem solid #ed0808;
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    color: #fff;
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    word-break: initial;
}
.land-player {
    height: 100%;
    width: 102%;
    margin-right: -1%;
}
<style>
.video-js {
    width: 300px;
    height: 150px;
}

.t-1 {
    border-radius: 2rem;
    padding: 0.1rem 1rem;
    font-family: 'IranSans';
    background-color: #0463fa;
    color: #fff;
}

.t-20 {
    display: inline-flex;
    width: 130px;
    height: 35px;
    font-size: 1rem;
    border-radius: 0.5rem;
    padding: 0;
    font-family: IRANYekanXVF;
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
    font-variation-settings: "wght" 627, "dots" 4;
    font-feature-settings: "ss02";
    text-shadow: 0.05rem 0.05rem 0.2rem black;
    text-align: center;
    color: #fff !important;
    --tw-bg-opacity: .5;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    color: #fff;
    margin: 0.1rem;
    justify-content: center;
    align-content: flex-start;
    flex-direction: column;
}
.t-30 {
display: inline-flex;
    width: 150px;
    height: 35px;
    font-size: 1rem;
    border-radius: 0.5rem;
    padding: 0;
    font-family: IRANYekanXVF;
    font-variation-settings: "wght" 627, "dots" 4;
    font-feature-settings: "ss02";
    text-shadow: 0.05rem 0.05rem 0.2rem black;
    text-align: center;
    color: #fff !important;
    --tw-bg-opacity: .5;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    color: #fff;
    margin: 0.1rem;
    justify-content: center;
    align-content: flex-start;
    flex-direction: column;
}
.t-4 {
    display: inline-flex;
    width: 22px;
    height: 30px;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    padding: 0;
    font-family: 'IranSans';
    font-variation-settings: "wght" 627, "dots" 4;
    font-feature-settings: "ss02";
    text-shadow: 0.05rem 0.05rem 0.2rem black;
    text-align: center;
    color: #fff !important;
    --tw-bg-opacity: .5;
    background-color: #00042ab8;
    color: #fff;
    margin: 0.1rem;
    justify-content: center;
    align-content: flex-start;
    flex-direction: column;
}
.t-5 {
    display: inline-flex;
    width: 137px;
    height: 30px;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    padding: 0;
    font-family: 'IranSans';
    font-variation-settings: "wght" 627, "dots" 4;
    font-feature-settings: "ss02";
    text-shadow: 0.05rem 0.05rem 0.2rem black;
    text-align: center;
    color: #fff !important;
    --tw-bg-opacity: .5;
    background-color: #00042ab8;
    color: #fff;
    margin: 0.1rem;
    justify-content: center;
    align-content: flex-start;
    flex-direction: column;
}

.t-6 {
    display: inline-flex;
    width: 152px;
    height: 50px;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    padding: 0;
    font-family: 'IranSans';
    FONT-WEIGHT: 700;
    font-variation-settings: "wght" 627, "dots" 4;
    font-feature-settings: "ss02";
    text-align: center;
    color: #000 !important;
    --tw-bg-opacity: .5;
    background-color: #0245b1db;
    border-color: #011a41;
    margin: 0.3rem;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.t-7 {
    display: inline-flex;
    width: 152px;
    height: 50px;
    font-size: 1rem;
    border-radius: 0.5rem;
    padding: 0;
    font-family: 'IRANYekanXVF';
    FONT-WEIGHT: 900;
    font-variation-settings: "wght" 627, "dots" 4;
    text-shadow: 0.05rem 0.05rem 0.2rem black;
    font-feature-settings: "ss02";
    text-align: center;
    color: #fff !important;
    --tw-bg-opacity: .5;
    background-color: #0245b1db;
    border-color: #011a41;
    margin-right: 2.5rem;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

w-1{
    width: 300px;
}


.slider-container {
    position: relative;
    width: 372px;
    height: 260px;
    margin-top: 18px;
}

.main-slide {
    position: absolute;
    top: 0;
    right: 68px;
    width: 250px;
    height: 250px;
    margin-right: 0.4rem;
    overflow: hidden;
}

.main-slide img {
  border-radius: 4% !important;
  border: solid 0.1rem #8db4bd;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumbnail-slide {
  position: absolute;
  top: 0;
  right: 2px;
  display: flex;
  flex-direction: column;
}

.thumbnail {
    border-radius: 10% !important;
    border: solid 0.1rem #8db4bd;
    width: 60px;
    height: 60px;
    margin-bottom: 3.5px;
    cursor: pointer;
}
.bttn {
    font-family: 'IRANYekanX-Black';
    display: flex;
    width: 100px;
    height: 30px;
    text-align: center;
    align-items: center;
    border-radius: 0.4rem;
    cursor: pointer;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,.1);
    user-select: none;
    border: 0.4px solid #000;
    outline: 0;
    color: #fff;
    background-color: #4599f7;
    transition: filter .4s ease;
    justify-content: center;
}
.bttn:hover {
    background-color: #2b7bfb;
}


/***  app.css  ***/
.bg-dark-700{--tw-bg-opacity:1;background-color:rgb(0 116 255/var(--tw-bg-opacity))}

.self-center {
    align-self: center;
}
.mr-3 {
    margin-right: 0.75rem;
}
.ml-3 {
    margin-left: 0.75rem;
}

.text-dark-550{--tw-text-opacity:1;font-family: 'IRANYekanX-Black';font-size: .9rem;color:rgb(0 116 255/var(--tw-text-opacity))}

@media (max-width: 768px){
.text-dark-550{--tw-text-opacity:1;font-family: 'IRANYekanX-Black';font-size: 0.9rem;color:rgb(0 116 255/var(--tw-text-opacity))}}

@media (min-width: 768px){
.text-dark-550{--tw-text-opacity:1;font-family: 'IRANYekanX-Black';font-size: 1.5rem;color:rgb(0 116 255/var(--tw-text-opacity))}}

@media (min-width: 1200px){
.text-dark-550{--tw-text-opacity:1;font-family: 'IRANYekanX-Black';font-size: 1.5rem;color:rgb(0 116 255/var(--tw-text-opacity))}}

@media (min-width: 1800px){
.text-dark-550{--tw-text-opacity:1;font-family: 'IRANYekanX-Black';font-size: 1.8rem;color:rgb(0 116 255/var(--tw-text-opacity))}}

.w-4 {
    width: 1rem;
}

.h-4 {
    height: 1rem;
}
.tran-1 {
    transform: scaleX(-1);
}
.ml-1 {
    margin-left: 0.25rem;
}
.ml-2 {
    margin-left: 0.5rem;
}
.ml-5 {
    transform: scaleX(-1);
    margin-left: 0.25rem;
}
.mr-1 {
    margin-right: 0.25rem;
}
.mr-2 {
    margin-right: 0.5rem;
}
.m-c {
    margin-left: 19vw;
}


.text-dark-700{--tw-text-opacity:1;color:rgb(19 15 38/var(--tw-text-opacity))}
.items-center{align-items:center}
.text-dark-700{--tw-text-opacity:1;color:rgb(19 15 38/var(--tw-text-opacity))}.text-dark-750{--tw-text-opacity:1;color:rgb(81 93 110/var(--tw-text-opacity))}

.fill-current{fill:currentColor}.stroke-\[\#5B6780\]{stroke:#5b6780}.stroke-current{stroke:currentColor}

.group:hover .group-hover\:text-dark-700{--tw-text-opacity:1;color:rgb(220 58 53/var(--tw-text-opacity))}

@media (max-width: 768px){.text-dark-550{--tw-text-opacity:1;font-family: 'IRANYekanX-Black';font-size: 0.9rem;color:rgb(0 116 255/var(--tw-text-opacity))}}

@media (min-width: 768px){.md\:w-7{width:1.75rem}.md\:w-7\/12{width:58.333333%}.text-dark-550{--tw-text-opacity:1;font-family: 'IRANYekanX-Black';font-size: 1.5rem;color:rgb(0 116 255/var(--tw-text-opacity))}}

@media (min-width: 1200px){.text-dark-550{--tw-text-opacity:1;font-family: 'IRANYekanX-Black';font-size: 1.5rem;color:rgb(0 116 255/var(--tw-text-opacity))}}


@media (min-width: 1800px){.text-dark-550{--tw-text-opacity:1;font-family: 'IRANYekanX-Black';font-size: 1.8rem;color:rgb(0 116 255/var(--tw-text-opacity))}}





/***  ججججججججج   ***/

.button-collection {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2.5rem;
  margin-bottom: 3rem;
}

.button-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.button-label {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.shine-button {
  position: relative;
  padding: .7rem .7rem;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  min-width: 0px;
}

.shine-button::before {
  content: '';
  position: absolute;
  height: 250%;
  width: 40px;
  top: 0;
  left: -60px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transform: rotate(45deg) translateY(-35%);
  animation: shine 3s ease infinite;
}

@keyframes shine {
  0% {
    left: -80px;
  }
  40% {
    left: calc(100% + 20px);
  }
  100% {
    left: calc(100% + 20px);
  }
}

.button-ocean {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  box-shadow: 
    0 10px 30px rgba(102, 126, 234, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.button-ocean:hover {
  transform: translateY(-3px);
  box-shadow: 
    0 15px 40px rgba(102, 126, 234, 0.6),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.button-emerald {
  background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
  color: #fff;
  box-shadow: 
    0 10px 30px rgba(17, 153, 142, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.button-emerald:hover {
  transform: translateY(-3px);
  box-shadow: 
    0 15px 40px rgba(17, 153, 142, 0.6),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.button-sunset {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  color: #fff;
  box-shadow: 
    0 10px 30px rgba(240, 147, 251, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.button-sunset:hover {
  transform: translateY(-3px);
  box-shadow: 
    0 15px 40px rgba(240, 147, 251, 0.6),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.button-deep {
  background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 50%, #2563eb 100%);
  color: #fff;
  box-shadow: 
    0 10px 30px rgba(30, 58, 138, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.button-deep:hover {
  transform: translateY(-3px);
  box-shadow: 
    0 15px 40px rgba(30, 58, 138, 0.6),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
/***  ججججججججج   ***/



/***  اسکرول بار   ***/

::-webkit-scrollbar {
  border-top-right-radius: 30rem;
  border-bottom-right-radius: 3rem;
  width: 0px;
  background-color: rgba(76, 75, 75, var(--tw-bg-opacity));
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgba(100, 100, 100, var(--tw-bg-opacity));
  margin: 15px;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #0ae;
  background-image: -webkit-linear-gradient(0 0, 0 100%, color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.5, transparent), to(transparent));
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #00a2ff;
}



/***  ارتباط با کتابخانه   ***/

.ert {
  background:linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6)), 
  url(../imgs/slider-0.jpg); 
  background-size: cover;
  box-shadow: 0 0 0px 1px #000000;
  overflow: hidden !important;
}

.ert:hover {
  background:linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8)), 
  url(../imgs/slider-0.jpg); 
  background-size: cover;
  box-shadow: 0 0 0px 1px #ff0000;
  overflow: hidden !important;
}


/***  لایک   ***/

.items-center{
    align-items: center;
}

.flex-gr {
    display: flex;
    position: absolute;
    right: 5%;
    bottom: 4.3rem;
}
.flex-gl {
    display: flex;
    position: absolute;
    left: 5%;
    bottom: 4.3rem;
}
.flex-gll {
    display: flex;
    position: absolute;
    left: 1%;
    bottom: 4.1rem;
}
.flex {
    display: flex;
}

.ml-1{
    margin-left: .25rem;
}

.px-1 {
    padding-left: .5rem;
    padding-right: .5rem;
}
.fc-1{
    color: red;
    margin-top: .1rem;
    font-family: 'iranyekanBakh';
    font-family: 'iranyekanBakh';
    --tw-text-opacity: 1;
    color: rgb(96 116 150 / var(--tw-text-opacity));
    FONT-WEIGHT: 600;
    letter-spacing: .1rem;
}
.fc-2{
    margin-top: .1rem;
    font-family: 'iranyekanBakh';
    FONT-WEIGHT: 600;
    letter-spacing: .1rem;
}

.fc-2:hover{
    color: white;
}
.fc-3{
    margin-top: .1rem;
    font-family: 'IranSans';
    FONT-WEIGHT: 600;
    letter-spacing: .1rem;
}
.bg-gray-1 {
    --tw-bg-opacity: 1;
    background-color: rgb(227 230 236 / var(--tw-bg-opacity));
}
.bg-red-2{
    --tw-bg-opacity: 1;
    background-color: rgb(255 215 249 / var(--tw-bg-opacity));
}

.bg-red-2:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(255 0 0 / var(--tw-bg-opacity));
    color: white;
}
.rounded {
    border-radius: .25rem;
}
.items-center {
border: 0 !important;
    border-radius: .3rem !important;
    align-items: center;
}
.h-5 {
    height: 1.2rem;
}
.h-6 {
    height: 1.5rem;
}

@media (min-width: 768px){
.h-5 {
    height: 1.2rem;
    zoom: 1.4;
}
.h-6 {
    height: 1.5rem;
    zoom: 1.4;
}}
@media (min-width: 1200px){
.h-5 {
    height: 1.2rem;
    zoom: 1.8;
}
.h-6 {
    height: 1.5rem;
    zoom: 1.8;
}}

.flex {
    display: flex;
}

.ml-2 {
    margin-left: .5rem;
}
audio, canvas, embed, iframe, img, object, svg, video {
    vertical-align: middle;
}

.duration-200 {
    transition-duration: .2s;
}
.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(96 116 150 / var(--tw-text-opacity));
}
.font-normal {
    font-weight: 600;
}
.text-gray-1{
    font-family: 'iranyekanBakh';
    --tw-text-opacity:1;color:rgb(96 116 150/var(--tw-text-opacity))
}
.text-red-2{
    font-family: 'iranyekanBakh';
    color: red;
}
.cf-2{
    font-family: 'iranyekanBakh';
    color: red;
}
.text-xs {
    font-size: .75rem;
    line-height: 1rem;
}
.duration-200 {
    transition-duration: .2s;
}



/***  نوتیفیکیشن   ***/

*1 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  color: white;
}
:root {
  --dark: #34495E;
  --light: #ffffff;
  --success: #0ABF30;
  --error: #E24D4C;
  --like: #E9BD0C;
  --info: #3498DB;
}

.notifications {
  position: fixed;
  bottom: 5px;
  right: 20px;
z-index: 99999999999999999999;
}
.notifications :where(.toas, .column) {
  display: flex;
  align-items: center;
}
.progress {
    animation: alertProgress 5s ease;
}
.notifications .toas {
  width: 400px;
  position: relative;
  overflow: hidden;
  list-style: none;
  border-radius: 4px;
  padding: 10px 10px;
  margin-bottom: 10px;
  background: linear-gradient(133.63deg, #EA0E0E -34.48%, #000000 221.73%);
  justify-content: space-between;
  animation: show_toas 0.3s ease forwards;

}
@keyframes show_toas {
  0% {
    transform: translateX(100%);
  }
  40% {
    transform: translateX(-5%);
  }
  80% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-10px);
  }
}
.notifications .toas.hide {
  animation: hide_toas 0.3s ease forwards;
}
@keyframes hide_toas {
  0% {
    transform: translateX(-10px);
  }
  40% {
    transform: translateX(0%);
  }
  80% {
    transform: translateX(-5%);
  }
  100% {
    transform: translateX(calc(100% + 20px));
  }
}
.toas::before {
  position: absolute;
  content: "";
  height: 3px;
  width: 100%;
  bottom: 0px;
  left: 0px;
  animation: progress 5s ease-out forwards;
}
@keyframes progress {
  100% {
    width: 0%;
  }
}
.toas.success::before, .alertBtn#success {
  background: var(--success);
}
.toas.error::before, .alertBtn#error {
  background: var(--error);
}
.toas.like::before, .alertBtn#like {
  background: var(--like);
}
.toas.info::before, .alertBtn#info {
  background: var(--info);
}
.toas .column i {
  font-size: 1.75rem;
}
.toas.success .column i {
  color: var(--success);
}
.toas.error .column i {
  color: var(--error);
}
.toas.like .column i {
  color: var(--like);
}
.toas.info .column i {
  color: var(--info);
}
.toas .column span {
  font-size: 1.07rem;
  margin-left: 12px;
}
.toas i:last-child {
  color: #aeb0d7;
  cursor: pointer;
}
.toas i:last-child:hover {
  color: var(--dark);
}
.buttons .alertBtn {
  border: none;
  outline: none;
  cursor: pointer;
  margin: 0 5px;
  color: var(--light);
  font-size: 1.2rem;
  padding: 10px 20px;
  border-radius: 4px;
}
 
@media screen and (max-width: 530px) {
  .notifications {
    width: 95%;
  }
  .notifications .toas {
    width: 100%;
    font-size: 1rem;
    margin-left: 20px;
  }
  .buttons .alertBtn {
    margin: 0 1px;
    font-size: 1.1rem;
    padding: 8px 15px;
  }
}





/***  1000   ***/
.cart {
  width: 200px;
  height: 250px;
  margin: 1rem auto;
  perspective: 1000px;
  cursor: pointer;
}

.cart-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.cart:hover .cart-inner {
  transform: rotateY(180deg);
}

.cart-front,
.cart-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
}

.cart-front {
  background: white;
  border: 1px solid #e5e7eb;
}

.cart-back {
  background: #8b5cf6;
  color: white;
  transform: rotateY(180deg);
}














.buttons {
  margin-top: 50px;
  text-align: center;
  border-radius: 30px;
}

.blob-btn {
  z-index: 1;
  position: relative;
  padding: 20px 46px;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #0505A9;
  font-size: 16px;
  font-weight: bold;
  background-color: transparent;
  outline: none;
  border: none;
  transition: color 0.5s;
  cursor: pointer;
  border-radius: 30px;
}
.blob-btn:before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #0505A9;
  border-radius: 30px;
}
.blob-btn:after {
  content: "";
  z-index: -2;
  position: absolute;
  left: 3px;
  top: 3px;
  width: 100%;
  height: 100%;
  transition: all 0.3s 0.2s;
  border-radius: 30px;
}
.blob-btn:hover {
  color: #FFFFFF;
  border-radius: 30px;
}
.blob-btn:hover:after {
  transition: all 0.3s;
  left: 0;
  top: 0;
  border-radius: 30px;
}
.blob-btn__inner {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: #ffffff;
}
.blob-btn__blobs {
  position: relative;
  display: block;
  height: 100%;
  filter: url("#goo");
}
.blob-btn__blob {
  position: absolute;
  top: 2px;
  width: 25%;
  height: 100%;
  background: #0505A9;
  border-radius: 100%;
  transform: translate3d(0, 150%, 0) scale(1.7);
  transition: transform 0.45s;
}
@supports (filter: url("#goo")) {
  .blob-btn__blob {
    transform: translate3d(0, 150%, 0) scale(1.4);
  }
}
.blob-btn__blob:nth-child(1) {
  left: 0%;
  transition-delay: 0s;
}
.blob-btn__blob:nth-child(2) {
  left: 30%;
  transition-delay: 0.08s;
}
.blob-btn__blob:nth-child(3) {
  left: 60%;
  transition-delay: 0.16s;
}
.blob-btn__blob:nth-child(4) {
  left: 90%;
  transition-delay: 0.24s;
}
.blob-btn:hover .blob-btn__blob {
  transform: translateZ(0) scale(1.7);
}
@supports (filter: url("#goo")) {
  .blob-btn:hover .blob-btn__blob {
    transform: translateZ(0) scale(1.4);
  }
}









.bubbly-button {
  font-family: 'IRANYekanXVF','ziba_font','IranSans', "Arial", sans-serif;
  font-feature-settings: "ss02";
  -webkit-font-feature-settings: "ss02";
  display: inline-block;
  FONT-WEIGHT: 600;
  font-size: 1em;
  padding: .5rem .5rem;
  min-width: 11rem;
  margin-top: .5rem;
  margin-bottom: .5rem;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0463faba;
  color: #fff;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  position: relative;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
  text-shadow: 0.02rem 0.02rem 0.1rem #000;
  box-shadow: 0 0 0px .5px #000;
}
.bubbly-button:hover {
  font-family: 'IRANYekanXVF','ziba_font','IranSans', "Arial", sans-serif;
  font-feature-settings: "ss02";
  -webkit-font-feature-settings: "ss02";
  display: inline-block;
  FONT-WEIGHT: 400;
  font-size: 1em;
  padding: .5rem .5rem;
  min-width: 11rem;
  margin-top: .5rem;
  margin-bottom: .5rem;
  -webkit-appearance: none;
  appearance: none;
  background-color: #ff0081ba;
  color: #000;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  position: relative;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
  text-shadow: 0rem 0rem 0rem #000;
  box-shadow: 0 2px 25px rgba(255, 0, 130, 0.5);
}
.bubbly-button:focus {
  outline: 0;
}
.bubbly-button:before, .bubbly-button:after {
  position: absolute;
  content: "";
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: -1000;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
}
.bubbly-button:before {
  display: none;
  top: -75%;
  background-image: radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, transparent 20%, #ff0081 20%, transparent 30%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, transparent 10%, #ff0081 15%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}
.bubbly-button:after {
  display: none;
  bottom: -75%;
  background-image: radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, transparent 10%, #ff0081 15%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}
.bubbly-button:active {
  transform: scale(0.9);
  background-color: rgb(255, 0, 129 73%);
  box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2);
}
.bubbly-button.animate:before {
  display: block;
  animation: topBubbles ease-in-out 0.75s forwards;
}
.bubbly-button.animate:after {
  display: block;
  animation: bottomBubbles ease-in-out 0.75s forwards;
}

@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}


/***  لینک های مفید   ***/

.container-ul {
  background: linear-gradient(135deg, #6366f1, #14b8a6);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  gap: 24px;
}

.max-width-container {
  max-width: 1024px;
  width: 100%;
}

.header-L {
  text-align: center;
  margin-bottom: 0px;
  animation: float 5s ease-in-out infinite;
}

.main-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: white;
  margin-bottom: 16px;
}

.subtitle {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.125rem;
}

.button-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 768px) {
  .button-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .button-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.notification-button {
  font-weight: 600;
  padding: 24px 32px;
  border-radius: 16px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.notification-button:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.3);
}

.notification-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2);
}

.info-button {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  box-shadow: 0 0 0px 1px #000000;
  width: 100%;
  color: white;
}

.info-button:hover {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
}

.success-button {
  background: linear-gradient(135deg, #10b981, #059669);
  box-shadow: 0 0 0px 1px #000000;
  width: 100%;
  color: white;
}

.success-button:hover {
  background: linear-gradient(135deg, #059669, #047857);
}

.warning-button {
  background: linear-gradient(135deg, #f59e0b, #ea580c);
  box-shadow: 0 0 0px 1px #000000;
  width: 100%;
  color: white;
}

.warning-button:hover {
  background: linear-gradient(135deg, #d97706, #c2410c);
}

.error-button {
  background: linear-gradient(135deg, #ef4444, #ec4899);
  box-shadow: 0 0 0px 1px #000000;
  width: 100%;
  color: white;
}

.error-button:hover {
  background: linear-gradient(135deg, #dc2626, #db2777);
}

.button-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.icon-container {
  position: relative;
}

.icon-background {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
}

.icon {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}

.pulse-ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
  animation: pulse 2s infinite;
}

.notification-button:hover .pulse-ring {
  opacity: 1;
}

.button-label {
  font-family: 'IRANYekanXVF';
  font-size: 1rem;
  font-weight: 600;
}

.customization-panel {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
  border-radius: 24px;
  padding: 32px;
  margin-bottom: 48px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
}

@media (min-width: 640px) {
  .customization-panel {
    width: auto;
  }
}
.panel-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
  margin-bottom: 24px;
  text-align: center;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

@media (min-width: 768px) {
  .form-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.form-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-label {
  display: block;
  color: white;
  font-weight: 500;
  margin-bottom: 12px;
}

.form-input,
.form-select {
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  padding: 12px 16px;
  color: white;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.form-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form-input:focus,
.form-select:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}

.form-select option {
  color: #374151;
  background: white;
}

.range-input {
  width: 100%;
  height: 8px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  appearance: none;
  cursor: pointer;
  outline: none;
}

.range-input::-webkit-slider-thumb {
  appearance: none;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.range-input::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Animations */
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-4px);
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    opacity: 1;
  }
  70% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.05);
    opacity: 0;
  }
}
.glow-effect {
  position: relative;
}

.glow-effect::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  padding: 2px;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.glow-effect:hover::before {
  opacity: 1;
}

.notifyme-wrapper {
  position: fixed;
  z-index: 9999;
  width: auto;
  display: grid;
}

.notifyme-container {
  position: relative;
  padding: 1rem;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 0.625rem;
  width: fit-content;
  overflow: hidden;
}

.notifyme-container.notifyme-info {
  background-color: #4fa0d6;
}

.notifyme-container.notifyme-success {
  background-color: #76c798;
}

.notifyme-container.notifyme-warning {
  background-color: #ecad48;
}

.notifyme-container.notifyme-error {
  background-color: #e74c3c;
}

.notifyme-container.notifyme-notify {
  background-color: #555;
}

.notifyme-close {
  text-align: right;
  color: #fff;
  cursor: pointer;
}

.notifyme-icon {
  color: #fff;
  font-size: 1.563rem;
}

.notifyme-message {
  display: grid;
  gap: 0.625rem;
  width: auto;
  padding: 0 1.25rem;
  justify-items: start;
  white-space: nowrap;
}

.notifyme-title {
  color: #fff;
  font-weight: bold;
}

.notifyme-description {
  color: #fff;
  display: flex;
  align-items: center;
}