/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,400,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/
body, html {
    overflow-x: hidden;
}

* {
    box-sizing: border-box !important;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: 'IRANSansWeb(FaNum)', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

}


h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 0px;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

:focus {
    outline: 0;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 90px;
}

.layout_padding_2 {
    padding-top: 75px;
    padding-bottom: 75px;
}

.light_silver {
    background: #f9f9f9;
}

.theme_bg {
    background: #3850c8;
}

.margin_top_30 {
    margin-top: 30px !important;
}

.full {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
    position: fixed;
    z-index: 9999999;
    background: #fff;
    width: 100%;
    height: 100%;
}

.loader {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader img {
    width: 280px;
}

ul.btn {
    float: right;
}

ul.btn li {
    display: inline-block;
    padding: 0 25px;
}

ul.btn li a {
    color: #fff;
    font-size: 16px;
}

ul.btn li:last-child {
    padding-right: 0;
}

.login_btn {
    padding-left: 50px;
}

.login_btn a {
    background-color: #fff;
    display: inline-block;
    padding: 7px 35px;
    border-radius: 10px;
    color: #292e39 !important;
    font-size: 17px;
}

.login_btn a:hover {
    color: #fff !important;
    background: #0808ff;
}


/*-- header area --*/


/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- layout new css ---------------------------------------------------------------------*/


/*-- navigation--*/


.navigation.navbar {
    padding-top: 40px !important;
    display: inline;
    /*padding: 5px;*/
    /*float: right;*/
    /*overflow: hidden;*/
    /*!*display: block;*!*/
    /*!*list-style-type: inherit;*!*/
    /*  position:absolute;*/
    /*    top: 0;*/
    /*    left: -75%;*/
    /*    height: 100vh;*/
    /*    width: 100%;*/
    /*    !*display: ;*!*/
    /*    !*overflow: hidden;*!*/
    /*    overflow-y: auto*/
}

.navigation.navbar-dark .navbar-nav .nav-link {
    /*!*padding:  15px;*!*/
    /*color: #12489b;*/
    /*!*font-size: 17px;*!*/
    /*font-size: 17px;*/
    /*!*line-height: 20px;*!*/
    /*font-weight: 600;*/
    /*!*border: 2px solid #00009C;*!*/
    /*!*border-radius:7px;*!*/
    /*!*display: block;*!*/

    /*text-align: center;*/
    /*padding: 12px 16px;*/
    /*text-decoration:  none;*/
    display: inline;
    padding: 0 15px;
    color: #1b1a1b;
    /*font-size: 17px;*/
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

li a:hover:not(.active) {
    color: firebrick;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
    color: red;
    background-color: red;
    /*border-radius: 10px;*/
}

.navigation.navbar-dark .navbar-nav .active > .nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show > .nav-link {
    color: red;
}

.navbar-expand-md .navbar-nav {
    padding-right: 10px;
}

.active {
    color: #1e8b00;
    /*background-color: red;*/
    /*border-radius: 10px;*/
}

.padd_right {
    padding-right: 0px;
}

.sign_btn {
    padding-left: 50px;
}

.sign_btn a {
    display: inline-block;
    padding: 7px 10px;
    color: #fff;
    font-size: 17px;
}

.sign_btn a:hover {
    color: #fff;
}

ul.email li {
    display: inline-block;

}

ul.email li a {
    padding-top: 55px !important;
    color: #12489b;
    font-size: 22px;
    line-height: 20px;
    display: inline-block;
    /*letter-spacing: 4px;*/
    font-weight: bold;
    text-align: right;


}

.header {
    width: 100%;
    /*!*padding: 7px 0px;*!*/
    /*background: url("../images/h1.jpg");*/
    /*background-repeat: no-repeat;*/
    /*background-size: 100% 100%;*/
    position: fixed;
    z-index: 999;
    /*top: 0;*/
    /*    color: rgba(190, 29, 29, 0.5);*/
    /*    border-color: black;*/
}


.logo a {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    line-height: 40px;
    padding: 0px 0px;


}


/** banner section **/
.b {
    background: url(../images/germany.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    /*opacity: 80%;*/
    min-height: 510px;

}

.banner_main {
    background: url(../images/Istanbul-the-capital-of-Turkey.jpg);
    background-repeat: no-repeat;
    padding-top: 85px;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.text-bg {
    /*text-align: left;*/
    text-align: right;
    padding-left: 10px;
    padding-top: 0px;

}

.text-bg h1 {
    text-transform: uppercase;
    color: #fff;
    /*font-size: 140px;*/
    font-size: 50px;
    line-height: 100px;
    padding-bottom: 35px;
    font-weight: bold;
    padding-top: 0px;
}

.text-bg span {
    text-transform: uppercase;
    color: #fff;
    /*font-size: 52px;*/
    font-size: 38px;
    line-height: 60px;
    font-weight: 700;
    display: block;
    text-shadow: 4px 3px rgb(158, 13, 31);
    padding-top: 0;
}

.text-bg p {
    line-height: 28px;
    font-weight: 500;
    padding-bottom: 20px;
    display: block;
    font-size: 25px;
    text-shadow: 4px 3px rgb(00, 57, 24);
}

.text-bg figure img {
    width: 100%;
    padding-top: 70px;
    padding-left: 40px;
    /*height: 50px;*/

}

.text_img figure {
    margin: 0;

}

.text_img figure img {
    width: 100%;

}

.carousel-caption {
    position: inherit;
    padding: 0;
}

#banner1 .carousel-indicators {
    display: none;
}

#banner1 .carousel-control-prev {
    left: 0;
}

#banner1 .carousel-control-next {
    right: inherit;
    left: 5%;
}

#banner1 a.carousel-control-next,
#banner1 a.carousel-control-prev {
    opacity: 1;
    top: 100%;
}

