/*
Theme Name: MotoCambodia
Theme URI: https://www.debu.pl
Author: DeBu Media
Author URI: https://www.debu.pl
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: motocambodia
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@charset "UTF-8";
*,*::before,*::after {
    box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
     :root {
        scroll-behavior: smooth;
    }
}

:root {
    --debu-global-color-primary: #fff;
    --debu-global-color-secondary:#2f3045;
    --debu-global-color-text: #000;
    --debu-global-color-accent: #df6850;
    --debu-global-color-accent2: #ff8e6c; 
    --debu-global-color-text-secound:#5e6182;
    --debu-global-button:#f1a501;
    --debu-global-typography-primary-font-family: "Jost", sans-serif;
    --debu-global-typography-primary-font-weight: 600;
    --debu-global-typography-secondary-font-family: "Marcellus", serif;
    --debu-global-typography-secondary-font-weight: 400;
    --debu-global-typography-text-font-family: "Jost", sans-serif;
    --debu-global-typography-text-font-weight: 400;
    --debu-global-typography-accent-font-family:"Jost", sans-serif;
    --debu-global-typography-accent-font-weight: 500;
    --debu-global-color-astglobalcolor4: #fff;
    --site-width:1240px;
}
body{
    box-sizing: border-box;
    margin:0;
    padding:0;
    font-family: var(--debu-global-typography-text-font-family);
    font-size:16px;
    background: var(--debu-global-color-astglobalcolor4)
}
h1, h2, h3, h4, h5, h6,.title{
    font-family: var(--debu-global-typography-secondary-font-family);
}
.dm-container { 
    width: 100%;
    max-width: var(--site-width);
    padding: 0px 10px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}
.dm-flex{
    display: flex;
}
.link-flex a {display:flex!important;}
.dm-flex-space-between{
    justify-content:space-between;
} 
.dm-wrap{
    flex-wrap: wrap;
}
.masterheader{width:100%; padding:10px 0; z-index:2; display: block; position: relative; margin-bottom:50px;}
.logo img{
    width:128px;
}
.master-menu{
    background: var(--debu-global-color-primary);
    width:100%;
    margin:0 auto;
    
}
.main-menu  {
    list-style: none;
    margin: 0 auto;
    padding: 0
}
#menu-toggle:checked~.main-menu {
    display: flex;
    position: fixed;
    flex-flow: row wrap;
    height: 100vh;
    width: 100%;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    align-content: center;
    clear: both;
    z-index: 9999999;
    background: rgba(255,255,255,.9);
    overflow-y: hidden;
    transition: .5s
}
#menu-toggle {
    display: none
}

.menu-button,.menu-button::before,.menu-button::after {
    display: block;
    background-color: #ffffff;
    position: absolute;
    height: 4px;
    width: 30px;
    right: 0;
    transition: transform 400ms cubic-bezier(.23,1,.32,1);
    border-radius: 2px
}

.menu-button::before {
    content: "";
    margin-top: -8px
}

.menu-button::after {
    content: "";
    margin-top: 8px
}

#menu-toggle:checked+.menu-button-container .menu-button::before {
    margin-top: 0;
    transform: rotate(405deg)
}

#menu-toggle:checked+.menu-button-container .menu-button {
    background: rgba(255,255,255,0);
    position: fixed;
    right:10px;
}

#menu-toggle:checked+.menu-button-container .menu-button::after {
    margin-top: 0;
    transform: rotate(-405deg)
}

.main-menu>li {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: .5em 0;
    width: 100%;
    position: relative;
    color: #000
}

.main-menu>li:not(:last-child) {
    border-bottom: 1px solid #444
}
#menu-toggle:checked~.master-menu {
    background: #fff
}

#menu-toggle~.main-menu li {
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(.23,1,.32,1)
}

#menu-toggle:checked~.main-menu li {
    padding: .2em 0;
    width: 100%;
    text-align: center;
    transition: height 400ms cubic-bezier(.23,1,.32,1)
}

.master-menu {
    margin-top: 53px;
    display: flex;
    align-items: center;
    
}
.main-menu {
    margin-top: 30px;
    list-style: none;
    z-index: 1;
    display: none;
    position: static;
    z-index: 99999;
}
.menu-button-container {
    z-index: 99999999;
    position: absolute;
    right: 10px;
    top: 70px;
}
#menu-toggle:checked~.main-menu {
    display: flex;
    position: fixed;
    flex-flow: row wrap;
    height: 100vh;
    width: 100%;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    align-content: center;
    clear: both;
    z-index: 9999999;
    background: rgba(0, 0, 0, 0.9);
    overflow-y: hidden;
    transition: .5s;
}
#menu-toggle {
    display: none
}

.menu-button,.menu-button::before,.menu-button::after {
    display: block;
    background-color: var(--debu-global-button);
    position: absolute;
    height: 4px;
    width: 30px;
    right: 0px;
    transition: transform 400ms cubic-bezier(.23,1,.32,1);
    border-radius: 2px
}

.menu-button::before {
    content: "";
    margin-top: -8px
}

.menu-button::after {
    content: "";
    margin-top: 8px
}

#menu-toggle:checked+.menu-button-container .menu-button::before {
    margin-top: 0;
    transform: rotate(405deg)
}

#menu-toggle:checked+.menu-button-container .menu-button {
    background: rgba(255, 255, 255, 0);
    position: fixed;
  
}

#menu-toggle:checked+.menu-button-container .menu-button::after {
    margin-top: 0;
    transform: rotate(-405deg)
}

.main-menu>li {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: .5em 0;
    width: 100%;
    position: relative;
    color: #000
}

.main-menu>li:not(:last-child) {
    border-bottom: 1px solid #444
}
.main-menu li a {
    padding: 10px 0;
    text-decoration: none;
    display: block;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    min-width: 229px;
    text-align: center;
    transition: ease-in padding .2s;
 
}

.main-menu li ul {
    display: none;
    box-shadow: #000 1px solid; 
}

.main-menu li {
    display: block!important;
    float: none;
    border-top: none!important
}

.main-menu ul li a {
    width: auto;
    min-width: 100px;
    padding: 0 20px;
   
}

.main-menu li:hover ul li:nth-last-child(1) a {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px
}

.main-menu li a:hover+.sub-menu,.sub-menu:hover, .wp-block-column a {
    display: block;
    padding:0;
    color:#242323;
}
.main-menu li a:hover{
    color:var(--debu-global-color-accent);
}
.language-switch{
    display: flex;
    position:absolute;
    left:50%;
    top:60px;
}
.language-switch a{
    text-decoration: none;
    color:var(--debu-global-color-accent);
    margin:0 10px;
}
.dm-hero{
    width:100%;
    min-height:100vh; 
    background-position: center;
    background-size: cover;
    position: relative;
    margin-top:-210px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding-bottom:150px;
}
.dm-hero::after{
    content: "";
    width:100%;
    height: 100%;
    background: #00000048;
    display: block;
    position: absolute;
}
.dm-hero-text{
display: flex;
flex-wrap: wrap;
z-index: 1;
position: relative;
width:100%;
color:var(--debu-global-color-primary);
font-family: var(--debu-global-typography-accent-font-family);
margin-top:125px;
justify-content: center;

}
.dm-hero-text h1, .dm-hero-text h3{
    width:100%;
    text-align: center;
    line-height: 1.25em;
}
.dm-hero-text h3{
    margin-bottom:-20px;
   color:var(--debu-global-color-accent2);
    letter-spacing: 0.3em;
    font-size: 16px;
}
.dm-hero-text h1{
    font-size:23px;
    position: relative;
}

.dm-hero-text p{
    width:100%;
    text-align: center;
   
}
.dm-btn1{
    text-decoration: none;
    color:var(--debu-global-color-astglobalcolor4);
    padding:10px 50px; 
    background: var(--debu-global-button);
    border-radius: 10px;
    text-align: center;
    width:100%;
    transition: all 0.25s;
    font-size:1.25em;
}
.dm-btn1:hover{
    background: var(--debu-global-color-accent);
    color:var(--debu-global-button);
}

section h1{
    font-size:36px;
    width:100%;
    text-align: center;
}
section h3{
    font-size:16px; 
    color:var(--debu-global-color-secondary);
    width:100%; 
    text-align: center;
    margin-bottom:-0.95em;
   

}
.our-trips{
    margin-top:100px;
    position: relative;
    
}
.trips-offer{
    display: flex;
    width:100%;
    flex-wrap: wrap;
    position: relative;
    
}
.tip-box{
    width:90%;
    display:flex;
    flex-direction: column;
    border-radius: 24px;
    box-sizing: border-box;
    margin-left:5%;
    
    
}
.carousel-cell {width:80%}
.trip-thumb img{
    width:100%;
    height:520px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    object-fit: cover;
}
.trip-desc{width:100%;
height:100%; 
border-bottom-left-radius: 24px;
border-bottom-right-radius: 24px;
background: var(--debu-global-color-primary);
font-size:24px;
-webkit-box-shadow: -1px 3px 50px -37px rgba(15, 15, 16, 0.41);
-moz-box-shadow: -1px 3px 50px -37px rgba(15, 15, 16, 0.41);
box-shadow: -1px 3px 50px -37px rgba(15, 15, 16, 0.41);
}
.trip{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 15px;
    overflow: hidden;
	min-height:4em;
}
.trip .price{
    font-size:20px;
}
.trip-info::before{
    content: "";
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M444.5 3.5L28.7 195.4c-48 22.4-32 92.8 19.2 92.8h175.9v175.9c0 51.2 70.4 67.2 92.8 19.2l191.9-415.8c16-38.4-25.6-80-64-64z"/></svg>');
  background-repeat: no-repeat;
    display: inline-block;
    width:20px;
    height: 20px;
    margin:0 10px;
    overflow: hidden;
}
.wrapper-decore{
    background: url(images/wrapper-decoder.png);
    width:100%;
    height:350px;
    margin:50px 0;
    background-position:bottom;
    background-size:cover;
    background-repeat: no-repeat;
    box-sizing: border-box;
}
.about-us-text p {
    text-align: justify;
    font-size:24px;
    font-weight: 500;
}
.about-us-images {
    display: flex;
    justify-content: center;
    align-items: center;

}
.about-us-images img{
    width:50%;
    height:50%;
    object-fit: cover;
    border: 10px solid white;
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.02), 0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0151852), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0121481), 0px 20px 13px rgba(0, 0, 0, 0.01), 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.00785185), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.00481481);
    border-radius: 26px;
}
.about-us-images .rotate{
    transform: rotate(9deg);
margin-left:-10%;}
.about-us-box{
    display: flex;
    flex-wrap: wrap-reverse;
    justify-items: center;
}
.contact-btn{
    margin:25px auto;
   display: block;
}
.motto{
    margin:50px 0;
    background: #4e4e73;
    width:100%;
    min-height: 250px;
    display: flex;
    align-items: center;
}
.motto .box{
    display: flex;
    align-items: center;
    color:var(--debu-global-color-astglobalcolor4)
}
.motto .box h3{
    color:var(--debu-global-color-astglobalcolor4);
    margin-bottom:10px;
}
.motto .box:nth-child(2){
    flex-flow: row-reverse;
}
.motto .box .box-image img{
width:112px;
height:112px; 
border-radius:100%;
margin-right:20px;
}
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin:10px 0;
  }
  
  .active, .accordion:hover {
    background-color: #ccc;
    border-radius:8px
  }
  
  .accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  
  .active:after {
    content: "\2212";
  }
  
  .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  .newsletter{
    margin:50px 0;
  }
  .newsletter-form{
    background: #40709354;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
border-radius: 129px 20px 20px 20px;
min-height:400px;
padding:20px;
  }
  .newsletter-form h2{
    font-size: 33px;
    color:#5e6282;
    text-align: center;
  }
  .newsletter-form form{
    
    display:flex;
    flex-direction: column;
  }
  .newsletter-form form input {
    padding:20px;
    width:100%;
    box-sizing: border-box;
    background: #fff;
    border:none;
    border-radius:10px;
    margin-right:30px;
  }
  .newsletter-form form input[type="submit"]{
    background: linear-gradient(180deg, #FF946D 0%, #FF7D68 100%);
border-radius: 10px;
min-width:100px;
min-height:50px;
border:0;
transition: all 1s;
color:#fff; }
.newsletter-form form input[type="submit"]:hover{
    background: linear-gradient(180deg, #9e6551 0%, #854339 100%);}
.masterfooter{
    margin-top:150px;
}
.footer-logo {
    display: flex;
    justify-content:center ;
}
.footer-logo img {
    width:100%;
    max-width: 320px;
}
.footernav .column h1{
    font-size:21px;
	display:none;
}
.footernav .column {
    text-align: center;
}
.footernav .column ul {
    list-style: none;
    text-align: center;
    margin:0 auto;
    padding:0;
}
.footernav .column ul li a {
    text-decoration: none;
    color:#000;
    text-align: center;
}
.footernav .column ul li a:hover{
    color:var(--debu-global-color-accent);
}
footer .left, footer .center, footer .right{
width: 100%;
display: flex;
align-items: center;
font-weight: 500;
justify-content: center;
text-align: center;
margin:20px auto;
}
footer .right img {
    width:120px;
}
footer  .center svg {
    fill: #000;
    width: 32px;
    height: 32px;
    margin: 0 10px;}
.dm-flex-wrap{flex-wrap: wrap;}
.rights{margin-top:50px;}
.news-list{
    display:flex; 
    justify-content: flex-start;
    flex-wrap: wrap;
}

.slider-offfer{
    width: 100%;
    
  }
  /* Contact Form */
