@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;700&family=Plus+Jakarta+Sans:wght@400;500;600&display=swap');
html, body{
	padding: 0;margin: 0;font-size: 14px;-webkit-font-smoothing: antialiased;font-family: 'Plus Jakarta Sans', sans-serif;font-weight: 400;color: #4d4c4f;
	line-height: 1.4;overflow-x: hidden;letter-spacing: 0.5px;
}
*{
    -webkit-tap-highlight-color: transparent !important;
}
a, img, button, input[type=submit]{text-decoration: none;outline: none; border: 0;}
button, input, select, textarea{font-family: 'Plus Jakarta Sans', sans-serif;}
b, strong{font-weight: 700;}
*, *:after, *:before {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
a:focus, a:hover{text-decoration: none !important;}
p, ul, h1, h2, h3, h4, h5, h6, hr, figure, ol{padding:0;margin:0;}
.container{max-width: 1200px;margin: 0px auto;padding: 0 15px;}
.container-fluid{max-width: 95%;margin: 0px auto;padding: 0 15px;}
.container.small{max-width: 850px;padding: 0 20px;}
.container.medium{max-width: 1000px;padding: 0 20px;}
.pull-left{float: left !important;}
.pull-right{float: right !important;}
.text-left{text-align: left;}
.text-center{text-align: center;}
.text-right{text-align: right;}
.text-justify{text-align: justify;}
.text-uppercase{text-transform: uppercase;}
.text-lowercase{text-transform: lowercase;}
.text-italic{font-style: italic;}
.text-underline{text-decoration: underline;}
.text-light{font-weight: 300;}
.text-medium{font-weight: 400;}
.text-bold{font-weight: 600;}
.text-bolder{font-weight: 700;}
.text-black{color:#000;}
.text-white{color:#fff;}
.text-orange{color: #ee6e25;}
.img-responsive{max-width: 100%;height: auto;}
.img-full{width: 100%;height: auto;}
.center-block{margin: 0 auto;}
.bg-white{background-color: #fff;}
.bg-off-white{background-color:#f8f8fa; }
.bg-cover{background-size: 100% 100%;background-repeat: no-repeat;background-position: center;}
.col-1{width: 8.333333333333333%;}
.col-2{width: 16.66666666666667%;}
.col-3{width: 25%;}
.col-4{width: 33.33333333333333%;}
.col-5{width: 41.66666666666667%;}
.col-6{width: 50%;}
.col-7{width: 58.33333333333333%;}
.col-8{width: 66.66666666666667%;}
.col-9{width: 75%;}
.col-10{width: 83.33333333333333%;}
.col-11{width: 91.66666666666667%;}
.col-12{width: 100%;}
.col-12-5{width: 20%;}
.w100{width: 100%;}
.w80{width: 80%;}
.w70{width: 70%;}
.w30{width: 30%;}
.w20{width: 20%;}
.cred {color: red;}
.h100{height: 100%;}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-12-5, .w30, .w70, .w20{float: left;}

.mg-5{margin: 5px;}
.mg-10{margin:10px;}
.mg-20{margin:20px;}
.mg-30{margin:30px;}

.mg-tp-5{margin-top: 5px;}
.mg-tp-10{margin-top: 10px;}
.mg-tp-20{margin-top: 20px;}
.mg-tp-30{margin-top: 30px;}

.mg-bt-5{margin-bottom: 5px;}
.mg-bt-10{margin-bottom: 10px;}
.mg-bt-20{margin-bottom: 20px;}
.mg-bt-30{margin-bottom: 30px;}

.mg-rt-5{margin-right: 5px;}
.mg-rt-10{margin-right: 10px;}
.mg-rt-20{margin-right: 20px;}
.mg-rt-30{margin-right: 30px;}

.mg-lt-5{margin-left: 5px;}
.mg-lt-10{margin-left: 10px;}
.mg-lt-20{margin-left: 20px;}
.mg-lt-30{margin-left: 30px;}

.pd-5{padding:5px;}
.pd-10{padding:10px;}
.pd-20{padding:20px;}
.pd-30{padding:30px;}

.pd-tp-5{padding-top: 5px;}
.pd-tp-10{padding-top: 10px;}
.pd-tp-20{padding-top: 20px;}
.pd-tp-30{padding-top: 30px;}
.pd-tp-50{padding-top: 50px;}

.pd-bt-5{padding-bottom: 5px;}
.pd-bt-10{padding-bottom: 10px;}
.pd-bt-20{padding-bottom: 20px;}
.pd-bt-30{padding-bottom: 30px;}

.pd-rt-5{padding-right: 5px;}
.pd-rt-10{padding-right: 10px;}
.pd-rt-20{padding-right: 20px;}
.pd-rt-30{padding-right: 30px;}

.pd-lt-5{padding-left: 5px;}
.pd-lt-10{padding-left: 10px;}
.pd-lt-20{padding-left: 20px;}
.pd-lt-30{padding-left: 30px;}

.h500{height: 500px;}
.h600{height: 600px;}
.h700{height: 700px;}
.h800{height: 800px;}

.pos-rel{position: relative;}
.pos-abs{position: absolute;}
.pos-fix{position: fixed;}
.bottom{bottom:0;}
.top{top:0;}
.left{left:0;}
.right{right:0;}
.visible-xs{display: none !important;}
.hidden-xs{display: block!important}
.hidden-sm{
        display: block;
    }
    .visible-sm{
        display: none;
    }
.row:before, .row:after{display: table;content: " ";}
.row:after, .clearfix{clear: both;}

.disptable{display: table;height: 100%;}
.dispblock{display: block;}
.table-cell{display: table-cell;vertical-align: middle;}

.Yoverflowhidden{overflow-y: hidden;}
.Xoverflowhidden{overflow-x: hidden;}
.overflowhidden{overflow: hidden;}

section{float: left;width: 100%;}
section.padding{padding:70px 0;}

/*Header Section*/

header{position: fixed;width: 100%;top:0;left: 0;padding: 0px 0 2px 0;z-index: 9999;transition: all 0.6s ease-in-out;}
header.active {
    background-color: #fff;
    position: fixed;
    box-shadow: 0 0 20px #000;
}
header .brand-logo{padding-top: 10px;}
header .upper{}
header .upper .number-wrapper{margin-right: 20px;margin-top: 10px;}
header .upper .ctc-wrapper{margin-right: 20px;}
header .upper .enq-btn-wrapper{}
header .upper .enq-btn-wrapper a{display: inline-block;padding:0px 15px;color:#fff;background-color: #6b6b6b;text-transform: uppercase;line-height: 40px;}
header .lower{}
header .lower .nav-links{text-align: right;padding: 24px 0;}
header .lower .nav-links a{display: inline-block;margin-right: 22px;margin-top: 0px;color:#062f63;position: relative;font-size: 16px;line-height: 26px;font-weight: 600;}
header .lower .nav-links a:last-child{margin-right: 0px;color: #1A1A1A!important;}
header .form-container{position: absolute;width: 300px;top:calc(100% + 10px);right: 15px;background-color:#F1F5F6;padding:4px;display:none;padding: 25px;transition: top 0.5s ease-in-out;box-shadow: 0px 1px 10px 6px rgb(0 0 0 / 6%); }
header .form-container .frmclose{display: none;}
header .form-container .thankyou{margin-bottom: 10px;}
header .lower .nav-links a.active{color: #e1b549}
.call-icon svg {
width: 20px;
height: 20px;
position: relative;
right: 2px;
top: 4px;
}
.enquire-btn {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #1A1A1A;
  background: linear-gradient(135deg, #BF953F 0%, #FCF6BA 25%, #B38728 50%, #FBF5B7 75%, #AA771C 100%);
  background-size: 200% auto;
  padding: 14px 28px;
  border: 1px solid #D4AF37;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(179, 135, 40, 0.35);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.enquire-btn:hover{
  background-position: right center; /* Smooth shine movement */
  box-shadow: 0 6px 20px rgba(212, 175, 55, 0.5);
  transform: translateY(-2px);
}
.logo img{
    width: 90px;
}
/*banner-sec*/
.home-banner{
    background: url('../images/banner-img.png');    
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    justify-content: center;
    align-items: center;
}
.cloud1 {
    width: 250px;
    position: absolute;
    z-index: 1;
    animation: a;
    animation-duration: 81s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    transition-delay: 1s;
    top: 40px;
}
.cloud2 {
    width: 200px;
    position: absolute;
    z-index: 1;
    animation: b;
    animation-duration: 62s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    transition-delay: 1s;
    top: 30px;
}
@keyframes a{0%{right:0}to{right:80%}}
@keyframes b{0%{right:10%}to{right:90%}}
@keyframes c{0%{right:30%}to{right:75%}}
@keyframes d{0%{right:40%}to{right:100%}}
.ban-tit {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}
.ban-tit h1{
    font-size: 54px;
    line-height: 54px;
    font-weight: 600;
    color: #fff;
    font-family: 'Cinzel', serif;
}
.ban-tit p {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    color: #fff;
    padding: 10px 0px 30px;
}
.ban-logo{
    display: inline-block;
  padding: 24px 32px;
  border-radius: 50%; 
    background: radial-gradient(
    circle, 
    rgba(255, 255, 255, 0.95) 0%, 
    rgba(255, 255, 255, 0.6) 45%, 
    rgba(255, 255, 255, 0) 100%
  );
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 0 35px 15px rgba(255, 255, 255, 0.6);
}
.ban-logo img{
  display: block;
  max-width: 150px;
  height: auto;
}
.whatsapp-fixed {
    bottom: 40px;
    position: fixed;
    right: 10px;
    z-index: 9999;
}
.callwrap {
    background-color: #000;
    border-radius: 5px;
    padding: 10px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
    position: fixed;
    right: -152px;
    bottom: 140px;
    box-shadow: 1px 0 6px rgba(0,0,0,.6);
    width: 150px;
    display: table;
    transition: all 1s linear;
    z-index: 9999;
    margin-top: 5px;
    cursor: pointer;
}
.callme {
    padding: 15px 13px 8px;
    position: absolute;
    left: -63px;
    margin: -9px 0 0;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #000;
    border-radius: 25px;
}
.callme, .callmeon {
    display: table-cell;
    vertical-align: middle;
}
.extLink {
    color: #fff;
}
.extLink, .phone_number {
    text-decoration: none;
    font: normal normal 600 14px/26px Inter,sans-serif;
}
.callwrap.active{right:0}
.scoll-down {
    top: auto;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    z-index: 1;
}
.icon-down{
    -webkit-animation: mover 0.50s infinite alternate;
        animation: mover 0.50s infinite alternate;
}
 @keyframes mover{
        0% {
          transform: translateY(0);
        }
        100%{
          transform: translateY(-10px); 
        }
      }
/*==========Bird-flying-animation==========*/

.bird{
    background-image: url('../images/bird-cells-new.svg');
    filter: invert(34%) sepia(55%) saturate(427%) hue-rotate(141deg) brightness(93%) contrast(91%);
    background-size: auto 100%;
    width: 88px;
    height: 125px;
    will-change: background-position;
    animation-name: fly-cycle;
    animation-timing-function: steps(10);
    animation-iteration-count: infinite;
}

.bird-one{
    animation-duration: 1s;
    animation-delay: -0.5s;

}
.bird-two{
    animation-duration: 0.9;
    animation-delay: -0.75.s;

}
.bird-three{
    animation-duration:1.25s;
    animation-delay: -0.25s

}
.bird-four{
    animation-duration: 1.1s;
    animation-delay: -0.5s;
}

.bird-container {
    position: absolute;
    top: 10%;
    left: -3%;
    transform: scale(0) translateX(-10vw);
    will-change: transform;
    animation-name: fly-right-one;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
    
.bird-container-one{
    animation-duration: 15s;
    animation-delay: 0;
}
    
.bird-container-two{
    animation-duration: 16s;
    animation-delay: 1s;
}
    
.bird-container-three{
    animation-duration: 14.6s;
    animation-delay: 9.5s;
}
    
.bird-container-four {
        animation-duration: 16s;
        animation-delay: 10.25s;
}
@keyframes fly-cycle {
    
    100% {
        background-position: -900px 0;
    }
    
}

@keyframes fly-right-one {
    
    0% {
        transform: scale(0.3) translateX(-10vw);
    }
    
    10% {
        transform: translateY(2vh) translateX(10vw) scale(0.4);
    }
    
    20% {
        transform: translateY(0vh) translateX(30vw) scale(0.5);
    }
    
    30% {
        transform: translateY(4vh) translateX(50vw) scale(0.6);
    }
    
    40% {
        transform: translateY(2vh) translateX(70vw) scale(0.6);
    }
    
    50% {
        transform: translateY(0vh) translateX(90vw) scale(0.6);
    }
    
    60% {
        transform: translateY(0vh) translateX(110vw) scale(0.6);
    }
    
    100% {
        transform: translateY(0vh) translateX(110vw) scale(0.6);
    }
    
}

@keyframes fly-right-two {
    
    0% {
        transform: translateY(-2vh) translateX(-10vw) scale(0.5);
    }
    
    10% {
        transform: translateY(0vh) translateX(10vw) scale(0.4);
    }
    
    20% {
        transform: translateY(-4vh) translateX(30vw) scale(0.6);
    }
    
    30% {
        transform: translateY(1vh) translateX(50vw) scale(0.45);
    }
    
    40% {
        transform: translateY(-2.5vh) translateX(70vw) scale(0.5);
    }
    
    50% {
        transform: translateY(0vh) translateX(90vw) scale(0.45);
    }
    
    51% {
        transform: translateY(0vh) translateX(110vw) scale(0.45);
    }
    
    100% {
        transform: translateY(0vh) translateX(110vw) scale(0.45);
    }
    
}
/*about-sec*/
.bg-wt{
    background-color: #fff;
}
.bg-gray{
    background-color: #f2f3f7;
}
.hero-tit{
    font-size: 58px;
    line-height: 68px;
    font-weight: 700;
    color: #052d61;
}
.hero-sub-tit{
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #000000ab;
}
.about-lt .hero-tit{
    padding-bottom: 10px;
}
.about-lt .hero-sub-tit{
    padding-top: 10px;
    padding-right: 30px;
}
.ab-enq-btn{
    margin-top: 50px;
}
/*projects*/
.bg-blue{
    background-color: #0a2346;
}
#project .hero-tit{
    color: #bc9337;
    padding-bottom: 30px;
}
.proj-cards-set {
    border: 2px solid#fff;
    padding: 20px;
    border-radius: 20px;
    margin: 40px;
    overflow: hidden;
    box-shadow: 0 8px 20px #9E9E9E, 0 15px 40px rgba(0, 0, 0, 0.08);
}
.proj-cards-set img{
    border-radius: 12px;
    width: 100%;
    height: 300px;
}
.proj-cards-set p {
    font-size: 34px;
    line-height: 44px;
    font-weight: 500;
    color: #bc9337;
    padding-top: 10px;
    border-top: 1px solid#fff;
    margin: 20px 50px 0;
    text-align: center;
}
/*gallery*/
.gellary{
    padding-top: 50px;
}
.gellary img{
    width: 500px;
    height: 400px;
    padding: 10px;
    border-radius: 20px;
}
/*footer-form-sec*/
.form-sec{
    padding-top: 50px;
}
.f-form{
    background-color: #0a2346;
    height: 470px;
    position: relative;
    border-radius: 6px;
}
iframe{
    width: 95%;
    height: 470px;
    border-radius: 6px;
}
.grp-img{
    padding-top: 20px;
}
.form{
    background-color: #0a2346;
    width: 700px;
    margin: 70px auto 0;
    border-radius: 6px;
}
form{
    padding: 40px;
}
label {
    color: #292542;
    font-weight: 500;
}
input {
    display: block;
    width: 100%;
    height: 58px;
    padding: 0 20px;
    outline: 0;
    color: #4D5756;
    border: none;
    background-color: #fff;
    border-bottom: 1px solid#fff;
    border-radius: 6px;
    font-size: 18px;
}
input::placeholder {
  color: #4D5756;
  font-size: 14px;  
}
.sel-flat {
    font-size: 18px;
    display: block;
    width: 100%;
    height: 58px;
    padding: 0 20px;
    outline: 0;
    color: #4D5756;
    border: none;
    background-color: #fff;
    border-radius: 6px;
    border-bottom: 1px solid#fff;
}
.input{
    margin-bottom: 25px;
}
header .form-container .frmclose {
    display: inline-block;
    position: relative;
    top: -10px;
    right: 0px;
    color: #000;
    font-size: 20px;
    border: 1px solid #000;
    padding: 3px 8px;
    line-height: 20px;
    border-radius: 6px;
}
.error {
    color: red;
    font-size: 12px;
}
.thankyoumessage {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #000000d4;
    z-index: 999;
    border-radius: 6px;
    display: none;
}
.tnx-set {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    width: 75%;
}
.submit-btn {
    height: 58px!important;
    background-color: #fff;
    color: #000!important;
    font-weight: 600!important;
}
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    justify-content: center;
    align-items: center;
    z-index: 111111;
    display: none;
}
.close-btn {
    margin-top: 10px;
    cursor: pointer;
    color: #fff;
    background-color: #000;
    padding: 7px 11px;
    border-radius: 20px;
    border: none;
    position: absolute;
    top: -25px;
    right: -10px;
    font-size: 12px;
    z-index: 9999;
}
.pop-form{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*Footer Section*/
.footer-set h2{
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #bc9337;
    text-transform: capitalize;
}
.f-social{
    padding-top: 20px;
}
.f-cont {
    display: flex;
    align-items: start;
    gap: 15px;
    padding: 20px 30px 0 0;
}
.f-cont img{
    width: 20px;
    padding-top: 5px;
}
.clr-wt{
    color: #fff;
}
/*animation*/
.revealOnScroll {
                opacity: 0
            }
  .animated {
                -moz-animation-duration: 1.2s;
                -o-animation-duration: 1.2s;
                -webkit-animation-duration: 1.2s;
                -ms-animation-duration: 1.2s;
                animation-duration: 1.2s;
                -moz-animation-fill-mode: both;
                -o-animation-fill-mode: both;
                -webkit-animation-fill-mode: both;
                -ms-animation-fill-mode: both;
                animation-fill-mode: both
            }

            @keyframes fadeInLeft {
                from {
                    opacity: 0;
                    -webkit-transform: translate3d(-100%, 0, 0);
                    -o-transform: translate3d(-100%, 0, 0);
                    -moz-transform: translate3d(-100%, 0, 0);
                    -ms-transform: translate3d(-100%, 0, 0);
                    transform: translate3d(-100%, 0, 0)
                }
                to {
                    opacity: 1;
                    -webkit-transform: none;
                    -ms-transform: none;
                    -moz-transform: none;
                    -o-transform: none;
                    transform: none
                }
            }

            .fadeInLeft {
                -webkit-animation-name: fadeInLeft;
                -o-animation-name: fadeInLeft;
                -ms-animation-name: fadeInLeft;
                -moz-animation-name: fadeInLeft;
                animation-name: fadeInLeft
            }
            @keyframes fadeInDown {
                from {
                    opacity: 0;
                    -webkit-transform: translate3d(0, -100%, 0);
                    -o-transform: translate3d(0, -100%, 0);
                    -moz-transform: translate3d(0, -100%, 0);
                    -ms-transform: translate3d(0, -100%, 0);
                    transform: translate3d(0, -100%, 0)
                }
                to {
                    opacity: 1;
                    -webkit-transform: none;
                    -o-transform: none;
                    -moz-transform: none;
                    -ms-transform: none;
                    transform: none
                }
            }

            .fadeInDown {
                -webkit-animation-name: fadeInDown;
                -o-animation-name: fadeInDown;
                -ms-animation-name: fadeInDown;
                -moz-animation-name: fadeInDown;
                animation-name: fadeInDown
            }