@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins' sans-serif;
}

.detail-blade-content img {
  max-width:100%;
  height:auto
}

.container {
  max-width: 940px;
  width: 100%;
}

li {
  list-style-type: none;
}

p {
  margin-bottom: 0;
}

body {
  background: url(../img/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  position: relative;
}

.all-header{
  position: sticky;
  top: 0;
  background-color: #d3d3d3;
  z-index: 5;
}

.hidden-menyu {
  max-width: 940px;
  width: 101%;
  padding: 45px 0;
  background: rgba(2, 2, 2, 0.9);
  border-radius: 0px 0px 10px 10px;
  position: fixed;
  top: 0;
  z-index: 6;
  left: 50%;
  transform: translate(-50%, -101%);
  transition: all .5s ease-in-out;

}

.hidden-menyu-container{
  display: flex;
  align-items: center;
  justify-content: center;
}

.close-hidden{
  position: absolute;
  top: 9px;
  right: 20px;
  background-color: transparent;
  border: none;
  color: #fff;
  border: 1px solid #fff;
  padding: 1px 8px;
  border-radius: 10px;
}

.hidden-active{
  transform: translate(-50%, 0) !important;
  transition: all .5s ease-in-out;
}

.hidden-menyu ul{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.hidden-menyu ul a{
  color: #fff;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}

.hidden-menyu ul a:hover{
  text-decoration: none;
}

nav ul {
  display: flex;
  gap: 25px;
  margin-bottom: 0;
}

nav ul div {
  display: flex;
  gap: 25px;
}

@media screen and (max-width: 800px) {
  nav ul {
    gap: 10px;
    justify-content: center;
  }
}

@media screen and (max-width: 450px) {
  nav ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
  } 
}

nav ul li a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #020202;
  transition: all 0.2s ease-in-out;
  padding: 5px 0;
}

.search-menu {
  display: flex;
  gap: 10px;

}

.search-menu button {
  background: transparent;
  border: none;
}

.search-bar{
  max-width: 940px;
  width: 100%;
  height: 58px;
  margin: 0 auto;
  background: #D9D9D9;
  border-radius: 0px 0px 5px 5px;
  transition: all .3s ease-in-out;
  opacity: 1;
  display: none;
}

.search-bar form {
  width: 100%;
}

.search-bar form input{
    width: 100%;
    height: 58px;
    background: transparent;
    border: none;
    padding: 0 20px;
}

.search-bar form input:focus-visible{
  outline: none;
}

.open-searchbar{
  transition: all .3s ease-in-out;
  display: block;
  z-index: 5;
  position: relative;
  display: flex;
}

/* first section */

.first-sec {
  margin-bottom: 5%;
}

.first-sec img {
  width: 100%;
}

.line-1 {
  height: 2px;
  background: #020202;
  width: 100%;
  margin-bottom: 4px;
}

.line-2 {
  height: 5px;
  background-color: #020202;
  width: 100%;
  /* margin-bottom: 18px; */
}

.random-quote {
  max-width: 438px;
  width: 100%;
  height: auto;
  background: #e2e2e2;
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  gap: 20px;
}

.random-quote img {
  width: 80px;
}

.random-quote b {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 27px;
  color: #2f2f30;
}

.random-quote p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 27px;
  color: rgba(47, 47, 48, 0.7);
}

.smile-block {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: center;
}

.second-sec h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 27px;
  text-align: center;
  margin-bottom: 30px;
}

.smile-block button {
  border: none;
}

.smile-card {
  max-width: 188px;
  width: 100%;
}

.smile-sec {
  padding: 0;
}

/* THIRD SECTION */

.blogs-sec {
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.blogs-sec .row {
  justify-content: space-between;
}

.latest-blog {
  padding: 19px 21px;
  border-bottom: 1px solid #020202;
}

.middle-side {
  border: 1px solid #020202;
  height: max-content;
}

.left-side > div,
.right-side > div {
  width: 100%;
  border: 1px solid #020202;
  height: max-content;
}

.left-side {
  padding-left: 0;
}

.right-side {
  padding-right: 0;
}

.latest-blog h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
  color: #000000;
}