.wpcf7-text {
  width: 100%;
  padding: 10px 2px;
  background: none;
  border: none;
  border-bottom: 1px solid #666;
  color: #666;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
  transition: border-color .2s;
	background:  #40709354;
	border-radius:5px;
}

.wpcf7-text::placeholder {
  color: #666;
}

.wpcf7-text:focus {
  border-bottom-color: #666;
}

.wpcf7-submit {
  background: none;
  border: none;
  color: #666;
  font-size: 14px;
  cursor: pointer;
  outline: none;
	background:  #40709354;
	border-radius:5px;
	padding:10px 50px
}

.wpcf7-submit:hover {
  color: #b9134f;
}
.wpcf7-textarea{
min-height:150px;
width: 100%;
  padding: 10px 2px;
  background: none;
  border: none;
  border-bottom: 1px solid #666;
  color: #666;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
  transition: border-color .2s;
	background:  #40709354;
	border-radius:5px;

}
/*Card */ 
.img-card {
    width:100%;
    position: relative;
    border-radius: 5px;
    text-align: left;

    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
    -o-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);        
}

    .img-card .card-image {
        position: relative;
        margin: auto;
        overflow: hidden;
        border-radius: 5px 5px 0px 0px;
        height: 200px;
    }

    .img-card .card-image img {
        width:100%;
        border-radius: 5px 5px 0px 0px;
        
        -webkit-transition: all 0.8s;
        -moz-transition: all 0.8s;
        -o-transition: all 0.8s;
        transition: all 0.8s;
    }

    .img-card .card-image:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }        

    .img-card .card-text {
        padding: 0 15px 15px;
        line-height: 1.5;   
    }

    .img-card .card-link {
        padding: 20px 15px 30px;
        width: -webkit-fill-available;
    }

        .img-card .card-link a {
            text-decoration: none;
            position: relative;
            padding: 10px 0;
        }

        .img-card .card-link a:after {
            top: 30px;
            content: "";
            display: block;
            height: 2px;
            left: 50%;
            position: absolute;
            width: 0;

            -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
            -moz-transition: width 0.3s ease 0s, left 0.3s ease 0s;
            -o-transition: width 0.3s ease 0s, left 0.3s ease 0s;
            transition: width 0.3s ease 0s, left 0.3s ease 0s;
        }

        .img-card .card-link a:hover:after { 
            width: 100%; 
            left: 0; 
        }        
    
    .img-card.iCard-style1 .card-title {
        position: absolute;
        font-family: var(--debu-global-typography-accent-font-family);
        z-index: 1;
        top: 10px;
        left: 10px;
        font-size: 30px;
        color: #fff;
		text-align: center;
    	text-shadow: 0px 3px 2px black;
		text-decoration:none;

    }
    
    .img-card.iCard-style1 .card-text {            
        color: #795548;
    }

    .img-card.iCard-style1 .card-link a {
        color: #FF9800;                
    }

    .img-card.iCard-style1 .card-link a:after {            
        background: #FF9800;
    }

