@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/RobotoCondensed-Regular.ttf'); 
}

@font-face {
    font-family: 'Roboto Condensed Bold';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/RobotoCondensed-Bold.ttf'); 
}

@font-face {
    font-family: 'Roboto Condensed ExtraBold';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/RobotoCondensed-ExtraBold.ttf'); 
}

@font-face {
    font-family: 'Roboto Condensed Light';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/RobotoCondensed-Light.ttf'); 
}

@font-face {
    font-family: 'TitanOne';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/TitanOne-Regular.ttf'); 
}


*{box-sizing: border-box;}

body {
    font-family: "Roboto Condensed";
    margin: 0;
    color: #444444;
    font-weight: 400;
    background-color: #F3F3EE;
}

h1{
    font-size: 28px;
    color: rgb(33,150, 243);
    line-height: 30px;
    display:inline-block; 
    vertical-align: middle;
    margin:0;
    font-weight: 100;
    font-family: 'TitanOne';
    
}

h2{
    margin-bottom:3px;
    margin-top:5px;
    color: #292b2c;
    font-size: 36px;
    font-family: "sans-serif";
}

h3{
    margin:0 0px 18px 0;
    font-size: 24px;
    font-weight: normal;
    font-family: "Roboto Condensed Bold";
}
h4{
    margin:7px 0px 7px 0 ;
    font-size: 18px;
    font-family: "Roboto Condensed Bold";
    width: 78%;
}



.subtitle-container{
    
    width: 100%;
    padding-top: 15px;
    padding-bottom: 5px;
}

.subtitle-inner{
    display: flex;
    justify-content: space-between;
    align-items:flex-start;
    /* padding:80px 20px 50px 20px */
}
.image-container{
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    margin-top:10px

}
.profile-img{
    border-radius: 50%;
}
.container{
    width: 1000px;
    margin:auto;
}

.main-layout{
    padding: 80px 0 0 0;
}
.panel{
    border-radius: 4px;
    background: #ffffff;
    padding: 5px 0;
    margin-bottom: 10px; 
    /* box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12); */
}

.delimiter{
    width: 5px;
    height: 5px;
    margin: 0 12px;
    background-color: #146fd7;
}
.journeys{
    overflow: hidden;
    transition: 1.5s ease-in-out ;
    font-size: 20px;
    margin-right: 9px;
}
.journey{
    margin: 0;
    position: relative;
}

.journey-text{
    padding: 5px 20px 0 0 ;
    
}

.arrow-top{
    color:#146fd7;
    display: inline-block; 
    vertical-align: top;
    margin-top:-4px;
    width: 35px;
    height: 35px;
    transition: 0.2s;
}

.chevron-down{
    background: url("../images/chevron_down.svg") no-repeat;
    background-size: 35px;
}
.chevron-up{
    background: url("../images/chevron_up.svg") no-repeat;
    background-size: 35px;
}
.header_3{
    display: flex;
    justify-content: space-between;
    cursor:pointer;
    font-size: 24px;
}

.panel-title{
    width: 90%;
}
.icon{
    font-size: 34px !important;
}

.trip-img{
    width: 100%;
    height: auto;
    margin-bottom:10px;
    display: block;
    max-height: 500px;
    object-fit: cover;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.trip-img-desc{
    margin-bottom:35px;
    font-size: 16px;
    padding-top: 10px
}
.image-wrapper{
    margin-bottom:16px;
    position: relative;
}

.journey-img{
    width: 100%;
    height: auto;
    margin-bottom:3px;
}

.journey-img-desc{
    font-size: 18px;
    text-align: center;
}
.profile-img{
    width:60px;
    height:60px
}

.publisher-name{
    margin-bottom: 4px;
}
.start{
    font-size: 14px;
    background: url("../images/calendar.svg") no-repeat;
    background-size: 20px;
    padding-left: 25px;
    line-height: 24px;
}



.map-container{
    background-color: #EEF2F6;
    display: flex;
    justify-content: space-around;
    margin:0 -16px 15px -16px ;
    padding:15px 0;
    border-bottom: 1px  solid #d1d5db;
    
}
.map-image{
    width: 600px;
    height: 400px;
    object-fit: contain;
    border-radius: 10px;
    display: block;
}

.distance-container{
    display: flex; 
    align-items: center; 
    margin:0px 0 12px 0;
    justify-content: space-around;
    position: absolute;
    top: 0px;
    right:0;
}
.inner-container{
    display: flex; 
    align-items: center;
} 
.inner{
    display: flex; 
    align-items: center;
    font-size: 18px;
    margin-left: 30px;
}
.duration{
    margin:0 0 0 10px;
    font-size: 16px;
    background: url("../images/clock.png") no-repeat;
    
    padding-left: 25px;
    line-height: 24px;
}
.distance{
    margin:0 0 0 10px;
    font-size: 16px;
    background: url("../images/path.png") no-repeat;
   
    padding-left: 25px;
    line-height: 24px;
} 

.start{
    
}
.picture-btn{
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #000000;
    /* opacity: 0.4; */
    color: #ffffff;
    border:none;
    bottom: 40px;
    right: 20px;
    font-size: 16px;
    font-weight: bold;
    cursor:pointer;
}

.close{
    background:url("../images/minimize.png") no-repeat center;
    background-size: 40px;
    border-radius: 50%;
}

.delimeter{
    width: 100%;
    height: 1px;
    background-color:#d1d5db ;
    margin:20px 0
}
.panel-first-title{
    color:#2196f3;
    font-weight: bold;
}





@media only screen and  (max-width: 1000px) {
    h1{
        font-size: 22px;
    }
    
    h2{
        font-size: 24px;
    }
    h3{
        font-size: 20px;
        margin-bottom: 10px;
    }
    h4{
        font-size: 18px;
        width: 100%;
    }
    
    .subtitle-container{
       padding-bottom: 0;
    }
    
    .container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        border-radius: 0 ;

    }
    .image-container{
        width: 40px;
        height: 40px;
    }
    .profile-img{
        width: 40px;
        height: 40px;
    }
    .main-layout{
      
    }
    .arrow-top{
        width: 30px;
        height: 30px;
    }
    .journey{
        margin:10px 0 20px 0
    }
    
    .delimiter{
        margin:0 8px;
        width:4px;
        height: 4px;
    }
    .trip-img-desc{
        font-size: 14px;
    }

    .journeys{
        margin-right: 0;
    }

    .image-wrapper{
        margin-bottom:16px;
    }
    
    .journey-img{
        width: 100%;
        height: auto;
        margin-bottom:3px;
    }
    
    .journey-img-desc{
        font-size: 14px;
    }
    .duration{
        font-size: 14px;
        background-size: 16px;
        padding-left: 19px;
        line-height: 20px;
        margin-left: 0
    }
    .distance{
        font-size: 14px;
        margin-left:5px;
        background-size: 16px;
        padding-left: 19px;
        line-height: 20px;
        
    }
    .inner {
        margin-left:0px;
        
    }
    .picture-btn{
        bottom: 30px;
        right: 15px;
    }
    .map-img{
        width: 100%;
        height: auto;
    }
    .distance-container{
        display: block; 
        align-items: center; 
        margin:0px 0 12px 0;
        justify-content: space-around;
        position: unset;
    }

    .header_3{
        line-height: 30px;
        font-size: 20px;
    }

    .trip-img{
        height: auto;
        max-height: 300px;
        margin-bottom: 0;
    }
}