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

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

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

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

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

body,
body * {
    font-family: iransans-UltraLight;
    direction: rtl !important;
}

.breadcrumb-list>li {
    display: inline-block;
    float: none;
    margin-left: 22px;
    position: relative;
}

.breadcrumb-list>li::after {
    color: #ffffff;
    content: "/";
    left: -14px;
    position: absolute;
    top: 2px;
}

.breadcrumb-list>li:first-child {
    margin-left: 0;
}

.breadcrumb-list>li:first-child::after {
    content: "";
}

.breadcrumb-list>li>a {
    color: #ffffff;
}


/*----------------------------------------*/


/*  3. Custom-content all   
/*----------------------------------------*/

.boxed-layout .wrapper {
    box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
    margin: auto;
    position: relative;
    width: 1240px;
}

.boxed-layout .sticky {
    left: auto;
    margin: auto;
    width: 1240px;
}

.Switcher__control {
    background-image: none !important;
}

i.fa.fa-gear.fa-spin {
    font-size: 20px;
}


/*separetor*/

hr {
    margin: 60px 0;
    padding: 0px;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}

hr.style-2 {
    border-bottom: 1px dashed #f10;
}

hr.mp-0 {
    margin: 0;
    border-bottom: 1px solid #eceff8;
}

hr.mtb-40 {
    margin: 40px 0;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}

label {
    font-size: 15px;
    color: #626262;
}


/*----------------------------------------*/


/*  4. Section title
/*----------------------------------------*/

.bg-white .header-color,
.header-color {
    background: #2f2f2f;
    color: #fff;
}

.bg-dark .header-color {
    background: #fff;
    color: #2f2f2f;
}

.bg-gray .header-color {
    background: #2f2f2f;
    color: #fff;
}

.section-title {
    position: relative;
    z-index: 1;
}

.section-title::after {
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.bg-white .section-title::after,
.section-title::after {
    background: #e6e6e6 none repeat scroll 0 0;
}

.bg-dark .section-title::after {
    background: #484848 none repeat scroll 0 0;
}

.bg-gray .section-title::after {
    background: #dbdbdb none repeat scroll 0 0;
}

.section-title h2 {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}


/*advertisement*/

.advertisement a {
    display: block;
}


/*----------------------------------------*/


/*  5. Subcribe form area
/*----------------------------------------*/

.subscribe-form.bg-dark .zm-post-title {
    color: #fff;
}

.subscribe-form .zm-post-title {
    line-height: 34px;
}

.subscribe-form.sidebar {
    padding: 40px;
}

.subscribe-form.sidebar>p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 25px;
    margin-top: 15px;
    text-align: center;
}
.zm-post-content {
    line-break: auto;
}
::-moz-placeholder {
    color: #7c8c99;
}