.blog-1 {
  margin-top: 15px;
  padding: 10px;
}

.other-blog-1-img {
  height: 246px!important;
}

.middle-blogs {
  display: flex;
  flex-wrap: wrap;
  border: 2px solid red;
}

.blog-date {
  display: flex;
  align-items: center;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  color: #918686;
  margin-top: 7px;
}

.blog-date span {
  width: 11px;
  height: 0px;
  border: 1px solid #918686;
  /* transform: rotate(90deg); */
}

.action-sec,
.look-numb {
  display: flex;
  align-items: center;
}

.look-numb p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  margin-left: 5px;
  color: #000000;
}

.blog-time span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  color: #000000;
}

.action-sec {
  gap: 7px;
}

.blog-det-2 h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000000;
  margin-top: 5px;
}

.redakte_et {
  padding: 2px 5px;
  font-size: 14px;
}

.profile-detail {
  border: 1px solid #000;
}

.profil-middle-img {
  height: 246px!important;
}

.profile-detail header {
  display: flex;
  justify-content: center;
  padding: 19px 21px!important;
  border-bottom: 1px solid #000;
}

.profile-detail header h5 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 0;
  padding: 0!important;
}

.profile-detail ul li {
  padding: 0.3rem!important;
  background-color: transparent!important;
  display: flex;
  justify-content: space-between;
}

.profile-detail ul li p {
  font-size: 13px!important;
  font-weight: 700;
  width: 60%;
}

.profile-detail ul li span {
  font-weight: 400;
  font-size: 13px!important ;
  width: 40%;
}

.post-detail3-wrapper {
  border: 1px solid #000;
}

.blog-det-2 p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: justify;
  letter-spacing: -0.03em;
  color: #908686;
}

.blog-1 > img {
  width: 100%;
  height: 128px;
  object-fit: cover;
}

.read-more {
  width: 101px;
  height: 39px;
  border: none;
  background: #d7d5d1;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #020202;
}

.blog-det,
.blog-det-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-det-3 {
  margin-top: 10px;
}

.act-btns {
  display: flex;
  align-items: center;
  gap: 5px;
}

.act-btns button {
  border: none;
  background: transparent;
  display: flex;
}

.read-more-mid {
  margin: 50px auto;
  /* display: flex; */
  display: block;
  /* align-items: center; */
  gap: 5px;
  width: 101px;
  height: 39px;
  background: #6a6a6a;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #fdfdfd;
  border: none;
  padding: 0 1px;
}

.read-more-mid img {
  filter: invert(1);
}


/* TOOLTİP STRAT */

.tooltip {
  position: relative;
  display: inline-block;
  opacity: 1!important;
  z-index: 4!important;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #8A8A8A;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  top: -30px;
  left: -50px;
  z-index: 1;
}

.tooltip .tooltiptextdate {
  visibility: hidden;
  width: 120px;
  background-color: #8A8A8A;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  top: -30px;
  left: -20px;
  font-size: 10px!important;
  z-index: 1;
}