#banner1 .carousel-control-next i,
#banner1 .carousel-control-prev i {
    width: 50px;
    height: 50px;
    border-radius: 30px;
    background: #1a1824;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

#banner1 .carousel-control-next i:focus,
#banner1 .carousel-control-next i:hover,
#banner1 .carousel-control-prev i:focus,
#banner1 .carousel-control-prev i:hover {
    background: #05381a;
    color: #fff;
}

.text-bg a {
    font-size: 17px;
    background-color: #dbeadb;
    color: #000;
    font-weight: 600;
    /*padding: 13px 0px;*/
    width: 100%;
    max-width: 190px;
    text-align: center;
    display: inline-block;
    transition: ease-in all 0.5s;
    margin-right: 10px;
}

.text-bg a:hover {
    background-color: #1a1824;
    color: #fff;
    transition: ease-in all 0.5s;
}


.titleinsta {
    text-align: center;
    padding-bottom: 60px;
    margin-top: 60px;
    color: white;
}

/** end banner section **/

.titlepage {
    text-align: center;
    padding-bottom: 30px;

}

.titlepage h2 {
    font-size: 40px;
    color: #1d1b28;
    line-height: 75px;
    font-weight: 800;
    padding: 0;
}

.titlepage h2 img {
    padding-bottom: 5px;
}

.d_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.blu {
    color: #0808ff;
}

.read_more {
    font-size: 17px;
    background-color: #000000;
    color: #fff !important;
    padding: 13px 0px;
    width: 100%;
    max-width: 190px;
    text-align: center;
    display: inline-block;
    transition: ease-in all 0.5s;
    font-weight: 500;
    border-radius: 10px;
}

.read_more:hover {
    background: #005724;
    color: #fff;
    border-radius: 20px;
    transition: ease-in all 0.5s;
}

.read_morebanner {
    font-size: 17px;
    background-color: #9dec97;
    color: #151a20 !important;
    padding: 13px 0px;
    width: 100%;
    max-width: 190px;
    text-align: center;
    display: inline-block;
    transition: ease-in all 0.5s;
    font-weight: 500;
    border-radius: 10px;
}

.read_morebanner:hover {
    /*background: #da0918;*/
    /*color: #ffffff;*/
    border-radius: 20px;
    transition: ease-in all 0.5s;
}


/** service section **/

.service {
    padding: 30px 0;
    background: #fff;
}

