@import url("https://fonts.googleapis.com/css2?family=Roboto&family=Rufina&display=swap");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  background-color: #fafafa;
}

.target-icon {
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 20px;
}
.icon-png {
  width: 100px;
  object-fit: contain;
  border-radius: 50%;
}
.inner-content {
  border: 1px solid #ebe2e2;
  box-shadow: 1px 1px 5px #fafafa;
  padding: 10px;
  margin-bottom: 10px;
  background-color: white;
  transition: all 200ms ease-in;
}
.inner-content:hover {
  transform: scale(1.09);
  box-shadow: 1px 1px 5px white;
}
.info {
  text-align: center;
  text-decoration: none;
  margin-bottom: 20px;
  padding: 10px;
}

.heading {
  font-family: "Rufina", serif;
  text-decoration: none;
  font-size: x-large;
  color: rebeccapurple;
  margin-bottom: 20px;
}

.btn-resource {
  border: 1px solid lightgray;
  background-color: white;
  padding: 8px 20px;
  text-decoration: none;
  color: black;
  font-family: "Roboto", sans-serif;
}
.btn-resource:hover {
  box-shadow: 1px 1px 5px lightgray;
}

.youtube-gallary {
  width: 90%;
}

.icon_png {
  margin-bottom: 30px;
}

.heading_name {
  text-align: center;
  font-size: 2.4em;
  font-weight: 500;
  font-family: "Rufina", serif;
  margin-top: 30px;
  text-shadow: 1px 1px 1px cyan;
  text-transform: capitalize;
}

.iframe-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid lightgray;
  box-shadow: 1px 1px 10px lightgray;
  transition: all 250ms ease-in;
}

/* Connect */

.dropdown:hover .dropdown-menu {
  display: block;
  z-index: 1;
  box-shadow: 1px 1px 3px white;
}

.icon-bar2 {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar2 a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar2 a:hover {
  background-color: #000;
}

.facebook2 {
  background: #3b5998;
  color: white;
}

.twitter2 {
  background: #55acee;
  color: white;
}

.google2 {
  background: #dd4b39;
  color: white;
}

.linkedin2 {
  background: #007bb5;
  color: white;
}

.youtube2 {
  background: #bb0000;
  color: white;
}

.content2 {
  margin-left: 75px;
  font-size: 30px;
}

.image_png{
  width: 90%;
}
.image-png{
  width: 100%;
  object-fit: contain;
  border-radius: 0;
  height: 200px;
}

.subtopic-outer-div {
  border: 1px solid #ebe2e2;
  box-shadow: 1px 1px 5px #fafafa;
  padding: 5px 10px;
  background-color: white;
  transition: all 200ms ease-in;
}
.subtopic-outer-div:hover {
  transform: scale(1.09);
  box-shadow: 1px 1px 5px white;
}
.next-page-link-subtopic {
  font-family: "Rufina", serif;
  text-decoration: none;
  color: rebeccapurple;
  text-align: center;
  font-size:1.2em;
}