*{
    --goldcolor:#ffbb4a;
}
@font-face {
    font-family: 'Ringbearer';
    src: url('https://igdream.fr/wp-content/themes/Theme/assets/fonts/RINGM.ttf') format('TTF'),
    url('https://igdream.fr/wp-content/themes/Theme/assets/fonts/RINGM.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'CapitalisTypOasis';
    src: url('https://igdream.fr/wp-content/themes/Theme/assets/fonts/CapitalisTypOasis.ttf') format('TTF'),
    url('https://igdream.fr/wp-content/themes/Theme/assets/fonts/CapitalisTypOasis.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    position: relative;
    background-color: #332238;
  }
  
  body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://igdream.fr/wp-content/themes/Theme/assets/img/background.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.2;
    filter: blur(2px);
    z-index: -1;
  }
.container{
    max-width: 1400px;
    margin: 50px auto;
}
h1,h2{
    font-family: 'Ringbearer';
    color: var(--goldcolor);
}
h1{
    font-size: 62px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 100px;
}
h2{
    font-size: 32px;
    margin-bottom: 20px;
}
.about-igdream{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 0px;
}
.tow-column{
    display: flex;
}
.text-tow,.image-tow{
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 50%;
    max-width: 50%;
    filter: drop-shadow(0px 0px 200px #b069c5ad);
}
.image-tow img{
    animation: up_down 3s infinite;
}
@keyframes up_down {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
  }
.text-tow p {
    color: #fff;
    font-family: 'CapitalisTypOasis';
    line-height: 25px;
}
.section{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 100px 0px;
    gap: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #b069c53a;
}
.text-section{
    max-width: 50%;
}
.img-section{
    max-width: 50%;
}
.text-section p {
    color: #fff;
    font-family: 'CapitalisTypOasis';
    line-height: 21px;
}
.list-btn{
    display: flex;
    gap: 10px;
    margin-top: 30px;
}
.one-btn{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.one-btn:hover{
    scale: 1.02;
}
.one-btn img{
    width: 100%;
}
.one-btn span{
    position: absolute;
    font-weight: 400;
    font-size: 12px;
    color: var(--colorwhite);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
/* SECTION METHOD PAYMENT */
.section-payment{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--colorwhite);
    width: 100%;
}
.section-payment h3{
    font-size: 21px;
}
.section-payment p{
    width: 60%;
    margin: 20px 0px;
}
.list-payment{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    align-items: center;
    margin-top: 30px;
}
.list-payment img{
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.list-payment img:hover{
    opacity: 0.8;
    scale: 1.04;
}
.carousel-container{
    height: 500px;
    margin-bottom: 100px;
}

/*FOOTER*/
footer{
    display: flex;
    align-items: center;
    position: relative;
    height: 400px;
    background-color: #1d1320;
}
/* footer::before {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background-image: url(https://igdream.fr/wp-content/themes/Theme/assets/img/background.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.1;
    filter: blur(2px);
  } */
.container-footer{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 50px;
    width: 100%;
}
.logo-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 250px;
    margin-top: 10px;
}
.logo-section img{
    width: 100%;
}
.socialmedia-logo{
    color: #fff;
}
.list-page{
    display: flex;
    flex-direction: column;
    color: #fff;
}
.list-page h3{
    font-weight: 400;
    margin-bottom: 10px;
}
.container-footer .list-page a{
    opacity: 0.8;
    font-size: 14px;
}
.payment-footer h3{
    color: #fff;
    /*font-weight: 400;*/
}
.list-payment-footer{
    margin-top: 20px;
    width: 250px;
}
.list-payment-footer img{
    height: 20px;
    opacity: 0.7;
}

/*CLOUDS*/
.header-igd{
    display: flex;
    justify-content: center;
    position: relative;
    padding-bottom: 800px;
}
/* nav{
    position: fixed !important;
    top: 0;
    z-index: 9999;
    margin: auto;
} */
.clouds{
    position: absolute;
    top:  0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow:hidden;
    pointer-events: none;
}
.clouds img{
    position: absolute;
    bottom: -250px;
    left: 0;
    max-width: 100%;
    animation: animate calc(2s * var(--i)) linear infinite ;
}
.bare-cloud{
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
}
.bare-cloud img{
    width: 100%;
    z-index: -1;
}

@keyframes animate {
    0%{
        opacity: 0;
        transform: scale(1);
    }
    25%,75%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: scale(2);
    }
}
.hidden {
    opacity: 0;
    filter: blur(2px);
    transition: all 1s;
    transform: translateY(100px);
}
.show {
    opacity: 1;
    filter: blur(0px);
    transform: translateY(0px);
}


@media (max-width:800px) {
    .clouds img{
        bottom: 0px;
    }
    .bare-cloud{
        bottom: -35px;
    }
    .section{
        flex-direction: column;
    }
    h2{
        text-align: center;
    }
    .text-section p{
        text-align: center;
    }
    .text-section{
        width: 90%;
        max-width: 100%;
    }
    .list-btn{
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .tow-column{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .text-tow, .image-tow{
        max-width: 90%;
        text-align: center;
    }
    .img-section img{
        width: 100%;
    }
    footer{
        height: 100%;
        padding: 50px 10px;
    }
    .logo-section img{
        width:80%
    }
    .container-footer{
        flex-direction: column;
        justify-content: center;
        align-items: baseline;
        height: auto;
    }
    .list-page,.list-page,.payment-footer,.list-payment-footer,.logo-section{
        width: 100%;
    }
    .list-page,.list-page,.logo-section{
        border-bottom:  1px solid #ffffff17;
        padding-bottom: 20px;
    }
    .list-payment{
        width: 80%;
    }
    .section-payment p{
        width: 90%;
    }
}


/*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 h3{
    font-size: 18px;
}

.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;
}


/* SECTION COMMUNITY */
.community-igdream{
    display: flex;
    align-items: center;
    margin-top: 300px;
    height: 300px;
    border-radius: 30px 150px 30px 30px;
    padding: 50px;
    background-color: var(--colortthird);
    margin-bottom: 250px;
}
.left-community-igdream{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.left-community-igdream h2{
    font-family: "poppins";
    font-size: 32px;
    color: #fff;
}
.left-community-igdream p{
    font-family: "poppins";
    width: 50%;
    color: #fff;
}
.left-community-igdream .list-soical-media{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}
.left-community-igdream .list-soical-media .one-button-socialmedia a{
    font-family: "poppins";
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 20px 5px 40px;
    border-radius: 30px;
    color: #fff;
    background-color: var(--colormain);
}
.left-community-igdream .list-soical-media .one-button-socialmedia img{
    position: absolute;
    left: -10px;
    width: 40px;
}
.right-community-igdream{
    position: relative;
    width: 500px;
}
.right-community-igdream .image-community{
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(0%,40%);
    width: 500px;
}
.right-community-igdream .image-community img{
    width: 100%;
}

@media (max-width:900px) {
    .container{
        padding: 0px 10px;
    }
    .fa-chevron-circle-right,.fa-chevron-circle-left{
        display: none !important;
    }
    .one-review-igdream{
        width: calc((100% / 2) - 30px);
        min-width: calc((100% / 2) - 46px);
    }
    .community-igdream{
        flex-direction: column-reverse;
        justify-content: center;
        text-align: center;
        height: auto;
    }
    .right-community-igdream .image-community{
        position: unset;
        transform:unset;
        width: 400px;
    }
    .left-community-igdream p{
        margin: auto;
    }
    .left-community-igdream .list-soical-media{
        justify-content: center;
    }
}
@media (max-width:700px){
    .community-igdream{
        padding: 10px 30px 50px 10px;
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .right-community-igdream{
        width: 100%;
    }
    .right-community-igdream .image-community{
        width: 100%;
    }
    .left-community-igdream .list-soical-media{
        flex-wrap: wrap;
    }
    .left-community-igdream p{
        width: 100%;
    }
    .left-community-igdream h2{
        font-size: 27px;
    }
}
@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;
        
    }
}






