*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
.navbar_section{
    height: 100px;
}
.error_sec .navbar_section .navbar{
    background-color: #2f2e2e !important;
    position: inherit;
}
.four_not_four_page_section{
    width: 54%;
    margin: 0 auto;
}
.four_not_four_page_section{
    padding: 100px 0px 120px;
    text-align: center;
}
.error_footer_sec{
    border-top: 1px solid #ccc !important;
    padding-top: 0px !important;
}
.four_not_four_page_section h1{
    font-family: 'Poppins-Bold';
    font-size: 100px;
    margin-bottom: 0px;
    color: #332b25;
}
.four_not_four_page_section h2{
    font-family: 'Poppins-Bold';
    font-size: 26px;
    color: #393433;
    padding: 0px 0px 30px;
}
.four_not_four_page_section p{
    font-family: Poppins-Medium;
    font-size: 18px;
    padding-bottom: 40px;
}
.four_not_four_page_section .button_part_404{
    display: flex;
    justify-content: center;
}
.four_not_four_page_section .button_part_404 .error_btn_1{
    margin-right: 23px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.four_not_four_page_section .button_part_404 .error_btn_1 a{
    width: 110px;
    height: 110px;
    background-color: #332b25;
    color: #c6c1bd;
    border-radius: 50%;
    display: inline-block;
    color: #c6c1bd;
    font-family: BebasNeue-Regular;
    font-size: 18px;
    display: flex;
    justify-content: center;
    line-height: 25px;
    align-items: center;
}
.four_not_four_page_section .button_part_404 .error_btn_1 a:hover{
    background-color: #c6c1bd;
    border: 1px solid #332b25;
    color: #393433;
}
.four_not_four_page_section .button_part_404 .error_btn_1 a:hover{
    text-decoration: none;
}
.four_not_four_page_section .button_part_404 .error_btn_2{
    margin-right: 23px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.four_not_four_page_section .button_part_404 .error_btn_2 a{
    width: 110px;
    height: 110px;
    background-color: #c6c1bd;
    color: #393433;
    border-radius: 50%;
    display: inline-block;
    color: #393433;
    font-family: 'Poppins-Bold';
    font-size: 18px;
    display: flex;
    justify-content: center;
    line-height: 25px;
    align-items: center;
    border: 1px solid #332b25;
}
.four_not_four_page_section .button_part_404 .error_btn_2 a:hover{
    background-color: #332b25;
    color: #c6c1bd;
}
.four_not_four_page_section .button_part_404 .error_btn_2 a:hover{
    text-decoration: none;
}
/* ========================thank you============= */
.thankyouPage_sec h1{
    font-family: Poppins-SemiBold !important;
    font-size: 40px !important;
}
.thankyouPage_sec p{
    font-family: Poppins-SemiBold !important;
    font-size: 18px !important;
    padding: 25px !important 
}
.thankyouPage_sec .gohome a{
    line-height: 19px !important;
}
.thankyouPage_sec .thank_you_image {
    width: 65px;
    height: 65px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.thankyouPage_sec .thank_you_image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@media only screen and (max-width: 992px) {
    .four_not_four_page_section{
        width: 100%;
   }
   .navbar_section{
    height: auto;
}
}
/* ============== */
@keyframes textAnimation {
    0% {
        opacity: 0;
        transform: translateX(-50px);
   }
    50% {
        opacity: 1;
        transform: translateX(0);
   }
    100% {
        opacity: 0;
        transform: translateX(50px);
   }
}
.animated-text {
    font-size: 24px;
    font-weight: bold;
    animation: textAnimation 3s infinite;
}