.subscribe-form input[type=text],
.subscribe-form input[type=email],
.subscribe-form input[type=password] {
    background: #fff;
    border: 2px solid transparent;
    height: 40px;
    line-height: 40px;
    box-shadow: none;
    padding: 0 10px;
    font-size: 14px;
    color: #7c8c99;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

.subscribe-form input:focus {
    border: 2px solid #f0442c;
}

.subscribe-form input[type=submit] {
    background: #f0442c;
    border: 0px solid #eceff8;
    height: 40px;
    line-height: 40px;
    box-shadow: none;
    padding: 0 10px;
    font-size: 14px;
    color: #fff;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
}

.subscribe-form input[type=submit]:hover {
    background: #d63b25;
}


/*subscripe form v3*/

.subscribe-v3.subscribe-form form {
    position: relative;
}

.subscribe-v3.subscribe-form form input[type="text"] {
    border: 1px solid #e6e6e6;
    float: right;
    margin-bottom: 0;
    width: 70%;
    text-align: right;
}

.subscribe-v3.subscribe-form form input[type="submit"] {
    float: left;
    width: 30%;
}

.subscribe-v3.subscribe-form form {
    margin-top: 25px;
}


/*----------------------------------------*/


/*  6. Tag Cloud
/*----------------------------------------*/

.zm-tagcloud a {
    background: #ecf3f6 none repeat scroll 0 0;
    color: #3b5265;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0 0 10px 10px;
    padding: 1px 10px;
}

.zm-tagcloud a:hover {
    background: #f0442c none repeat scroll 0 0;
    color: #fff;
}


/*----------------------------------------*/


/*  7. Pagination
/*----------------------------------------*/

.zm-pagination {
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
}

.zm-pagination .page-numbers li {
    display: inline-block;
}

.zm-pagination .page-numbers li .page-numbers {
    display: block;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    margin: auto 3px;
    padding: 0 15px;
    color: #2f2f2f;
    transition: 0.3s;
}

.zm-pagination .page-numbers li .page-numbers.prev,
.zm-pagination .page-numbers li .page-numbers.next {
    background: #e6e6e6;
    color: #2f2f2f;
    position: relative;
}

.zm-pagination .page-numbers li .page-numbers.prev {
    margin-left: 20px;
    padding: 0 20px;
}

.zm-pagination .page-numbers li .page-numbers.next {
    margin-right: 20px;
    padding: 0 20px;
}

.zm-pagination .page-numbers li .page-numbers.prev::before,
.page-numbers.prev::before {
    content: "\f178";
    padding-left: 15px;
    font-family: fontawesome;
}

.zm-pagination .page-numbers li .page-numbers.next::after,
.page-numbers.next::after {
    content: "\f177";
    padding-right: 15px;
    font-family: fontawesome;
}

.zm-pagination .page-numbers li .page-numbers.current,
.zm-pagination .page-numbers li .page-numbers:not(.zm-pgi-dots):hover {
    background: #2f2f2f;
    color: #fff;
}


/*----------------------------------------*/


/*  8. Owl Navigator Style
/*----------------------------------------*/

.navigator-1.owl-theme .owl-controls .owl-nav div {
    border-radius: 0;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 27px;
    text-align: center;
    top: -55px;
    width: 20px;
    z-index: 5;
}

.bg-dark .navigator-1.owl-theme .owl-controls .owl-nav div {
    background: #2f2f2f none repeat scroll 0 0;
    color: #fff;
}

.bg-gray .navigator-1.owl-theme .owl-controls .owl-nav div {
    background: #f3f3f3 none repeat scroll 0 0;
    color: #3b5265;
}

.bg-white .navigator-1.owl-theme .owl-controls .owl-nav div {
    background: #fff none repeat scroll 0 0;
    color: #3b5265;
}

.navigator-1.owl-theme .owl-controls .owl-nav div i {
    opacity: 0.5;
    transition: 0.3s;
}

.navigator-1.owl-theme .owl-controls .owl-nav div:hover i {
    opacity: 1;
}

.navigator-1.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: 7px;
}

.navigator-1 {
    position: relative;
}

.navigator-1.owl-theme .owl-controls .owl-nav div i {
    font-size: 18px;
}

.bg-dark .navigator-1.owl-theme .owl-controls .owl-nav div i {
    color: #fff;
}

.owl-theme.navigator-1 .owl-controls .owl-nav [class*="owl-"]:hover {
    text-decoration: none;
}

.bg-dark .owl-theme.navigator-1 .owl-controls .owl-nav [class*="owl-"]:hover {
    background: #2F2F2F;
    color: #fff;
}

.bg-gray .owl-theme.navigator-1 .owl-controls .owl-nav [class*="owl-"]:hover {
    background: #f3f3f3;
    color: #fff;
}

.bg-white .owl-theme.navigator-1 .owl-controls .owl-nav [class*="owl-"]:hover {
    background: #fff;
    color: #f3f3f3;
}


/*----------------------------------------*/


/*  9. Booking form 
/*----------------------------------------*/

.booking-form-wrap {
    background: #ecf3f6 none repeat scroll 0 0;
    padding: 40px 30px;
}

.single-input li {
    text-align: right;
}

.booking-form-wrap .single-input+.single-input {
    margin-top: 10px;
}

.booking-form-wrap .single-input .btn,
.booking-form-wrap .single-input input {
    border: medium none;
    border-radius: 0;
    color: #7c8c99;
    height: 40px;
    padding: 0 30px;
}

.booking-form-wrap .bs-searchbox .form-control {
    border: 1px solid #ddd;
    border-radius: 3px;
}

.booking-form-wrap .input-group-addon {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #7c8c99;
    cursor: pointer;
}

.booking-form-wrap .form-control {
    box-shadow: none;
}

