*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}
:root{
    --bg-color: #293562;
    --second-bg-color: #000;
    --text-color: #fff;
    --second-color: #fff;
    --main-color: #ff4d05;
    --big-font: 5rem;
    --h2-font: 3rem;
    --p-font: 1.1rem;
}
body{
    color: white;
}

.nav-bg{
    background-color: rgb(21 11 42); 
    background-image: linear-gradient(to right, rgb(21 11 42), rgb(20, 18, 73));
    color: white !important;
}
.logoDiv{
    /* border: 2px solid; */
    height: 100px;
    width: 150px;
}
.logo{
    width: 100%;
    height: 115%;
}
.mogcoin{
    padding-top: 5px;
    font-size: 2rem;
}
.nav-margin{
    margin-right: 100px;
}
a.nav-link{
    font-size: 1.7rem;
    padding-right: 41px !important;
}
a.nav-link:hover{
    color:  rgb(21, 21, 117) !important;
    text-shadow: 2px 2px #fff;
}
/* MEDIA BREAKPOINTS FOR NAVBAR SECTION  */
@media screen and (max-width: 1250px){
    .mogcoin {
        font-size: 1.8rem;
    }
    .nav-margin {
        margin-right: 64px;
    }
    a.nav-link {
        font-size: 1.2rem;
        padding-right: 21px !important;
    }
}
@media screen and (max-width: 800px){
    .logoDiv {
        width: 128px;
    }
    .mogcoin {
        padding-right: 71px;
    }
    .padding{
        padding-top: 35px;
    }

}
@media screen and (max-width: 400px){
    .logoDiv {
        width: 80px;
        height: 85px;
    }
    .mogcoin {
        font-size: 1.4rem;
        padding-right: 49px;
    }

}
@media screen and (max-width: 350px){
    .mogcoin {
        padding-right: 30px;
    }

}
/* ///////////HOME SECTION BEGINS ////////// */
.home{
    background-color: rgb(21 11 42);
    background-image: url("https://i.ibb.co/4TkhrWL/mogcoinbackimage.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 185px;
    overflow-x: hidden;
    height: auto;
}
.image img{
    padding-left: 212px;
}
.text-div h2 {
    padding-top: 75px;
    font-size: 3rem;
}
.mogcoin-text{
    font-size: 6rem;
    text-shadow: -6px -4px 0px blue;
}
.memeText{
    font-size: 4rem;
    text-shadow: -6px -4px 0px blue;
}
.future{
    text-shadow: -2px -2px 0px gold;
}
.row-height{
    padding-bottom: 50px;
}

.btc-coin img{
    animation: move0 6s linear infinite;
    /* border: 2px solid rgb(131, 19, 37); */
}
@keyframes move0{
    0%{
        margin-left: 0px;
    }
    25%{
        margin-left: 315px;
        transform: rotate(220deg);
    }
    50%{
        margin-left: 700px;
        transform: rotate(360deg);
    }
    75%{
        margin-left: 315px;
        transform: rotate(-90deg);
    }
    100%{
        margin-left: 0px;
        transform: rotate(-360deg);
    }
}



.sol-coin img{
    position: absolute;
    right: 0;
    /* border: 2px solid black; */
    animation: move 6s linear infinite;
}

@keyframes move{
    0%{
        right: 0px;
    }
    25%{
        right: 315px;
        transform: rotate(-220deg);
    }
    50%{
        right: 700px;
        transform: rotate(-360deg);
    }
    75%{
        right: 315px;
        transform: rotate(90deg);
    }
    100%{
        right: 0px;
        transform: rotate(360deg);
    }
}
/* /////////////MEDIA QUERIES FOR HOME SECTION ////////////// */
@media screen and (max-width: 1250px){
    .image img {
        padding-left: 105px;
    }
    @keyframes move0{
        50%{
            margin-left: 470px;
            transform: rotate(360deg);
        }
    }
    @keyframes move{
        50%{
            right: 470px;
            transform: rotate(-360deg);
        }
    }
}
@media screen and (max-width: 800px){
    .image img {
        padding-left: 30px;
        transform: scale(0.9);
    }
    .text-div h2 {
        font-size: 2rem;
    }
    .mogcoin-text {
        font-size: 3rem;
    }
    .memeText {
        font-size: 2rem;
    }
    .btc-coin img{
        height: 100%;
        margin-bottom: 25px;
    }
    @keyframes move0{
        50%{
            margin-left: 350px;
            transform: rotate(360deg);
        }
    }
    @keyframes move{
        50%{
            right: 350px;
            transform: rotate(-360deg);
        }
    }
}
@media screen and (max-width: 500px){
    .home {
        padding-top: 67px;
    }
    .image img {
        padding-left: 0px;
        transform: scale(0.7);
    }
    .text-div h2 {
        padding-top: 0px;
    }
    @keyframes move0{
        50%{
            margin-left: 100px;
            transform: rotate(360deg);
        }
    }
    @keyframes move{
        0%{
            right: 25px;
        }
        25%{
            right: 50px;
            transform: rotate(-90deg);
        }
        50%{
            right: 200px;
            transform: rotate(-360deg);
        }
        75%{
            right: 50px;
            transform: rotate(90deg);
        }
        100%{
            right: 25px;
            transform: rotate(360deg);
        }
    }

}
@media screen and (max-width: 400px){
    .home{
        padding-top: 53px;
    }
}




/* ////////////////ABOUT SECTION ///////////////// */
.about{
    background-color: #293562;

    h2{
        margin-top: 20px;
        padding-top: 50px;
        padding-bottom: 50px;
        font-size: 3rem;
        text-shadow: -6px -4px 0px blue;
        text-decoration: underline;
    }

    .about-mogcoin p{
        font-size: 2rem;
        color: white;
        padding-bottom: 20px;
        text-align: center;
        padding-left: 250px;
        padding-right: 250px;
    }
}
/* ////////////////////MEDIA QUERY FOR ABOUT SECTION /////////////// */
@media screen and (max-width: 1100px){
    .about{

        .about-mogcoin p {
            padding-left: 150px;
            padding-right: 150px;
        }
    }
    
}
@media screen and (max-width: 800px){
    .about{

        .about-mogcoin p {
            padding-left: 100px;
            padding-right: 100px;
        }
    }
}
@media screen and (max-width: 500px){
    .about{

        .about-mogcoin p {
            padding-left: 0;
            padding-right: 0;
            font-size: 1.5rem;
        }
    }
}


.services{
    background: #14103f;
    padding: 110px 3% 60px;
}
.main-text{
    text-align: center;
}
.main-text p{
    color: var(--second-color);
    font-size: 15px;
    margin-bottom: 15px;

}
.main-text h2{
    font-size: var(--h2-font);
    line-height: 1;
}
.memeCoinSpan{
    color: var(--main-color);
}

.services-content{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, auto));
    align-items: center;
    gap: 2.5rem;
    margin-top: 5rem;
}
.box{
    background: var(--bg-color);
    padding: 35px 45px;
    border-radius: 8px;
    transition: all .45s ease;
}
.s-icons i{
    font-size: 32px;
    margin-bottom: 20px;
}
.box h3{
    font-size: 24px;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 15px;
}
.box p{
    color: var(--second-color);
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 25px;
}
.read{
    display: inline-block;
    padding: 8px 18px;
    background: #14103f;
    color: var(--second-color);
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    text-decoration: none;
    transition: all .45s ease;
}
.read:hover{
    letter-spacing: 1px;
    background: #ffffff99;
    color: var(--text-color);
}
.box:hover{
    transform: translateY(-8px);
    cursor: pointer;

}
/* //////////CAROUSEL SECTION ///////////////// */
.carousel1{
    background-color: #293562;
    padding: 110px 3% 60px;
    color: #000;
    align-items: center;
    text-align: center;

    .carousel-bg{
        background-color: #14103f;
    }

    .carousel-image{
        width: 70%;
        border-radius: 15px;
    }

    .carousel-h{
        font-size: 4rem;
        font-weight: 600;
        color: white;
        text-align: right;
    }
    
    .sizeText{
        font-size: 4rem;
        font-weight: 600;
    }
}
/* ///////////MEDIA QUERIES FOR CAROUSEL SECTION////////////// */
@media screen and (max-width: 1100px){
    .carousel1{

        .sizeText{
            font-size: 2rem;
            /* font-weight: 600; */
        }
    }
}
@media screen and (max-width: 800px){
    .carousel1{

        .carousel-h {
            font-size: 2rem;
            text-align: center;
        }
        .sizeText{
            font-size: 1.7rem;
            /* font-weight: 600; */
        }
    }
}


