@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&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;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    outline: none;
    /*user-select: none;*/
}
:root{
    --primary-font: "Poppins", sans-serif;
    --secondary-font: "Playfair Display", serif;
    --text-color: #2f2b2b;
    --text1-color: #575757;
    --primary-color: #0a6d94;
}
body{
    overflow-x: hidden;
     background: #071214; 
}
body::-webkit-scrollbar{
    width: 5px;
    background: #000;
}
body::-webkit-scrollbar-thumb{
    background: #f5f5f5;
}
.padding0{padding: 0;}
a{text-decoration: none;color: #000; display: block;}
ul{padding: 0; margin: 0; list-style-type: none;}
p,h1,h2,h3,h4,h5,h6{margin: 0;}
h2 i{
    color: var(--third-color);
}
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

/*/////////// start header here //////////////*/

.headermenu-wrapper{
    width: 100%;
    position: fixed;
    padding: 10px 0;
    z-index: 9;
}
.headermenu-wrapper.fix{
    background: linear-gradient(190deg, #071214, #04282f);
}
.headerlogo{
    font-family: var(--secondary-font);
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 1;
    display: inline-block;
}
.headerlogo .ownername{
    position: absolute;
    bottom: -16px;
    right: 0;
    font-size: 15px;
    color: #009ddb;
}
/*.headerlogo:before,*/
/*.headerlogo:after{*/
/*    content: "";*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    position: absolute;*/
/*}*/
/*.headerlogo:before{*/
/*    bottom: 0px;*/
/*    left: -10px;*/
/*    border-left: 2px solid #fff;*/
/*    border-bottom: 2px solid #fff;*/
/*}*/
/*.headerlogo:after{*/
/*    top: 0;*/
/*    right: -10px;*/
/*    border-right: 2px solid #fff;*/
/*    border-top: 2px solid #fff;*/
/*}*/
.headerlogo img{width: 100px;}
.headermenu{
    margin: 30px 0 0;
}
.mobilemenushadow,
.mobmenu-toggle{display: none;}
.mobmenu-toggle a{}
.headermenu ul{
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}
.headermenu ul li{}
.headermenu ul li.headermenu-head{display: none}
.headermenu ul li a{
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 10px;
    line-height: 1;
    border: 1px solid transparent;
    transition: .3s linear;
}
.headermenu ul li a:hover,
.headermenu ul li a.active{
    border: 1px solid #026c80;
}
.headermenu ul li a.booknow{
    border: none;
    background:linear-gradient(90deg,
        #042b3d 0%,
        #06455d 40%,
        #0a6f97 100%
    );
}
.headermenu ul li a.booknow i{}

/*/////////// end header here //////////////*/



/*/////////// start slider here //////////////*/


.pagebtn{
    background: linear-gradient(90deg,        #042b3d 0%,        #06455d 40%,        #0a6f97 100%    );
    display: inline-block;
    padding: 12px 20px;
    line-height: 1;
    margin: 20px 0 0;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.slider-widget{}
.slider-box{
    position: relative;
    z-index: 1;
}
.slider-box .sliderimg{width: 100%;}
.mobsliderimg{display: none; width: 100%;}
.slider-box .overlaybox{
    position: absolute;
    top: 30%;
    left: 8%;
    width: 35%;
}
.slider-box .overlaybox span{
    color: var(--text1-color);
    letter-spacing: 2px;
    font-size: 14px;
    position: relative;
    z-index: 1;
    padding-left: 120px;
}
.slider-box .overlaybox span:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 1px;
    background: #0a6d94;
}
.slider-box .overlaybox h2{
    color: #fff;
    font-family: var(--secondary-font);
    font-size: 38px;
    line-height: 1.2;
    font-weight: 400;
    padding: 20px 0 20px;
}
.slider-box .overlaybox p{
    font-size: 16px;
    color: #949494;
    color: var(--text1-color);
    padding: 0 0 30px;
}
.slider-box .overlaybox a{}
.slider-box .overlaybox a:hover{}


/*/////////// end slider here //////////////*/



/*/////////// start about us here //////////////*/
.aboutus-widget{
    background: #111;
    padding: 50px 0;
}
.aboutus-left{
    position: relative;
    z-index: 1;
}
.aboutus-left .experience{
    position: absolute;
    top: 45%;
    text-align: center;
    right: 12%;
    color: #fff;
}
.aboutus-left .experience p{
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
}
.aboutus-left:before{
    content: "";
    width: 100px;
    height: 100px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    position: absolute;
    top: -3px;
    left: -3px;
}
.aboutus-left img{}
.aboutus-left .firstimg{
    width: 70%;
}
.aboutus-left .secondimg{
    position: absolute;
    bottom: -25%;
    width: 35%;
    right: 5%;
}
.aboutus-right{}
.aboutus-right span{
    font-size: 12px;
    color: var(--text1-color);
    letter-spacing: 1px;
    font-weight: 600;
}
.aboutus-right h3{
    color: #fff;
    font-size: 46px;
    font-weight: 400;
    line-height: 1.2;
    padding: 20px 0;
    font-family: var(--secondary-font);
}
.aboutus-right p{
    color: var(--text1-color);
    font-size: 15px;
    padding: 0 0 10px;
}
.aboutus-right a{}

.aboutinfo{display: flex;align-items: start;gap: 20px;padding: 120px 0 0;}
.aboutinfo .infobox{
    flex: 1;
}
.aboutinfo .infobox span{color: var(--primary-color); font-size: 40px; font-family: var(--secondary-font);}
.aboutinfo .infobox p{color: var(--text-color);font-size: 14px;}


/*/////////// end about us here //////////////*/


.services-widget{
    background:#071214;
    padding: 50px 0;
}
.services-widget .maintitle{
    text-align: center;
    padding: 0 0 40px;
}
.services-widget .maintitle .subtitle{
    color:#9b9b9b;
    font-size:13px;
    letter-spacing: 1px;
    text-transform:uppercase;
    display:block;
    margin-bottom:20px;
}
.services-widget .maintitle .title{color: #fff;font-family: var(--secondary-font);font-size: 40px;position: relative;z-index: 1;display: flex;align-items: center;justify-content: center;gap: 10px;padding: 0 0 10px;}
.services-widget .maintitle p{color: var(--text1-color);}
.services-widget .maintitle .title:after,
.services-widget .maintitle .title:before{
    content: "";
    width: 150px;
    height: 1px;
    background: var(--text1-color);
}
.service-box{
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 0 50px;
}
.service-box .service-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 50px;
    border: 2px solid #52b2b5;
}
.service-box .service-icon i{
    color: #52b2b5;
    font-size: 28px;
}
.service-box .service-content{}
.service-box .service-content h4{
    color: #fff;
    font-size: 18px;
    padding: 0 0 10px;
}
.service-box .service-content p{
    font-size: 14px;
    color: var(--text1-color);
}


.work-widget{
    background: #09181a;
    padding: 50px 0;
}
.work-widget .maintitle{
    padding: 0 0 30px;
    position: relative;
    z-index: 1;
}
.work-widget .maintitle .subtitle{
    color:#9b9b9b;
    font-size:13px;
    letter-spacing: 1px;
    text-transform:uppercase;
    display:block;
}
.work-widget .maintitle .title{color: #fff;font-family: var(--secondary-font);font-size: 40px;position: relative;z-index: 1;}
.project-cat{
    position: absolute;
    right: 0;
    bottom: 30px;
    width: fit-content;
    z-index: 99;
}
.project-cat ul{
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 25px;
}
.project-cat ul li{}
.project-cat ul li a{
    color: var(--text1-color);
    border: 1px solid var(--text1-color);
    padding: 10px;
    line-height: 1;
    border-radius: 2px;
}
.project-cat ul li a.active,
.project-cat ul li a:hover{
    border-color: var(--primary-color);
    color: var(--primary-color);
}
.work-widget .protabcontent{display: none;}
.work-widget .protabcontent.active{display: block;}

.workbox{
    margin: 0 0 20px;
    border: 1px solid var(--text-color);
}
.workbox img{width: 100%;object-fit: cover;}




.banner1{
    position: relative;
    z-index: 1;
}
.banner1:before{
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.banner1 img{width: 100%;}
.banner1 .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000057;
    top: 0;
    left: 0;
}
.banner1 .overlay h3{
    font-size: 36px;
    font-family: var(--secondary-font);
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
    width: 30%;
}





.whychoose{
    background: #09181a;
    padding: 50px 0;
    position: relative;
    z-index: 1;
}
.whychoose .maintitle{
    padding: 0 0 30px;
}
.whychoose .maintitle .subtitle{
    color:#9b9b9b;
    font-size:13px;
    letter-spacing: 1px;
    text-transform:uppercase;
    display:block;
}
.whychoose .maintitle .title{color: #fff;font-family: var(--secondary-font);font-size: 35px;position: relative;z-index: 1;padding: 20px 0 0;}
.whychoose-center{
    padding: 0 25px;
    text-align: justify;
}
.whychoose-center p{
    color: var(--text1-color);
    font-size: 16px;
}
.whychoose .maintitle ul{
    position: absolute;
    bottom: 50px;
    left: 9%;
    display: flex;
    gap: 20px;
    background: linear-gradient(45deg, #0a6b91, transparent);
    padding: 20px;
    list-style: circle;
    list-style-position: inside;
    z-index: 09;
    font-size: 15px;
    letter-spacing: .5px;
}
.whychoose .maintitle ul li{
    color: #fff;
}
.whychoose .maintitle ul li:before{}
.whychoose-right{
    position: relative;
    z-index: 1;
}
.whychoose-right:before{
    content: "";
    width: 100px;
    height: 100px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    bottom: -8px;
    right: -8px;
}
.whychoose-right img{width: 100%;}




.trusted-clients{
    background:#071214;
    padding:50px 0;
}
.trusted-clients .maintitle{
    text-align: center;
    padding: 0 0 40px;
}
.trusted-clients .maintitle .subtitle{
    color:#9b9b9b;
    font-size:13px;
    letter-spacing: 1px;
    text-transform:uppercase;
    display:block;
    margin-bottom:20px;
}
.trusted-clients .maintitle .title{color: #fff;font-family: var(--secondary-font);font-size: 40px;position: relative;z-index: 1;display: flex;align-items: center;justify-content: center;gap: 10px;padding: 0 0 10px;}
.trusted-clients .maintitle p{color: var(--text1-color);}
.trusted-clients .maintitle .title:after,
.trusted-clients .maintitle .title:before{
    content: "";
    width: 150px;
    height: 1px;
    background: var(--text1-color);
}
.clientbox{
    position: relative;
    background: #111;
    border: 1px solid rgba(201,161,74,.35);
    border-radius: 8px;
    padding: 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.clientbox span{
    font-size: 35px;
    line-height: 1;
    font-family: var(--secondary-font);
    font-weight: 600;
    color: #fff;
}

footer{
    background:#071214;
    border-top: 1px solid var(--text-color);
    padding: 50px 0 0;
}
.footerlogo{
    font-family: var(--secondary-font);
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 1;
    display: inline-block;
}
/*.footerlogo .ownername{*/
/*    position: absolute;*/
/*    bottom: -16px;*/
/*    right: 0;*/
/*    font-size: 15px;*/
/*    color: #009ddb;*/
/*}*/
/*.footerlogo:before,*/
/*.footerlogo:after{*/
/*    content: "";*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    position: absolute;*/
/*}*/
/*.footerlogo:before{*/
/*    bottom: 0px;*/
/*    left: -10px;*/
/*    border-left: 2px solid #fff;*/
/*    border-bottom: 2px solid #fff;*/
/*}*/
/*.footerlogo:after{*/
/*    top: 0;*/
/*    right: -10px;*/
/*    border-right: 2px solid #fff;*/
/*    border-top: 2px solid #fff;*/
/*}*/

.footerlogo img{width: 100px;}

.needphotographer{
    padding: 50px 0;
    border-top: 1px solid var(--text-color);
}
.needphotographer .needleft{}
.needphotographer .needleft i{
    font-size: 30px;
    color: #009ddb;
}
.needphotographer .needleft span{
    color: #009ddb;
    font-size: 20px;
    margin-left: 10px;
    transform: translateY(-3px);
    position: relative;
    display: inline-block;
}
.needphotographer .needleft h3{
    color: #fff;
    font-family: var(--secondary-font);
    letter-spacing: 1px;
}
.needphotographer .needright{
    display: flex;
    align-items: center;
    justify-content: end;
    height: 100%;
}
.needphotographer .needright a{
    font-size: 40px;
    color: #fff;
    font-family: var(--secondary-font);
}

.contactfrm{
    background: url('../assets/contbg.webp');
    padding: 50px 0;
    position: relative;
    z-index: 1;
}
.contactfrm:before{
    content: "";
    width: 100%;
    height: 100%;
    background: #000000bd;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.contactfrm .contleft{}
.contactfrm .contleft span{
    color: #9b9b9b;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
}
.contactfrm .contleft h3{
    color: #fff;
    font-family: var(--secondary-font);
    font-size: 35px;
    position: relative;
    z-index: 1;
    padding: 20px 0 20px;
}
.contactfrm .contleft .contmap{
    padding: 30px;
    background: #000;
    border-radius: 5px;
}
.contactfrm .contleft .contmap iframe{
    width: 100%;
    height: 400px;
}
.contactfrm .contfrm{
}
.contactfrm .contfrm h3{
    color: #fff;
    font-family: var(--secondary-font);
    font-size: 22px;
    position: relative;
    z-index: 1;
    margin: 0 0 20px;
}
.contactfrm .contfrm h3:before{
    content: "";
    width: 30px;
    height: 1px;
    background: #0a6d94;
    position: absolute;
    bottom: -10px;
    left: 0;
}
.contactfrm .contfrm p{
    color: var(--text1-color);
}
.contactfrm .contfrm form{
}
.contactfrm .contfrm form .fields{
    margin: 0 0 15px;
}
.contactfrm .contfrm form .fields label{
    color: var(--text1-color);
    font-size: 13px;
}
.contactfrm .contfrm form .fields input{}
.contactfrm .contfrm form .fields :is(input, textarea, select){
    width: 100%;
    padding: 6px 10px;
    background: #000;
    border: 1px solid #2f2b2b99;
    font-size: 15px;
    color: #bbb;
}
.contactfrm .contfrm form .fields :is(input, textarea, select)::placeholder{
    color: var(--text1-color);
}
.contactfrm .contfrm form .fields textarea{
    height: 80px;
}
.contactfrm .contfrm form .fields select{
    color: var(--text1-color);
}
.contactfrm .contfrm form .fields input:focus{}
.contactfrm .contfrm form .fields :is(input, textarea, select):focus{}
.contactfrm .contfrm form .fields :is(input, textarea, select)::placeholder{
        font-size: 14px;
}
.contactfrm .contfrm form .fields-btn{}
.contactfrm .contfrm form .fields-btn button{
    width: 100%;
    outline: none;
    border: none;
    border-radius: 4px;
    margin: 0;
    padding: 14px 5px;
    transition: .3s linear;
}
.contactfrm .contfrm form .fields-btn button:hover{
    background: #fff;
    color: #0a6c93;
}

.contactfrm .continfo{
    padding: 0;
}
.contactfrm .continfo iframe {
    width: 100%;
    height: 490px;
}
.contactfrm .continfo ul{}
.contactfrm .continfo ul li{
    color: var(--text1-color);
    padding: 15px 0;
    border-bottom: 1px solid #5757574d;
}
.contactfrm .continfo ul li span{
    color: #adadad;
    width: 120px;
    display: inline-block;
    font-size: 15px;
    letter-spacing: .5px;
}



footer .footerlinks{}
footer .footerlinks h3{
    font-size: 17px;
    font-family: var(--secondary-font);
    color: #fff;
    font-weight: 500;
    letter-spacing: .5px;
    padding: 0 0 15px;
}
footer .footerlinks ul{}
footer .footerlinks ul li{}
footer .footerlinks ul li a{
    display: inline-block;
    color: var(--text1-color);
    font-size: 15px;
    margin: 0;
}
footer .footerlinks .continfo{}
footer .footerlinks .sociallinks{
    width: 40px;
    height: 30px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
footer .footerlinks a{
    color: var(--text1-color);
    font-size: 15px;
    margin: 0 0 8px;
    transition: .3s linear;
}
footer .footerlinks a:hover{
    color: #0a6c93;
}
footer .footerlinks .sociallinks:hover{
    background: #096c93;
    color: #fff;
}

footer .copyright{
    display: flex;
    padding: 20px 15px;
    align-items: center;
    justify-content: center;
    background: #0278a7;
    margin: 30px 0 0;
}
footer .copyright p{
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.5px;
}
footer .copyright p a{
    display: inline-block;
    color: #071214;
    font-size: 14px;
    font-weight: 500;
    transition: .3s linear;
}
footer .copyright p a:hover{
    text-decoration: line-through;
}
.whatsappicon{
    width: 40px;
    height: 40px;
    display: inline-block;
    position: fixed;
    bottom: 3%;
    right: 15px;
    z-index: 9;
}
.whatsappicon img{
    width: 100%;
}
.workbox{
    overflow: hidden;
    transform: translateZ(0);
    will-change: transform;
}

.workbox img{
    display:block;
    width:100%;

    object-fit:cover;
}

.protabcontent{
    display:none;
}

.protabcontent.active{
    display:block;
}