.tooltip .tooltiptextminute {
  visibility: hidden;
  width: 120px;
  background-color: #8A8A8A;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  top: -30px;
  left: -100%;
  z-index: 1;
  
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext,
.tooltip:hover .tooltiptextminute, 
.tooltip:hover .tooltiptextdate {
  visibility: visible;
}

/* TOOLTİP END */

@media screen and (max-width: 992px){
  .nav-tabs .nav-link {
    font-size: 16px;
    line-height: 22px;
    padding: 0.4rem 0.8rem!important;
}

.smile-card {
  width: 130px!important;
}

.smile-card a,
.smile-card a img {
  width: 100%
}

.second-sec h2 {
  font-size: 26px;
  line-height: 22px;
  margin-bottom: 25px;
}
}

@media screen and (max-width: 800px) {
  nav {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    background-color: #d3d3d3;
  }

  nav ul {
    gap: 10px;
    justify-content: center;
  }

  nav ul li a {
    font-size: 10px;
  }


  .first-sec {
    margin-bottom: 5%;
    margin-top: 10%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .random-quote b {
    font-size: 14px;
  }

  .second-sec h2 {
    font-size: 18px;
  }

  .smile-block a img {
    width: 100%;
  }

  .smile-block {
    gap: 15px;
    padding: 0 15px;
  }

  .left-side {
    padding-left: 15px;
    margin-bottom: 8%;
  }

  .right-side {
    margin-top: 8%;
    padding-right: 15px;
  }

  .middle-side {
    border: none;
  }

  .middle-side > div {
    border: 1px solid #020202;
  }
}

/* BLOG CAT SEC START */

.blog-cats {
  margin-top: 12px;
  padding: 10px 0 !important;
}

.cat-inner {
  display: flex;
  justify-content: space-between;
  padding: 10px 10px 0 10px;
  border-bottom: 1px solid #000000;
}

.blog-cat {
  /* padding: 0 10px; */
  display: flex;
  flex-direction: column;
  border: 1px solid #020202;
}

.cat-inner .nav-tabs > div {
  display: flex;
  width: 100%;
}

.cat-inner .nav-tabs div li {
  width: 33.3%;
}

.nav-tabs .nav-link {
  /* height: 50px; */
  background: #6a6a6a;
  border-radius: 10px 10px 0px 0px;
  font-family: "Poppins";
  font-style: normal;
  text-wrap: nowrap;
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  padding: 0.5rem!important;
}

.blog-cats #myTab {
  width: 100%;
  flex-wrap: nowrap !important;
}

.see-more-mid {
  width: 101px;
  height: 39px;
  background: #d7d5d1;
  border: none;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #020202;
}

.cat-inner .nav-tabs .nav-link {
  text-align: center;
}

.cat-inner .nav-tabs .nav-link.active {
  background-color: #000 !important;
  color: #fff;
  border: none;
}

.blog-card {
  width: 215px;
}

.blog-cat .tab-pane.active {
  display: flex;
}

@media screen and (max-width: 768px) {
  .blog-cat {
    /* flex-direction: row; */
    padding: 0 15px;
    border: none;
  }

  .cat-inner {
    padding: 0;
  }

  .nav-tabs .nav-link {
    font-size: 13px;
    line-height: 20px;
    padding: 0.4rem 0.1rem!important;
    letter-spacing: -0.5x;
}

  #myTabContent .blog-1{
    padding: 7px;
  }

  #myTab {
    display: flex;
    flex-direction: column;
    width: 740px;
    border: none;
  }

  #myTab div li{
    width: 33%;
  }

  .blogs-sec {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-cats #myTab {
    margin-top: 20px;
  }

  .blog-time {
    display: none;
  }

  .cat-inner {
    /* overflow: scroll; */
    flex-direction: column;
    justify-content: space-around;
    border-bottom: none;
  }

  .blog-cats {
    justify-content: space-between;
  }


  .blog-card .blog-1 {
    display: flex;
    flex-direction: row;
  }


  .blog-cat .blog-1:nth-child(1) {
    margin-top: 0;
    padding-top: 0;
  }

  .blog-row {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }

  #myTabContent {
    border: 1px solid #000;
  }

  .blog-cat .blog-1 > img {
    /* max-width: 130px; */
    width: 100%;
    /* height: 90px; */
  }

  .blog-cat .tab-pane.active {
    flex-wrap: wrap;
    /* gap: 35px; */
    justify-content: center;
    margin-top: 2.5%;
  }

  .blog-date {
    font-size: px;
    margin-top: 0;
  }

  .blog-det-2 h2 {
    font-size: 10px;
    line-height: 15px;
  }

  .blog-cat .blog-1 {
    gap: 6px;
    padding: 0 1px;
  }

  .blog-cat .blog-det-2 p {
    text-align: left;
    line-height: 10px;
  }

  .blog-det-2 p{
    font-size: 14px;
  }

  .blog-cat .blog-det-2 h2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .blog-1 {
    gap: 9px;
  }

  /* .cat-inner .nav-item {
    width: max-content;
  } */

  .foot-left img {
    width: 90%;
  }
}

