.hContent {
    padding: 120px 50px 0px 50px;
}

.ptiDeadlines {
    padding: 2vh 2vw 4vh 2vw;
    display: flex;
    align-items: end;
    height: calc(100vh - 125px);
    margin-top: 73px;
    border-radius: 0px 0px 20px 0px;
    background: linear-gradient(90deg, rgba(0, 189, 200, 1) 0%, rgba(0, 213, 195, 1) 60%);
}

.ptiDeadlines .title {
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

.ptiDeadlines input[type=text] {
    background: rgba(255,255,255,0.8);
    border-width: 1px;
    border-color: #fff;
    border-style: solid;
    border-radius: 50px;
    height: 50px;
    width: 100%;
    padding: 10px 10px 10px 30px;
    font-size: 10px;
    text-align: left;
    outline: none;
    -webkit-box-shadow: 6px 5px 7px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 6px 5px 7px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 6px 5px 7px 0px rgba(0, 0, 0, 0.18);
}

.ptiDeadlines input[type=submit] {
    background: linear-gradient(90deg, rgba(0, 213, 195, 1) 0%,rgba(0, 189, 200, 1)  80%);
    border-width: 1px;
    border-color: #fff;
    border-style: solid;
    border-radius: 50px;
    height: 50px;
    width: 100%;
    color: #fff;
    font-size: 11px;
    text-align: center;
    outline: none;
    -webkit-box-shadow: 6px 5px 5px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 6px 5px 5px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 6px 5px 7px 0px rgba(0, 0, 0, 0.18);
}

.ptiTextBG {
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.8);
    border-width: 1px;
    border-color: #fff;
    border-style: solid;
    border-radius: 50px;
    height: 50px;
    width: 100%;
    padding: 10px 10px 10px 30px;
    font-size: 10px;
    text-align: left;
    outline: none;
    -webkit-box-shadow: 6px 5px 7px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 6px 5px 7px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 6px 5px 7px 0px rgba(0, 0, 0, 0.18);
}

.ptiButton {
    background: linear-gradient(90deg, rgba(0, 213, 195, 1) 0%,rgba(0, 189, 200, 1)  80%);
    border-width: 1px;
    border-color: #fff;
    color: #fff;
    border-style: solid;
    border-radius: 50px;
    height: 50px;
    width: 100%;
    font-size: 11px;
    text-align: center;
    outline: none;
    -webkit-box-shadow: 6px 5px 5px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 6px 5px 5px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 6px 5px 7px 0px rgba(0, 0, 0, 0.18);
}

.deadlineTitle {
    font-size: 15px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.ptiDeadlines .icon {
    text-align: center;
    font-size: 50px;
    padding-bottom: 10px;
}

.ptiDeadlines .icon i {
    font-size: 50px;
}

.ptiDeadlines .hotLine {
    position: absolute;
    top: 20vh;
    width: calc(100% - 5vw);
    left: 2vw ;
}

.ptiDeadlines .hotLine .card {
    border-width: 0px;
    border-radius: 50px 0px 0px 50px;
    background: linear-gradient(90deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.0) 90%);
}

.ptiDeadlines .hotLine .card-body {
    display: flex;
    align-items: center;
    height: calc(100vh - 553px);
    font-size: 10px;
    padding: 10px 20px;
    font-family: "BPG Arial Caps";
}

.ptiDeadlines .note-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ptiDeadlines .sticky-note {
    position: relative;
    width: 250px;
    min-height: 250px;
    background: #fff;
    padding: 20px;
    padding-top: 40px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    transform: rotate(-3deg);
    transition: transform 0.3s ease;
    font-family: 'Comic Sans MS', cursive, sans-serif;
}

.ptiDeadlines .sticky-note a {
   text-decoration: none;
}

.ptiDeadlines .sticky-note:hover {
    transform: rotate(0deg) scale(1.05);
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.2);
}

.ptiDeadlines .pin {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    background-color: #f3b942; /* წითელი პინი */
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 2;
}

.ptiDeadlines .pin::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 2px;
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
}

.ptiDeadlines .note-content .govNum {
    margin-top: 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 5px;
}

.hBookmarks {
    margin-top: 30px;
}

.hBookmarks .card {
    background: rgba(255,255,255,1);
    border-width: 0px;
    margin: 10px 0px 10px 0px;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.02);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.hBookmarks .card:hover {
    transform: scale(1.02);
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.05);
}

