@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');


* {
    margin: 0;
    padding: 0;
    border: 0;

    list-style: none;



}
html {
    scroll-behavior: smooth;
    font-family: Poppins, sans-serif;


}
.container{
    max-width: 1200px;
    margin: 0 auto;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
  }

  #myBtn:hover {
    background-color: #555;
  }

.header{
    min-height: 90vh;
    width:100%;
    background-image: linear-gradient(rgba(4,9,30,0.1),rgba(4,9,30,0.7)),url('../building.jpg');
    background-position: center;
    background-size: cover;
z-index: -1;
}


nav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1% 6%;
    background-color: #ffffff;
    margin: 0 auto;
    max-width: 1200px;
}
span{
    font-weight: 100;
}
span a{
    font-weight: 100;
    text-decoration: none;
    color: #fff;
}
.nav-links{
   display: flex;
   justify-content: center;
   align-items: center;
 }
 .nav-links li{
   list-style: none;
   display: inline-block;
   padding: 8px 12px;
   position: relative;
   color: #000000;
 }
 .nav-links li a{
    color: #000000;
    text-decoration: none;
    font-size: .8rem;
    transition: all .5s ease-in-out;
    text-transform: uppercase;
    font-weight: 300;
  }
  .nav-links li::after{
    content:'';

 width: 0%;
 height:2px;
 background-color: #ffffff;
 display: block;
 margin: auto;
 transition: 0.5s;
  }

  .nav-links li:hover::after{
    content:'';
 width: 100%;
 height:2px;
 background-color: #000000;
 display: block;
 margin: auto;
  }
  .burger > div{
    background-color: rgb(6, 6, 5);
    width:25px;
    height:4px;
    margin-bottom: 5px;
    margin-right: 20px;

    transition: all 0.3s ease;

}
.burger{
    display: none;
}
  .logo{
    color: #000000;
    font-size: 1.3rem;
    font-weight: 300;
  }
  .subtitle{
    font-weight: 100;
    letter-spacing: 5px;
    font-size: 1.5rem;
  }
  .text-box{
    width: 90%;
    color: #ffffff;
    position: absolute;
    top: 50%;left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
  }
  .text-box h1{
font-size: 40px;
font-weight: 300;
  }
  .text-box p{
    font-size: 20px;
    margin: 10px 0 40px;
      }
.about{
    height: 100%;
}
.about-title{
    text-align: center;
    padding-top: 50px;
    font-size: 1.8rem;
    font-weight: 100;
}
.client-title{
    text-align: center;
    padding-top: 40px;
    padding-bottom: 10px;
    font-size: 1.8rem;
    font-weight: 100;
}
.bert{
    text-align: center;
    border-radius: 25px;
    padding-top: 25px;
}
.bert-img{
    height: 190px;
    border-radius: 10%;
    /* box-shadow: 50px 50px 50px #ccc; */

}
.row{
  display: flex;
  background: transparent;


}
.left{
    background-color: transparent;
   padding-top: 20px;
   width: 300px;
   padding-left: 100px;
}
.right{
    background: transparent;
    word-wrap: break-word;
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    line-height: 35px;
    font-size: 1.1rem;
    font-weight: 200;
}
/* .row{
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.left{
    background-color: rgb(255, 255, 255);
   padding-top: 30px;
}
.right{
    background-color: rgb(255, 255, 255);
    word-wrap: break-word;
    padding: 100px;
    font-size: 1.5rem;
    font-weight: 200;
} */
.logos{
    margin: 30px;
    overflow: hidden;
    /* padding: 60px 0; */
    white-space: nowrap;
    position: relative;
    padding-top: 50px;
}
.logos:hover .logos-slide{
    animation-play-state: paused;
}
.logos:before{
    position: absolute;
    top: 0;
    left: 0;
    width:250px;
    height:100px;
    color: red;
    content:"";
    z-index: 2;
}
.logos-slide{
    display: inline-block;
}
.logos-slide img{
    height: 100px;
    margin: 30px 40px;
    animation: 25s slide infinite linear;
}
@keyframes slide{
    from{
        transform: translateX(0);
    }
    to{transform: translateX(-100%);}
}
.line{
    text-align: center;
    /* transform: translateY(10px); */
}


/* magazine */

.magazine{
    height: 100%;
    /* background-color: #2e3c49; */
    background-color: #000000;
    width: 100vw;
   padding-bottom: 100px;
}
.mag-title{
    color: #ffffff;
    text-align: center;
    padding: 50px;
    font-size: 2.5rem;
    font-weight: 100;
}
.magImg {
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
    width: 90%;
}
.magImg img{
    margin: 0 auto;

    text-align: center;
    width: 80%;
}
.mag-row{
    display: flex;
    align-items: center;

    justify-content: center;
    margin-bottom: 100px;
}
.mag-left {
    width: 300px;

    }
