<!DOCTYPE html>
<html lang="pt-BR">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" href="motelcast_2023/assets/css/main.css">
    <link rel="shortcut icon" href="motelcast_2023/assets/img/favicon.png">
    <title>MotelCast - O Podcast do Guia de Motéis</title>
</head>

<body>
    <header class="header-hero">        
        <video
            preload
            autoplay
            loop
            muted
            playsinline
            class="header-video">
            <source
                src="motelcast_2023/assets/video/mobile.mp4"
                type="video/mp4"
                media="(max-width: 48rem)">
            <source
                src="motelcast_2023/assets/video/desktop.mp4"
                type="video/mp4"
                media="(min-width: 49rem)">
        </video>
        <div class="header-container">
            <div class="header-content">
                <div class="header-logos">
                    <img src="motelcast_2023/assets/img/logo1.png" alt="logo">
                    <!-- <img src="motelcast_2023/assets/img/logo2.png" alt="logo"> -->
                </div>
                <div class="header-text">
                    <h1>Dê o play e descubra como deixar o seu motel ainda melhor!</h1>
                </div>
                <div class="header-social">
                    <span>Ouça agora:</span>
                    <div class="header-buttons">
                        <a href="https://open.spotify.com/show/357kWctdjIx6UfifxO2vLU" target="_blank">
                            <img src="motelcast_2023/assets/img/spotify.png" alt="spotify">
                        </a>
                        <a href="https://www.youtube.com/@motelcast" target="_blank">                            
                            <img src="motelcast_2023/assets/img/youtube.png" alt="youtube">
                        </a>
                        <a href="https://blubrry.com/motelcast/" target="_blank">                            
                            <img src="motelcast_2023/assets/img/blubrry.png" alt="blubrry">
                        </a>
                    </div>
                </div>
            </div>
        </div>
    </header>        
</body>

</html>