/* BLOG CAT SEC FINISH */

/* ANNOUNCE START */

.announce {
  background: radial-gradient(
    54.04% 146.55% at 50% 50%,
    #d7d5d1 0%,
    #67676a 100%
  );
  padding: 30px 0;
  max-width: 1300px !important;
  margin: 0 auto;
}

.announce-container {
  max-width: 1050px !important;
}

.announce-container .row {
  align-items: center;
  justify-content: space-between;
}

.ann-left p {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: right;
  color: #020202;
}

.ann-left a {
  width: 301px;
  height: 52.01px;
  display: flex;
  margin-top: 16px;
  align-items: center;
  justify-content: space-evenly;
  background: #d7d5d1;
  border-radius: 50px;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  color: #fdfdfd;
}

.ann-left a:hover {
  text-decoration: none;
}

.ann-mid img {
  width: 100%;
}

.ann-right {
  margin-bottom: 3%;
}

.ann-right p {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;

  color: #020202;
}

/* ANNOUNCE FINISH */

/* FOOTER START */



.csrf-code {
  width: 100%;
  padding: 3px 0;
  color: #545e66;
  display: flex;
  font-size: 22px;
  align-items: center;
  justify-content: center;
  user-select: none;
  font-family: "Oleo Script";
  font-weight: 400;
  box-shadow: inset 0px 0px 18px rgb(255 255 255 / 55%);
  backdrop-filter: blur(31px);
  border-radius: 6px;
  border: 1px solid;
  border-image-source: linear-gradient(180deg, #C3C9EB 0%, #7383A1 100%);
}

footer {
  padding: 15px 0;
  border: 1px solid #000000;
  padding: 30px 0;
  max-width: 1300px !important;
  margin: 10px auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;

}

.foot-left {
  max-width: 480px;
}

.foot-left p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #3b3a3a;
}

.foot-social {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.foot-social a {
  width: 42px;
  padding: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  border: 1px solid #3b3a3a;
  border-radius: 10px;
}

.foot-right {
  display: flex;
  gap: 60px;
  
}

.footer-input-groups {
  display: flex;
  height: 80px;
  gap: 5px;
}

.footer-input-groups div {
  display: flex;
  flex-direction: column;
}

.foot-right div li a {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
  display: block;
  margin: 19px 0;
}

.foot-right div li a:nth-child(1) {
  margin-top: 0;
}

.foot-right div li a:hover {
  text-decoration: none;
}

.foot-right form button {
  height: 38px;
  background: #f96d00;
  border-radius: 3px;
  border: none;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  padding: 11px 45px;
  margin-top: 8px;
}

.foot-right form input {
  height: 38px;
  outline: 1px solid #000000;
  border: none;
  border-radius: 4px;
  padding: 10px 0 10px 10px;
}

.foot-right form p {
  margin-top: 6px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin-bottom: 20px;
}

.foot-right textarea {
  height: 60px;
  outline: 1px solid #000000;
  border: none;
  border-radius: 4px;
  /* margin-top: 20px; */
  width: 100%;
  padding: 10px 0 10px 10px;
}

/* FOOTER FINISH */

/* PAPER PAGE */

.paper-section {
  background-image: url(../img/paper/article-bg.png);
  background-size: cover;
  background-position: center;
}

.paper-blog2-img img {
  width: 100%;
  height: 246px;
  object-fit: cover;
}

.paper-blog2-under {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.paper-blog2-time span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #918686;
}

.paper-date {
  /* border-right: 1px solid #999; */
  padding-right: 10px;
  margin-right: 8px;
}

.paper-minute {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  color: #000000;
  margin-top: 8px;
}

.paper-blog2-content {
  margin-top: 6px;
}

.paper-blog2-content h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000000;
}

