.country-block-current-item-style1 {
  position: relative;
}
.country-block-current-item-style1 .inner-box {
  padding: 20px 10px;
  position: relative;
  text-align: center;
}
.country-block-current-item-style1 .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../images/current-theme/shape-3.jpg);
  border-radius: 10px;
  content: "";
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .country-block-current-item-style1 .inner-box:before {
    transition: none;
  }
}
.country-block-current-item-style1 .inner-box:hover:before {
  opacity: 1;
  visibility: visible;
}
.country-block-current-item-style1 .inner-box:hover .flag {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.country-block-current-item-style1 .inner-box .flag {
  position: relative;
  display: block;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  overflow: hidden;
  transition: all 300ms ease;
  margin: 0 auto 20px;
  z-index: 2;
}
.country-block-current-item-style1 .inner-box .flag:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color1);
}
.country-block-current-item-style1 .inner-box .btn-view-details .btn-plain-text {
  position: relative;
  font-size: 14px;
  padding: 10px 20px;
  text-align: center;
  background-color: #ebeef5;
  color: var(--headings-color);
  display: inline-block;
  font-weight: 800;
  border-radius: 50px;
  font-family: var(--heading-font-family);
  text-transform: capitalize;
  letter-spacing: 0;
}
.country-block-current-item-style1 .inner-box .btn-view-details .btn-plain-text:hover {
  color: var(--theme-color1);
}

.country-block-current-item-style2 {
  position: relative;
  margin-bottom: 30px;
}
.country-block-current-item-style2 .inner-box {
  padding: 20px 10px;
  position: relative;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d4d9e6;
  border-radius: 12px;
}
.country-block-current-item-style2 .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../images/current-theme/shape-3.jpg);
  border-radius: 10px;
  content: "";
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
}
.country-block-current-item-style2 .inner-box:hover:before {
  opacity: 1;
  visibility: visible;
}
.country-block-current-item-style2 .inner-box:hover .feature-title {
  color: #fff;
}
.country-block-current-item-style2 .inner-box:hover .flag {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.country-block-current-item-style2 .flag {
  position: relative;
  display: block;
  height: 78px;
  width: 78px;
  border-radius: 50%;
  overflow: hidden;
  transition: all 300ms ease;
  margin: 0 auto 13px;
  z-index: 2;
}
@media (prefers-reduced-motion: reduce) {
  .country-block-current-item-style2 .flag {
    transition: none;
  }
}
.country-block-current-item-style2 .flag:hover {
  background-color: var(--bg-theme-color1);
  color: var(--theme-color2);
}
.country-block-current-item-style2 .feature-title {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  transition: all 300ms ease;
  margin-bottom: 0;
}
@media (prefers-reduced-motion: reduce) {
  .country-block-current-item-style2 .feature-title {
    transition: none;
  }
}
.country-block-current-item-style2 .feature-title:hover {
  color: #fff;
}

.country-block-current-item-style3 {
  position: relative;
  margin-bottom: 30px;
}
.country-block-current-item-style3 .inner-box {
  position: relative;
  background-color: #ffffff;
  padding: 33px 33px;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .country-block-current-item-style3 .inner-box {
    transition: none;
  }
}
.country-block-current-item-style3 .inner-box .content {
  position: relative;
  padding-left: 75px;
}
.country-block-current-item-style3 .inner-box .content .flag {
  position: absolute;
  left: 0;
  top: 0;
  height: 57px;
  width: 57px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 0px;
}
.country-block-current-item-style3 .inner-box .content .flag img {
  width: 100%;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .country-block-current-item-style3 .inner-box .content .flag img {
    transition: none;
  }
}
.country-block-current-item-style3 .inner-box .content .feature-title {
  display: block;
  margin-top: 0;
  margin-bottom: 8px;
}
.country-block-current-item-style3 .inner-box .content .feature-title a:hover {
  color: var(--theme-color1);
}
.country-block-current-item-style3 .inner-box .content .feature-details {
  margin-bottom: 0;
}
.country-block-current-item-style3 .inner-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.country-block-current-item-style3 .inner-box:hover .flag img {
  transform: rotate(360deg);
}