/*
Theme Name: Arkinova Engenharia
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/


body {
  margin: 0;
  padding: 0;
}

.slider {
  width: 100%;
}

.slide {
  position: relative;
}

.slide img {
  width: 100%;
  height: auto;
}

.content-box {
  position: absolute;
  top: 50%;
  left: 80px;
  width: 600px;
  background-color: #E5E5E5A8;
  padding: 30px;
  transform: translateY(-50%);
  font-family: "Montserrat",Sans-serif;
  font-size: 38px;
  font-weight: 700;
}

.slide-button {
  display: inline-block;
  margin-top: 20px;
  padding: 20px;
  background-color: #f9be5f;
  font-family: "Montserrat",Sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  transition: background-color 0.3s;
}

.slide-button:hover {
  background-color: #0b7872;
}

.slide#slide1 {
    background-image: url('https://arkinova.com.br/wp-content/uploads/2023/06/slide01-e1686793701146.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slide#slide2 {
    background-image: url('https://arkinova.com.br/wp-content/uploads/2023/06/engenharia-civil-min.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
