/* Base styles */
.banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 3px solid #222;
}

.left-content {
  text-align: left;
}
img{
  max-width: 100%;
  height: auto !important;
}
.left-content h2 {
  color: blue;
  text-transform: capitalize;
  padding-top: 12px;
  padding-left: 12px;
  font-weight: bold;
}

.right-content {
  display: flex;
}

.banner img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .banner {
    flex-direction: column;
    align-items: stretch;
  }

  .left-content h2 {
    text-align: center;
    padding-top: 0;
    padding-left: 0;
  }

  .right-content {
    margin-top: 10px;
  }

  .right-content .vertical-text {
    padding-right: 0px;
    writing-mode: vertical-rl;
    color: #767674;
    font-family: Roboto Condensed, Verdana, sans-serif;
    font-size: .300rem;
    font-weight: 300;
    letter-spacing: .063rem;
    line-height: 1;
    padding-left: 0;
    padding-top: .375rem;
    text-transform: uppercase;
    text-align: center;
  }
}

@media screen and (max-width: 540px) {
  .sidebar-sticky {
    display: none;
  }

  /* .left-content {
    display: none;
  } */

  /* .right-content {
    text-align: center;
    max-width: 100%;
    height: auto;
  } */
}

.sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  height: calc(100vh - 20px);
  overflow-y: auto;


}

.sidebar-content {
  padding: 8px;
  border-left: 3px solid #222;
  text-align: -webkit-center;
}

.img-center {
  max-width: 160px;
  height: 600px;
  margin-right: 0;
}


header {
  background-color: #fafafa;
  padding: 3px;
}

.bg-color-content {
  background-color: #fafafa;
}

footer {
  text-align: center;
  margin-bottom: 12px;
}

@media (min-width: 578px) {
  .ad-small-screen {
    display: none;
  }
}

.ad-small-screen {
  position: relative;
}

.ad-small-screen img {
  max-width: 320px;
  height: auto;
  overflow: hidden;
}

.ad-small-screen i {
  position: absolute;
  top: 0;
  right: 0;
}

.custom-container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 0.5rem;
  margin: 0;
  text-align: center;
}

.custom-link {
  display: inline-block;
}

.custom-icon {
  font-size: 1.75rem;
}


.sideborder {
  padding: 4px;
  border: 1px solid #e8e6e6 !important;
  max-width: fit-content;
}

.adv {
  padding-top: 8px;
  color: #767674;
  font-family: Roboto Condensed, Verdana, sans-serif;
  font-size: .625rem;
  font-weight: 400;
  letter-spacing: .063rem;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}

.vertical-text {
  padding-right: 8px;
  writing-mode: vertical-rl;
  color: #767674;
  font-family: Roboto Condensed, Verdana, sans-serif;
  font-size: .525rem;
  font-weight: 400;
  letter-spacing: .063rem;
  line-height: 1;
  padding-left: .625rem;
  padding-top: .375rem;
  text-transform: uppercase;
  text-align: center;
}

.groupeDns {
  background-color: #EEEEEE;
}


.groupeDns:hover {
  background-color: #C70039;
}

.dnsBanner {
  background-color: #EEEEEE;
  max-width: 728px;
  display: inline-table;
}

.groupeDnsBanner {
  background-color: #EEEEEE;
  display: inline-block;
  border: 1px solid #d3d3d3;
  /* width: 357px; */
  width: 49%;
}

.groupeDnsBanner:hover {
  background-color: #C70039;
}

.domainAction {
  text-decoration: none;
  color: #1E0342;
}

.text-wrapper {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  /* letter-spacing: 1px; */
  padding: 12px;
}

.spacing-text {
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: unset;
  line-height: normal;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  padding: 12px;
}


.domainAction:hover {
  text-decoration: underline;
  color: #f2f2f2;
  background-color: #C70039;
}

.advertisement-container {
  display: flex;
  align-items: center;
}

/* custom pop up email */

pop-up-body {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background-color: #f0f0f0;
  font-family: Arial, sans-serif;
}

.overlay-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.popup-box {
  background: #fff;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  width: 420px;
  text-align: center;
  opacity: 0;
  transform: scale(0.8);
  animation: fadeInUp 0.5s ease-out forwards;
}

.form-container {
  display: flex;
  flex-direction: column;
}

.form-label {
  margin-bottom: 10px;
  font-size: 16px;
  color: #444;
  text-align: left;
}

.form-input {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
}

.btn-submit,
.btn-close-popup {
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-submit {
  background-color: #4fb94f;
  color: #fff;
}

.btn-close-popup {
  margin-top: 12px;
  background-color: #e74c3c;
  color: #fff;
}

.btn-submit:hover,
.btn-close-popup:hover {
  background-color: #4caf50;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.overlay-container.show {
  display: flex;
  opacity: 1;
}

/* Custom Css Contact Us*/

#contact-us {
  padding-top: 2rem;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 4rem;
}

input[type=text],
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

.sub {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.sub:hover {
  background-color: #45a049;
}

/* Unsubscribe Style*/
.container-contact {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  /* padding-bottom: 4rem; */
}

.heading {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #1E0342;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  background-color: #dc3545;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 40px;
}

.btn:hover {
  background-color: #c82333;
}


/* Style Privacy */

.head-1 {
  font-family: "Radio Canada Big", sans-serif;
  font-weight: 800;
  color: #0f2522;
  font-size: 40px;
  line-height: 50px;
}

.head-4 {
  font-weight: 600;
  letter-spacing:.5px;
  color: #0f2522;
  font-family: "Radio Canada Big", sans-serif;
  margin: 15px 0px;
  margin-bottom: 3px;
}

.parag {
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #0f2522;
  letter-spacing: .5px;
  pdding-top: 0 px;
  margin-top: 0px;
}

.mail {
  color:#0A79F1;
  font-weight: 600;
}

.privacy {
  background-color: white;
  border: 30px solid #F6F6F6;
  padding: 50px;
  margin: 20px;
}

/* Unsubscribe */

.intro {
  background-color: white;
  border: 30px solid #F6F6F6;
  padding: 50px;
  margin: 20px;
}