/* Start Sport */
.home-sec-nested h3 {
  font-size: 18px;
  line-height: 28px;
  bottom: 10px;
}

.home-small-sec h3 {
  font-size: 18px;
  line-height: 28px;
  bottom: 10px;
}

.home-third-nested-con {
  min-height: auto;
  border-radius: 0 0 3px 3px;
}

.home-third-nested-pic {
  border-radius: 3px 3px 0 0;
}

.home-third-nested-con h3 {
  font-family: 'Helvetica-bold', sans-serif;
  font-size: 16px;
  color: #18222f !important;
  line-height: 26px;
  margin-top: 0;
  height: 50px;
  font-weight: normal !important;
}

/* Zoom Out Image */
.box {
  position: relative;
  overflow: hidden;
  box-shadow: 0 1.4px 1.7px rgba(0, 0, 0, 0.017),
    0 3.3px 4px rgba(0, 0, 0, 0.024), 0 6.3px 7.5px rgba(0, 0, 0, 0.03),
    0 11.2px 13.4px rgba(0, 0, 0, 0.036), 0 20.9px 25.1px rgba(0, 0, 0, 0.043),
    0 50px 60px rgba(0, 0, 0, 0.06);
}

.box .hide {
  opacity: 0;
}

.box .frame {
  position: absolute;
  border: 1px solid #fff;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.box:hover {
  transition: all 0.3s ease-in-out;
}

.box:hover:before {
  transition: all 0.3s ease-in-out;
}

.box img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.box img:hover {
  transition: all 0.3s ease-in-out;
}

.box img:after {
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

.box img:hover {
  transition: all 0.3s ease-in-out;
}

.zoom-out .frame {
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  height: calc(100% - 40px);
}

.zoom-out h2 {
  font-size: 20px;
  font-weight: 300;
  margin-left: 10px;
  letter-spacing: 1px;
}

.zoom-out img {
  transform: scale(1.1);
}

.zoom-out:hover img {
  transform: scale(1);
  filter: contrast(70%);
}

/* Video Zoom In */
.snip1466 {
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  background-color: #000000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  margin: 0;
  padding: 0;
}

.snip1466 *,
.snip1466 *:before,
.snip1466 *:after {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.snip1466 i:before {
  position: relative;
  top: 55px;
  font-size: 18px;
  right: -55px;
  color: #ffffff;
}

.snip1466 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}

.snip1466 i {
  position: absolute;
  line-height: 50px;
  text-align: center;
  font-size: 28px;
  z-index: 1;
  bottom: -3px;
  right: 0;
  -webkit-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
}

.snip1466 i:after {
  position: absolute;
  bottom: 3px;
  right: 0px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 75px 75px;
  border-color: transparent transparent #5e3995;
  z-index: -1;
}

.snip1466 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1466:hover img,
.snip1466.hover img {
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.snip1466:hover i,
.snip1466.hover i {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.article-details {
  padding-bottom: 0;
  margin-top: 12px;
}

@media (max-width: 575.98px) {
  footer .footer-social-links {
    justify-content: center;
  }

  #search input[type='search'] {
    font-size: 14px;
  }

  footer .footer-links li {
    margin-right: 6px;
  }

  footer .copyright .copyright-text {
    justify-content: center;
  }

  .snip1466 i {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  footer .footer-social-links {
    justify-content: center;
  }

  .snip1466 i {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .snip1466 i {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .snip1466 i {
    display: none;
  }
}

html {
  scrollbar-width: normal;
  scrollbar-color: #8293a2 #5e3995;
}

html::-webkit-scrollbar {
  width: 10px;
}

html::-webkit-scrollbar-thumb {
  background: #5e3995;
}

html::-webkit-scrollbar-track {
  background: #8293a2;
}

/* Start Circle */

/* Circles Container */
.full-panel{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

/* Circle Settings */
.circle {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}

.outer-circle {
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 4px rgb(77, 77, 77, 0.46);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px;
}

.inner-circle {
  width: 100%;
  height: auto;
  border: 3px solid #fff;
  box-shadow: 0px 0px 3px 2px #dddada inset;
  z-index: 1;
  overflow: hidden;
  margin: 10px;
}

.inner-circle img {
  width: 90px;
  background-size: cover;
}

.sq {
  position: absolute;
  width: 50%;
  height: 120%;
  max-height: 0;
  background: #5e3995;
}

.small-card-article:hover .sq {
  max-height: 130%;
}


.circle-4 .sq-1 {
  bottom: -5%;
  right: 0;
  transition: max-height 0.3s ease-out;
}
.circle-4 .sq-2 {
  top: -5%;
  left: 0;
  transition: max-height 0.3s linear;
}
/* End of Circle-4 Animation Settings */