.booking-form-wrap .btn-default:active:hover,
.booking-form-wrap .btn-default.active:hover,
.booking-form-wrap .open>.dropdown-toggle.btn-default:hover,
.booking-form-wrap .btn-default:active:focus,
.btn-default.active:focus,
.booking-form-wrap .open>.dropdown-toggle.btn-default:focus,
.booking-form-wrap .btn-default.focus:active,
.booking-form-wrap .btn-default.active.focus,
.booking-form-wrap .open>.dropdown-toggle.btn-default.focus {
    background-color: #fff;
    border-color: #fff;
    color: #7c8c99;
}

.booking-form-wrap .btn-default:hover {
    background-color: #fff;
    border-color: #fff;
    color: #7c8c99;
}

.booking-note {
    line-height: 16px;
    margin-bottom: 30px;
}

.booking-form-wrap .single-input input[type="submit"] {
    background: #f0442c none repeat scroll 0 0;
    color: #fff;
    width: 100%;
}

.booking-form-wrap .single-input input[type="submit"]:hover {
    background: #D63B25 none repeat scroll 0 0;
}

.zm-form-control.username:focus,
.zm-form-control.password:focus {
    border: 1px solid red;
}


/*----------------------------------------*/


/*  10. Archive page 1
/*----------------------------------------*/

.zm-archive-list>li {
    padding: 20px 0;
    position: relative;
    cursor: pointer;
}

.zm-archive-list {
    position: relative;
}

.zm-archive-list::before {
    background: #e6e6e6 none repeat scroll 0 0;
    content: "";
    height: 100%;
    right: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
}

.zm-archive-list>li>span {
    background: #fff none repeat scroll 0 0;
    display: block;
    padding: 10px 0px 10px 20px;
    position: relative;
    z-index: 5;
}

.zm-archive-list>li>span::after {
    background: #e6e6e6 none repeat scroll 0 0;
    content: "";
    height: 1px;
    right: 6%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 94%;
    z-index: 1;
}

.zm-archive-list>li>ul>li {
    padding: 15px 0;
    position: relative;
}

.zm-archive-list>li>ul {
    padding-right: 85px;
}

.zm-archive-list>li>ul>li>ul {
    padding-right: 100px;
}

.zm-archive-list>li>ul>li>ul>li>ul {
    padding-right: 150px;
}

.zm-archive-list>li:first-child {
    padding-top: 0;
}

.zm-archive-list>li:last-child {
    padding-bottom: 0;
}

.zm-archive-list>li>ul>li>span::before {
    background: #e6e6e6 none repeat scroll 0 0;
    content: "";
    height: 1px;
    right: -70px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
}

.zm-archive-list>li>ul>li>span {
    position: relative;
    cursor: pointer;
}

.zm-archive-list>li>ul>li>span::after {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e6e6e6;
    border-radius: 100%;
    content: "";
    height: 15px;
    right: -77px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
}

.zm-archive-list>li>ul>li>ul>li {
    list-style: outside none disc;
    padding-left: 5px;
}

.zm-archive-list>li>ul>li>ul {
    margin-top: 25px;
    padding-right: 20px;
}

.zm-archive-list>li>span::before {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eeeeee;
    border-radius: 100%;
    font-family: fontawesome;
    content: "\f106";
    display: inline-block;
    height: 20px;
    line-height: 18px;
    position: absolute;
    left: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    color: #3b5265;
    z-index: 9;
    cursor: pointer;
    font-size: 15px;
}

.zm-archive-list>li.expandable>span::before {
    content: "\f107";
}

.expand-archive {
    color: #f0442c;
    cursor: pointer;
}


/*----------------------------------------*/


/*  11. Archive page 2
/*----------------------------------------*/

.archive-filter .sing-option {
    float: right;
    width: 33.33%;
}

.archive-filter .sing-option .btn-group {
    width: 100% !important;
}

.archive-filter .sing-option+.sing-option {
    padding-right: 10px;
}

.sing-option .btn {
    border: 1px solid #efefef;
    border-radius: 0;
    height: 40px;
}

.sing-option .btn:hover {
    border: 1px solid #efefef;
    background: transparent;
}

.archive-filter .submit-button {
    height: 40px;
}

.sing-option .btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.sing-option .btn-default:active,
.sing-option .btn-default.active,
.sing-option .open>.dropdown-toggle.btn-default {
    background-color: transparent;
    border-color: #efefef;
}

.sing-option .btn-default:focus,
.sing-option .btn-default.focus {
    background-color: transparent;
    border-color: #efefef;
}

