* {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
}

#home {
  background-color: #F4F5F7;
  border-bottom-left-radius: 15%;
}

/* -------------
Navbar
----------- */

nav {
  background-color: #F4F5F7;
  padding: 10px 0;
  overflow: hidden;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.left-side a {
  color: #172B4D;
  text-decoration: none;
  padding: 10px;
}

.right-side {
  display: flex;
}

.button {
  background-color: #0052CC;
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
  margin-left: 10px;
}

.button:hover {
  background-color: #4C9AFF;
  color: #cdcdcd;
}

/* -------------
Home
----------- */

.content {
  flex: 1;
  padding: 30px;
}

.image {
  flex: 1;
  text-align: center;
}

.image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

h1 {
  color: #172B4D;
  padding: 20px;
  margin-left: 20px;
  font-size: 40px;
}

p {
  color: #172B4D;
  padding: 5px;
  margin-left: 30px;
  font-size: 20px;
}

/* -------------
Custom Button
----------- */

.frame {
  width: 90%;
  margin: 40px auto;
  text-align: center;
}
button {
  margin: 20px;
}
.custom-btn {
  width: 150px;
  height: 50px;
  color: #fff;
  border-radius: 15px;
  padding: 10px 25px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 22px;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(153, 149, 149, 0.5),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  outline: none;
}
.btn {
  background-color: #4C9AFF;
  background-image: linear-gradient(315deg, #4C9AFF 0%, rgb(30, 93, 129) 74%);
  line-height: 42px;
  padding: 0;
  border: none;
}
.btn:hover {
  background-color: #4C9AFF;
  color: #fff;
  background-image: linear-gradient(315deg, rgb(30, 93, 129) 0%, #4C9AFF 74%);
}
.btn span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.btn:before,
.btn:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  transition: all 0.3s ease;
}

.btn:before {
  height: 0%;
  width: 0.1px;
}
.btn:after {
  width: 0%;
  height: 0.1px;
}
.btn:hover:before {
  height: 100%;
}
.btn:hover:after {
  width: 100%;
}
.btn span:before,
.btn span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  box-shadow: 2px 2px 6px 0 rgba(255, 255, 255, 0.2),
    -4px -4px 6px 0 rgba(116, 125, 136, 0.2),
    inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2),
    inset 4px 4px 6px 0 rgba(116, 125, 136, 0.3);
  transition: all 0.3s ease;
}
.btn span:before {
  width: 0.1px;
  height: 0%;
}
.btn span:after {
  width: 0%;
  height: 0.1px;
}
.btn span:hover:before {
  height: 100%;
}
.btn span:hover:after {
  width: 100%;
}

.a1:hover {
  color: white;
}

/* -------------
AI Section
----------- */
.ai h1 {
  color: black;
}

.ai p {
  color: black;
}

.ai hr {
  border: none;
  width: 220px;
  height: 5px;
  background-color: #0052CC;
  border-radius: 10px;
  margin-left: 30px;
  margin-bottom: 20px;
}

.top-stories {
  margin: 70px;
}

.blogs h1 {
  color: black;
}

.blogs p {
  color: black;
}

.blogs hr {
  border: none;
  width: 220px;
  height: 5px;
  background-color: #0052CC;
  border-radius: 10px;
  margin-left: 30px;
  margin-bottom: 20px;
}

.marketing-trends {
  margin: 50px;
}

.trends h1 {
  color: black;
}
.trends p {
  color: black;
}

.trends hr {
  border: none;
  width: 220px;
  height: 5px;
  background-color: #0052CC;
  border-radius: 10px;
  margin-left: 35px;
  margin-bottom: 20px;
}

.trends .real-time {
  margin: 50px;
}

/* -------------
testimonials
----------- */

.testi-container {
  height: 80vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial {
  position: relative;
  max-width: 900px;
  width: 100%;
  padding: 50px 0;
  margin-bottom: 50px;
  overflow: hidden;
}

.testimonial .testi-image {
  height: 115px;
  width: 115px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 50px;
}

.testimonial .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 20px;
}

.slide p {
  text-align: center;
  padding: 0 100px;
  font-size: 20px;
  font-weight: 400;
  color: black;
}

.slide .quote-icon {
  font-size: 32px;
  color: #0052CC;
}

.slide .details {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.details .name {
  font-size: 20px;
  font-weight: 600;
  color: black;
}

.details .job {
  font-size: 16px;
  font-weight: 400;
  color: #0052CC;
}

/* -------------
Swipper
----------- */

.nav-btn {
  height: 30px !important;
  width: 40px !important;
  border-radius: 50%;
  transform: translateY(30px);
  background-color: #0052CC;
  transition: 0.2s;
}

.nav-btn:hover {
  background-color: #4C9AFF;
}

.nav-btn::after,
.nav-btn::before {
  font-size: 20px !important;
  color: #212526;
}

.swiper-pagination-bullet {
  background-color: #0052CC !important;
}

.swiper-pagination-bullet-active {
  background-color: #4C9AFF !important;
}

/* -------------
Footer
----------- */

footer {
  background-color: #F4F5F7;
  border-top-left-radius: 15%;
  border-top-right-radius: 15%;
  padding-top: 50px;
}
.footer-container {
  width: auto;
  margin: auto;
  display: flex;
  justify-content: center;
}
.footer-content {
  width: 33.3%;
}
h3 {
  font-size: 30px;
  margin-bottom: 15px;
  text-align: center;
  color: #172B4D;
}
.footer-content p {
  width: 100px;
  margin: auto;
  padding: 7px;
  color: #172B4D;
}
.footer-content ul {
  text-align: center;
}
.list {
  padding: 0;
}
.list li {
  width: auto;
  text-align: center;
  list-style-type: none;
  padding: 7px;
  position: relative;
}

.list li::before {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 100%;
  width: 0;
  height: 2px;
  background-color: #4C9AFF;
  transition-duration: 0.5s;
}

.list li:hover::before {
  width: 70px;
}

.social-icons {
  text-align: center;
  padding: 0;
}

.social-icons li {
  display: inline-block;
  text-align: center;
  padding: 5px;
}

a {
  text-decoration: none;
  color: #172B4D;
}

a:hover {
  color: #0052CC;
  font-weight: 600;
}

.social-icons a {
  color: #172B4D;
  line-height: 30px;
  font-size: 30px;
  margin: 0 5px;
  text-decoration: none;
}
.social-icons a i {
  line-height: 30px;
  font-size: 30px;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
}

.social-icons a:hover i {
  box-shadow: 0px 0px 150px #4C9AFF;
  z-index: 2;
  color: #0052CC;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.5);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.5);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.5);
  transition: all 200ms ease-in;
  transform: scale(1.5);
}

.bottom-bar {
  background-color: #0052CC;
  text-align: center;
  padding: 10px 0;
  margin-top: 50px;
}
.bottom-bar p {
  color: white;
  margin: 0;
  font-size: 16px;
  padding: 7px;
}