.paper-blog2-content p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  text-align: justify;
  color: #908686;
}

.paper-blog2-button {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.paper-blog2-button button {
  background-color: transparent;
  border: none;
  outline: none;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #020202;
  margin-top: 7px;
}

.paper-blog2-button div span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  color: #000000;
  margin-right: 7px;
}

.paper-blog2-bottom {
    width: 100%;
  display: flex;
  gap: 20px;
  border-top: 2px solid #000;
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.paper-blog2-bottom-left,
.paper-blog2-bottom-right {
    width: 100%;
}

.paper-blog2-bottom-time span {
  font-size: 10px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  color: #282828;
}

.paper-bottom-date {
  border-right: 1px solid #999;
  padding-right: 5px;
  margin-right: 4px;
  font-size: 12px;
}

.paper-1-img {
  width: 100%;
  height: 128px;
  /* margin-top: 25px; 
  padding-top: 15px; 
  border-top: 2px solid #000; */
}

.paper-k-img {
  margin-top: 20px;
  padding: 20px;
}

/* .paper-1,
.paper-2 {
  margin-top: 25px; 
  padding-top: 15px; 
  border-top: 2px solid #000;
} */

.top-line span {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.top-line {
  padding-left: 20px !important;
  padding-right: 0 !important;
}

.paper-carousel {
  display: flex;
}

.paper-carousel-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.paper-carousel-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.paper-carousel-content span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #79756d;
}

.paper-carousel-content h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
}

.paper-carousel-content p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
}

.paper-carousel-content div {
  display: flex;
  justify-content: flex-end;
}

.paper-container .owl-nav .owl-prev {
  display: none;
}

/* STYLE2 */

.paper-container{
  margin-top: 2%;
}

.paper-container .owl-nav .owl-next {
  position: absolute;
  top: 0;
  right: 0;
}

.paper-container .owl-nav .owl-next img {
  width: 36px;
  height: 24px;
  display: inline-block;
  font-size: 32px;
}

.owl-carousel-row {
  padding: 30px 0;
  border-bottom: 1px solid #000;
  margin-top: 20px;
}

.owl-carousel-row .owl-dots {
  display: none;
}

.mobile-paper-2 {
  display: none;
}

.paper-load-more {
  display: flex;
  justify-content: center;
  padding: 15px 0;
  gap: 7.33px;
}

.paper-load-more button {
  background: #6a6a6a;
  padding: 11px 5.5px;
  border: none;
  outline: none;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #fdfdfd;
}

.paper-elizabeth-img {
  height: 128px!important;
}

.paper-elizabeth-img img {
  height: 100%;
  object-fit: cover;
}



@media screen and (max-width: 767.5px) {
  .top-line {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .foot-social {
    justify-content: center;
    flex-wrap: wrap;
  }

  .paper-col6 {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #000;
  }

  .paper-col6-mobile {
    display: flex;
  }

  .paper-blog2-bottom,
  .paper-1 .paper-1-img,
  .paper-1 .blog-det,
  .paper-1 .blog-det-2,
  .paper-1 .blog-det-3 {
    display: none;
  }

  .paper-blog2-bottom-left-col {
    display: none;
  }

  .paper-1,
  .paper-2 {
    margin: 0;
    padding: 0;
    border: none;
  }

  .paper-blog3-bottom-left {
    /* border-bottom: 2px solid #000; */
    padding-bottom: 15px;
  }

  .owl-carousel-row {
    margin-top: 0;
  }

  .paper-1-img {
    width: 100%;
    margin-top: 25px;
    padding-top: 15px;
    border-top: 2px solid #000;
  }

  .paper-2 {
    display: none;
  }

  .paper-k-content-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .paper-elizabeth-wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }

  .paper-elizabeth-img {
    height: 128px!important;
  }

  .paper-elizabeth-img img {
    height: 100%;
    object-fit: cover;
  }

  /* .paper-1,
  .paper-2 {
    margin-top: 25px; 
    padding-top: 15px; 
    border-top: 2px solid #000;
  } */

  .mobile-paper-2 {
    display: flex;
    flex-direction: column;
  }

  .paper-k-img {
    padding: 0;
  }

  .paper-k-img img {
    width: 100%;
  }

  .footer-input-groups {
    flex-direction: column;
  }
}