/* ////////////DISCLAIMER SECTION ///////////////// */
.disclaimer{
    background-color: #293562;
    padding: 110px 3% 60px;
    color: #fff;
    align-items: center;
    text-align: center;
}
.disclaimer-h{
    font-size: 4rem;
    font-weight: 600;
    color: var(--main-color);
}
.disclaimer-p{
    font-size: 2rem;
    color: white;
    /* padding-bottom: 20px; */
    text-align: center;
    padding-left: 250px;
    padding-right: 250px;
}
/* ///////// MEDIA QUERY FOR DISCLAIMER SECTION ///////////// */
@media screen and (max-width: 1100px){
    .disclaimer {
        padding: 14px 3% 60px;
    }
    .disclaimer-p{
        padding-left: 50px;
        padding-right: 50px;
    }
    .disclaimer-h{
        font-size: 3rem;
    }
}
@media screen and (max-width: 500px){
    .disclaimer-p {
        padding-left: 6px;
        padding-right: 6px;
        font-size: 1rem;
    }
    .disclaimer-h{
        font-size: 2rem;
    }
}

/* ////////////////END SECTION//////////////// */
.end{
    background-color: rgb(4 5 25);
    padding: 110px 3% 60px;
    color: #fff;
    align-items: center;
    text-align: center;
}
.contact-text h4{
    color: var(--text-color);
    margin: 18px 0;
    font-size: 20px;
    font-weight: 600;

}
.contact-text h2{
    font-size: var(--h2-font);
    line-height: 1;
}
.contact-text p{
    color: var(--second-color);
    font-size: var(--p-font);
    line-height: 1.8;
    margin-bottom: 30px;

}
.list{
    margin-bottom: 2.8rem;

}
.list li{
    margin-bottom: 12px;
}
.list li a{
    display: block;
    color: var(--second-color);
    font-size: 14px;
    transition: all .45s ease;
}
.list li a:hover{
    color: var(--text-color);
    transform: translate(5px);
}
.contact-icons i{
    height: 45px;
    width: 45px;
    background: var(--main-color);
    color: var(--text-color);
    font-size: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-right: 15px;
    transition: all .45s ease;
}
.contact-icons i:hover{
    background: var(--text-color);
    color: var(--main-color);

}
/* /////////////////MEDIA QUERIES FOR END SECTION ///////////////// */
@media screen and (max-width: 800px){
    .contact-text h2 {
        font-size: 24px;
    }
    .list li {
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 500px){
    .contact-text h2 {
        padding-top: 43px;
    }
}

footer{
    background-color: #000;
    padding: 110px 3% 60px;
}
@media screen and (max-width: 800px){
    .footer h2{
        font-size: 1rem;
    }
}