*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
*::-webkit-scrollbar-thumb {
  background-color: #d3d3d3;
}
*::-webkit-scrollbar-track {
  background-color: #f4f4f4;
}
body {
  box-sizing: border-box;
  font-family: sans-serif, Helvetica;
  overflow-x: hidden;
}
h1 {
  font-size: 36px;
  font-weight: 600;
  margin: 15px 0 0;
}
.page {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
main{
  position: relative;
  /* padding-top: 120px; */
  justify-items: center;
  transform: translateY(120px);
}

header {
  max-width: 1280px;
  width: 100%;
  position: fixed;
  top: 0;
  height: 80px;
  margin-bottom: 40px;
  z-index: 99;
}
.header-strip {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  background-color: #5e83a5;
  color: white;
  font-size: 12px;
  height: 38px;
}
.header-logo {
  height: 60px;
  background-color: white;
  margin: 1px;
}
.header-strip p {
  display: flex;
  align-items: end;
  margin: 5px;
}
.header-stripImage {
  height: 12px;
  padding-right: 2px;
}
.header-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: white;
}
.header nav {
  padding: 10px 5px 10px;
  align-content: center;
}
.header ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
}
.header li{
  padding: 0 5px;
  color:#5e83a5;
  cursor: pointer;
}
.header li:last-child{
  padding-right: 0;
}
.header a{
  text-decoration: none;
  color: #5e83a5;
  margin: auto 0 auto 4px;
}
.header a:hover {
  color: black;
}
.header .header-dropmenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 10px;
  background-color: white;
  border-radius: 10px;
  padding: 10px 0;
  flex-direction: column;
}
.header-dropmenu li, .header-dropmenu li a {
  text-decoration: none;
  padding: 8px 15px;
  color:black;
  white-space: nowrap;
}
.header-dropmenu li:hover, .header-dropmenu li a:hover {
  background-color: #5e83a5;
  color: white;
}
.header-item{
  position: relative;
}
.header-item:hover .header-dropmenu {
  display: flex;
  flex-direction: column;
  color: black;
}

/* MAIN HERE */
.main-topSection{
/*   background-image: url('../img/main-team.jpg'); */
  background-repeat: no-repeat;
  background-size: cover;
  height: 590px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.indexMain{
  background-image: url('../img/main-team.jpg');
}
.seoMain {
  background-image: url('../img/seo-page2.avif');
}
.affiliateMain {
  background-image: url('../img/affiliate-marketing-page.jpg');
}
.digitalMain {
  background-image: url('../img/digital-strategy-page.jpg');
}
.aboutUsMain {
  background-image: url('../img/about-us-top.jpg');
}
.contactUsMain {
  background-image: url('../img/contact-us.webp');
  height: 300px;
}
.main-topSection-bubble{
  height: 120px;
  width: 480px;
  border-radius: 10px;
  background-color: #5e83a5;
  color: white;
  text-align: center;
  align-content: center;
  opacity: 0.9;
  font-size: 22px;
  margin-right: 20px;
}
.main-aboutUs{
  display: flex;
  flex-direction: row;
  margin: 40px auto;
  width: 100%;
  justify-content: flex-start;
  align-items: end;
}
.main-aboutUs-image{
  max-width: 460px;
  border-radius: 5px;
}
.main-aboutUs-linkImage {
  position: relative;
  top: 25px;
  right:25px;
}
.main-aboutUs h2, b, p {
  margin-left: 120px;
  max-width: 420px;
}

.main-aboutUs a{
  text-decoration: none;
  color: black;
  font-weight: 600;
}
.main-aboutUs a:hover{
  color:#5e83a5;
}
.main-aboutUs-bubble{
  padding-bottom: 20px;
  text-align: justify;
  padding-right: 5px;
}
.main-aboutUs-bubble.digital {
  padding-bottom: 0 !important;
}
.main-ourWork{
  padding: 30px 0 40px;  /* 40px 0 60px;*/
  background-color: #5e83a5;
  color: white;
  width: 100%;
}
.main-ourWork-services {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  height: 420px;
}
.main-ourWork-services a {
  text-decoration: none;
  color: black
}
.main-ourWork-services a:hover {
  color:#00457A
}
.main-ourWork-services img {
  background-color: white;
  height: 210px;
  border-radius: 150px;
  margin-bottom: -45px;
  position: relative;
  /* bottom: -112px; */
  left: 5px;
}
.main-ourWork-items{
  flex-direction: column;
  max-width: 320px;
  width: 100%;
  height: 250px;
  background-color: white;
  color: black;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 5px 12px;
}

.tailorMade {
  margin: 40px auto 120px;
  width: 100%;
  padding-bottom: 40px;
}
.tailorMade:last-of-type{
  margin-top: 60px;
}
.tailorMade-content {
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: end;
  gap: 20px;
/*   padding-bottom: 40px; */
}
.tailorMade-content.seo {
  align-items: center;
}
.tailorMade img {
  max-width: 440px;
  width: 100%;
  border-radius: 5px;
}

footer {
  margin-top: 50px;
  border-top: 1px black solid;
  display: flex;
  justify-content: center;
  max-width: 1280px;
  width: 100%;
}

footer ul {
  display: flex;
  flex-direction: row;
  justify-items: center;
  list-style: none;
  width: 100%;
  max-width: 1280px;
}
footer li {
  padding: 0 10px
}
footer p{
  padding: 0;
  margin: 0 0 10px;
}
footer a {
  text-decoration: none;
  color:black
}
.footer a:hover {
  text-decoration: underline;
  cursor: pointer;
}