.mag-left img{
width: 150px;
height: 100%;
border: 3px solid rgb(255, 255, 255);
box-shadow: 0px 5px 5px #ccc;
border-radius: 10px;

}
.mag-title{
    font-size: 2rem;
}
.mag-right{
    width: 500px;
color: #ffffff;
text-wrap: wrap;
font-weight: 200;
font-size: 1rem;
line-height: 30px;

}
/* .mag-row{
    margin: 0 auto;
    display: grid;
grid-template-columns: 1fr 1fr;
gap:20px;
max-width: 800px;
padding: 50px;
}
.mag-left {
    width: 300px;
    }
.mag-left img{
width: 250px;
height: 100%;
border: 3px solid rgb(255, 255, 255);
box-shadow: 0px 5px 5px #ccc;
border-radius: 10px;
}
.mag-right{
    width: 400px;
color: #ffffff;
text-wrap: wrap;
font-weight: 200;
font-size: 1.2rem;
} */
.award p{
    color: #ffffff;
    text-align: center;
    font-weight: 200;
    font-size: .9rem;
    margin: 30px 0;
    padding-bottom: 50px;
}
/* iphone */
.iphone{
    height: 100%;
    background-color: #000000;
}
.youtube{
    text-align: center;
    padding: 50px;

}
.head-image{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    width: 90%;
}
.head-image img{
border-radius: 25px;
    border: 5px solid bisque;
    margin: 0 auto;

}
.phone-image img{
    transform: translate(540px, -150px);

}
.phone-content{
    font-size: 1.5rem;
    color: #ffffff;
    font-weight: 100;
    text-wrap: wrap;
    width: 300px;

}.promotions{
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 100;
}
.mobile-row{
    display: flex;
    justify-content: center;
 padding-top: 50px;
}
.mobile-right{
    font-size: 1.5rem;
    color: #ffffff;
    font-weight: 100;
    text-wrap: wrap;
    max-width: 350px;
    text-align: center;
}
.mobile-left{
color: #ffffff;
}
.mobile-left img{
    transform: translate(260px, -200px);
    width: 50%;
}
.mobile-left2{
    font-size: 1.5rem;
    color: #ffffff;
    font-weight: 100;
    text-wrap: wrap;
    max-width: 350px;
    text-align: center;
    transform: translate(60px, -150px);
}
.mobile-right2{
    font-size: 1.5rem;
    color: #ffffff;
    font-weight: 100;
    text-wrap: wrap;
    max-width: 350px;
    text-align: center;
    transform: translateY(-70px);
}

.us-content{

margin: 0 auto;
max-width: 600px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
    }
.us-content img{
height:100%;
}
.us-title{
    color: #ffffff;
font-size: 1.5rem;
padding-bottom: 30px;
    font-weight: 100;
}
.request{
    color: #ffffff;
    font-size: 1.2rem;
    display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 30px;}
