@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
*{
    font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
        margin: 0;padding: 0 ;
        box-sizing: border-box;
}
html
{
    /*Smooth Scroling*/
    scroll-behavior: smooth;

    /* === Variable For Stroing Colors ===*/
   --primary-clr:#3639A2;
   --bg-light-clr:#f4f7fe;
   --dark-header-clr:#C98A5E;
   --dark-sub-header-clr:#181c1f;
   --dark-text-clr:#454545;
   --light-header-clr:#fefefe;
   --light-sub-header-clr:#e2e9fa;
   --light-text-clr:#ccd1dd;
}
body
{
    width: 100%;
    height: 100%;
}
.website-wrapper
{
    width: 100%;
    min-height: 100vh;
    max-width: 1400px;
    margin: 0 auto;
    background-color: var(--light-header-clr);
}
/* ==== Reusable Code Starts ==== */
a.btn
{
    text-decoration: none;
    padding: 12px 25px;
    border: 1px solid transparent;
    border-radius: 25px;
    background-color: var(--dark-header-clr);
    color: var(--light-header-clr);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    cursor: pointer;
    transition: 0.3s;
}
a.btn:hover
{
    background-color: transparent;
    color: var(--dark-header-clr);
    border: 1px solid var(-);
}
header.section-heading{
    position: relative;
    direction: ltr;
    width: 100%;
    margin-bottom: 35px;
    z-index: 3;
}
header.section-heading h3
{
    font-size: 19px;
    color: var(--primary-clr);
    font-weight: 600;
    margin-bottom: 5px;
}
header.section-heading h3
{
    font-size: calc(27px+1.8vw);
    color: var(--dark-header-clr);
    font-weight: 500;
}
header.section-heading p
{
font-size: 16px;
color: var(--dark-sub-header-clr);
margin: 10px 0 20px;
line-height: 1.3;
}
/* ==== Reusable Code Ends ==== */
/*==== Section Whatsapp Styling Starts ==== */
#whatsapp .wtsapp{
position: fixed;
transform: all .5s ease;
background-color: #25d366;
display: block;
text-align: center;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
border-radius: 50px;
border-right: none;
color :#fff;
font-size: 30px;
font-weight: 700;
bottom: 70px;
left:60px;
border: 0;
z-index: 9999;
width: 50px;
height: 50px;
line-height: 50px;
}
#whatsapp .wtsapp:before{
    content: "";
    position: absolute;
    z-index: -1;
    left: 45%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-in-out infinite;
    animation: pulse-border 1500ms ease-in-out infinite;
}
#whatsapp .wtsapp:focus
{
    border: none;
    outline: none;
}
@keyframes pulse-border{
    0%{transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); opacity: 1;}
    100%{transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5); opacity: 0;}
}
/*==== Section Whatsapp Styling Ends ==== */
/* ==== Section Home Styling Starts ==== */
section .home
{
    width: 100%;
    min-height: 100vh;
}
.home .top-bar
{
    width: 100%;
    padding: 15px 8%;
    background-color: var(--bg-light-clr);
    display: flex;
    justify-content: space-between;
}
.home .top-bar .phone-email
{
    display: flex;
}
.home .top-bar .phone-email i{
    margin-right: 3px;
    color: var(--dark-header-clr);
    font-size: 15px;
}
.home .top-bar .phone-email span
{
    color: var(--dark-header-clr);
    font-size: 15px;
}
.home .top-bar .phone-email .phone
{
    margin-left: 15px;
}
.home .top-bar .top-social-links
{
    position: relative;
}
.home .top-bar .top-social-links a
{
    text-decoration: none;
    color: var(--dark-header-clr);
    margin-left: 15px;
}
.home .top-bar .top-social-links a i
{
    color: var(--dark-header-clr);
    font-size: 15px;
    transition: 0.3s;
}
.home .top-bar .top-social-links a i:hover
{
    color:var(--primary-clr);
    transform: translateY(-2px);
}
.home .navbar
{
     position: absolute;
    width: 100%;
    height: 65px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--light-header-clr);
    z-index: 100;
}
.home.active .navbar
{
    position: fixed;
    top: 0;
    right: 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    animation: animateNavbar 0.5s linear;
    z-index: 100;
}
@keyframes  animateNavbar
{
    0%{
        transform: translateY(-100%);
    }
   100%{
        transform: translateY(0%);
    }
}
.home .navbar .logo
{
    position: relative;
}
.home .navbar .logo img
{
  height: 65px;
}
.home .navbar ul.nan-links
{
    position: relative;
    list-style: none;
}
.home .navbar ul.nan-links li
{
    position: relative;
display: inline-block;
padding: 0px 15px;
}
.home .navbar ul.nan-links li a
{
   
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    padding: 20px 0px;
    color: var(--dark-header-clr);
     display: flex;
    transition: color 0.3s;
    justify-content: space-between;
}
.home .navbar ul.nan-links li a:hover
{
    color: var(--primary-clr);
}
.home .navbar ul.nan-links li ul
{

    position: absolute;
width: 200px;
background-color: var(--light-header-clr);
display: none;
}
.home .navbar ul.nan-links li:hover ul
{
    display: block;
}
.home .navbar ul.nan-links li ul li
{
    position: relative;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.home .navbar .menu-btn
{
    position: relative;
    display: flex;
    align-items: center;
    width: 26px;
    height: 26px;
    cursor: pointer;
    display: none;
}
.home .navbar .menu-btn span
{
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: var(--dark-header-clr);
    border-radius: 15px;
    transition: transform 0.3s, opacity 0.3s;
}
.home .navbar .menu-btn span:nth-of-type(1)
{
    transform: translateY(7px);
}
.home .navbar .menu-btn span:nth-of-type(3)
{
    transform: translateY(-7px);
}
.home .banner
{
    position: relative;
    width: 100%;
    min-height: 100vh;
   background-image: url("../img/images/home/RIYADH.jpg");
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   padding: 0 8%;
   display: flex;
justify-content:center;
align-items: center;
text-align: center;
}
.home.active .banner
{
    margin-top: 80px;
}
.home .banner .home-overlay
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.home .banner .text-warapper
{
    position: relative;
    max-width: 600px;
    color: var(--light-header-clr);
    top: -60px;
z-index: 2;
}
.home .banner .text-warapper h3{
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 500;
    letter-spacing: 1px;
}
.home .banner .text-warapper h1
{
    font-size: calc(14px + 1.5vw);
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 20px;
}
.home .banner .text-warapper p
{
    font-size: 15px;
    color: var(--light-sub-header-clr);
    line-height: 1.3;
    margin-bottom: 30px;
}
/* ==== Section Home Styling Ends ==== */
/* ==== Section Feature Styling Starts ==== */
section.feature
{
    position: relative;
    width: 100%;
    padding: 0 4%;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 15px;
    z-index: 3;
}
.feature .feature-box
{
    position: relative;
    padding: 35px 10px;
    border-radius: 5px;
display: flex;
flex-direction: column;
align-items: center;
background-color: var(--light-header-clr);
top: -60px;
box-shadow:0px,0px,8px rgba(0, 0, 0, 0.3);
z-index: 3;
}
.feature .feature-box .feature-icon
{
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--bg-light-clr);
    border-radius: 5% 50% 5% 50%;
}
.feature .feature-box .feature-icon i
{
    font-size: 25px;
    color: var(--primary-clr);
}
.feature .feature-box h2
{
font-size: calc(14-px+0.4vw);
font-weight: 500;
color: var(--dark-text-clr);
margin: 20px 0 10px;
}
.feature .feature-box p
{
    direction: ltr;
    font-size: 15px;
    color: var(--dark-text-clr);
    text-align: center;
    line-height: 1.3;
}
/* ==== Section Feature Styling Ends ==== */
/* ==== Section About Styling Starts ==== */
section .about
{
    position: relative;
    width: 100%;
    padding: 90px 8% 30px;
}
.about .about-contents
{
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: 6fr 7fr;
    grid-gap: 20px 7%;
    z-index: 2;
}
.about-contents .about-left-col
{
    position: relative;
    width: 100%;
}
.about-contents .about-left-col img
{
    position: relative;
    width: 100%;
    border-radius: 10px;
    min-width: 350px;
    min-height: 500px;
    object-fit: cover;
    z-index: 1;
}
.about-contents .about-left-col .about-img-bg
{
    position: absolute;
    width: 60%;
    height: 70%;
    top: -20px;
    right: 20px;
    background-color: var(--bg-light-clr);
    border-radius: 25px;
    transform: rotate(-15deg);
    z-index: 0;
}
.about-contents .about-right-col
{
    text-align: left;
    direction: ltr;
    width: 100%;
}
.about-contents .about-right-col .section-heading
{
margin-bottom: 15px;
}
.about-contents .about-right-col .about-facilities
{
    list-style: none;
}
.about-contents .about-right-col .about-facilities li
{
    position: relative;
    font-size: 15px;
    color: var(--dark-text-clr);
    text-indent: 20px;
    margin-bottom: 10px;
}
.about-contents .about-right-col .about-facilities li::before
{
    position: absolute;
    content: attr(check);
    left: -20px;
    color: var(--primary-clr);
    font-weight: 600;
}
.about .about-bg-blob
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 100px;
    overflow: hidden;
    
}
.about .about-bg-blob img
{
    position: absolute;
    width: 400px;
    height: 400px;
    right: 0px;
}
/* ==== Section About Styling Ends ==== */
/* ==== Section states Stylins Starts ==== */
section.states
{
    position: relative;
    width: 100%;
    padding: 70px 8% 30px;
}
.states .states-container
{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    background-color: var(--primary-clr);
    border-radius: 5px;
}
.states .states-container .state-box
{
    padding: 20px;
    text-align: center;
}
.states-container .state-box h3
{
    font-size: calc(24px + 1.5vw);
    color: var(--light-header-clr);
    margin-bottom: 10px;
}
.states-container .state-box p
{
    font-size: 16px;
    color: var(--light-sub-header-clr);
}
/* ==== Section states Stylins Ends ==== */
/* ==== Services Section Styling Starts ==== */
section.services
{
    position: relative;
    width: 100%;
    padding: 90px 8% 20px;
}
.services .services-contents
{
    position: relative;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 20px;
    z-index: 2;
}
.services .services-contents .services-box
{
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    padding: 25px 8%;
    border-left: 3px solid var(--primary-clr);
}
.services-contents .services-box .icon-box
{
    position: relative;
}
.services-contents .services-box .icon-box i
{
    font-size: calc(14px+ 1vw);
    color: var(--primary-clr);
}
.services-contents .services-box h2
{
    font-size: calc(14px+0.6vw);
    color: var(--dark-header-clr);
    font-weight: 500;
    margin: 20px 0 10px;
}
.services-contents .services-box p
{
    font-size: 15px;
    color: var(--dark-text-clr);
    margin-bottom: 20px;
    line-height: 1.4;
}
.services-contents .services-box a
{
    text-decoration: none;
    color: var(--primary-clr);
    font-size: 15px;
}
.services-contents .services-box a:hover
{
    text-decoration: underline;
}
.services .services-bg-clob
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}
.services .services-bg-clob img
{
    position: absolute;
    width: 700px;
    height: 450px;
    left: -100px;
    top: 140px;
    z-index: 1;
}
/* ==== Services Section Styling Ends ==== */
/* ==== Section services Styling Starts ==== */
.services .cards
{
    direction: ltr;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}