.hBookmarks .card-body {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hBookmarks .card-body .title {
    font-family: "BPG Arial Caps";
}

.hBookmarks .card img {
    width: 40px;
    height: 40px;
    font-size: 30px;
    margin: 10px 10px 10px 10px;
    border-radius: 10px;
    border-left-color: transparent;
    opacity: 0.4;
}

.hBookmarks .title {
    padding: 0px 0px 10px 2px !important;
    font-size: 10px;
    text-decoration: none;
    margin: 0px;
}

.hBookmarks a {
    text-decoration: none;
}

.hBookmarks button  {
    margin: 0px;
    height: 30px;
    font-size: 8px;
    background: #f4f4f6;
    padding-left: 2vw;
    padding-right: 2vw;
    border-radius: 15px 15px 15px 15px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0,0.01);
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    font-family: "BPG mrgvlovani" !important;
}

.hBookmarks .card:hover button  {
    color: #fff;
    background: #f3b942;
}

.hReminder {
    border-radius: 10px 10px 10px 10px;
}

.hReminder .card {
    border-radius: 10px 10px 10px 10px;
    padding: 5px;
    border-width: 0px !important;
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.02);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.hReminder .card::before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    content: ' ';
    border-radius: 10px;
    background: linear-gradient(90deg,
    rgba(255, 255, 255, 0.7) 50%,
    rgba(255, 255, 255, 0.1)  90%);
}

.hReminder .card-body {
    border-radius: 10px;
    border-width: 0px !important;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(5px);
    color: rgba(0,0,0,0.7);
    font-size: 9.5px;
}

.hReminder .card-body input[type=text] {
    font-size: 9px;
    width: 100%;
    background: rgba(255,255,255,0.7);
    border-width: 0px;
    border-radius: 50px;
    padding: 10px 10px 10px 25px;
    outline: none;
}

.hReminder .card-body button {
    background: rgba(255,255,255,0.7);
    color: rgba(0,0,0,0.7);
    border-width: 0px;
    border-radius: 50px;
    padding: 12px 5vw 8px 5vw;
    outline: none;
    text-transform: capitalize;
}

.infoBlock .info {
    /*height: 300px;*/
}

.infoBlock .info .infoTitle {
    display: flex;
    align-items: center;
    padding: 3px 5px 0px 15px;
    font-size: 11px;
    color: rgba(0,0,0,0.8);
    font-family: "BPG Arial Caps";
    border-radius: 10px 0px 0px 0px;
}

.infoBlock .info .readMore  {
    position: absolute;
    bottom: 0px;
    margin-left: 0px;
    padding: 10px 0px 0px 0px;
    background-color: #fff;
}

.infoBlock .info .readMore button  {
    width: 100%;
    height: 35px;
    font-size: 10px;
    color: rgba(0,0,0,0.8);
    background: rgba(242, 242, 245, 0.8);
    padding-left: 2vw;
    padding-right: 2vw;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(242, 183, 65, 0.5);
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    font-family: "MyriadGEOMtavruliMedium";
    font-family: "BPG Arial Caps";
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.05) !important;
    /*text-shadow: 2px 2px 5px rgba(0,0,0,0.1);*/
}

.infoBlock .info .readMore button:hover  {
    color: #fff;
    background: #f3b942;
    /*background: linear-gradient(90deg, rgba(0, 213, 195, 1) 0%,rgba(0, 189, 200, 1)  80%);*/
}


.infoBlock .info .tab-content {
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1);
    border-radius: 10px 10px 5px 5px;
    padding-bottom: 3px !important;
    color: #39393a;
    font-size: 10px;
    line-height: 1.8;
}

.infoBlock .info .nav-tabs {
    border-width: 0px;
    /*margin-top: 0px !important;*/
}

.infoBlock .info .nav-item {
    /*width: 20%;*/
    border-width: 0px;
    z-index: 2 !important;
}

.infoBlock .info .nav-item h2 {
    /*padding: auto !important;*/
    margin: auto !important;
}

.infoBlock .info .nav-item .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: 8px 25px;
    color: rgba(0,0,0,0.7);
    font-size: 10px;
    font-family: "BPG Arial Caps";
}

.infoBlock .info .nav-item .active {
    position: relative;
    color: rgba(0,0,0,0.9);
    border-color: rgba(0,0,0,0.08);
    border-bottom-width: 0px !important;
    border-radius: 10px 10px 0px 0px;
    background-color: #fff;
}

.infoBlock .info .nav-item .active:before {
    position: absolute;
    background-color: #fff;
    top: 1%;
    left: 0;
    width: 100%;
    height: 102%;
    content: ' ';
    z-index: -1 !important;
    border-radius: 10px 10px 0px 0px;
}