.service_box {
    background: #dbdeea;
    text-align: center;
    padding: 40px 20px 25px 20px;
    border: #a8acef solid 2px;
    transition: ease-in all 0.5s;
    margin-bottom: 30px;
    border-radius: 10px;
    width: 100%;
    height: auto;
}

.service_box h3 {
    color: #070803;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 25px;
    transition: ease-in all 0.5s;
}

.service_box p {
    font-size: 17px;
    line-height: 27px;
    color: #2e2e2e;
    transition: ease-in all 0.5s;
}

.service_box i {
    padding-bottom: 10px;
    display: block;


}

#hover_chang:hover.service_box {
    background: #182a5c;
    transition: ease-in all 0.5s;
    border-radius: 25px;
    cursor: pointer;
}

#hover_chang:hover.service_box h3 {
    color: #fff;
    transition: ease-in all 0.5s;
}

#hover_chang:hover.service_box p {
    color: #fff;
    transition: ease-in all 0.5s;
}

.service .read_more {
    margin: 0 auto;
    display: block;
    margin-top: 30px;
}


/** end service section **/


.about2 {
    /*background: url(../images/alman.jpg);*/
    background-size: 100% 100%;
    /*background-repeat: no-repeat;*/
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /*opacity: 70%;*/
}

/** about section **/

.about {
    background: url(../images/bgcontact.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

/*@media (min-width: 200px) and (max-width: 990px) {*/
/*    .about {*/
/*        background-image: none;*/
/*        background-color: #005724*/
/*    }*/

/*}*/

.about .titlepage {
    text-align: center;
    padding-bottom: 0;

}

.about .titlepage h2 {
    color: #fff;
}

.about .titlepage p {
    color: #fff;
    font-size: 17px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: right;
}

.about .titlepage .read_more:hover {
    background: #fff;
    color: #005724 !important;
}


/** end about section **/


/** customer section **/

.customer {
    padding: 90px 0px 90px 0px;
    background: #fff;
}

.customer .titlepage p {
    color: #141629;
    line-height: 28px;
    font-weight: 500;
    font-size: 17px;
    padding-top: 20px;
}

.customer_Carousel .carousel-caption {
    position: inherit;
    padding: 0;
}

.customer_box {
    text-align: center;
}

.customer_Carousel .test_box h4 {
    font-size: 24px;
    color: #1d1b28;
    line-height: 20px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    padding: 40px 0px 10px 0px;
}

.customer_Carousel .test_box span {
    color: #005724;
    display: block;
    font-size: 17px;
    padding-bottom: 20px;
}

.customer_Carousel .test_box i {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: -12px;
    padding-right: 20px;

}

.customer_Carousel .test_box p {
    font-size: 17px;
    line-height: 28px;
    color: #1d1b28;
    margin-bottom: 30px;

}

#myCarousel .carousel-indicators {
    /*display: none;*/
}

#myCarousel .carousel-control-next,
#myCarousel .carousel-control-prev {
    opacity: 1;
}

#myCarousel .carousel-control-next i,
#myCarousel .carousel-control-prev i {
    width: 60px;
    height: 60px;
    background: #005724;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

#myCarousel .carousel-control-next i:focus,
#myCarousel .carousel-control-next i:hover,
#myCarousel .carousel-control-prev i:focus,
#myCarousel .carousel-control-prev i:hover {
    background: #000;
    color: #fff;
}


/** end customer section **/


/** contact **/

.contact {
    background: url(../images/bg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /*padding: 90px 0;*/
    text-align: right;


}

.contact .titlepage h2 {
    color: #080707;

}

.white {
    color: #fff;
}

.main_form .contactus {
    padding: 0px 30px;
    margin-bottom: 30px;
    width: 100%;
    height: 60px;
    background: #fff;
    color: #777977;
    font-size: 17px;
    font-weight: normal;
    border-radius: 30px;
    border: #ddd solid 1px;
}

.main_form .textarea {
    padding: 0px 30px;
    margin-bottom: 30px;
    width: 100%;
    background: #fff;
    color: #777977;
    font-size: 17px;
    font-weight: normal;
    border-radius: 30px;
    border: #ddd solid 1px;
    padding-top: 60px;
    height: 160px;
}

.main_form .send_btn {
    font-size: 17px;
    transition: ease-in all 0.5s;
    background-color: #000000;
    text-transform: uppercase;
    color: #fff;
    padding: 13px 0px;
    max-width: 190px;
    width: 100%;
    display: block;
    margin-top: 10px;
    border-radius: 30px;
}

.main_form .send_btn:hover {
    background-color: #fff;
    transition: ease-in all 0.5s;
    color: #005724;
}

#request *::placeholder {
    color: #777977;
    opacity: 1;
}