.services .cards .card{
    height: 350px;
    width: 370px;
    border:5px solid #2c3c89 ;
    padding: 3% 8%;
    border-radius: 8px;
    transition: .6s;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
.services .cards .card:after{
    content: "";
    position: absolute;
    top: 150%;
    right: -200px;
    width: 120%;
    transform: rotate(50deg);
    background-color: var(--primary-clr);
    height: 18px;
    filter: plur(30px);
    opacity: 0.5;
    transition: 1s;
}
.services .cards .card:hover::after{
    width: 225%;
    top: -100%;
}
.services .cards .card:hover
{
    background-color: transparent;
    transform: translateY(-8px);
    border-color:#3c2c89;
}
.services .cards .card p
{
    width: 100%;
    text-align: center;
    font-size: 0.8rem;
    color: var(--dark-sub-header-clr);
    margin: 6px 0;
    line-height: 1.4; 
}
.services .cards ul{
    width: 100%;
    margin: 6px 0;
    list-style-type: square;
}
.services .cards ul li{
 text-align: left;
    font-size: 0.8rem;
    color: var(--dark-sub-header-clr);
     line-height: 1.4;  
}
.services .cards .card i
{
    color: #C98A5E;
    margin-top: 15px;
    margin-bottom: 8px;
    font-size: 4.1rem;
}
.services .cards .card h2
{
    color: var(--dark-text-clr);
    font-size: 20px;
font-weight: 800;
letter-spacing: 1px;
}
/* ==== Section services Styling Ends ==== */
/* ==== Contact Styling Starts ==== */
section.contact
{
    position: relative;
    width: 100%;
    padding: 20px 8% 90px;
}
.contact .contect
{
    border-radius: 5px;
   width: 100%;
   min-width: 420px;
   top: 50%;
   left: 50%;
    padding: 0px 0% 0px;
    display: grid;
    grid-template-columns: calc(2,2fr);
    grid-gap: 20px;
}
.contact .contect h1
{
    font-size: calc(16px+0.2vw);
    font-weight: 500;
    color: var(--dark-text-clr);
}
.contact .contect p
{
    font-size: 15px;
    color: var(--dark-text-clr);
    margin-bottom: 20px;
    line-height: 1.4;
}
.contact .contect form
{
    direction: ltr;
    text-align:left;
    width: 70%;
    position: relative;
    margin: 30px auto 0 auto;
}
.contact .contect form .row
{
    width: 100%;
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(300px, 1fr));
    grid-gap: 20px 30px;
    margin-bottom: 20px;
}
.contact .contect form .row label
{
    font-size: 14px;
    font-weight: 500;
}
.contact .contect form .row input, .contact .contect form .row textarea
{
    direction:ltr;
    font-weight: 500;
    padding: 8px 10px;
    width: 100%;
    border-radius: 5px;
    outline: none;
    border: 1px solid var(--primary-clr);
    margin-top: 5px;
}
.contact .contect form .row textarea:focus
{
    resize: none;
}
.contact .contect form .row input:focus, .contact .contect form .row textarea:focus
{
    border-color: var(--dark-header-clr);
}
.contact .contect form a
{
    text-decoration: none;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    color: var(--light-header-clr);
    background-color: var(--dark-header-clr);
    cursor: pointer;
}
.contact .contect form a:hover
{
    background-color: var(--primary-clr);
    color: var(--bg-light-clr);
}
.contact .overlay
{
    position: absolute;
    width: 100%;
    height: 640px;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    pointer-events: none;
    z-index: 103;
}
.contact.active .show-model
{
    display: none;
}
.contact.active .overlay
{
    opacity: 1;
    pointer-events: auto;
}
.contact.active .model-box
{
    opacity: 1;
    pointer-events: auto;
}
.model-box
{
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(50%,50%) scale(1.2);
    min-width: 380px;
    border-radius: 24px;
    background-color: var(--light-header-clr);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    z-index: 103;
    padding: 30px 20px ;
    display: flex;
    flex-direction: column;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transition: all 0.03s ease;
}
.model-box i
{
    font-size: 70px;
    color: var(--primary-clr);
}
.model-box h2
{
    margin-top: 20px;
    font-size: 25px;
    font-weight: 500;
    color: var(--dark-sub-header-clr);
}
.model-box h3
{
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    color: var(--dark-text-clr);
}
.model-box .buttons
{
 margin-top: 25px;
}
.model-box button
{
    font-size: 16px;
    padding: 16px 20px;
    margin: 0 10px;
    background-color: var(--primary-clr);
    color: var(--light-header-clr);
    border: none;
    border-radius: 10px;
}
/* ==== Contact Styling Ends ==== */
/* ==== Team Section Styling Starts ==== */
section.team
{
    position: relative;
    width: 100%;
    padding: 90px 8% 20px;
}
.team .team-contents
{
    position: relative;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 20px;
    z-index: 2;
}
.team .team-contents .member-box
{
    position: relative;
    width: 100%;
    padding: 5px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
.team .team-contents .member-box img
{
    width: 100%;
    min-height: 450px;
object-fit: cover;
}
 .team-contents .member-box .meber-info
 {
    padding: 10px;
}
.team-contents .member-box .meber-info h2
{
font-size: calc(16px+ 0.4vw);
font-weight: 500;
color: var(--dark-header-clr);
padding-bottom: 7px;
}
.team-contents .member-box .meber-info p{
    font-size: 15px;
    color: var(--dark-text-clr);
}
.team-contents .member-box .member-contact
{
    position: absolute;
    padding: 20px 15px;
    top: 35%;
    right: -100%;
    transform: translateY(-50%);
    background-color: var(--primary-clr);
    display: flex;
    flex-direction: column;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: right 0.3s;
}
.team-contents .member-box:hover .member-contact
{
    right: 0;
    transition: 0.4s;
}
.member-box .member-contact a
{
    color: var(--light-header-clr);
    margin-bottom: 7px;
}
.member-box .member-contact a:nth-of-type(4)
{
    margin-bottom: 0px;
}
.member-box .member-contact a i
{
color: var(--light-header-clr);
font-size: 15px;
transform: color 0.3s;
}
.member-box .member-contact a i:hover
{
    color: var(--dark-header-clr);
}
.team .team-bg-blob
{
    position: absolute;
    width: 100%;
    height: 100%;
   top: 0;
   left: 0;
   overflow: hidden;
}
.team .team-bg-blob img
{
    position: absolute;
    width: 600px;
    height: 400px;
    right: 100%;
    bottom: 0px;
    transform: rotate(45deg);
    z-index: 1;
}
/* ==== Team Section Styling Ends ==== */
/* ==== Testimonials Section Styling Starts ==== */
section.testimonials
{
    position: relative;
    width: 100%;
    padding: 20px 90px;
}
/* ==== Testimonials Section Styling Starts ==== */
section.testimonials
{
    position: relative;
    width: 100%;
    padding: 20px 8% 90px;
}
/*Boss Text style*/
.testimonials .boss-container
{
position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: 10fr 3fr;
    grid-gap: 20px 2%;
    z-index: 5;
    margin-bottom: 30px;
}
.testimonials .boss-container .boss-col-right
{
    position: relative;
    float: right;
    width: 100%;
    margin-top: 20px;
}
.testimonials .boss-container .boss-col-right img
{
 position: relative;
    width:100px;
    height: 200px;
    border: 5px outset var(--primary-clr);
    border-radius: 10px;
    min-width: 250px;
    min-height: 350px;
    object-fit: cover;
    z-index: 3;
}
.testimonials .boss-container .boss-col-right .boss-info
{
    margin-top: 20px;
 z-index: 4;
}
.testimonials .boss-container .boss-col-right .boss-info h2
{
    margin-left: 30px;
    color: var(--dark-sub-header-clr) ;
    font-size:20px;
font-weight: 800;
}
.testimonials .boss-container .boss-col-right .boss-info p
{
     margin-left: 50px;
     position: relative;
    font-size: 15px;
    font-weight: 400;
    color: var(--dark-text-clr);
    text-indent: 20px;
}
.testimonials .boss-container .boss-col-left
{
    float: left;
    direction: ltr;
    text-align: left;
    width: 100%;
}
.testimonials .boss-container .boss-col-left .boss-text
{
    float: left;
    position: relative;
    margin-top: 20px;
  padding: 8px;
}
.testimonials .boss-container .boss-col-left .boss-text h2
{
    text-align: left;
    color: var(--dark-sub-header-clr) ;
    font-size:20px;
font-weight: 800;
}
.testimonials .boss-container .boss-col-left .boss-text p
{
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    color: var(--dark-text-clr);
    margin: 15px 0px;
    padding: 0 30px 0 6px;
}
.testimonials .test-contents
{
position: relative;
z-index: 1;
}
.testimonials .test-contents .item
{

    width: 360px;
    height: 240px;
    position: relative;
    border: 1px solid var(--light-text-clr);
    background-color: var(--bg-light-clr);
    padding: 25px 20px;
}
.test-contents .item .test-header
{
    display: flex;
    align-items: center;
}
.test-contents .item .test-header .client-img
{
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.test-contents .item .test-header .client-img img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.test-contents .item .test-header .client-desc
{
    position: relative;
    margin-left: 15px;
}
.test-contents .item .test-header .client-desc h2
{
    font-size: calc(16px + 0.6vw);
    color: var(--dark-header-clr);
    margin-bottom: 5px;
}
.test-contents .item .test-header .client-desc p
{
    font-size: 16px;
    color: var(--dark-text-clr);
}
.test-contents .item .test-desc
{
    position: relative;
    margin-top: 20px;
}
.test-contents .item .test-desc p
{
    font-size: 15px;
    color: var(--dark-text-clr);
    line-height: 1.3;
}
.test-contents .item .test-desc i
{
    width: 100%;
    text-align: center;
    margin-top: 15px;
    font-size: calc(14px + 0.6vw);
    color: var(--primary-clr);
}
.owl-carousel .owl-dots
{
    margin-top: 20px !important;
}
/* ==== Testimonials Section Styling Ends ==== */
/* ==== Blog Section Styling Starts ==== */
section.blog
{
    position: relative;
    padding: 90px 8% 40px;
}
.blog .blog-contents
{
    position: relative;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 20px;
    z-index: 2;
}
.blog .blog-contents .blog-post
{
    position: relative;
    padding: 5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.blog-contents .blog-post img
{
    width: 100%;
}
.blog-contents .blog-post .date-posted
{
    padding: 10px;
    display: flex;
    justify-content: space-between;
}
.blog-contents .blog-post .date-posted i
{
    font-size: 15px;
    color: var(--dark-text-clr);
}
.blog-contents .blog-post .date-posted i span
{
    display: inline-block;
    padding-left: 8px;
    font-weight: 500;
    color: var(--dark-text-clr);
}
.blog-contents .blog-post h2.title{
    padding: 0 10px;
    font-size: calc(16px+00.6vw);
    font-weight: 500;
    color: var(--dark-header-clr);
}
.blog-contents .blog-post p
{
    padding: 0 10px;
    font-size: 15px;
    color: var(--dark-text-clr);
    line-height: 1.3;
    margin: 10px 0 15px;
}
.blog-contents .blog-post a
{
    display: inline-block;
    padding: 0 10px;
    text-decoration: none;
    font-size: 15px;
    color: var(--primary-clr);
    margin-bottom: 15px;
    transition: all 0.3s;
}
.blog-contents .blog-post a:hover
{
    text-decoration: underline;
}
.blog .blog-bg-blob
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}
.blog .blog-bg-blob img
{
    position: absolute;
    width: 500px;
    height: 500px;
    left: 50%;
    transform: translateX(-50%) rotate(95deg);
    bottom: 0;
    z-index: 1;
}
/* ==== Blog Section Styling Ends ==== */
/* ==== Footer Section Styling Starts ==== */
section.footer
{
    position: relative;
    width: 100%;
    padding: 70px 8% 50px;
    background-color: #2c3c89;
    margin-top: 50px;
    display: grid;
    grid-template-columns: 3fr 2fr 3fr;
    grid-gap: 20px;
}
.footer .footer-col
{
    direction: ltr;
    position: relative;
    z-index: 2;
}
.footer .footer-col .col-header
{
    position: relative;
    margin-bottom: 20px;
}
.footer-col .col-header h2
{
    font-size: calc(16px+0.6vw);
    color: var(--light-header-clr);
    font-weight: 500;
}
.footer-col-1 .col-header img
{
   width: 100px;
   height: 100px;
}
.footer-col-1 .col-desc p
{
    font-size: 15px;
    color: var(--light-text-clr);
    line-height: 1.3;
}
.footer-col-1 .col-desc p:nth-child(2)
{
    margin-top: 5px;
}
.footer-col-1 .col-desc .footer-social-media
{
    margin-top: 30px;
}
.col-desc .footer-social-media a
{
    color: var(--light-header-clr);
    text-decoration: none;
    font-size: calc(12px + 0.4vw);
    margin-left: 15px;
    transition: color 0.3s;
}
.col-desc .footer-social-media a:hover
{
    color: var(--primary-clr);
}
.footer-col-2 .col-desc
{
    display: flex;
    flex-direction: column;
}
.footer-col-2 .col-desc .contect-row
{
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}
.footer-col-2 .col-desc .contect-row span
{
    color: var(--light-text-clr);
    font-size: 16px;
}
.footer-col-2 .col-desc .contect-row span:nth-child(1)
{
    color: var(--light-text-clr);
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 2px;
}
.footer-col-3 .col-desc
{
    display: flex;
    flex-direction: column;
}
.footer-col-3 .col-desc a
{
    position: relative;
    text-decoration: none;
    color: var(--light-text-clr);
    margin-bottom: 15px;
    align-self: flex-start;
    transition: all 0.3s;
    right : -15px;
}
.footer-col-3 .col-desc a::before
{
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: var(--light-text-clr);
    border-radius: 15px;
    left: -15px;
top: 50%;
transform: translateY(50%);
}
.col-footer-4 .col-desc
{
    text-align: right;
    display: flex;
    flex-direction: column;
}
.col-footer-4 .col-desc h2
{
    text-align: right;
}
.col-footer-4 .col-desc iframe
{
    position:relative;
    width: 450px;
    height: 250px;
    top: 0;
    right: 0px;
}

/* ==== Footer Section Styling Ends ==== */
/* ==== CopyRights Section Styling Starts ==== */
section.copyrghits
{
    padding: 0 8%;
    background-color: #3c2c89;
}
.copyrghits .line
{
    width: 100%;
    height: 1px;
    background-color: #777;
}
.copyrghits p
{
    padding: 25px 0;
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
.copyrghits p
{
    color: var(--light-text-clr);
}
/* ==== CopyRights Section Styling Ends ==== */
/* ==== Media Query Starts ==== */
@media(max-width:1068px)
{
            /* testimonials Section */
            .testimonials .test-contents .item
            {
                margin: 15px 20px;
            }
    /*  Services Section*/
    .services .services-contents
    {
        grid-template-columns: 1fr 1fr;
    }
    /* Blog Section */
    .blog .blog-contents
    {
        grid-template-columns: 1fr 1fr;
    }
    /* ==== Section services Styling Starts ==== */
.services .cards{
    grid-template-columns: repeat(2,1fr);
}
}
@media(max-width:968px)
{
    /* Team Section */
    .team .team-contents
    {
        grid-template-columns: 1fr 1fr;
    }
    /* Footer Section */
    section.footer
    {
        grid-template-columns: 1fr 1fr;
    }
}
@media(max-width:868px){
    /*  Feature Section*/
    section.feature
    {
        grid-template-columns: 1fr 1fr;
    }

    /* services Section */
    .services .services-contents
{
    grid-template-columns: 1fr;
    grid-gap: 10px 0px;
}
/* ==== Section services Styling Starts ==== */
.services .cards{
    grid-template-columns: repeat(1,1fr);
}
.services .cards h2{
    font-size: 2.5rem;
}
}
@media(max-width:768px)
{

    /*Home Section*/
    .home .top-bar
    {
        display: none;
    }
    .home .navbar .menu-btn
    {
        display: flex;
    }
    .home .navbar .menu-btn.active span:nth-child(1)
    {
transform: translateY(0px) rotate(45deg);
    }
    .home .navbar .menu-btn.active span:nth-child(3)
    {
transform: translateY(0px) rotate(-45deg);
    }
    .home .navbar .menu-btn.active span:nth-child(2)
    {
opacity: 0;
    }
    .home .navbar ul.nan-links
    {
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
        display: flex;
        flex-direction: column;
        padding: 30px 0;
        background-color: var(--light-header-clr);
        border-top: 1px solid var(--bg-light-clr);
        z-index: 99;
        transition: 0.3s;
        transform: scaleY(0);
        transform-origin: top;
    }
    .home .navbar ul.nan-links.active
    {
        transform: scaleY(1);
    }
    .home .navbar ul.nan-links li
    {
        margin: 0;
    }
    .home .navbar ul.nan-links li a
    {
        display: block;
        width: 100%;
        padding: 15px 0;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1px;
    }
    .home .navbar ul.nan-links li a:hover
    {
        background-color: var(--bg-light-clr);
    }
    /*section about*/
.about .about-contents
{
display: block;
}
.about-contents .about-left-col .about-img-bg
{
    left: 0px;
}
.about .about-bg-blob
{
    position: relative;
    overflow:initial;   
}

    /*Section testimonials*/
    .testimonials .test-contents .item
{
    width: 300px;
    height: 200px;
    padding: 15px 10px;
}
    /* States Section */
.states .states-container
{
    grid-template-columns: 1fr 1fr ;

}
}
@media(max-width:668px)
{
    /* home section*/
    .home .navbar ul.nan-links li ul
{

    position: relative;
width:100%;
}
.home .navbar ul.nan-links li ul li
{
    border: 0;
}
      /*  Feature Section*/
      section.feature
      {
          grid-template-columns: 1fr;
      }
      .feature .feature-box .feature-icon i
{
    font-size: 22px;
}
/*Boss Text style*/
.testimonials .boss-container
{
    width: 100%;
    display:block;
    grid-template-columns: 6fr;
}
.testimonials .boss-container .boss-col-right img
{
    margin-left: 22%;
}
.testimonials .boss-container .boss-col-right .boss-info h2
{
    margin-left: 30%;

}
.testimonials .boss-container .boss-col-right .boss-info p
{
     margin-left: 35%;
}
.services .cards .card{
    height: 330px;
    
}
/* Blog Section */
.blog .blog-contents
{
    grid-template-columns: 1fr ;
}
/* Copyrights Section */
.copyrghits p
{
    flex-direction: column;
    align-items: center;
}
}
@media(max-width:568px)
{

     /* About Section */
     .services-contents .services-left-col img
     {
       min-width: 300px;
min-height: auto;
     }
     .services .cards .card{
    height: 280px;
    
}
     /* Contact Section */
     .contact .contect
{
    min-width: 380px;
}
       /* States Section */
.states .states-container
{
    grid-template-columns: 1fr ;
}
  /* Services Section */
.services .services-contents
{
    grid-template-columns: 1fr ;
    grid-gap: 20px 0;
}
 /* Team Section */
 .team .team-contents
 {
     grid-template-columns: 1fr;
 }
 .team-contents .member-box .member-contact
 {
    right: 0;
 }
  /* Footer Section */
  section.footer
  {
      grid-template-columns: 1fr;
      grid-gap: 10px 0;
  }
  .col-footer-4 .col-desc iframe
{
    position:relative;
    width: 250px;
    height: 160px;

}
}