@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border box;
  margin: 0;
  padding: 0;
}

body {
  background: #ffffff;
  font-family: Poppins;
  line-height: 1;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
}

header {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 100;
  background-color: transparent;
  padding: 0px auto;
  transition: 0.3s ease-in-out;
}
header .navlogo {
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  font-size: 15px;
  color: #b39471;
  font-weight: 500;
  text-transform: uppercase;
  margin: 7px 10px;
}
header .navlogo img {
  max-width: 30px;
}
header .Navlinks-lg {
  display: none;
}
@media (min-width: 960px) {
  header .Navlinks-lg {
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: center;
    width: 100%;
  }
}
header .Navlinks-sm {
  position: fixed;
  top: 0;
  right: -80%;
  width: 60%;
  height: 100%;
  background-color: #ffffff;
  z-index: 100;
  box-shadow: #383838 0px 0px 15px;
  padding-left: 30px;
  padding-top: 50%;
  transition: 0.5s ease-in-out;
}
@media (min-width: 960px) {
  header .Navlinks-sm {
    display: none;
  }
}
header .Navlinks-sm-open {
  position: fixed;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(15, 77, 64, 0.2862745098), rgba(62, 46, 98, 0.2862745098));
  backdrop-filter: blur(20px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.24);
  z-index: 100;
  box-shadow: #383838 0px 0px 15px;
  padding-left: 30px;
  padding-top: 50%;
}
@media (min-width: 960px) {
  header .Navlinks-sm-open {
    display: none;
  }
}
header .Navlinks-sm-open .Nbtn-mobl {
  font-size: 20px;
  background: linear-gradient(to bottom, #ffd700, #ffd700 50%, #e5ac00 50%, #e5ac00);
}
header .Navlinks-sm-open .Nbtn-mobl:hover {
  background: linear-gradient(to bottom, #e5ac00, #e5ac00 50%, #ffd700 50%, #ffd700);
  color: #ffffff;
}
header .hamburgr-buttn {
  background-color: transparent;
  padding: 5px 5px;
  border: 4px solid #272727;
  border-radius: 50%;
  margin: 10px 30px;
  cursor: pointer;
  z-index: 1000;
}
header .hamburgr-buttn .hamburgr-line {
  width: 20px;
  height: 2px;
  background-color: #272727;
  margin: 5px 3px;
  border-radius: 1px;
}
@media (min-width: 960px) {
  header .hamburgr-buttn {
    display: none;
  }
}
header ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
header ul li a {
  color: #ffffff;
  padding: 7px 10px;
  transition: 0.6s ease-in-out;
  font-weight: 300;
  font-size: 35px;
  transition: 1s ease;
}
header ul li a:hover {
  color: #58e0a8;
}
@media (min-width: 960px) {
  header ul li a {
    color: #272727;
    font-size: 15px;
    padding: 5px 15px;
    border-radius: 20px;
    background-color: transparent;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0);
  }
  header ul li a:hover {
    background-color: rgba(46, 52, 98, 0.0745098039);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 960px) {
  header ul {
    flex-direction: row;
    padding: 12px 20px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    transition: 0.7s ease;
  }
}

section {
  padding: 10px 10px;
  box-shadow: none;
}

.container-lg {
  padding: 10px 10px;
}

.container-sm {
  padding: 10px 10px;
}

footer {
  background-image: linear-gradient(#ffffff, #ffffff, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("Assets/Home/Footer.webp");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}
footer .container-lg {
  max-width: 1400px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  align-items: center;
  padding: 50px 0px;
  margin: 0 auto;
}
footer .container-lg .comp-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
footer .container-lg .comp-logo h2 {
  font-size: 35px;
  border-top: 1px solid #272727;
  padding: 10px 30px;
  color: #b39471;
  font-weight: 100;
}
footer .container-lg .comp-logo img {
  max-width: 250px;
}
footer .container-lg .comp-logo p {
  max-width: 350px;
  font-size: 15px;
  color: #ffffff;
}
footer .container-lg .quk-links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
footer .container-lg .quk-links ul {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background-color: transparent;
  flex-direction: row;
  margin: 0px auto;
  padding: 12px 40px;
  border-radius: 20px;
  backdrop-filter: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  transition: 0.7s ease;
}
footer .container-lg .quk-links ul li a {
  color: #272727;
  transition: 0.6s ease-in-out;
  font-weight: 300;
  font-size: 15px;
  background-color: #ff0000;
  padding: 5px 15px;
  border-radius: 20px;
  backdrop-filter: none;
  background-color: transparent;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0);
}
footer .container-lg .quk-links ul li a:hover {
  color: #b39471;
}
footer .container-lg .quk-links ul:hover {
  background-color: rgba(46, 52, 98, 0.1647058824);
  backdrop-filter: blur(10px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.24);
}
footer .container-lg .quk-links .ctc-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
footer .container-lg .quk-links .ctc-info h2 {
  font-size: 35px;
  color: #b39471;
}
footer .container-lg .quk-links .ctc-info .ctc-details {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
footer .container-lg .quk-links .ctc-info .ctc-details p {
  display: flex;
  flex-direction: row;
  gap: 7px;
  font-size: 15px;
  color: #ffffff;
  margin: 10px 0;
}
footer .container-lg .quk-links .ctc-info .btns {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin: 20px 0;
}
footer .container-lg .quk-links .ctc-info .btns a {
  border: 1px solid #b39471;
  border-radius: 10px;
  padding: 7px 35px;
  transition: 1s ease;
  font-weight: 500;
  text-wrap: nowrap;
  text-transform: uppercase;
  background-color: #b39471;
  color: #ffffff;
}
footer .container-lg .quk-links .ctc-info .btns a:hover {
  background-color: transparent;
  color: #b39471;
}
footer .container-lg .quk-links .sm-icons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 80%;
  padding: 10px 0;
  margin: auto;
  gap: 70px;
  box-shadow: 15px 15px 40px rgb(31, 31, 31);
  border-radius: 35px;
  border: 2px Solid #b39471;
  transition: 0.7s ease;
}
footer .container-lg .quk-links .sm-icons > * {
  transition: inherit;
}
footer .container-lg .quk-links .sm-icons a {
  background-color: #b39471;
  border: 2px Solid #b39471;
  border-radius: 35px;
  padding: 5px;
}
footer .container-lg .quk-links .sm-icons a i {
  color: #ffffff;
}
footer .container-lg .quk-links .sm-icons a:hover {
  background-color: transparent;
}
footer .container-lg .quk-links .sm-icons a:hover i {
  color: #b39471;
}
footer .copyright {
  color: #ffffff;
  font-size: 15px;
  margin: 20px 0;
  padding: 20px 5%;
  border-top: 2px solid #b39471;
  text-align: center;
}
footer .copyright a {
  color: #ffffff;
}
footer .copyright a:hover {
  color: #b39471;
}

.Hm-hero {
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), #ffffff), url("Assets/Home/Hero.webp");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 85vh;
  width: auto;
}
.Hm-hero .container-lg {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  width: 100%;
  gap: 10px;
}
@media (min-width: 960px) {
  .Hm-hero .container-lg {
    display: flex;
    flex-direction: row;
  }
}
.Hm-hero .container-lg .heading h1 {
  background: linear-gradient(to right, #b39471, #ece9b5);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 50px;
  text-transform: uppercase;
  line-height: 40px;
}
@media (min-width: 960px) {
  .Hm-hero .container-lg .heading h1 {
    font-size: 120px;
    line-height: 90px;
  }
}
.Hm-hero .container-lg .heading .autou {
  background: linear-gradient(to right, #58e0a8, blue);
  -webkit-background-clip: text;
  background-clip: text;
}
.Hm-hero .container-lg .heading p {
  font-size: 20px;
  color: #272727;
  margin: 20px 50px 0px 20px;
  padding-left: 30px;
  border-left: 1px solid #b39471;
}
@media (min-width: 960px) {
  .Hm-hero .container-lg .heading p {
    margin: 20px 620px 0px 20px;
  }
}
.Hm-hero .container-lg .btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 0px;
  gap: 10px;
}
@media (min-width: 960px) {
  .Hm-hero .container-lg .btns {
    flex-direction: column;
  }
}
.Hm-hero .container-lg .btns a {
  padding: 5px 70px;
}
.Hm-hero .container-lg .btns .stbtn {
  border: 1px solid #b39471;
  border-radius: 10px;
  padding: 7px 35px;
  transition: 1s ease;
  font-weight: 500;
  text-wrap: nowrap;
  text-transform: uppercase;
  background-color: #b39471;
  color: #ffffff;
  width: 20vw;
  text-align: center;
}
.Hm-hero .container-lg .btns .stbtn:hover {
  background-color: transparent;
  color: #b39471;
}
.Hm-hero .container-lg .btns .ndbtn {
  border: 1px solid #b39471;
  border-radius: 10px;
  padding: 7px 35px;
  transition: 1s ease;
  font-weight: 500;
  text-wrap: nowrap;
  text-transform: uppercase;
  background-color: transparent;
  color: #b39471;
}
.Hm-hero .container-lg .btns .ndbtn:hover {
  background-color: #b39471;
  color: #ffffff;
}

.Hm-about {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 85vh;
}
.Hm-about .container-sm {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  width: 80%;
  height: 50vh;
}
@media (min-width: 960px) {
  .Hm-about .container-sm {
    display: flex;
    flex-direction: row;
  }
}
.Hm-about .container-sm .About-info {
  align-self: center;
  padding-left: 50px;
}
.Hm-about .container-sm .About-info h2 {
  font-size: 35px;
  text-transform: uppercase;
  color: #b39471;
  padding-bottom: 20px;
}
.Hm-about .container-sm .About-info .masterpiece-container {
  font-family: "Georgia", "Times New Roman", serif; /* Uses a classic serif font for a "book" feel */
  max-width: 650px;
  line-height: 1.6;
  color: #333;
  margin: 20px;
}
.Hm-about .container-sm .About-info .scripture-quote {
  font-style: italic;
  font-weight: bold;
  color: #2c3e50;
  display: block;
  margin-top: 5px;
}
.Hm-about .container-sm .About-info .text-block {
  margin-bottom: 20px;
}
.Hm-about .container-sm .About-info a {
  border: 1px solid #b39471;
  border-radius: 10px;
  padding: 7px 35px;
  transition: 1s ease;
  font-weight: 500;
  text-wrap: nowrap;
  text-transform: uppercase;
  background-color: #b39471;
  color: #ffffff;
}
.Hm-about .container-sm .About-info a:hover {
  background-color: transparent;
  color: #b39471;
}
.Hm-about .container-sm .abtimg {
  background-image: url("Assets/Home/abtimg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  width: 140vw;
  border-radius: 20px;
}

.Hm-blogs {
  display: flex;
  align-items: center;
  width: auto;
  align-items: center;
  justify-content: center;
}
.Hm-blogs .container-sm {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.Hm-blogs .container-sm h1 {
  font-size: 75px;
  text-transform: uppercase;
  background: linear-gradient(to right, #b39471, #ece9b5);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.Hm-blogs .container-sm .blogs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 0px 30px 0px;
  width: 85%;
  margin: 50px 0px;
  gap: 20px;
}
.Hm-blogs .container-sm .blogs .Blog {
  display: flex;
  flex-direction: column;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px 20px 40px 20px;
  border: 3px solid rgba(0, 225, 255, 0.2470588235);
  width: 40vh;
  border-radius: 30px;
  box-shadow: inset 0px -300px 100px #ffffff;
  transition: 0.6s ease;
  cursor: pointer;
}
.Hm-blogs .container-sm .blogs .Blog:hover {
  border: 1px solid rgba(0, 225, 255, 0.6784313725);
  border-radius: 20px;
  box-shadow: inset 0px -200px 100px #ffffff;
}
.Hm-blogs .container-sm .blogs .Blog h3 {
  font-size: 30px;
  line-height: 25px;
  text-transform: uppercase;
  color: #272727;
  margin: 10px 0px;
}
.Hm-blogs .container-sm .blogs .Blog p {
  font-size: 15px;
  line-height: 12px;
  text-transform: uppercase;
  color: #272727;
  padding: 0px 0px 0px 10px;
  border-left: 2px solid #ece9b5;
  margin: 10px 0;
}
.Hm-blogs .container-sm .blogs .Blog a {
  border: 1px solid #b39471;
  border-radius: 10px;
  padding: 7px 35px;
  transition: 1s ease;
  font-weight: 500;
  text-wrap: nowrap;
  text-transform: uppercase;
  background-color: transparent;
  color: #b39471;
}
.Hm-blogs .container-sm .blogs .Blog a:hover {
  background-color: #b39471;
  color: #ffffff;
}
.Hm-blogs .container-sm .blogs #blog1 {
  background-image: url(Assets/Home/Signg.webp);
}
.Hm-blogs .container-sm .blogs #blog2 {
  background-image: url(Assets/Home/Signg.webp);
}
.Hm-blogs .container-sm .blogs #blog3 {
  background-image: url(Assets/Home/Tech.webp);
}
.Hm-blogs .container-sm .blogs #blog4 {
  background-image: url(Assets/Home/Webd.webp);
}

.Hm-social {
  padding: 0 20%;
}
.Hm-social .container-sm {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
  padding: 10% 10%;
  border-radius: 20px;
  gap: 20px;
}
@media (min-width: 960px) {
  .Hm-social .container-sm {
    gap: 0px;
    flex-direction: row;
  }
}
.Hm-social .container-sm h2 {
  font-size: 75px;
  text-transform: uppercase;
  color: #272727;
  line-height: 60px;
}
.Hm-social .container-sm iframe {
  border-radius: 20px;
}

.Ab-hero {
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), #ffffff), url("Assets/About/Hero.webp");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 85vh;
  width: auto;
}
.Ab-hero .container-lg {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  width: 100%;
  gap: 10px;
}
.Ab-hero .container-lg .heading h1 {
  background: linear-gradient(to right, #b39471, #ece9b5);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 75px;
  text-transform: uppercase;
  line-height: 60px;
}
@media (min-width: 960px) {
  .Ab-hero .container-lg .heading h1 {
    font-size: 120px;
    line-height: 90px;
  }
}
.Ab-hero .container-lg .heading .autou {
  background: linear-gradient(to right, #58e0a8, blue);
  -webkit-background-clip: text;
  background-clip: text;
}
.Ab-hero .container-lg .heading p {
  font-size: 20px;
  color: #272727;
  margin: 20px 50px 0px 20px;
  padding-left: 30px;
  border-left: 1px solid #b39471;
}
@media (min-width: 960px) {
  .Ab-hero .container-lg .heading p {
    margin: 20px 620px 0px 20px;
  }
}
.Ab-hero .container-lg .btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 0px;
  gap: 10px;
}
@media (min-width: 960px) {
  .Ab-hero .container-lg .btns {
    flex-direction: column;
  }
}
.Ab-hero .container-lg .btns a {
  padding: 5px 70px;
}
.Ab-hero .container-lg .btns .stbtn {
  border: 1px solid #b39471;
  border-radius: 10px;
  padding: 7px 35px;
  transition: 1s ease;
  font-weight: 500;
  text-wrap: nowrap;
  text-transform: uppercase;
  background-color: #b39471;
  color: #ffffff;
  width: 20vw;
  text-align: center;
}
.Ab-hero .container-lg .btns .stbtn:hover {
  background-color: transparent;
  color: #b39471;
}
.Ab-hero .container-lg .btns .ndbtn {
  border: 1px solid #b39471;
  border-radius: 10px;
  padding: 7px 35px;
  transition: 1s ease;
  font-weight: 500;
  text-wrap: nowrap;
  text-transform: uppercase;
  background-color: transparent;
  color: #b39471;
  width: 20vw;
  text-align: center;
}
.Ab-hero .container-lg .btns .ndbtn:hover {
  background-color: #b39471;
  color: #ffffff;
}

.Ab-blog {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: auto;
  align-items: center;
  justify-content: center;
}
.Ab-blog .container-lg {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  width: 80%;
  height: 50vh;
}
@media (min-width: 960px) {
  .Ab-blog .container-lg {
    display: flex;
    flex-direction: row;
  }
}
.Ab-blog .container-lg .About-info {
  align-self: center;
  padding-left: 10px;
}
.Ab-blog .container-lg .About-info h2 {
  font-size: 35px;
  text-transform: uppercase;
  color: #b39471;
}
.Ab-blog .container-lg .About-info p {
  font-size: 15px;
  padding: 20px;
  margin: 20px 10px 40px 10px;
}
.Ab-blog .container-lg .About-info a {
  border: 1px solid #b39471;
  border-radius: 10px;
  padding: 7px 35px;
  transition: 1s ease;
  font-weight: 500;
  text-wrap: nowrap;
  text-transform: uppercase;
  background-color: #b39471;
  color: #ffffff;
}
.Ab-blog .container-lg .About-info a:hover {
  background-color: transparent;
  color: #b39471;
}
.Ab-blog .container-lg .abtimg {
  background-image: url("Assets/About/Abt 1.webp");
  background-size: cover;
  background-repeat: no-repeat;
  width: 140vw;
  border-radius: 20px;
}
.Ab-blog .container-sm {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70%;
  padding: 5% 0;
  gap: 30px;
}
.Ab-blog .container-sm img {
  border-radius: 20px;
}
.Ab-blog .container-sm article {
  padding: 0 10%;
}

.Bg-hero {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 85vh;
  width: auto;
}
.Bg-hero .container-lg {
  background: radial-gradient(#272727, #58e0a8);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60% 20%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  max-width: 1400px;
  width: 100%;
  box-shadow: 10px 10px 10px rgba(23, 7, 95, 0.2470588235);
  gap: 10px;
}
@media (min-width: 960px) {
  .Bg-hero .container-lg {
    display: flex;
    padding: 8% 20%;
    flex-direction: row;
  }
}
.Bg-hero .container-lg .heading h1 {
  color: #ffffff;
  font-size: 50px;
  text-transform: uppercase;
  line-height: 40px;
}
@media (min-width: 960px) {
  .Bg-hero .container-lg .heading h1 {
    font-size: 120px;
    line-height: 90px;
  }
}
.Bg-hero .container-lg .heading p {
  font-size: 20px;
  color: #272727;
  margin: 20px 50px 0px 20px;
  padding-left: 30px;
  border-left: 1px solid #b39471;
}
@media (min-width: 960px) {
  .Bg-hero .container-lg .heading p {
    margin: 20px 620px 0px 20px;
  }
}
.Bg-hero .container-lg .btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 0px;
  gap: 10px;
}
@media (min-width: 960px) {
  .Bg-hero .container-lg .btns {
    flex-direction: column;
  }
}
.Bg-hero .container-lg .btns a {
  padding: 5px 70px;
}
.Bg-hero .container-lg .btns .stbtn {
  border: 1px solid #b39471;
  border-radius: 10px;
  padding: 7px 35px;
  transition: 1s ease;
  font-weight: 500;
  text-wrap: nowrap;
  text-transform: uppercase;
  background-color: #b39471;
  color: #ffffff;
  width: 20vw;
  text-align: center;
}
.Bg-hero .container-lg .btns .stbtn:hover {
  background-color: transparent;
  color: #b39471;
}
.Bg-hero .container-lg .btns .ndbtn {
  border: 1px solid #b39471;
  border-radius: 10px;
  padding: 7px 35px;
  transition: 1s ease;
  font-weight: 500;
  text-wrap: nowrap;
  text-transform: uppercase;
  background-color: transparent;
  color: #b39471;
  width: 20vw;
  text-align: center;
}
.Bg-hero .container-lg .btns .ndbtn:hover {
  background-color: #b39471;
  color: #ffffff;
}
.Bg-hero #blogs {
  background-image: url("Assets/Blogs/Hero.webp");
}

.Bg-blogs {
  display: flex;
  align-items: center;
  width: auto;
  align-items: center;
  justify-content: center;
}
.Bg-blogs .container-sm {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.Bg-blogs .container-sm .blogs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 0px 30px 0px;
  width: 85%;
  margin: 50px 0px;
  gap: 20px;
}
.Bg-blogs .container-sm .blogs .Blog {
  display: flex;
  flex-direction: column;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px 20px 40px 20px;
  border: 3px solid rgba(0, 225, 255, 0.2470588235);
  width: 40vh;
  border-radius: 30px;
  box-shadow: inset 0px -300px 100px #ffffff;
  transition: 0.6s ease;
  cursor: pointer;
}
.Bg-blogs .container-sm .blogs .Blog:hover {
  border: 1px solid rgba(0, 225, 255, 0.6784313725);
  border-radius: 20px;
  box-shadow: inset 0px -200px 100px #ffffff;
}
.Bg-blogs .container-sm .blogs .Blog:hover p {
  color: transparent;
}
.Bg-blogs .container-sm .blogs .Blog h3 {
  font-size: 30px;
  line-height: 25px;
  text-transform: uppercase;
  color: #272727;
  margin: 10px 0px;
}
.Bg-blogs .container-sm .blogs .Blog p {
  font-size: 15px;
  line-height: 12px;
  text-transform: uppercase;
  color: #272727;
  padding: 0px 0px 0px 10px;
  border-left: 2px solid #ece9b5;
  margin: 10px 0;
}
.Bg-blogs .container-sm .blogs .Blog a {
  border: 1px solid #b39471;
  border-radius: 10px;
  padding: 7px 35px;
  transition: 1s ease;
  font-weight: 500;
  text-wrap: nowrap;
  text-transform: uppercase;
  background-color: transparent;
  color: #b39471;
}
.Bg-blogs .container-sm .blogs .Blog a:hover {
  background-color: #b39471;
  color: #ffffff;
}
.Bg-blogs .container-sm .blogs #blog1 {
  background-image: url(Assets/Home/Consult.webp);
}
.Bg-blogs .container-sm .blogs #blog2 {
  background-image: url(Assets/Home/Signg.webp);
}
.Bg-blogs .container-sm .blogs #blog3 {
  background-image: url(Assets/Home/Tech.webp);
}
.Bg-blogs .container-sm .blogs #blog4 {
  background-image: url(Assets/Home/Webd.webp);
}