/* events */
.events{
    height:100%;
    width:100%;

    background-color: #878282;
    color: #3c3b3b;
}
.event-title{
    color: #000000;
    font-size: 2rem;
padding-top: 50px;
    font-weight: 100;
text-align: center;
letter-spacing: 3px;
}
.events-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, 350px);
gap: 50px;
justify-content: center;
padding-left: 50px;
padding-top: 50px;
padding-bottom: 100px;
background-color:  #878282;

}
.event-top-content{
    color: #eeeeee;
    font-size: 1.2rem;
    font-weight: 100;
    width: 900px;
    padding: 10px;
    text-align: center;
    margin: 0 auto;
}
.ibe-content{
    display: flex;
    align-items: center;
    justify-content: center;
}
.ibe-item img{
    box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.75);
    -webkit-box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.75);
}
.ibe-content img{
    height: 250px;
    width: 250px;
    padding: 20px;
}
.ibe-description{
    text-align: center;
    font-size: 2rem;
    color: floralwhite;
padding: 30px 0;
    font-weight: 200;
    letter-spacing: 6px;
}
.blues-out{
    padding-bottom: 50px;
}
/* .ibe-in{
    background-color: #9e9e9e;
    width: 600px;
    height: 400px;
    margin: 0 auto;
} */
.card{
 height: 250px;
 width: 250px;
 background-color: rgb(84, 84, 80);
 position: relative;
 box-shadow: 0 26px 58px 0 rgba(0, 0, 0, 0.22),
 0 5px 14px 0 rgba(0, 0, 0, 0.18);
}
.card img{
    height: 250px;
    width: 250px;
    background-color: rgb(84, 84, 80);
   }
   .content{
    width: 100%;
    height:100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: .5s ease-in;
    opacity: 0;
   }
   .content h1{
    color: #fff;
    font-weight: 200;
   }
   .content:hover{
   opacity: 1;
   transform: scale(1);
   }

   .post-container{
    margin-top: 150px;
    overflow-y: hidden;
padding-bottom: 120px;
    text-align: center;
}
.post-container .post{
    width:150px;
    border: solid  #c89a73;
    background-color:#ff975f3d;
    box-shadow: 0px 0px 0px rgb(200, 153, 55);
    margin:0 auto;padding-bottom: 20px;
}
.post-container .post .image img{
    width:100%;
    height:200px;
    object-fit: cover;
   }

   .post-container .post .content{
    padding: 0 20px;
   }

   .post-container .post .content .title{
    font-weight:600;
    font-size: 22px;
    color:rgb(240, 236, 228);
    text-transform: capitalize;
   }

   .post-container .post:hover .title{
    text-decoration: underline;
   }
   .post-container .post .content p{
    font-size: 14px;
    color:rgb(184, 152, 102);
    padding:5px 0;
   }

   .post-container .post .content .link{
    display: block;
    color:tomato;
    margin-top:10px;
   }
   .post-container .post .content .link:hover{

    color:#333;

   }

   .snip1533 {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #2d2d2d;
    display: inline-block;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    margin: 35px 10px 10px;
    max-width: 300px;
    min-width: 350px;
    min-height: 350px;
    position: relative;
    text-align: center;
    width: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    border-top: 5px solid #d2652d;

  }

  .snip1533 *,
  .snip1533 *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }

  .snip1533 figcaption {
    padding: 13% 10% 12%;
  }

  .snip1533 figcaption:before {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    color: #d2652d;
    content: "\f10e";
    font-family: 'FontAwesome';
    font-size: 32px;
    font-style: normal;
    left: 50%;
    line-height: 60px;
    position: absolute;
    top: -30px;
    width: 60px;
  }

  .snip1533 h3 {
    color: #3c3c3c;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    margin: 10px 0 5px;
  }

  .snip1533 h4 {
    font-weight: 400;
    margin: 0;
    opacity: 0.5;
  }

  .snip1533 blockquote {
    font-style: italic;
    font-weight: 300;
    margin: 0 0 20px;
  }

  .snip1533 blockquote {
    font-style: italic;
    font-weight: 300;
    margin: 0 0 15px;
    color: #d2652d;
  }
  .owl-item.active{
    width: 300px;
  }
  .testa{
    background-color: #9e9e9e ;
  }
  .testa-title{
    color: #000000;
    text-align: center;
    padding-top: 50px;
    font-size: 2.5rem;
    font-weight: 100;
    letter-spacing: 3PX;
  }

/* footer */
    .footer {
        display: flex;
        justify-content: space-around;
        align-items: center;
        color: #ffffff;
        background-color: #3c3b3b;
        padding: 3em 4em 2em;
        font-size: 25px;
        height:100px;
      }

.social-links a i{
    color: #ffffff;
    padding: 10px;
    font-size: 25px;
}
.copyright{
    text-decoration: none;
    color: white;
}