@media screen and (max-width: 450px) {
  .paper-blog2-bottom {
    flex-direction: column;
    gap: 40px;
  }

  #myTab {
    width: 640px;
  }

  .announce-container .row{
    gap: 20px;
  }

  footer{
    padding: 12px 12px 0 12px;
    border-top: 1px solid #000;
    border-bottom: none;
  }

  .foot-right{
    margin-top: 5%;
  }
}

/* Nav Links Hover */

nav.stroke ul li a:hover {
  color: #020202;
  text-decoration: none;
  opacity: 0.5;
}

nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .3s;
}

nav.stroke ul li a,
nav.fill ul li a {
  position: relative;
  font-size: 13px;

}

nav.stroke ul li a:after,
nav.fill ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #020202;
  opacity: 0.5;
  height: 2px;
}

nav.stroke ul li a:hover:after {
  width: 100%;
}

/* Profile Modal */

.login-modal {
  padding-right: 0!important;
}

.login-form-div {
  display: flex;
  flex-direction: column;
}

.login-form {
  width: 100%;
}

.login-form h4 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  text-align: center;
  color: #101012;
  margin-bottom: 32px!important;
}

.login-form-div input {
  width: 100%!important;
  padding: 0px 45px 0px 16px;
  height: 48px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  display: flex;
  align-items: center;
  color: #5A5A5D;
  border-radius: 8px!important;
}

.login-div-password {
  position: relative;
}

.login-div-password img {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 8px;
  right: 10px;
  cursor: pointer;
  z-index: 5;
}

.error {
  color: rgb(250, 68, 68)!important;
  font-size: 14px;
  margin-top: 5px!important;
}

.login-form-div input:focus {
  border: 4px solid rgba(224, 239, 254, 1);
  box-shadow: none!important;
}

.login-form-div label {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  color: #5A5A5D;
}

.login-form button {
  width: 100%;
  height: 52px;
  background: #6A6A6A;
  border-radius: 8px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #FFFFFF;
  border: none;
  outline: none;
  transition: all 0.2s ease-in-out;
}

.login-form button:hover {
  opacity: 0.8;
}

.login-dialog {
  max-width: 620px!important;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0rem auto!important;
}

.modal-body {
  padding: 48px 72px!important;
  background-color: rgba(226, 226, 226, 1);
  border-radius: 8px;
}

.login-dont-account {
  text-align: center;
  margin-top: 24px;
  font-family: 'Poppins';
    font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-transform: capitalize;
  color: #6A6A6A;
}

.login-dont-account a:hover {
  text-decoration: underline!important;
}

.login-forgot {
  position: absolute;
  top: 0px;
  right: 0px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  display: flex;
  align-items: center;
  text-align: right;
  text-transform: capitalize;
  color: #6A6A6A;
}

.login-forgot:hover {
  color: #6A6A6A;
  text-decoration: none;
  opacity: 0.8;
}
.MsoNormal img {
  width: 100%;
  height: 400px;
  object-fit: contain;
}

@media screen and (max-width: 500px) {
  .MsoNormal img {
      height: 200px!important;
  }
}

@media screen and (max-width: 426px) {
  .captcha-mobile{
    flex-direction: column !important;
  }
  .csrf{
    padding: 0px;
    margin-bottom: 0px;
  }
  .csrf label, .bitrix-input label{
    display: block; 
}
.footer-page{
  display: none;
}
#contact{
  text-align: center;
}
.foot-right{
  order: 0;
}
.foot-left{
  order: 1;
  margin-top: 20px;

}
}

@media screen and (max-width: 325px) {
  #contact{
    padding-right: 20px;

  }
}
