.container__cover-home{
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(images/im@ges/Slideshow1Home/5.png);
    background-size:cover;
    min-height: 100vh;
    min-width: 220px;
}

.hotels{
    display: flex;
    flex-direction: row;
    padding-top: 30px;
}
.hotel-description{
   padding-left: 5%;
   padding-right: 5%;
   padding-top: 60px;
}
#myVideo{
    width: 65%;
    height: auto;
    display: block;
    margin: auto;
    padding-bottom: 25px;
}
.home-vid{
    text-align: center;
    padding-bottom: 40px;
}
.description{
    text-align: center;
    width: 90%;
    display: block;
    margin: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: rgb(212, 218, 235);
    margin-bottom: 50px;
    h2{
        padding-left: 70px;
        padding-right: 70px; ;

    }
}
.services{
    background-color: rgb(139, 192, 230);
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    height: 630px;
    width: 100vw;
}
.service-box{
    flex-basis: 33%;
    overflow: hidden;
    .content{
        height: 550px;
        background-color: rgb(133, 182, 217); 
        width: 85%;
        display: block;
        margin: auto;
        margin-top: 35px;
        border-radius: 15px;
    }
    h2{
        font-size: 200%;
        padding-top: 30px;
        padding-bottom: 10px;
    }
    p{
        font-size: 125%;
        padding-bottom: 35px;
    }
    h2,p{
        padding-left: 35px;
        padding-right: 35px;
    }
}
.service-img{
    background-color: white;
    width: 265px;
    height:265px;
    overflow-x: hidden;
    border-radius: 15px;
    display: block;
    margin: auto;
    img{
       width: 250px; 
       height: 250px;
       margin-left: 7.5px;
       margin-top: 7.5px;
       object-fit:cover;
       object-position: center;
       border-radius: 15px;
       
    }   
}

#company-scroll {  
    overflow: hidden;
    padding-bottom: 50px;
}

#companies {
    width: 155%;
    div{
        padding-right: 75px;
        display: inline;
    }
}
.about{

    display: flex;
    flex-direction: row;
    width: 90%;
    margin: auto;
    div{
        flex-basis: 50%;
        color: white;
    }
    background-image: url("../images/content/Headers/brand-story-1.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 500px;

   
    h1{
        padding-top: 100px;
        font-size: 300%;
        padding-left: 100px;
        padding-right: 100px;
    }
    p{
        padding-top: 120px;
        font-size: 125%;
        padding-left: 80px;
        padding-right: 150px;
    }
}

.brand-story{
    padding-top: 100px;
    padding-bottom: 75px;
    display: flex;

    justify-content: space-evenly;
    h3{
        font-size: 170%;
    }
    li{
        font-size: 135%;
        padding-left: 30px;
    }
    .line{
        width: 100%;
        height: 1px;
        background-color: black;
    }
}
.blog-button{
    display: block;
    margin: auto;
    width: 250px;
    height: 50px;
    background-color: rgb(52, 68, 109);
    cursor: pointer;
    border-radius: 15px;
    a{
        color: white;
        text-align: center;
        font-size: 150%;
        p{
            padding-top: 10px;
        }
    }
    
}

.project-end{
    margin: auto;
    margin-top: 100px;
    background-image: url("../images/content/Dumb AI/image-44.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 600px;
    .text{
        height: 600px;
        color: white;
        text-align: center;
        padding-top: 200px;
        background-color: rgba(0, 0, 0, 0.6);
        h1{
            font-size: 450%;
            padding-left: 200px;
            padding-right: 200px;
        }
    }
}
.companies-mobile{
    display: none;
}

@media screen and (max-width: 1000px) {
    .companies-mobile{
        display: block;
        #companies-mobile{
            display: block;
            margin-left: 25px;
            div{
                display: inline-block;
                margin: auto;
                img{
                    width: 5em;
                    display: block;
                }
            }
        }
    }
    .project-end{
        
        .text{
            padding-top: 220px;
            
            h1{
                font-size: 250%;
                padding-left: 0px;
                padding-right: 0px;
            }
        }
    }
    .about{
        flex-direction: column;
        height: 550px;
        h1{
            padding-top: 25px;
            font-size: 200%;
            padding-left: 10px;
            padding-right: 10px;
        }
        p{
            padding-top: 0px;
            font-size: 120%;
            padding-left: 15px;
            padding-right: 10px;
        }
        
    }
    .brand-story{
        flex-direction: column;
        width: 80%;
        margin: auto;
        text-align: center;
        .line{
            display: none;
        }
        .brand-right{
            padding-top: 35px;
        }
    }
    #companies{
        width: 100%;
    }
    #company-scroll{
        width: 15%;
        display: none;
    }
    .services{
        flex-direction: column;
        height: 1200px;
    }
    .service-img{
        width: 165px;
        height: 165px;
        img{
            margin-left: 4.5%;
            width: 150px;
            height: 150px;
        }
    }
    .service-box{
        p{
            padding-top: 0px;
            padding-bottom: 15px; 
        } 
        .content{
           
            height: 370px;
            margin-top: 20px;
            h2{
                font-size: 150%;
            }
            p{
                font-size: 110%;
                padding-left: 20px;
                padding-right: 20px;
            }
        }
        
    }
}