.dropdown-menu {
    z-index: 99999;
}

.archive .zm-pagination .page-numbers li {
    display: inline-block;
}


/*----------------------------------------*/


/*  12. Contact form
/*----------------------------------------*/

.border-top {
    border-top: 1px solid #e6e6e6;
}

.border-bottom {
    border-bottom: 1px solid #e6e6e6;
}

.single-address i {
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    color: #f0442c;
    font-size: 30px;
    height: 60px;
    line-height: 58px;
    text-align: center;
    width: 60px;
}

.single-address h4 {
    margin: 25px 0 20px;
    font-family: iransans-bold;
}

.message-box .submit-button {
    margin-top: 27px;
}

#bodyContent {
    text-align: center;
}


/*----------------------------------------*/


/*  13. Registation page
/*----------------------------------------*/

.single-input label {
    color: #1b3346;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
}

.registation-form-wrap .remember {
    width: 40px;
}

.registation-form-wrap .remember:focus {
    outline: none;
}


/*----------------------------------------*/


/*  14. Page not found (404)
/*----------------------------------------*/

a.submit-button {
    display: table-cell;
    height: 45px;
    line-height: 45px;
    padding: 0 40px;
    text-align: center;
}

.page-notfound-inner a.submit-button {
    padding: 0 150px;
}

.page-notfound-inner a.submit-button:hover {
    background: #d63b25 none repeat scroll 0 0;
    color: #fff;
}

.page-notfound-inner h1 {
    font-size: 200px;
    color: #333333;
}

.page-notfound-inner h1 span {
    color: #f0442c;
}

@keyframes color {
    0% {
        color: #f0442c;
    }
    10% {
        color: #ff6666;
    }
    20% {
        color: #ff9999;
    }
    30% {
        color: #ff33cc;
    }
    40% {
        color: #ff99cc;
    }
    50% {
        color: #9933ff;
    }
    60% {
        color: #cc99ff;
    }
    70% {
        color: #33ccff;
    }
    80% {
        color: #33ff33;
    }
    90% {
        color: #ffff33;
    }
    100% {
        color: #ff9933;
    }
}

.page-notfound-inner h1 span {
    animation-delay: 3s;
    animation-duration: 33s;
    animation-iteration-count: 10;
    animation-name: color;
}

.page-notfound-inner h4 {
    color: #336666;
    font-size: 50px;
    line-height: 1;
}

.page-notfound-inner p {
    color: #336666;
    font-size: 25px;
    margin-bottom: 40px;
    margin-top: 20px;
}

.page-notfound-wrap {
    padding: 220px 0 250px;
}

.zm-section.bg-color.page-notfound-wrap {
    background-color: #d2dfef;
}


/*----------------------------------------*/


/*  15. Scroll To Top
/*----------------------------------------*/

#scrollUp {
    background: #ccc none repeat scroll 0 0;
    border-radius: 10% 10% 0 0;
    bottom: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    color: #888;
    font-size: 22px;
    height: 30px;
    line-height: 30px;
    position: fixed;
    left: 20px;
    text-align: center;
    transition: all 0.4s ease 0s;
    width: 45px;
    z-index: 200;
}

#scrollUp:hover {
    background: #f0442c none repeat scroll 0 0;
    color: #fff;
    height: 40px;
}

@-webkit-keyframes scroll-to-top {
    0% {
        opacity: 0;
        bottom: 0;
    }
    50% {
        opacity: 1;
        bottom: 50%;
    }
    100% {
        opacity: 0;
        bottom: 75%;
    }
}

@-moz-keyframes scroll-to-top {
    0% {
        opacity: 0;
        bottom: 0;
    }
    50% {
        opacity: 1;
        bottom: 50%;
    }
    100% {
        opacity: 0;
        bottom: 75%;
    }
}

@keyframes scroll-to-top {
    0% {
        opacity: 0;
        bottom: 0;
    }
    50% {
        opacity: 1;
        bottom: 50%;
    }
    100% {
        opacity: 0;
        bottom: 75%;
    }
}

#scrollUp:hover i {
    animation: 800ms linear 0s normal none infinite running scroll-to-top;
    height: 100%;
    left: 0;
    margin-bottom: -25px;
    position: absolute;
    width: 100%;
    bottom: 0;
}


/*----------------------------------------*/