#map {
    height: 100%;
    min-height: 432px;
}


/** end contact **/


/** footer **/

.footer {
    background: #182A5C;
    padding-top: 85px;
    text-align: center;
}

.footer .titlepage {
    text-align: center;
    padding-bottom: 0px;
}

.footer .titlepage h2 {
    color: #fff;
    margin: inherit;
    border-bottom: #fff solid 1px;
}

.bottom_form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.bottom_form h3 {
    font-weight: 600;
    font-size: 25px;
    /*text-align: left;*/
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    line-height: 47px;
    /*padding-right: 100px;*/

}

.bottom_form .enter {
    border: inherit;
    padding: 0px 19px;
    width: 45%;
    height: 53px;
    background: #fff;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    border-radius: 30px;
    float: left;
}

.sub_btn {
    font-size: 16px;
    transition: ease-in all 0.5s;
    background-color: red;
    color: #fff;
    padding: 9px 0px;
    max-width: 174px;
    border: #fff solid 3px;
    width: 100%;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 30px;
    margin-left: -45px;
}

.sub_btn:hover {
    background-color: #000;
    transition: ease-in all 0.5s;
    color: #fff;
}

.heading3 {
    /*text-align: left;*/
    text-align: right;
}

.heading3 h3 {
    text-transform: uppercase;
    color: #adb6b7;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    padding-bottom: 20px;
}

.heading3 img {
    padding-bottom: 9px;

}

.heading3 p {
    color: #cbd0d3;
    font-size: 16px;
    padding-right: 10px;
    line-height: 40px;
    text-align: right;
}

ul.infometion li a {
    color: #cbd0d3;
    font-size: 16px;
    line-height: 35px;
}

ul.infometion li a:hover {
    color: #da1544;
}

.copyright {
    background: #cbd0d3;
    margin-top: 60px;
    padding: 20px 0px;
    z-index: 1000;
}

.copyright p {
    color: #072f5f;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}

.copyright a {
    color: #fff;
}

.copyright a:hover {
    color: #000;
}


/** end footer **/

#fillX {
    background: red;
    width: 100%;
    opacity: 0.5;
}

#childXFill {
    background: blue;
    width: 100%;
    padding: 10px;
    opacity: 0.5;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.hello2 {

    color: darkblue;
    font-weight: bold;
    font-family: 'IRANSansWeb(FaNum)', sans-serif;
    font-size: 24px;
    text-align: center;
}

/*.hello2:hover {*/
/*    text-shadow: 0 1px 0 #032bd0, 0 2px 0 #16225f,*/
/*    0 3px 0 #5d7fc8, 0 4px 0 #ccc,*/
/*    0 5px 0 #bec4cc, 0 6px 0 #2759c5,*/
/*    0 7px 0 #a9b7f1, 0 8px 0 #195dc3,*/
/*    0 9px 0 #5c67da, 0 10px 0 #114bcc,*/
/*    0 11px 0 #ccc, 0 12px 0 #263cce,*/
/*    0 20px 30px rgb(151, 191, 236);*/
/*}*/

/*.bb {*/
/*    display: inline-block;*/
/*    position: relative;*/
/*    margin: 3%;*/
/*    float: right;*/
/*    width: 10%;*/
/*    height: 90px;*/
/*    background-color: #D9E2EDFF;*/
/*    text-align: center;*/

/*}*/

.box {
    flex: 1;
    margin: 15px;
    padding-top: 20px;
    padding-bottom: 50px;
    border: 2px solid #ccc;
    text-align: center;
    height: 40px;
}

