* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* styling */
.headingCode {
    /* height: 55px; */
    /* background-color: blue; */
    height: 259px;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0px 0px 14px -8px rgb(153, 153, 153);
}

#showHtmlContainer {
    height: 210px;
    width: 510px;
    background-color: #ffffff;
    color: #000000;
    overflow: scroll;
    margin-top: -3px;
}

#showCssContainer {
    height: 210px;
    width: 510px;
    background-color: #ffffff;
    color: #000000;
    overflow: scroll;
    margin-top: -3px;
    padding: 10px 0px 0px 12px;
}

#Firstfooter {
    height: 236px;
    width: 800px;
    margin-top: 100px;
    object-fit: cover;
    cursor: pointer;

    /* margin: auto; */
}

.code {
    display: none;
    opacity: 0;
    transition: 0.3s;
    position: relative;
    top: 130px;
}

.code.AfterClick {
    /* visibility: visible; */
    display: inline-block;
    opacity: 2;
    transition: 0.3s;
    position: fixed;
    width: 100%;

}

.flexCont {
    display: flex;
    width: 100%;
    height: 0px;
    justify-content: space-around;
}

.all {
    height: 0;
}

.all.active {
    filter: blur(8px);
    pointer-events: none;
    user-select: none;
    transition: 0.2s;
    height: 80px;
}

.closeBody {
    visibility: hidden;
    opacity: 0;
    transition: 0.1s;
    top: 130px;
}

.closeBody.clsBodyClick {
    visibility: visible;
    opacity: 2;
    transition: 0.2s;
    height: 140vh;
    top: 0;
    width: 100%;
    margin-top: -212px;
    /* background-color: rgba(255, 0, 0, 0.301); */
    position: fixed;
}

#FirstFooterContainer {
    margin-top: -600px;
}

#CopyCodeHtmlBtn,
#CopyCodeBtnCss {
    padding: 2px;
    font-size: 11px;
    margin-right: 13px;
    border-radius: 4px;
    border: none;
    width: 92px;
    height: 23px;
    cursor: pointer;
}

#CopyCodeHtmlBtn:hover {
    background-color: gainsboro;
}

#CopyCodeBtnCss:hover {
    background-color: gainsboro;
}

.CloseCode {
    position: fixed;
    top: -7px;
    width: 100%;
    height: 0px;
    display: flex;
    justify-content: end;
}

.closeButton {
    font-size: 25px;
    padding: 17px;
    cursor: pointer;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#Secondfooter {
    height: 174px;
    width: 800px;
    margin-top: 50px;
    object-fit: cover;
    cursor: pointer;
}
#Thirdfooter {
    height: 213px;
    width: 800px;
    margin-top: 50px;
    object-fit: cover;
    cursor: pointer;
}
#Fourthfooter{
    height: 270px;
    width: 800px;
    margin-top: 50px;
    object-fit: cover;
    cursor: pointer;
}