#blog1 {
  background-image: url("Assets/Blog/Blog1/Hero.webp");
}

.Bg-blog {
  display: flex;
  align-items: center;
  width: auto;
  align-items: center;
  justify-content: center;
}
.Bg-blog .container-sm {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70%;
  padding: 5% 0;
  gap: 30px;
}
.Bg-blog .container-sm img {
  border-radius: 20px;
}
.Bg-blog .container-sm article {
  padding: 0 10%;
}

.Bg-hero #blog2 {
  background-image: url("Assets/Blog/Blog2/Hero.webp");
}
.Bg-hero #blog2 .heading {
  color: white;
}
.Bg-hero #blog2 .heading p {
  margin: 20px 0px 0px 0px;
  padding: 10px 0px 10px 10px;
  border-top: 1px solid white;
  font-size: 20px;
  color: white;
}

.Bg-blog {
  display: flex;
  align-items: center;
  width: auto;
  align-items: center;
  justify-content: center;
}
.Bg-blog .container-sm img {
  border-radius: 20px;
}
.Bg-blog .container-sm h2 {
  font-size: 35px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
}
.Bg-blog .container-sm article {
  padding: 10px;
}
.Bg-blog .container-sm ul {
  list-style-type: disc;
  padding-left: 80px;
}
.Bg-blog .container-sm ul li {
  padding: 10px 0;
}
.Bg-blog .container-sm .par2 img {
  width: 100%;
}
@media (min-width: 960px) {
  .Bg-blog .container-sm .par2 img {
    width: 30%;
  }
}
.Bg-blog .container-sm .par2 h2 {
  font-size: 35px;
  text-align: left;
  margin: 0;
  border-bottom: 1px solid black;
  padding: 30px 0px 30px 0px;
}
@media (min-width: 960px) {
  .Bg-blog .container-sm .par2 h2 {
    border-left: 1px solid black;
    font-size: 50px;
    padding: 30px 0px 30px 50px;
  }
}
.Bg-blog .container-sm .par2 .par2-sub1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding-bottom: 30px;
}
@media (min-width: 960px) {
  .Bg-blog .container-sm .par2 .par2-sub1 {
    flex-direction: row;
  }
}
.Bg-blog .container-sm .par3 {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding-bottom: 50px;
}
.Bg-blog .container-sm .par3 h2 {
  font-size: 50px;
  text-align: center;
  margin: 0;
  border-bottom: none;
  padding: 50px 0 20px 0;
}
.Bg-blog .container-sm .parimg {
  display: flex;
  flex-direction: column;
}
@media (min-width: 960px) {
  .Bg-blog .container-sm .parimg {
    flex-direction: row;
    align-items: center;
  }
}
.Bg-blog .container-sm .parimg .parimg1, .Bg-blog .container-sm .parimg .parimg2 {
  display: none;
}
@media (min-width: 960px) {
  .Bg-blog .container-sm .parimg .parimg1, .Bg-blog .container-sm .parimg .parimg2 {
    display: block;
    width: 33.33%;
  }
}
.Bg-blog .container-sm .parimg img {
  width: 100%;
  margin: 30px 0px;
}
@media (min-width: 960px) {
  .Bg-blog .container-sm .parimg img {
    width: 33.33%;
  }
}
.Bg-blog .container-sm .par4, .Bg-blog .container-sm .par5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid black;
  padding: 50px 0;
}
.Bg-blog .container-sm .par4 h2, .Bg-blog .container-sm .par5 h2 {
  font-size: 35px;
  text-align: Left;
  margin: 0;
  border-bottom: none;
  padding: 0 0 20px 0;
}
@media (min-width: 960px) {
  .Bg-blog .container-sm .par4 h2, .Bg-blog .container-sm .par5 h2 {
    font-size: 50px;
  }
}
.Bg-blog .container-sm .par5 {
  border-bottom: 1px solid black;
}
.Bg-blog .container-sm .par6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 50px 0px;
}
.Bg-blog .container-sm .par6 h2 {
  font-size: 35px;
}
@media (min-width: 960px) {
  .Bg-blog .container-sm .par6 h2 {
    font-size: 75px;
  }
}
.Bg-blog .container-sm .par6 .parconc1, .Bg-blog .container-sm .par6 .parconc2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding-top: 30px;
}
@media (min-width: 960px) {
  .Bg-blog .container-sm .par6 .parconc1, .Bg-blog .container-sm .par6 .parconc2 {
    flex-direction: row;
  }
}
.Bg-blog .container-sm .par6 .parconc1 img, .Bg-blog .container-sm .par6 .parconc2 img {
  width: 100%;
}
@media (min-width: 960px) {
  .Bg-blog .container-sm .par6 .parconc1 img, .Bg-blog .container-sm .par6 .parconc2 img {
    width: 40%;
  }
}
.Bg-blog .container-sm .par6 .parconc1 article, .Bg-blog .container-sm .par6 .parconc2 article {
  width: 100%;
  font-size: 20px;
}
@media (min-width: 960px) {
  .Bg-blog .container-sm .par6 .parconc1 article, .Bg-blog .container-sm .par6 .parconc2 article {
    font-size: 30px;
  }
}