.image_3 {
    width: 100%;
    float: left;
    height: auto;
    margin-top: 15px;
}

/*pagination*/

ul.page-numbers {
    text-align: center;
}

ul.page-numbers li {
    display: inline-block;
    margin: 0px 5px;
}

ul.page-numbers li a {
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    font-size: 15px;
    color: #7a7a7a;
    border: 2px solid #eee;
    font-weight: 500;
    transition: all 0.3s;
}

ul.page-numbers li.active a {
    background-color: #005724;
    border-color: #a8efa8;
    color: #fff;
}

ul.page-numbers li a:hover {
    color: #000000;
}

.selector {
    --color: #FFF;
}

.selector a {
    text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3), 0 0 0.45em var(--color);
    box-shadow: inset 0 0 0.5em 0 var(--color), 0 0 0.5em 0 var(--color);
    transition: box-shadow 2s !important;
    position: relative;
}

.selector a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 0 2em 0.5em var(--color);
    opacity: 0;
    transition: opacity 100ms linear;
}

.selector a:hover::after {
    opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 100px;
    width: 100px;
    outline: #da0918;
    background-size: 100%, 100%;
    border-radius: 50%;
    border: 1px solid #151a20;
    background-image: none;

}

.carousel-control-next-icon:after {
    content: '<';
    font-size: 55px;
    color: red;
}

.carousel-control-prev-icon:after {
    content: '>';
    font-size: 55px;
    color: red;
}

.z_box {
    width: 165px;
    height: 100px;
    border: 2px solid #b2a689;
    border-radius: 20px;

}

.link-field {
    display: flex;
    align-items: center;
    gap: 8px; /* فاصله بین فیلد و دکمه */
}

.link-field input {
    flex-grow: 1; /* باعث می‌شود که فیلد تمام فضا را بگیرد */
}


#product-links {
    display: flex;
    flex-direction: column; /* فیلدها را به صورت ستونی قرار می‌دهد */
}

.link-field {
    display: flex; /* این کار باعث می‌شود که دکمه و فیلد در یک خط قرار بگیرند */
    align-items: center; /* تراز عمودی فیلد و دکمه */
    margin-bottom: 10px; /* فاصله بین فیلدها */
}

.add-link {
    font-size: 24px; /* اندازه بزرگتر برای دکمه */
    width: 40px; /* عرض دکمه */
    height: 40px; /* ارتفاع دکمه */
    border-radius: 50%; /* دایره‌ای شدن دکمه */
    background-color: #007bff; /* پس‌زمینه آبی */
    color: white; /* رنگ سفید متن */
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-top: -20px;
}

.add-link:hover {
    background-color: #0056b3; /* تغییر رنگ در هاور */
}

.contactus {
    flex-grow: 1; /* این باعث می‌شود که فیلد ورودی عرض کامل را بگیرد */
    margin-right: 10px; /* فاصله از دکمه + */
}

.book-card {
    border-radius: 15px;
    transition: 0.3s;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* دکمه همیشه پایین باشد */
    height: 100%; /* ارتفاع ثابت برای همه کارت‌ها */
}

.book-card:hover {
    transform: scale(1.05);
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
}

.card-img-top {
    width: 100%; /* عرض کامل */
    height: auto; /* تنظیم ارتفاع به‌صورت خودکار */
    object-fit: contain; /* نمایش کامل بدون برش */
    padding: 10px; /* کمی فاصله برای زیبایی */
    background-color: #f8f8f8; /* پس‌زمینه خنثی برای نمایش بهتر */
}

.btn-primary {
    border-radius: 10px;
    font-weight: bold;
}


.book-card .card-body {
    flex-grow: 1; /* این باعث می‌شود که بخش توضیحات به طور یکسان پر شود */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-title {
    color: blue;
    font-size: 18px;
    /*font-weight: bold;*/
}

.card-text {
    text-align: justify;
}

/* slider section */
.slider_section {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
}

.slider_section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider_section .detail-box {
    width: 100%;
    margin: 0 auto;
}

.slider_section .detail-box h1 {
    text-transform: uppercase;
    font-size: 2.5rem;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.8;

}

.slider_section .detail-box h1 span {
    color: #a9bff1;
    line-height: 1.8;
}

.slider_section .detail-box p {
    margin-top: 25px;


}

.slider_section .detail-box .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
}