.infoBlock .card {
    border-width: 0px;
    margin: 0px !important;
    padding: 0px;
}

.infoBlock .card .card-body {
    padding: 0px;
}

.infoBlock .card .card-body .title {
    margin-top: 10px;
}

.infoBlock .card .card-body .title .date {
    font-size: 10px;
    color: rgba(0,0,0,0.7);
}

.infoBlock .card .card-body .title .name {
    font-size: 12px;
}

.infoBlock .card .card-body .title .desc {
    font-size: 10px;
    color: rgba(0,0,0,0.6);
    text-align: justify;
}


.infoBlock .card .card-body .img {
    border-radius: 5px;
}

.infoBlock .card .sCard {
    cursor: pointer;
}

.infoBlock .card .sCard .img {
    display: flex;
    align-items: center;
    height: 120px;
    border-radius: 5px;
}

.infoBlock .card .sCard .img::before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    content: '';
    /*background: rgba(0,0,0,0.5);*/
    /*background: rgba(255,255,255,0.5);*/
    /*background:  rgba(0, 189, 200, 0.5);*/
    background: rgba(91, 145, 144, 0.3);
    z-index: 1;
    transition: all 0.4s linear;
    /*backdrop-filter: blur(2px);*/
    -webkit-backdrop-filter: blur(1px);
}

.infoBlock .card:hover .sCard .img::before  {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background: rgba(0,0,0,0.4);
}

.infoBlock .card .sCard .title {
    padding: 10px;
    color: rgba(255,255,255,1);
    font-size: 12px;
    font-family: "MyriadGEOMtavruliMedium";
    z-index: 3;
    transition: all 0.4s linear;
    text-shadow: 2px 2px 12px rgba(0,0,0,0.3);
}

.infoBlock .card .sCard:hover .title  {
    padding-left: 20px !important;
}


.hLeg .card {
    color: #fff;
    padding: 10px 0px 0px 0px;
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.05) !important;
    background: rgba(153,158,162,0.8);
    /*background: #f4f4f6;*/
    transition: all 0.3s ease-in-out, transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    cursor: pointer;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
}

.hLeg .card .card-header {
    background: transparent;
    border-width: 0px;
}

.hLeg .card .card-header i {
    font-size: 20px;
    color: rgba(255,255,255,0.5)
}

.hLeg .card .card-body {
    padding: 15px 15px 5px 15px;
    font-size: 10px;
    height: 150px;
}

.hLeg .card:hover {
    border-width: 2px;
    border-style: solid;
    border-color: rgba(255,255,255,0.8);
    transform: scale(1.02);
    box-shadow: -4px 4px 10px 0px rgba(0, 0, 0, 0.2) !important;
}

.hPartners {
    margin-top: 25px;
    overflow: hidden;
    box-shadow: 0px 18px 8px -10px rgba(0, 0, 0, 0.03), 0px 0px 0px 0px rgba(0, 0, 0, 0.03);
}

.hPartners .title {
    margin-left: -5px;
    font-size: 50px;
    text-align: left;
    font-family: "BPG Arial Caps";
}

.hPartners .line {
    flex-grow: 1;
    height: 1px;
    background: rgba(0,0,0,0.1);
    margin: 0 12px;
    align-self: center;
}

.hPartners .link {
    padding-top: 3px;
    font-family:"BPG Arial Caps";
}

.hPartners .link a {
    display: flex;
    align-items: center;
    justify-content: end;
    text-decoration: none;
    color: rgba(0,0,0,0.7);
}


.hPartners .details {
    margin-top: 20px;
    padding: 10px 10px;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0px 18px 8px -10px rgba(0, 0, 0, 0.03), 0px -18px 8px -10px rgba(0, 0, 0, 0.03);
}


.pSlider .item {
    padding: 0px 40px;
    color: white;
    text-align: center;
    border-radius: 8px;
}

.owl-nav button {

}

.pSlider .img {
    height: 50px;
}

.pSlider .title {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    color: rgba(0,0,0,0.9);
    font-size: 10px;
    font-family: "BPG Arial Caps";
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.85);
    width: 100%;
    height: 100%;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(2px);
}

@media only screen and (max-width: 950px) {

    .hContent {
        padding: 20px 50px 10px 50px;
    }

    .ptiDeadlines {
        position: relative;
        padding: 2vh 7vw 20vh 7vw;
        display: flex;
        align-items: end;
        height: 100vh !important;
        margin-top: 0px;
        border-radius: 0px 0px 0px 0px;
    }

}