/*Tablety */
@media screen and (min-width:350px){}

/*Urzadzenia pomiędzy tabletami a Laptopami */ 
@media screen and (min-width:612px){
	section h3{
		 line-height: 0.2em;
	}
.dm-btn1 {
    width: unset;
}
.contact-btn{
    width:170px;

}
.trips-offer{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  
    
}
.tip-box{  width:45%; margin:25px auto; }
.carousel-cell {width:45%}
.trip-desc{height:100%;}
.trip{   flex-direction: column; text-align: center;}
.trip h2, .trip .price{
    width:100%;
 
}
.trip-info{
    text-align: center;
}
.newsletter-form form{
    flex-direction: row;
    
}
.newsletter-form input[type="submit"]{
    width:unset;
    margin-left:20px;
}
.footernav{
    display: flex;
    width:100%;
    justify-content: center;
}
.footernav .column{
    width:30%;
}
	.footernav .column h1 {display:block;}
}
@media screen and (min-width:800px){
.tip-box{
   width:calc(45% - 25px);
   margin:25px 
}
.carousel-cell {width:45%;}
.trips-offer{
    justify-content: flex-start;
}
.about-us-text, .about-us-images{
    width:45%;
}
.about-us-text h1, .about-us-text h3{
    text-align: left;
}
.mottobox{
    display: flex;
}
.motto .box{
    width:30%;
}
.motto .box:nth-child(2){
    flex-flow:unset;
}
.motto .box-text{min-height:177px; display: flex; flex-direction: column; justify-content: flex-start;}
.footer-navigation{
    display: flex;
    align-items: center;
    margin-bottom:50px;
    justify-content: space-between;
}


.footernav .column {
    display: flex;
    align-items: end;
    flex-direction: column;
 
}
.footernav .column h1{
    text-align: right;
	display:block;
}
.footernav .column ul{
    text-align: left;
    margin:0 0;
    align-items: flex-end;
    width:100%;
}
.footernav .column ul li{
    display: flex;
    justify-content: flex-end;
}
.footernav .column ul li a{
   
    text-align: left;
}
footer .left, footer .center, footer .right{width:unset; margin:unset; text-align: left;}
.img-card {width:calc(50% - 20px); margin:10px;}
	.newsletter-form form input {
    min-width:550px;
    width:unset;
  }
}