.slider_section .detail-box .btn-box a {
    width: 180px;
    text-align: center;
    margin: 5px;
}

.slider_section .detail-box .btn-box .btn-1 {
    display: inline-block;
    padding: 10px 35px;
    background-color: #ffffff;
    color: #000000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
}

.slider_section .detail-box .btn-box .btn-1:hover {
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff;
}

.slider_section .detail-box .btn-box .btn-2 {
    display: inline-block;
    padding: 10px 35px;
    background-color: #182a5c;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
}

.slider_section .detail-box .btn-box .btn-2:hover {
    background-color: transparent;
    border-color: #182a5c;
    color: #86a2f1;
}

.slider_section .img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slider_section .img-box img {
    width: 100%;
}

.slider_section .idicator_container {
    position: relative;
}

.slider_section ol.carousel-indicators {
    margin: 0;
    bottom: -75px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.slider_section ol.carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-align: center;
    background-color: #182a5c;
    opacity: 1;
    border: none;
    margin: 0 4px;
}

.slider_section ol.carousel-indicators li.active {
    background-color: #ffffff;
}


.hero_bg_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hero_bg_box .img-box {
    width: 100%;
    height: 100%;
}

.hero_bg_box .img-box img {
    min-width: 100%;
    min-height: 100%;
}

.hero_bg_box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.35)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.35));
}

.blog-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

.blog-card:hover {
    transform: scale(1.05);
}

.blog-card img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}

.blog-card .card-body {
    padding: 20px;
}

.blog-card h6 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
}

.blog-card p {
    font-size: 0.9rem;
    color: #666;
}

.blog-card a {
    text-decoration: none;
    color: #007bff;
    font-weight: bold;
}

.blog-card a:hover {
    text-decoration: underline;
}

.sidebar {
    margin-top: 45px;
}


.sidebar .sidebar-widget {
    position: relative;
    margin-bottom: 45px;
}

.sidebar .sidebar-widget .widget-title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 5px;
    font-size: 30px;
    font-weight: 700;
    text-align: right;
    direction: rtl;
}

.sidebar .sidebar-widget .widget-title::after {
    position: absolute;
    content: "";
    width: 140px;
    height: 2px;
    bottom: 0;
    right: 0;
    background: #f1f1f1;
}

.sidebar .sidebar-widget .search-widget {
    position: relative;
}

.sidebar .search-widget input {
    height: 50px;
    border: 1px solid #dddddd;
    border-radius: 0;
}

.sidebar .search-widget input:focus {
    box-shadow: none;
}

.sidebar .search-widget .btn {
    position: absolute;
    top: 6px;
    right: 15px;
    height: 40px;
    padding: 0;
    font-size: 25px;
    color: #f1f1f1;
    background: none;
    border-radius: 0;
    border: none;
    transition: .3s;
}

.sidebar .search-widget .btn:hover {
    color: #343148;
}

.sidebar .sidebar-widget .recent-post {
    position: relative;
}

.sidebar .sidebar-widget .tab-post {
    position: relative;
}

.sidebar .tab-post .nav.nav-pills .nav-link {
    color: #f1f1f1;
    background: #5d5c37;
    border-radius: 0;
}

.sidebar .tab-post .nav.nav-pills .nav-link:hover,
.sidebar .tab-post .nav.nav-pills .nav-link.active {
    color: #484131;
    background: #f1f1f1;
}

.sidebar .tab-post .tab-content {
    padding: 15px 0 0 0;
    background: transparent;
}

.sidebar .tab-post .tab-content .container {
    padding: 0;
}

.sidebar .sidebar-widget .category-widget {
    position: relative;
}

  .fa-star {
    color: #ccc; /* ستاره‌های غیرفعال */
  }

  .checked {
    color: gold; /* ستاره‌های فعال */
  }

  .stars {
    font-size: 20px;
    direction: ltr; /* برای اینکه ستاره‌ها از چپ به راست برن */
  }
/*end pagination*/