/*  16. Mobile menu
/*----------------------------------------*/

.mean-container a.meanmenu-reveal {
    padding: 15px 20px;
}

.mean-container .mean-nav ul li a.mean-expand {
    height: 30px;
}

.mean-container .mean-bar {
    background: #2f2f2f none repeat scroll 0 0;
}

.mean-container .mean-nav {
    background: #2f2f2f none repeat scroll 0 0;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: rgba(240, 68, 44, 0.9) none repeat scroll 0 0;
}

.search-wrap.mobile-search .mobile-search-btn {
    background: transparent none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    height: 52px;
    right: 0;
    line-height: 52px;
    position: absolute;
    text-align: center;
    width: 50px;
    z-index: 2147483647;
}

.mobile-menu {
    position: relative;
}

.mobile-search-form {
    background: #fff none repeat scroll 0 0;
    left: 0;
    padding: 10px;
    position: absolute;
    top: 52px;
    width: 100%;
    z-index: 2147483647;
    display: none;
}

.mobile-search-form form input {
    margin: 0;
    padding: 0 20px 0 65px;
}

.mobile-search-form form button {
    background: #f0442c none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    height: 45px;
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
}

.mobile-search-form form {
    position: relative;
}


/*Audio player*/

.audioplayer {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top, #444, #222) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(center top, #444, #222) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -ms-linear-gradient(center top, #444, #222) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -o-linear-gradient(center top, #444, #222) repeat scroll 0 0;
    border: 1px solid #222;
    border-radius: 2px;
    box-shadow: none;
}


/* khodam saz */

.fl_right {
    float: right;
}


/*ajax form css*/

p.form-messege {
    margin-top: 15px;
    font-size: 20px;
}

p.success {
    color: green;
}

p.error {
    color: red;
}


/*khodam saz */

th {
    text-align: right;
}

.sing-option li {
    text-align: right;
}


/*custom style*/

.pull_right {
    float: right;
}

.filter-option {
    text-align: right !important;
}

h3.zm-post-title {
    text-align: center !important;
}

.dropdown-toggle .caret {
    right: unset !important;
    left: 12px !important;
}

.cursor-pointer{
    cursor: pointer;
}
.overflow-hidden{
    overflow: hidden;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
.h-0{
    background: #212F3D;
    transition: 0.3s;
}
.dropdown:hover > ul {
    display: flex!important;
    flex-direction: column;
    transition: 0.3s;
}
.dropdown > ul:hover {
    display: flex!important;
    flex-direction: column;
    transition: 0.3s;
    z-index: 10;
}
.page-numbers{
    display: flex;
}
.slider-template{
    margin: 20px 0;
    overflow: hidden;
    display: grid;
    max-height: 70vh;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(auto-fill, minmax(35vh,2fr));
    gap:5px;
    grid-template-areas: 
    "a a b b"
    "a a c d"
    ;
}
.slider-template > a:nth-child(1) { grid-area: a}
.slider-template > a:nth-child(2) { grid-area: b}
.slider-template > a:nth-child(3) { grid-area: c}
.slider-template > a:nth-child(4) { grid-area: d}
.slider-template > a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider-template > a {
    position: relative;
    cursor: pointer;
}
.slider-template > a > p {
    color: white;
    position: absolute;
    top: 50%;
    right: 10%;
    font-size: 16px;
    font-weight: 700;
    transition: 0.4s;
    z-index: 10;
    line-break: auto;
}
.slider-template > a {
    overflow: hidden;
    border-radius: 10px!important;
}
.slider-template > a:hover > img {
    transition: 0.4s;
    transform: scale(1.1);
    filter: brightness(0.3);
}
.slider-template > a:hover > p {
    top: 60%;
    transition: 0.4s;
}
.slider-template > a > i {
    position: absolute;
    z-index: 10;
    top: 90%;
    right: 10%;
    color: white;
    font-size: 12px;
    opacity: 0;
    transition: 0.4s;
}
.slider-template > a:hover > i {
    top: 80%;
    transition: 0.4s;
    opacity: 1;
}
.text-title{
    font-size: 16px;
    font-weight: 900;
}
.text-primary{
    color:#377dff;
    transition: 0.4s;
}
.text-primary:hover{
    color:#1366ff;
    transition: 0.4s;
}
.mx-auto{
    margin: 0 auto;
}
