.carousel-container{
    width:100%;
}
@font-face {
   font-family: 'CapitalisTypOasis';
   src: url('https://skyblue-pig-681405.hostingersite.com/CapitalisTypOasis.ttf');
}
/*CODE FOR REVIEWS*/
.container-trustpilot-igdream{
    position: relative;
}
.trustpilot-widget-igdream{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;

}
.list-review-igdream{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 30px;
    width: 90%;
}
.one-review-igdream{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* width: 350px; */
    width: calc((100% / 3) - 30px);
    min-width: calc((100% / 3) - 46px);
    height: 216px;
    padding: 20px;
    border-radius: 3px;
    background-color: #fff;
    justify-content: center;
}
.top-review-igdream{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 20px;
    width: 90%;
}
.top-review-igdream img{
    height: 20px;
}
.verfy-review-igdream{
    color: #696a6a;
}
.verfy-review-igdream::before{
    content: '\f058';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
    color: #696a6a;
}
.author-review-igdream{
    color: #696a6a;
    position: absolute;
    bottom: 20px;
}
.content-review-igdream{
    color: #000;
}
.content-review-igdream p{
    font-size: 14px;
}
.content-review-igdream h3{
    font-size: 16px;
}

.trustpilot-widget-igdream{
    position: relative;
}

.fa-chevron-circle-right,.fa-chevron-circle-left{
    position: absolute;
    top: 40%;
    /* transform: translate(-50%, -50%); */
    font-size: 32px;
    color: #fff;
    filter: drop-shadow(5px 5px 10px #0000007a);
    cursor: pointer;
    z-index: 99;
}
.fa-chevron-circle-left{
    left: 0px;
}
.fa-chevron-circle-right{
    right: 0px;
}

.resum-reviews{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 30px;
    color: #fff;
    width: 100%;
}
.resum-reviews a{
    color: #fff;
}
.resum-reviews img{
    height: 30px;
}

@media (max-width:900px) {
    .one-review-igdream{
        width: calc((100% / 2) - 30px);
        min-width: calc((100% / 2) - 46px);
    }
    .fa-chevron-circle-right,.fa-chevron-circle-left{
        display: none !important;
    }
}
@media (max-width:600px) {
    .one-review-igdream{
        width: calc((100%) - 30px);
        min-width: calc((100%) - 46px);
    }
    .resum-reviews{
        flex-direction: column;
    }
    .trustpilot-widget-igdream{
    scroll-behavior: smooth;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    overflow-x: scroll;
    cursor: grab;
    }
    .one-review-igdream{
        height:300px;
    }
    .content-review-igdream{
        margin: 40px 0px;
    }
}
