

.pdf_modal_wrapper_section {
    margin-top: 3rem;
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    background:transparent;
    border-radius: 10px;
}




.pdf_modal_wrapper_section .btn-close {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
    margin: 3px;
    width: 15px;
    height: 15px;
    float: right;
}

.pdf_modal_wrapper_section .clear {
    clear: both;
}

.pdf_modal_wrapper_section .pdf_modal_sample .btn-close{
    color: gray;
    font-size: 20px;
    position: fixed;
    z-index: 10;
    top: 0px;
    right:10px;
}

.btn-close::before,
.btn-close::after {
    content: "";
height: 2px;
display: block;

}

.pdf_modal_wrapper_section .btn-close::before {
    margin-top: 10px;
    -webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}

.pdf_modal_wrapper_section .btn-close::after {
margin-top: -2px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.btn-close:hover:after, .btn-close:hover:before {
    background: #FF8CB4;
}


.pdf_modal_wrapper_section .pdf_modal_sample h3{
    width:100%;
    text-align: center;
    font-weight: 700;
}

.pdf_modal_wrapper_section .pdf_content_sample {
    margin: auto;
    text-align: center;
    flex-wrap: wrap;
    padding: 25px;
    width: 100% !important;
}
.pdf_modal_wrapper_section .pdf_content_sample_project_profile{
    display:flex;
    width: 100%;
    width: 100% !important;
}

@media screen and (max-width: 1300px) { 
    .pdf_modal_sample {
        max-width: 1000px;
        min-height: 500px;
    }
}

.pdf_modal_wrapper_section .pdf_content_sample .card_s {
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    display: inline-block;
    vertical-align: text-top;
    text-align: center;
    transition: 0.5s;
    width: auto;
    height:auto;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    border-top: 4px solid #999999;
    border-bottom: 1px solid #999999;
    position: relative;
    margin:15px 15px;
    background-color: transparent;
    background-color: aliceblue;
}

.pdf_modal_wrapper_section .pdf_content_sample .card_s p{
    padding: 0;
    margin: 0;
    font-weight: 700;
    color: black;
}

.pdf_modal_wrapper_section .pdf_content_sample .card_s img{
    height:300px;
    width: 200px;
}
.pdf_modal_wrapper_section .pdf_content_sample .card_s:hover {
    border: 4px solid rgb(0, 189, 100);
    margin:15px 15px;
    transition: 0.5s;
    transition: all .5s;
    transform: scale(1.1);
    box-shadow: rgb(0, 189, 100) 0px 5px 15px;
}
.pdf_modal_wrapper_section .pdf_content_sample .card_s:hover p{
    background-color: rgb(0, 189, 100);
    color:aliceblue;
    text-shadow: 1px 1px 2px rgb(0, 0, 0);
}


.pdf_modal_wrapper_section .pdf_content_sample ._df_button{
    background:transparent;
    border:none;
}

.pdf_modal_wrapper_section  .pdf_content_sample .button {
    color: white !important;
    width: 100%;
    border: none;
    color: white;
    padding-top: 8px;
    padding-bottom: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px; font-weight:bold;
    transition: 0.4s;
    margin: auto;
    cursor: pointer;
}

.pdf_modal_wrapper_section .pdf_content_sample .button:hover {
    color: red !important;
    background-color: #E47674;
    transition: 0.4s;
}


.others_message{
    background-color:var(--heighlight-color);
    border-radius:5px;
    height:auto;
    padding:10px;
    width: 100%;
}
.others_message p{
    font-size:25px;
    text-align:center;
    font-weight:700;
    color:aliceblue;
    padding:0;
    margin:0;
}
.others_message .num{
    display:flex;
    margin-bottom:10px;
    padding:0;
    margin:0;
    text-align:center;
    font-size: 25px;
    color:aliceblue;
    font-weight:700;
    align-items: center;
    justify-content: center;
    
}
.others_message .num .contact_item{
    margin-left:10px;
}
.others_message .num .contact_item a{
    font-size: 30px;
}
.others_message .num .contact_item .cont_icon{
    color:aliceblue;
}
.others_message .num .contact_item a:hover{
    color:rgb(0, 101, 209) !important;
}

@media screen and (max-width: 700px) {
    .others_message p{
        font-size:17px;
    }
    .others_message .num{
        font-size: 13px;
    }
    .others_message .num .contact_item a{
        font-size: 13px;
    }
    .pdf_modal_wrapper_section {
        margin-top: 0rem;
    }
} 


@media screen and (max-width: 1000px) {
    .pdf_modal_wrapper_section {
        padding-top: 5rem;
    }
    .pdf_modal_sample {
        display: block;
        height: 500px;
        overflow-y: scroll; 
        width: 100%;
    }
    
    .btn-close {
        right: 5px;
    }

    .pdf_modal_wrapper_section  .pdf_content_sample .card_s {
        box-shadow: transparent;
        display: inline-block;
        vertical-align: text-top;
        text-align: center;
        transition: 0.5s;
        border: none;
        position: relative;
        margin-top:15px;
    }
} 

