* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


body {
    background-color: #fff;
    scroll-behavior: smooth;
}


/*header nav*/
.header{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;

}
.header .cont{
    display: flex;
    align-items: center;
    justify-content: space-between;
     background: linear-gradient(15deg, #0071bd 10%, #88602c 50%, #0071bd 100%);
    /* backdrop-filter: blur(15px); */
    /* background: rgba(32, 70, 160, 0.3);
    border: 1px solid rgba(155, 154, 154, 0.5); */
    width: 100%;
    /* padding: 0 35px; */
    border-radius: 8px;
}
.header .logo img{
    vertical-align: middle;
    width: 250px;
    padding: 12px 0 12px 24px;
}
.header .menu .head{
    display: none;
}
.header .menu ul{
    list-style: none;
}
.header .menu > ul > li{
    display: inline-block;
}
.header .menu > ul > li:not(:last-child){
    margin-right: 40px;
}
.header .menu a{
    text-decoration: none;
    text-transform: capitalize;
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    display: block;
}
.header .menu > ul > li > a{
    padding: 24px 0;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
}

.header .menu .dropdown{
    position: relative;
}
.header .menu > ul > .dropdown > a{
    padding-right: 15px;
}
.header .menu i{
    font-size: 12px;
    pointer-events: none;
    user-select: none;
    position: absolute;
    color: #fff;
    top: calc(50% - 5px);
}
.header .menu > ul > li > i{
    right: 0;
}
.header .menu .sub-menu{
    position: absolute;
    top: 100%;
    left: 0;
    width: 300px;
    padding: 15px 0;
     background: linear-gradient(15deg, #0071bd 10%, #88602c 50%, #0071bd 100%);
    /* backdrop-filter: blur(15px);
    background: rgba(32, 70, 160, 0.3);
    border: 1px solid rgba(155, 154, 154, 0.5); */
    z-index: 1;
    transform-origin: top;
    transform: scaleY(0);
    visibility: hidden;
    opacity: 0;
}

.header .menu li:hover > .sub-menu{
    opacity: 1;
    transform: none;
    visibility: visible;
    transition: all .5s ease;
}

.header .menu .sub-menu a{
    padding: 6px 24px;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
}
.header-right .open-menu-btn{
    display: none;
}
/* uder line effect*/
.header .menu .sub-menu span{
    background-image: linear-gradient(#ffffff, #af6363);
    background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    transition: background-size .5s ease;
    padding: 3px;
}
.header .menu .sub-menu li:hover > a > span{
    background-size: 100% 2px;
}
.MainTextCont{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.footer .col .row{
    width: fit-content;
}
.footer .col .row span{
    background-image: linear-gradient(#ffffff, #022b9c);
    background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    transition: background-size .5s ease;
    padding: 3px;
}
.footer .col .row i{
    color: #fff;
}
.footer .col .row:hover > a > span{
    background-size: 100% 2px;
}
.footer .col li{
    list-style: none;
}
.footer .col li i{
    padding-right: 10px;
}

.footer .col li span{
    background-image: linear-gradient(#ffffff 50%, #022b9c 50%);
    background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    padding: 5px 0;
    transition: background-size .5s ease;
}
.footer .col ul li:hover > a > span{
    background-size: 100% 2px;
}

/*Home*/
.container-home{
    height: 80vh;
    background-image: url('/storage/hero-img.jpg');
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hero-bg a {
    color: #fff;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    width: fit-content;
    padding: 8px 16px;
}
/*About*/
.cont-about{
    display: flex;
    width: 80%;
    margin: 50px auto;
    justify-content: center;
    align-items: center;
    gap: 80px;
}
.cont-about .img img:nth-child(2) {
    z-index: 1;
    margin-top: -150px;
    margin-left: 180px;
}
.cont-about .img{
    flex: .8;
}
.cont-about .img img{
    border-radius: 18px;
    box-shadow: rgb(73, 73, 73) 5px 5px 18px;
}
.cont-about .text{
    flex: .8;
}

.about-text h4 {
    color: #D87205;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.about-text h1 {
    color: #022068;
    font-family: "Lato", sans-serif;
    font-size: 42px;
    font-weight: 900;
    text-transform: uppercase;
    padding-top: 12px;
}

.about-text p {
    color: #707070;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    padding-top: 12px;
    padding-bottom: 25px;
}
.about-text a {
    color: #707070;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    width: fit-content;
    padding: 8px 16px;
}
.slide a{
    color: #707070;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 4px 14px;
    text-decoration: none;
    width: fit-content;
    margin-top: 25px;
}

/*button*/
.btnY {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Montserrat", sans-serif;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    font-weight: 400;
    text-decoration: none;
    border: 2px solid #f88e04;
}

.btnY span {
    font-size: 18px;
    padding: 0 10px;
}

ion-icon {
    font-size: 2em;
    transition: all 0.5s linear;
}

.btnY:hover ion-icon {
    transform: rotate(-90deg);

}
.btnY:hover ion-icon {
    transform: translateX(10px);
}


/* hero */
.hero-home {
    background-image: url('/storage/hero-bg.jpg');
    height: 80vh;
}

.hero-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}


.hero-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.hero-bg * {
    position: relative;
    z-index: 2;
}

.hero-bg .hero-text {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 30%;
}
.hero-bg .text{
    padding-left: 150px;
}

.hero-bg h1 {
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 38px;
    font-weight: 800;
}

.hero-bg h4 {
    color: #fff;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.hero-bg p {
    color: #fff;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 100;
    padding-top: 18px;
    width: 50%;
    padding-bottom: 28px;
}





/*about*/
.about {
    display: flex;
    align-items: center;
    width: 80%;
    justify-content: center;
    margin: 50px auto;
    gap: 150px;
}

.about-img {
    width: 35%;
}

.about-img img {
    width: 100%;
    border-radius: 24px;
}





.about-links {
    display: flex;
    padding-bottom: 28px;

}

.about-links ul {
    display: flex;
    flex-direction: column;
    gap: 5px;

}

.about-links ul a li {
    display: flex;
    align-items: center;
    gap: 8px;

}

.about-links ul a li img {
    width: 35px;

}

.about-links ul a {
    color: #707070;

}

.about-links ul a:hover {
    color: #D87205;

}

/*Why*/

.why h1 {
    color: #022068;
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    border-left: 5px solid #D87205;
    width: 80%;
    margin: 0 auto;
}
.why .row {
    display: flex;
    width: 80%;
    justify-content: space-between;
    align-items: center;
    margin: 26px auto;
    gap: 50px;
}
.why .row .card{
    background-color: #63869B;
    padding: 24px;
    flex: 1;
    min-height: 320px;
}
.why h4{
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}
.why p{
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
    padding-top: 12px;
}
.why .img{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 0;
}


/* services slide */

.slider-main{
    width: 100%;
}
.slider-cont{
    width: 80%;
    height: 80%;
}

.slider-main{
    height: 80vh;
    display: flex;
    align-items: center;

}
.slide {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin: 0 auto;
    padding: 8px;
    width: 80%;
    cursor: grab;
}
.slide .text{
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex: 1;
}

.slide .text h1 {
    color: #022068;
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
}

.slide .text h4 {
    color: #D87205;
    font-family: "Josefin Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 12px;
}

.slide .text p {
    color: #707070;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
    padding-top: 12px;
    width: 90%;
}
.slide .img {
    /* width: fit-content; */
    display: flex;
    justify-content: center;
}
.slide .img img{
    border-radius: 24px;
    width: 80%;
}


.swiper-button-next::after {
  color: #fff;
  transition: color 0.3s;
}

.swiper-button-next:hover::after {
  color: #ff5722;
}
.swiper-button-prev::after {
  color: #fff;
  transition: color 0.3s;
}

.swiper-button-prev:hover::after {
  color: #ff5722;
}
/* Default color of dots */
.swiper-pagination-bullet {
  background: gray; /* Change to any color you like */
}

/* Active (current) dot color */
.swiper-pagination-bullet-active {
  background: red; /* Highlight active dot */
}


/*banner*/
.banner{
    width: 100%;
    height: 50vh;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    background-image: url('/storage/banner-img.png');
    background-size: cover;
    background-repeat: no-repeat;
    color: var(--CLwhite);
    background-position: center;
}
.banner .text{
    width: 80%;
    height: 50vh;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.banner h4{
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 12px;
}
.banner p{
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
    padding-top: 12px;
    padding-bottom: 25px;
}
.banner a{
    color: #fff;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    width: fit-content;
    padding: 8px 16px;
}

/* form */
.form {
    display: flex;
    justify-content: center;
    margin: 255px auto 100px auto;
    background-color: #9F4000;
    width: 70%;
    padding: 8px 16px;
}
.form-input{
    display: flex;
    justify-content: left;
    align-items: center;
}
.form-input p{
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    width: 80px;
}
.form-input input{
    color: #707070;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    border: none;
    padding: 6px;
    margin: 8px 0 8px 24px;
    border-radius: 5px;
    width: 100%;
}
.form-cont .main-cont {
    display: flex;
    box-shadow: 8px 8px 16px #D87205;
}
.form-input textarea{
    color: #707070;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    border: none;
    padding: 6px;
    margin: 8px 0 8px 16px;
    border-radius: 5px;
    width: 100%;
}
.form-text{
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: transparent;
}
.form-btn{
    width: 100%;
    background-color: transparent;
    border: none;
    margin: 24px auto;
    display: flex;
    justify-content: end;
    align-items: flex-end;
}
.form-btn a{
    background-color: #037ccc;
    width: fit-content;
    padding: 8px 16px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.map{
    flex: 1;
}
.map img{
    border-radius: 12px;
    margin-top: -150px;
    margin-left: 100px;
    box-shadow: #363636 8px 8px 36px;
}
.form h4{
    color: #022068;
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    border-left: 5px solid #D87205;
    width: 80%;
    margin-top: -150px;
}
.address {
    margin: 50px 0 0 150px;
    color: #fff;
}
.address span{
    display: flex;
    align-items: center;
}
.address a{
    color: #fff;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    width: fit-content;
    padding: 8px 16px;
}

/*our clients*/
.client{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto;
}
.client .cont{
    width: 80%;
}
.client h4{
    color: #022068;
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    border-left: 5px solid #D87205;
    width: 80%;
}
.client .row{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 80px auto;
    background-color: #cacaca;
    padding: 32px 16px;
    border-radius: 18px;
}


.container-about{
    height: 80vh;
    background-image: url('/storage/about-bg.jpg');
}
.container-contact{
    height: 80vh;
    background-image: url('/storage/contact-img.jpg');
}
.container-serv1{
    height: 80vh;
    background-image: url('/storage/service1-img1.jpg');
}
.container-serv2{
    height: 80vh;
    background-image: url('/storage/service2-img1.jpg');
}
.container-serv3{
    height: 80vh;
    background-image: url('/storage/service3-img1.jpg');
}
.container-serv4{
    height: 80vh;
    background-image: url('/storage/service4-img1.jpg');
}
.container-serv5{
    height: 80vh;
    background-image: url('/storage/service5-img1.jpg');
}
.container-serv6{
    height: 80vh;
    background-image: url('/storage/service6-img1.png');
}
.container-serv7{
    height: 80vh;
    background-image: url('/storage/service7-img1.png');
}
.contact-text {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.contact-text p{
    width: 100%;
}
.remove-pd{
    padding: 8px 0 !important;
}
.cont-about ul li{
    color: #D87205;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    list-style: none;
    margin-top: 16px;
}


.form-cont h1 {
    color: #022068;
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 25px;
}

.form-cont .map-cont {
    display: flex;
    flex-direction: column;
    background-color: #2046A0;
    padding: 25px;
    gap: 16px;
}

.form-cont .map-cont>img {
    padding: 25px;
}

.form-cont .map-cont>h4 {
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 12px;
    text-align: left;
    padding: 0px 0 15px 25px;
}

.form-cont .map-cont .row {
    display: flex;
    gap: 16px;
    padding-left: 25px;
}

.form-cont .center {
    align-items: center;
}

.form-cont .map-cont .row>img {
    width: 25px;
    height: 25px;
}

.form-cont .map-cont .row>img {
    width: 25px;
    height: 25px;
}

.form-cont .map-cont .row a {
    text-decoration: none;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.form-cont .map-cont .row p {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.form-cont .text-cont {
    display: flex;
    flex-direction: column;
    padding: 0 35px;
    justify-content: space-around;
}

.form-cont .text-cont .text {
    padding: 25px 0;
}

.form-cont .text-cont .text h4 {
    color: #022068;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 12px;
    text-align: center;
}

.form-cont .text-cont .row {
    display: flex;
    gap: 25px;
}

.form-cont .text-cont .row .col {
    display: flex;
    flex-direction: column;
}

.form-cont .text-cont .row .col p {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 8px 0;
}

.form-cont .text-cont .row .col input {
    color: #707070;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 8px;
    min-width: 280px;
}

.form-cont .text-cont .row .col textarea {
    color: #707070;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 8px;
    min-width: 570px;
    min-height: 180px;
}

.form-cont .text-cont .btn {
    background-color: #022068;
    padding: 8px 18px;
    border-radius: 8px;
    width: fit-content;
    margin: 25px 0;
    cursor: pointer;
}



/* footer */

.footer {
    background: linear-gradient(15deg, #0071bd 10%, #88602c 50%, #0071bd 100%);
    padding: 50px;
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.footer p {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 500;
    text-transform: capitalize;
}

.footer .logo {
    margin-bottom: 30px;
}
.footer .logo img{
    width: 250px;
}

.footer .col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    flex: 1;
}

.footer .col:nth-child(1) {
    flex: 1;
}

.footer .col:nth-child(2) {
    flex: .6;
}

.footer .col:nth-child(4) {
    flex: 1;
}

.footer .col .row {
    display: flex;
    align-items: center;
    gap: 18px;
}

.footer .col .row a {
    text-decoration: none;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-transform: capitalize;
}

.footer .col h4 {
    text-decoration: none;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 8px;
}



.footer .col a {
    text-decoration: none;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}

.footer .col a li {
    list-style: none;
}

.footer .col:nth-child(4)>p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
}

.email-form {
    display: flex;
    align-items: center;
}

.email-form .text {
    position: relative;
}

.email-form .btn {
    padding: 9px 16px;
    background-color: #022068;
    position: absolute;
    right: 3px;
    top: 3px;
    z-index: 5;
    border-radius: 15px;
    cursor: pointer;
}

.email-form .btn button {
    background-color: transparent;
    border: none;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    cursor: pointer;
}

.email-form .btn:hover {
    background-color: #03770c;
}

.email-form .btn:hover button {
    color: #fff;
}

.email-form input {
    color: #707070;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 12px 8px;
    width: 350px;
    border-radius: 0 15px 15px 0;
    border: transparent;
}

.social-media {
    display: flex;
    justify-content: left;
    padding: 16px 0;
    gap: 16px;
}


.social-media a i {
    cursor: pointer;

}
.social-media a:nth-child(1):hover{
    color: #1877F2 !important;
}
.social-media a:nth-child(2):hover{
    color: #fa7e1e !important;
}
.social-media a:nth-child(3):hover{
    color: #0077B5 !important;
}

.social-media i:hover {
    scale: 1.1;
}

.copy {
    width: 100%;
    background-color: #000000;
}

.copy p {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 200;
    text-transform: capitalize;
    padding: 12px 0;
    text-align: center;
}
.copy a{
    text-decoration: none;
    color: #ffee00;
}
.copy a:hover{
    color: skyblue;
}
.space-1 {
    margin: 100px auto;
}

.space-2 {
    margin: 50px auto;
}

.text-cap {
    text-transform: uppercase;
}

.text-cap1 {
    text-transform: capitalize;
}

/* about-page */
.hero-about {
    background-image: url('/storage/about-bg.jpg');
    height: 50vh;
}

.about-page {
    top: 50% !important;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: 0 !important;
}

.about-page p {
    width: 100% !important;
    text-align: center;
    font-weight: 300 !important;
}

.about-page h1 {
    width: 100% !important;
    text-align: center;
}

.about-2 {
    display: flex;
    background-image: url('/storage/about-bg-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.about-2 .main-cont {
    display: flex;
    flex-direction: column;

}

.about-2 .main-cont .row {
    display: flex;
}

.about-2 .main-cont .row .card {
    display: flex;
    align-items: center;
    width: 40%;
    background-color: #fff;
    border-radius: 25px;
    padding: 30px;
    gap: 35px;
}

.vision {
    justify-content: left;
    margin: 50px 0 0 50px;
}

.mission {
    justify-content: right;
    margin: 0 50px 50px 0;
}

.about-2 .main-cont h4 {
    color: #022068;
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.about-2 .main-cont p {
    color: #707070;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.about-2 .main-cont img {
    width: 30%;
}

/* contact-page */


.hero-contact {
    background-image: url('/storage/contact-bg.jpg');
    height: 50vh;
}

.contact-page {
    top: 50% !important;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: 0 !important;
}

.contact-page p {
    width: 100% !important;
    font-weight: 300 !important;
    text-align: center;
}

.contact-page h1 {
    width: 100% !important;
    text-align: center;
}


/* product page */

.hero-product {
    background-image: url('/storage/product.jpg');
    height: 50vh;
}

.product-cont {
    display: flex;
}

.product-cont .card {
    display: flex;
    width: 80%;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.product-cont h1 {
    color: #022068;
    font-family: "Lato", sans-serif;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.product-cont h4 {
    color: #022068;
    font-family: "Josefin Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.product-cont p {
    color: #707070;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 12px;
}

/* product list */

.product-list-cont {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.product-list-cont .row {
    display: flex;
    width: 80%;
    justify-content: center;
    align-items: start;
    margin: 0 auto;
    gap: 35px;
}

.product-list-cont .card {
    flex: 1;
}

.product-list-cont h4 {
    color: #022068;
    font-family: "Lato", sans-serif;
    font-size: 21px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.product-list-cont p {
    color: #707070;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.bottom-space {
    margin-bottom: 80px;
}


/* nav link effect */
.nav-links a {
    text-decoration: none;
    position: relative;
}

.nav-links a::before,
.nav-links a::after {
    content: "";
    position: absolute;
    display: block;
    border: 0 solid transparent;
    width: 0%;
    height: 0%;
    transition: all 0.5s ease;
}

.nav-links a::after {
    top: 0;
    left: 0;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
}

.nav-links a::before {
    right: 0;
    bottom: 0;
    border-bottom: 2px solid transparent;
    border-right: 2px solid transparent;
}

.nav-links a:hover::before,
.nav-links a:hover::after {
    width: 100%;
    height: 100%;
    border-color: #fff;
}

/* hero btn effect */
.btn1 {
    position: relative;
    padding: .1em 1em;
    width: 6em;
    height: 2.5em;
    font-family: "Lato", sans-serif;
    font-size: 1em;
    font-weight: 800;
    line-height: 1;
    background: linear-gradient(90deg, rgba(2, 32, 104, 1) 0%, rgb(57, 99, 197) 60%, rgba(2, 32, 104, 1) 100%);
    /* background: linear-gradient(90deg, rgba(2,32,104,1) 0%, rgba(32,70,160,1) 50%, rgba(216,114,5,1) 100%); */
    border: 0;
    border-radius: 2em;
    outline: none;
    cursor: pointer;
}

.btn1 .text {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6em;
    color: #fff;
    text-align: left;
    transform: translate(-50%, -50%);
}

.btn1 .arrow {
    position: absolute;
    right: 0;
    top: 50%;
    width: 1.2em;
    height: .2em;
    margin-top: -.1em;
    border-radius: .3em;
    background-color: #fff;
    transform: translate(50%);
}

.btn1 .arrow::before,
.btn1 .arrow::after {
    content: "";
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    border-radius: .2em;
    background-color: #fff;
}

.btn1 .arrow::before {
    bottom: 100%;
    transform: rotate(45deg);
}

.btn1 .arrow::after {
    bottom: -100%;
    transform: rotate(-45deg);
}

/* main text effect */
#MainText {
    display: inline-block;
    width: 100%;
    animation:
        typing 2s steps(1),
        cursor .4s step-end infinite alternate;
}

@keyframes cursor {
    50% {
        border-color: transparent;
    }
}

@keyframes typing {
    from {
        width: 0
    }
}
/*mobile*/
@media(max-width:991px){
    .container-home{
        height: 100vh;
        background-image: url('/storage/hero-img.jpg');
    }
    .header{
        padding: 0;
    }
    .header .menu{
        position: fixed;
        right: 0;
        top: 0;
        width: 320px;
        height: 100vh;
        background-color: #0a79f8;
        padding: 15px 30px 30px;
        overflow-y: auto;
        z-index: 10;
        transform: translateX(100%);
    }
    .header .menu .head{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 25px;
    }
    .header .menu .close-menu-btn{
        height: 35px;
        width: 35px;
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
        cursor: pointer;
        border: none;
    }
    .header .menu .close-menu-btn::before,
    .header .menu .close-menu-btn::after{
        content: "";
        position: absolute;
        width: 80%;
        height: 2px;
        background-color: #fff;
    }
    .header .menu .close-menu-btn::before{
        transform: rotate(45deg);
    }
    .header .menu .close-menu-btn::after{
        transform: rotate(-45deg);
    }
    .header .menu > ul > li{
        display: block;
    }
    .header .menu > ul > li:not(:last-child){
        margin-right: 0;
    }
    .header .menu li{
        border-bottom: 1px solid #fff;
    }
    .header .menu li:first-child{
        border-top: 1px solid #fff;
    }
    .header .menu > ul > li > a{
        padding: 12px 0;
    }
    .header .menu > ul > .dropdown > a{
        padding-right: 34px;
    }
    .header .menu i{
        height: 34px;
        width: 34px;
        border: 1px solid #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        pointer-events: auto;
        cursor: pointer;
        top: 7px;
    }
    .header .menu .sub-menu{
        position: static;
        opacity: 1;
        transform: none;
        visibility: visible;
        padding: 0;
        transition: none;
        box-shadow: none;
        width: 100%;
        display: none;
    }
    .header .menu .sub-menu li:last-child{
        border: none;
    }
    .header .menu .sub-menu a{
        padding: 12px 0 12px 15px;
    }
    .header .menu .sub-menu span{
        background-image: none;
    }
    .header .menu .sub-menu i{
        transform: none;
        right: 0;
    }
    .header-right .open-menu-btn{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        width: 44px;
        cursor: pointer;
        position: relative;
        background-color: transparent;
        border: none;
    }
    .header .open-menu-btn .line{
        height: 2px;
        width: 30px;
        background-color: #fff;
        position: absolute;
    }
    .header .open-menu-btn .line-1{
        transform: translateY(-8px);
    }
    .header .open-menu-btn .line-3{
        transform: translateY(8px);
    }
    .header .menu.open{
        transform: none;
    }
    .header .menu .dropdown.active > i{
        /* background-color: #0a79f8; */
        transform: rotate(180deg);
    }
    .header .menu .dropdown.active > .sub-menu{
        display: block;
    }

    /*hero*/
    .hero-bg .hero-text{
        padding: 2rem;
        top: 30%;
    }
    .MainTextCont{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .container-home{
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 24px;
        margin-bottom: 18px;
    }
    /*about*/

    .cont-about{
        margin: 0 auto;
        flex-direction: column;
        justify-content: center;
        gap: 0;
    }
    .cont-about img{
        margin: 12px 0 !important;
    }
    .about{
        flex-direction: column;
        gap: 25px;
    }
    .about-img{
        width: 100%;
    }
    .space-1{
        margin: 20px auto;
    }
    .about-text{
        width: 100%;
    }
    .about-text p{
        margin-bottom: 0;
    }
    /*product*/
    .slider-cont{
        width: 100%;
    }
    .slider-main{
        background: none;
        height: 100vh;
    }
    .slide{
        flex-direction: column;
        height: 100vh;
    }
    .slide .img img{
        width: 90%;
    }
    .slide .text{
        padding: 12px;
    }


    /*why*/
    .why .row{
        flex-direction: column;
        gap: 12px;
    }
    .form{
        flex-direction: column;
        margin : 100px auto 8px auto !important;
        width: 90%;
    }
    .map img{
        margin: 0 auto !important;
        width: 100%;
    }
    .form-btn{
        justify-content: center;
    }
    .form h4{
        margin-top: -65px;
    }
    .address{
        margin: 12px;
    }

    /*client*/
    .client .text{
        margin: 0 auto;
    }
    .client .cont{
        flex-direction: column;
        margin: 0;
        padding: 0;
    }
    .client .row{
        margin: 18px 36px;
        height: auto;
        flex-direction: column;
        gap: 50px;
    }

    /*footer*/
    .footer{
        flex-direction: column;
    }
}