/*Male Laptopy */

@media screen and (min-width:1023px) {
    .masterheader{
        display: flex;
       
    }
    .masternav{
        width:calc(100% - 150px);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .menu-button{display: none;}
    .main-menu{
        display: flex;
       max-width:100%;
        margin:0;
        list-style: none;
      align-items: center;
        text-align: center;
    }
      
    .main-menu li {
        position: relative;
        width:auto;
       
        
    }
    .main-menu li a {
        text-align: left;
        min-width:unset;
        padding:10px 25px;
        color:var(--debu-global-color-primary);
		font-size:14px;
   
    }
    .main-menu li a {
        padding:10px 20px;
    }
    .main-menu li a:hover{
        color:var(--debu-global-color-accent);
    }
  
    .main-menu li ul {
        width: 240px;
        background: var(--debu-global-color-secondary);
        left: -0.25em;
        height:auto;
        position: absolute;
        top: 100%;
        z-index: 99999;
        padding:20px 5px;
        border-left:1px solid var(--debu-global-color-primary);
        color:var(--debu-global-color-primary);
    }
    .main-menu li ul li a{
        padding:20px 
    }
    .language-switch{
        display: flex;
        position:relative;
        left:0px;
        top:unset;

    }
    .dm-hero{
        height:80vh;
        min-height: 650px;
    }
    .dm-hero-text h3{
        margin-bottom:-50px;
        font-size: 24px;
    }
    .dm-hero-text h1{
        font-size:48px;
    }
    .dm-hero-text h1 span::after{
        content: "";
        background: url(images/decor.png);
        background-repeat: no-repeat;
        background-position:center;
        position: absolute;
        left:0;
        width:100%;
        height:24px;
        bottom:-15px;
    }
    .tip-box{
        margin:20px;
        width:calc(33% - 40px);
        background: var(--debu-global-color-primary);
}
.carousel-cell {width:33%}
.trip-desc{height:160px;}
.trip{ text-align: unset; flex-direction: row;}
.trip h2, .trip .price{
    width:unset;
    font-size: 24px;
}

  .img-card {width:calc(33% - 40px); margin:20px;}

}

/*Desktopy */

@media screen and (min-width:1500px) {
    
    .trips-offer::after{
        right:-130px;
    }
}

/* FAQ */
.lightweight-accordion {
    margin-bottom: .4em
}

.lightweight-accordion .lightweight-accordion-title {
    display: list-item;
    background: #f1f2f6;
    padding: 10px 12px 10px 18px;
    cursor: pointer
}

.lightweight-accordion .lightweight-accordion-body {
    padding: 10px
}

.lightweight-accordion.bordered .lightweight-accordion-body {
    border: 2px solid #f1f2f6;
    border-top: 0
}

.lightweight-accordion details[open] summary~* {
    animation: lwopen .5s ease-in-out
}

.lightweight-accordion .lightweight-accordion-title h1,.lightweight-accordion .lightweight-accordion-title h2,.lightweight-accordion .lightweight-accordion-title h3,.lightweight-accordion .lightweight-accordion-title p,.lightweight-accordion .lightweight-accordion-title span {
    display: inline;
    font-size: 18px;
    font-family: inherit;
    font-weight: 400;
}
@keyframes lwopen {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}
p a {
	text-decoration:none;
}
.trips-offer .wp-block-cover {
	width:100%; 
	border-radius:25px;
}
.link-fullscreen a{
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: -2em;
   
	
}

.link-fullscreen a mark{
	transition: color 1s linear 0.5s;
}
.link-fullscreen a mark:hover{
	transition: color 1s linear 0.5s;
	color:red!important;
	
}
.link-fullscreen a:hover mark {
	color:red!important;
	transition: color 1s linear 0.5s;
}