/* swiper-container */

swiper-container {
  width: 100%;
  height: 100%;
}
swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

h1 {
  font-weight: 700;
}

/* sectors */

.container{
  padding: 20px;
}

.sector {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px;
  gap: 80px;
}

.sector h1 {
  border-bottom: 4px solid #ff141d;
  color: #000;
  max-width: fit-content;
}
.sector p {
  text-align: center;
  background-color: #000;
  color: white;
  padding: 10px;
  font-weight: 400;
  letter-spacing: 0.2rem;
  width: 100%;
}
.list-sector {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  gap: 80px;
}
.sector-bg {
  border-radius: 35px 35px 0px 0px;
  border: 1px solid black;
  overflow: hidden;
  width: 250px;
  height: 300px;
}

/* sector image */

.sector-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}
.sector-bg img:hover {
  transform: scale(1.5);
}
.bg-sector img {
  height: auto;
  width: 100%;
}

/* services */

.services h1 {
  border-bottom: 3px solid #ff141d;
  max-width: fit-content;
  margin: 0 auto;
  margin-bottom: 80px;
  color: white;
}
.blue-bg {
  background-color: #08276e;
  padding: 50px;
  margin-bottom: 40px;
}

.services-container {
  width: 350px;
  background-color: #ffffff;
  border-radius: 50px 50px 0px 0px;
  text-align: center;
  display: flex;
  flex-direction: row;
  margin-bottom: 40px;
  border: 1px solid black;
  box-shadow: 6px 6px 12px black;
}
.services-container:hover {
  box-shadow: 12px 12px 16px black;
}
.logo-img img {
  max-width: 200px;
  align-items: center;
  justify-content: center;
}
.logo-img {
  height: 80px;
  margin-top: 20px;
  align-items: center;
  margin-bottom: 20px;
}
.services-container li {

  font-size: 14px;
  font-weight: 400;
  text-align: left;
}
.services-container ul {
  display: flex;
  flex-direction: column;
  line-height: 2;
  text-align: justify;
  padding: 40px;
}
.bullets {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  align-items: center;
  height: 580px;
  width: 320px;
}

.services-list {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  flex: 50%;
}
.bullets .btn {
  width: 200px;
  padding: 10px;
  margin: 20px;
  color: white;
  border: none;
}
.services a {
  text-decoration: none;
  color: white;
}

.services img {
  width: 250px;
  padding: 20px;
}
.red {
  background-image: url("../images/bg2.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  width: 100%;
  margin: 0 auto;
  padding: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 80px;
}
.btn {
  background-color: #18048a;
  border: none;
}

/* footer */

.logo-saira img {
  width: 200px;
  padding: 20px;
  border-right: 3px solid white;
}
.y-s {
  color: yellow;
}

.roundup h1 {
  margin: 0 auto;
  border-bottom: 3px solid #ff141d;
  max-width: fit-content;
  font-weight: 700;
}

.empty {
  margin: 50px;
}

.wrapper {
  overflow-y: hidden;
}

.bg-blue {
  background-color: #003262;
}
.text-two {
  color: white;
}

/* sector icons */

.image-slider {
  position: relative;
  overflow: hidden;
  background-color: #000;
  padding: 20px;
}
.image-slider img {
  width: 80px;
}
.slider-container {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
  transition: transform 0.8s ease;
  justify-content: center;
}

.prev-btn,
.next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 20px;
  color: white;
  padding: 10px;
  z-index: 1;
}
.prev-btn {
  left: 10px;
}

.next-btn {
  right: 10px;
}

.img-slider img:first-child {
  display: block;
}
.bg-blue {
  overflow: hidden;
}

.sbms-contents {
  background-color: yellow;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 500px;
  overflow-y: hidden;
  overflow: hidden;
}
.sbms-text-logos {
  padding: 50px;
  width: 50%;
}
.logos-sbms {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  gap: 40px;
  align-items: baseline;
}
.logos-sbms img {
  width: 200px;
  height: 100%;
  margin-bottom: 20px;
}
.sairaworld-logo {
  background-color: black;
  max-width: fit-content;
}

.text-sbms p {
  width: 550px;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: justify;
  font-weight: 500;
}
.text-sbms {
  margin: 0 auto;
}
.sbms-bg-image img {
  width: 1080px;
  object-fit: cover;
  height: 100%;
}
.sbms-bg-image {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 25% 100%);
  height: 500px;
}
.text-sbms {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.contents-2 {
  flex-direction: row-reverse;
  background-color: #4361ee;
}
.contents-2 .sbms-bg-image {
  clip-path: polygon(0 0, 100% 0%, 75% 100%, 0 100%);
}

.contents-2 p {
  color: white;
}
.contents-3 .sbms-text-logos {
  width: 50%;
}

@media only screen and (max-width: 1600px) {
  .sector {
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .s
  .list-sector {
    flex-basis: 25%;
    width: 100%;
    padding: 0;
    gap: 0;
  }
  .container {
    width: fit-content;
  }
  .services-list{
    margin: 0 auto;
    width: 800px;
    align-items: center;
    justify-content: space-between;

  }
}

@media (max-width: 1400px) {
  .sbms-contents {
    width: 100%;
    justify-content: space-between;
  }
  .sbms-text-logos {
    min-width: fit-content;
    height: 100%;
  }

  .sbms-bg-image img {
    width: 100%;
    align-items: end;
    
  }
  .services-list{
    margin: 0 auto;
    width: 800px;
    align-items: center;
    justify-content: space-between;

  }
}

@media (max-width: 1200px) {
  .list-sector {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .services-list{
    width: 100%;
  }
  .image-slider img {
    width: 60px;
  }
  .slider-container {
    gap: 20px;
  }

  /* services */

  .services-container{
    width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;

  }

  
  .logo-img img {
    margin-top: 20px;
    width: 300px;
  }
  .logo-saira img {
    width: 150px;
  }
  /* footer */
  .content-saira p{
    font-size: 12px;
  }
}
@media (max-width: 900px) {
  .sbms-contents {
    flex-direction: column-reverse;
    height: 100%;
  }
  .sbms-text-logos img {
    width: 140px;
  }
  .logos-sbms {
    justify-content: start;
  }
  .sbms-text-logos p {
    text-align: justify;
    font-size: 0.8rem;
    font-weight: 400;
    width: 100%;
  }
  .sbms-bg-image,
  .sbms-bg-image .contents-2 {
    clip-path: polygon(0 0, 100% 0%, 100% 64%, 0% 100%);
    height: 400px;
  }
  .contents-2 .sbms-bg-image {
    width: 900px;
    clip-path: polygon(0 0, 100% 0%, 100% 64%, 0% 100%);
  }

  /* footer */

  .red p {
    font-size: 10px;
  }
  .red {
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    padding: 20px;
  }




  /* sector */
  .sector{
    margin-top: 20px;
    padding: 10px;
    gap: 10px;
    margin-bottom: 40px;
  }
  .sector h1{
    font-size: 32px;
  }
  .list-sector {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
  }

  .sector-bg{
    width: 220px;
    height: 240px;
    margin: 0 auto;
  }
  .services-list{
    width: 100%;
  }
  .bullets{
    width: 100%;
  }
  .services-container{
    width: 100%;
  }
  .services-container li{
    font-size: 14px;
  }
}




