@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@700&display=swap');
body{
    font-family: 'Urbanist', sans-serif;
 }
:root{
	--title-color:#2e4458;
	--text-color:#6d7578;
    --theme-grey : #f7f9fc;
	--primary-color : #00ab55;
	--secound-color:rgb(0,171,85);
	--white : #fff;
    --hover : rgb(0,171,85); 
    --lightcolor : #e5f6ee;
    --lightblue : #ecf6fa;
    --footer-bg : #090b0f;
    --background :linear-gradient(263.25deg, rgba(245, 131, 32, 0.87) 0%, rgba(241, 105, 33, 0.987054) 81.82%, #D75312 109%);
    --box-shadow : 6.84606px 11.4101px 17.1151px rgba(208, 102, 8, 0.3);

--clamp12: clamp(10px, 0.625vw, 12px);
--clamp14: clamp(12px, 0.72916vw, 14px);
--clamp15: clamp(13px, 0.78125vw, 15px);
--clamp16: clamp(14px, 0.8333vw, 16px);
--clamp18: clamp(14px, 0.9375vw, 18px);
--clamp20: clamp(16px, 1.0416vw, 20px);
--clamp22: clamp(16px, 1.145vw, 22px);
--clamp24: clamp(17px, 1.25vw, 24px);
--clamp25: clamp(18px, 1.3541vw, 26px);
--clamp26: clamp(20px, 1.3541vw, 26px);
--clamp28: clamp(16px, 1.4583vw, 28px);
--clamp30: clamp(20px, 1.5625vw, 30px);
--clamp32: clamp(20px, 1.666vw, 32px);
--clamp34: clamp(20px, 1.770vw, 34px);
--clamp36: clamp(25px, 1.875vw, 36px);
--clamp38: clamp(25px, 1.979vw, 38px);
--clamp40: clamp(26px, 2.083vw, 40px);
--clamp42: clamp(26px, 2.1875vw, 42px);
--clamp44: clamp(26px, 2.2916vw, 44px);
--clamp45: clamp(26px, 2.3vw, 45px);
--clamp48: clamp(26px, 2.5vw, 48px);
--clamp50: clamp(28px, 2.864583vw, 50px);
--clamp55: clamp(28px, 2.864583vw, 55px);
--clamp58: clamp(28px, 3.02083vw, 58px);
--clamp60: clamp(30px, 3.125vw, 60px);
--clamp64: clamp(30px, 3.333vw, 64px);
--clamp75: clamp(35px, 3.90625vw, 75px);
--clamp78: clamp(30px, 4.0625vw, 78px);
--clamp80: clamp(30px, 4.1666vw, 80px);
--clamp82: clamp(30, 4.27083vw, 82px);
--clamp84: clamp(25px, 4.375vw, 84px);
--clamp42: clamp(24px, 2.1875vw, 42px);
--clamp100: clamp(30px, 5.2083vw, 100px);
--clamp120: clamp(40px, 6.25vw, 120px);
}

h4{
    position: relative;
    color: var(--secound-color);
    font-weight: 600;
    letter-spacing: 1px;
}
h3{
    font-weight: 600;
    color: black;
    letter-spacing: 0.5px;
    line-height: 50px;
    font-size: var(--clamp40);
}
p{
    color: #333;
    opacity: 0.7;
    line-height: 28px;
    letter-spacing: 0.50px;
    font-size: var(--clamp18);
}
.contact-form{
    padding: 50px 0;
}
.contact-form h3{
    text-align: center;
}
.contact-form input[type="text"]{
    height: 50px;
    margin-bottom: 15px;
    box-shadow: none;
}
.contact-form textarea,.contact-form textarea:focus{
    box-shadow: none;
    height: 120px;
}
.contact-form button{
    padding: 10px 20px;
    border:solid 1px #ccc;
    background-color: var(--primary-color);
    color: white;
}
.bannerpage{
    background-image: url("../img/Amazing.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}
.bannerinner h2{
    text-align: center;
    color: white;
    font-size: var(--clamp40);
}
.bannerinner{
    padding: 120px 0;
}
.socialicions i {
    color: white;
    font-size: 22px;
}
.abtpage{
    padding: 50px 10px;
    border: solid 5px var(--primary-color);
}
.abtpage p{
    font-size: var(--clamp20);
}
/* topmenu */
.topmenu{
    height: 100px;
    background-color: #022638;
}
.logo img{
    height: 80px;
    margin-top: 10px;
}
.menudetails{
    position: relative;
    top: 20px;
}
.menudetails i {
    font-size: 35px;
    color: white;
    position: relative;
    top: 2px;
}
.menudetails h4{
    color: #fff;
    margin-top: 10px;
    font-size: var(--clamp18);
}
.menudetails p{
    color: #fff;
    margin-top: -10px;
    font-size:14px;
}
.menudetails a{
    text-decoration: none;
    color: #fff !important;
}
.menu{
    background-color: aliceblue;
    height: 60px;
    text-align: center;
    display: flex;
    align-items: center;
}
.menu ul{
    float: left;
    margin-top: 15px;
    margin-left: -10px;
}
.menu ul li {
    list-style: none;
    float: left;
    margin: 0 15px;
}
.menu ul li a{
    text-decoration: none;
    color: #222;
    font-size: var(--clamp18);
}
.whatsapp{
    margin-top: 15px;
    float: right;
}
.whatsapp a{
    background-color: #00ab55;
    color: white;
    padding: 10px 20px; 
    border-radius: 10px;
    text-decoration: none;
    margin-top: 10px;
}

/* Mobile Screens */
@media screen  and (min-width:320px) and (max-width:767px) {
    .logo img {
        height: 50px;
        margin-top: 10px;
        margin-left: -25px;
    }
    .logo{
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .topmenu {
        height: 65px;
    }
    .menu {
        display: none;
    }
    .menudetails {
        display: none;
    }
    .slider {
        height: 300px !important;
    }
    .sliderimg {
        object-fit: cover !important;
        height: 100%;
        width: 100%;
        margin-top: -23px;
    }
    .services {
        padding: 0px 0 !important; 
    }
    .service-block {
        margin: 5px 0;
    }
    .amazing .amazing-box a {
        margin: 10px 10px !important;
    }
}
/* topmenu */


/* slider */
    .slider{
        height: 100vh;
        overflow: hidden;
    }
    .sliderimg{
        object-fit:cover;
        height: 100%;
        width: 100%;
    }
/* slider */

/* titles */
.titles h2{
    text-align: center;
    font-size: var(--clamp36);
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
}
.titles h2::before{
    content: "";
    position: absolute;
    height: 4px;
    width: 32%;
    background-color: rgb(2, 10, 41);
    top: 20px;
    left: 0;
}
.titles h2::after{
    content: "";
    position: absolute;
    height: 4px;
    width: 32%;
    background-color: rgb(2, 10, 41);
    top: 20px;
    right: 0;
}
.titles h4{
    text-align: center;
    font-size: var(--clamp18);
    font-weight: 400 !important;
    color: #222;
    text-transform: capitalize;
    position: relative;
}
/* titles */

/* services */
.services{
    padding: 50px 0;
}
.service-block{
    border:solid 1px #f9f9f9;
    padding: 10px;
    border-radius: 5px;
    margin: 20px 0;
}
.service-content{
    padding: 10px 0;
    padding-bottom: 30px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}
.service-content h4{
    color: #222;
    font-size: var(--clamp20);
    font-weight: 600;
}
.service-content a{
    text-decoration: none;
    background-color: #ff9900;
    border-radius: 50px;
    padding: 10px 15px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Mobile Screens */
@media screen  and (min-width:320px) and (max-width:767px) {
    .titles h2::before {
        width: 10%;
        top: 12px;
    }
    .titles h2::after {
        width: 10%;
        top: 12px;
    }
}
/* services */


/* whychoseus */
.whychoseus{
    padding: 50px 0;
}
.whychose-block{
    padding: 20px 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    max-height: 200px;
    min-height: 200px;
    margin: 15px 0;
}
.whychose-block h4{
    font-size: var(--clamp20) !important;
}
.whychose-block img{
    margin-right: 10px;    
}
.whychose-block p{
    font-size: var(--clamp16) !important;
}
/* whychoseus */

/* talktous */
.amazing {
    background: url("../img/Amazing.jpg");
    padding: 90px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.amazing .amazing-box {
    text-align: center;
}
.amazing .amazing-box h2 {
    padding: 0px 0px 20px 0px;
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    line-height: 50px;
    text-transform: uppercase;
}
.amazing .amazing-box span {
    color: #fff;
    font-size: 17px;
    line-height: 32px;
    display: inline-block;
    margin-bottom: 35px;
}
.amazing .amazing-box a {
    font-size: 17px;
    padding: 15px 50px;
    background-color: #ff9900;
    color: #fff;
    display: inline-block;
    line-height: 20px;
    border-radius: 30px;
    text-align: center;
    margin: 0 10px;
    text-decoration: none;
}
/* talktous */


/* footer */
.footer{
    background-color:#000000;
    height: auto;
    padding: 50px 0;
} 
.footer h3{
    font-size: var(--clamp22);
    color: #fff;
}
.footer p{
    font-size: var(--clamp14);
    color: #fff;
}
.footer a{
    font-size: var(--clamp14);
    color: #fff;
    text-decoration: none;
}
.footer li{
    list-style: none;
    height: 30px;
    color: white;
    text-align: left;
}
.footer i{
    margin-right: 15px;
}

/* footer */
