@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&family=Poppins&family=Roboto+Mono&family=Rubik+Pixels&family=Sono&display=swap');

@font-face {
    font-family: "Anton";
    src: url('fonts/Anton-Regular.ttf') format('opentype');
}

@font-face{
    font-family: "Spartwell";
    src: url('fonts/Spartwell.otf') format('opentype');
}

*{
    font-family: "Poppins";
    margin: 0;
    padding: 0;
    /* box-sizing: border-box;
    border: 1px solid red; */
}

.home .carousel ol li{
    border:1px solid #ffd234;
}

h1 {
    font-size: 300px;
}

.navbars{
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    background-color: white;
    z-index: 99999999;
}

.navbars .icon img{
    width: 100px;
    height: 50px;
}

.navbars .feature{
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #ffd234;
}

.navbars .feature a{
    color: #ffd234;
    margin: 1px 0 0 0;
    font-size: 20px;
}

.navbars .feature .fas{
    margin: 0 0 0 20px;
}

.home{
    margin: 50px 0 0 0;
}

.home #myCarousel{
    width: 100%;
    height: 600px;
}

.home #myCarousel .left, 
.home #myCarousel .right{
    background: none;
}

.home #myCarousel .glyphicon{
    display: flex;
    justify-content: space-around;
    width: 30px;
    height: 30px;
    font-size: 20px;
    color: white;
    background-color: #ffd234;
    cursor: pointer;
    border-radius: 20%;
    padding: 4px 2px;
    margin: 300px 50px;
}

.home #myCarousel .carousel-inner .containers{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap-reverse;
    background-image: url(/img/backgrond.png);
    background-repeat: no-repeat;
    height: 635px;
}

.home #myCarousel .carousel-inner .containers span{
    font-size: 60px;
    font-family: "Anton";
    text-transform: uppercase;
    color: #ffd234;
}

.home #myCarousel .carousel-inner .containers h3{
    font-size: 60px;
    font-family: "Anton";
    text-transform: uppercase;
    color: white;
}

.home #myCarousel .carousel-inner .containers .left .desk{
    color: white;
}

.home #myCarousel .carousel-inner .containers .left{
    width: 400px;
}

.home #myCarousel .carousel-inner .containers .left h4{
    font-family: "Spartwell";
    font-size: 30px;
    color: white;
}

.home #myCarousel .carousel-inner .containers .left .btnn{
    display: flex;
    height: 30px;
}

.home #myCarousel .carousel-inner .containers .left .btnn .buy{
    color: black;
    background-color: #ffd234;
    width: 100px;
    text-align: center;
    border-radius: 5%;
}

.home #myCarousel .carousel-inner .containers .left .btnn .more{
    color: black;
    background-color: white;
    width: 200px;
    text-align: center;
    margin: 0 0 0 10px;
    border-radius: 3%;
}

.home #myCarousel .carousel-inner .containers .left .btnn p{
    padding: 4px 0 0 0;
}

.home #myCarousel .carousel-inner .containers .right .hand{
    width: 450px;
    height: 420px;
}

.footer{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 400px;
    background-color: white;
    padding: 0 15px;
    margin: 20px 50px;
}

.footer .titleAbout{
    text-align: center;
}

.footer .left{
    display: flex;
    flex-direction: column;
    text-align: center;
}

.footer .left p{
    font-size: 15px;
}

.footer .rights .right{
    display: flex;
    flex-wrap: wrap;
}

.footer .rights .right .account{
    display: flex;
    flex-direction: column;
    width: 200px;
    margin: 0 0 0 20px;
}

.footer .rights .right .account a{
    color: black;
}

.footer .heading{
    align-items: normal;
}

.footer .heading img{
    width: 200px;
    height: 100px;
}

.footer .heading h1{
    font-size: 20px;
}

.containerChoose{
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.486);
}

.containerChoose .box{
    position: fixed;
    width: 500px;
    height: 250px;
    background-color: white;
}

.containerChoose .box .top{
    display: flex;
    justify-content: space-between;
}

.containerChoose .box .top h1{
    font-size: 20px;
}