@media screen and (max-width: 1000px) {
    body {background-color: rgb(255, 255, 255);overflow-x: hidden;}
    .social-links a i{
        color: #ffffff;
        padding: 10px;
        font-size: 15px;
    }
    .post-container{
        margin-right: 20px;
    }
    .ibe-description{
        text-align: center;
        font-size: 1.7rem;
        color: floralwhite;
    padding: 30px 0;
        font-weight: 200;
        letter-spacing: 6px;
    }
    .right{
        background: transparent;
        word-wrap: break-word;
        padding-top: 50px;
        padding-left: 50px;
        padding-right: 50px;
        line-height: 35px;
        font-size: 1rem;
        font-weight: 200;
    }
    .footer {
        display: flex;
        justify-content: space-around;
        align-items: center;
        color: #ffffff;
        background-color: #3c3b3b;
        padding: 3em 4em 2em;
        font-size: 17px;
      }
      .burger{
        display: block;
      }

     .nav-links {
               position: absolute;
               top: 5.8vh;
               right:0px;
               height: 90vh;
               background:#1b537a ;
               width: 100%;
                display: flex;
                flex-direction: column;
                justify-content: space-around;
                align-items: center;
                z-index: 2000;
               transition: 0.5s ease-in;
               transform: translateX(100%);
               border-top-left-radius: 50px;
             }
             .nav-links li a{
               color: #fff;
                    }
            }

            .active{
            transform: translateX(0%);

            }

          /*   @media screen and (max-width: 1124px) {

                .row{

                }
               /*  .row .right p{
                    font-size: 1.3rem;
                    padding-top: 15px;
                } */
                .client-title{
                    padding-top: 30px;
                }
                .footer {
                    display: flex;
                    justify-content: space-around;
                    align-items: center;
                    color: #ffffff;
                    background-color: #3c3b3b;
                    padding: 3em 4em 2em;
                    font-size: 15px;
                  }
                  .head-image img{
                    width:70%;
                  }
                  .mobile-left img{
                    width:70%;
                    transform: translate(30px, -200px);
                  }
                  .mobile-right{
                    font-size: 1.5rem;
                    transform: translate(-48px, 0);
                    text-align: left;
                  }
                  .mobile-left2 {
                    font-size: 1.5rem;
                    transform: translate(-90px, -50px);

                    text-align: left;
                  }
                  .us-title{
                    font-size: 1.2rem;
                  }
                  .testa-title{
                    font-size: 2rem;
                  }
                  .post-container.owl-item.active{
                    width: 100px;
                  }
                  .snip1533{
                    width: 100px;
                  }




            @media screen and (max-width: 768px) {

             .bert-img{
                height: 250px;
                border-radius: 50%;
                 box-shadow: 50px 50px 100px #ccc;

                background-color: transparent;
            }
            .row{
                font-size: .8rem;
align-items: center;
                display: flex;
flex-direction: column;
padding: 0px;
margin: 0px;
padding-left: 0px;
justify-content: center;
            }
            .left{
               /*  display: flex;
                align-self: center;
                justify-content: center; */
margin: 0 auto;
                background-color: transparent;
            }
             .right{
                display: flex;
                padding: 60px;
                text-align: center;
                line-height: normal;
                background-color: transparent;

            }
           .magImg img{
                width: 80%;
            }
            .award p{
                color: #ffffff;
                text-align: center;
                font-weight: 200;
                font-size: .9rem;
                margin: 30px 10px;
                padding: 40px;
            }
            .mag-left{
                background-color: rgb(0, 0, 0);
                display: flex;
                align-self: center;

             }
            .mag-right{
               background-color: rgb(0, 0, 0);
               display: flex;
               padding: 10px;
               max-width: 300px;
               line-height: 25px;
            }
        .row .mag-left img{
                width: 35%;

            }
            .mag-right p{
                font-size: .8rem;
                border-color: red;
            }
            .head-image img{
                width: 80%
            }
            .ibe-content img{
                height: 200px;
                width: 200px;
                padding: 20px;
            }

            .phone-image img{
                transform: translate(100px, -250px);

            }
            .iphone{
                height: 100%;
                background-color: #000000;
            }
            .mobile-left img{
                height: 100%;
                transform: translate(60px, -130px);

                width: 60%;
            }
            .mobile-left2{
                font-size: 1rem;
                color: rgb(255, 255, 255);
                line-height: 25px;
                width: 235px;
                transform: translate(-10px , -100px);
            }
            .mobile-right{
                font-size: 1rem;
                color: rgb(255, 255, 255);
                line-height: 25px;

                width: 235px;
                transform: translateX(-10px);
            }
            .mobile-right2 img{
            width: 70%;
            }
            .mobile-right p{
                font-size: 1rem;
                color: rgb(255, 255, 255);
                line-height: 25px;

                width: 225px;
                transform: translate(-57px , -32px);

            }
            .event-top-content p{
               width: 700px;
               font-size: 1rem;
               padding-left: 30px;
            }
            .footer{
                flex-direction: column;
                padding: 10px ;
            }
            #myBtn {
                display: none;
                position: fixed;
                bottom:10px;
                right: 10px;
                z-index: 99;
                font-size: 18px;
                border: none;
                outline: none;
                background-color: red;
                color: white;
                cursor: pointer;
                padding: 15px;
                border-radius: 4px;
              }
              nav{
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;

                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                        justify-content: space-between;
                padding: 2% 6%;
                background-color: #ffffff;
                margin: 0 auto;
                max-width: 1200px;
            }
            .nav-links{
                z-index: 10000;
            }

.logo{
    font-size: 1.2rem;
    height:4vh;
}
.header{
    height: 100%;
    z-index: -1;
}
            }