:root{

    /* Colors */
    --pri-color1:#093d6d;
    --pri-color2:#f0ffff;
    --pri-color3:#17a6b1;    
    --pri-color5:#ccdbf354;
    --pri-color6:#f1f1f1;
    --pri-color7:#fcf2c6;
    --pri-color8:#f8f8ef;
    --pri-color9:#014775;
    --pri-color10:whitesmoke;

    /* fade colors */
    --pri-fade-color1:#132c44dc;
    --pri-fade-color3:#24bfcad0;

    /* text color */
    --color-text-black:rgb(32, 32, 32);
    --color-text-white:rgb(236, 236, 236);

    /* background images */
    --bg-image1:url(../backgrounds/bg1.png);    
    --bg-image2:url(../backgrounds/bg6.png);
    --bg-image3:url(../backgrounds/bg5.png);
    --bg-image4:url(../backgrounds/bg7.png);
    --bg-image5:url(../backgrounds/bg8.png);
    --bg-image6:url(../backgrounds/bg2.svg);

    /* fonts */
    --font1:"Montserrat", sans-serif;
    --font2:"Vujahday Script", cursive;
    --font3:"Poppins", sans-serif;
    --font4:"Abril Fatface", serif;
    --font5:"Oleo Script", serif;
    --font6:"Libre Bodoni", serif;
    --font7:"Roboto Condensed", sans-serif;

    /* Font Sizes */
    --Lfont:clamp(25px , 5vw , 50px) !important;
    --Mfont:clamp(25px , 5vw , 30px) !important;
    --Sfont:clamp(20px , 5vw , 25px) !important;
    --SSfont:clamp(12px , 5vw , 18px) !important;

    /* Text lines limit */
   


}



::-webkit-scrollbar{
   
}
::-webkit-input-placeholder{
font-style: italic;
font-size: 0.8rem;    
}

html,body{
scroll-behavior: smooth !important;
animation: fadeIn 1s linear;
}

.fixed-background{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit:fill;
    z-index: -1;
}


*{
    padding: 0;
    margin: 0;
    box-sizing: border-box ;
    font-family:var(--font1);    
    font-weight: 500;    
    font-style: normal;
    font-optical-sizing: auto;   
    font-style: normal;
    font-variation-settings:"wdth" 500;
        
}

/* Icon set */
.close-box-icon{
    font-size: 30px;
    padding: 10px;
    background-color: var(--pri-color3);
    color: white;
    position: fixed;
    right: 10px;
    top: 10px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
    
}

/* Grid contents sttings */
.grid-contents{  
    width: 100%;
    position: relative;
    margin: 0 auto;    
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    overflow: hidden;
    border-radius: 0;
    align-items: center;       
}






/* Images */
img{
    position: relative;
    width: 100%;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border: none;
}
i{
    transition: 0.3s linear;
}
/* Div container */
.main{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1,1fr);
}


/* Sections */
.full-width-section{
    width: 100%;
}
.group-elem{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr)) !important;
    gap: 50px;
}
.hero-section{ 
    position: relative;
    text-align: center;
    width: 100%;
}
.hero-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); 
    width: 90%;
    text-align: center;  
    display: flex; 
    flex-direction: column;
    align-items: center;   
}
.hero-text h1{
    font-size: var(--Lfont);
    width: 100%;
    color: white;    
    text-align: center;
    font-weight: 600;
    font-family: var(--font3);    
}
.hero-section-btn{
    padding: 17px;
    width: 220px;
    text-align: center;
    justify-content: center;
    background-color: var(--pri-color3) !important;
    margin-top: 20px;   
    color: var(--pri-color2);
}
.hero-section-btn:hover{
    background-color: var(--pri-color1) !important;
    color: var(--pri-color2);
}

.mid-width-section,.nav-row{
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}
.small-width-section{
    max-width: 1000px !important;
    width: 95%;
    margin: 0 auto;
}
.title-dc{
    font-size: var(--Mfont);
    font-weight: 700;
    color: var(--pri-color9);
}
.title-lc{
    font-size: var(--Mfont);
    font-weight: 700;
    color: var(--pri-color2);
}
.section-header{
    max-width: 700px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
    padding: 70px 30px;
    margin: 0 auto;
}

.section-header p{
    font-size: 18px !important;
    color: gray;
    font-weight: 300;
}
.title-center{
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.list-text{
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.list-title{
    font-size: var(--SSfont);
    font-weight: 700;
    padding: 20px 0;
}
.header-title{
    padding: 30px 0;
    text-align: center;
    color: var(--pri-color2);
}






/* para text colors */
.tcw{
    color: var(--color-text-white) !important;
}
.tcb{
    color: var(--color-text-black) !important;
}

p,li{
    font-size: 17px !important;
    line-height: 1.8rem !important;
    font-weight: 400 !important; 
    max-width: 100%;   
}
.small-text{
    padding: 0 40px;
    color: var(--pri-color1);
    line-height: 1.3rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient:vertical;
    overflow: hidden;
    font-size: 0.9rem;
    font-weight: 300;
}

textarea{
    line-height: 1.8rem !important;
}

/* Button setting and href */
a{
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
     
    color: black;  
}
button{
    position: relative;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
     
    cursor: pointer;  
}
button i{
    font-weight: 800;
    font-size: 25px;
}
.learn-more-btn{
    max-width: fit-content;
    width: 100%;
    text-align: center;
    padding: 15px;
    justify-content: center;
    color: white !important;
    background-color: var(--pri-color3) !important;
}
/* button classes */
.btn-bgcolor-1{
    background-color: var(--pri-color1);
    color: white;
    padding: 15px;
}
.btn-bgcolor-2{
    background-color: var(--pri-color3);
    color: black;
    padding: 15px;
}
.google-sign-in-btn{
    border: 1px solid black;
    color: rgb(9, 87, 122);
    padding: 12px;
    text-align: center;
    justify-content: center;
    font-size: 17px;
    gap: 10px;
    border-radius: 50px;
    max-width: 300px;
    margin: 0 auto;
    transition: 0.3s ease-in-out;
}
.google-sign-in-btn img{
    width: 23px;
    height: 23px;
}
.google-sign-in-btn:hover{
    border: 1px solid #e45513;
    background-color: #e45513;
    color: white !important;
}


/* Go to top button */
.gototop-btn{
    position: fixed;
    bottom:  50px;
    right: -100px;
    border-radius: 5% !important;
    background-color:var(--pri-color3);  
    width: 50px;
    height: 50px;
    z-index: 5 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;    
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.534);  
    color: white;  
    border: 0;
  }
  .show-gototop-btn{
    right: 25px;    
  }
  .gototop-btn i{
    font-size: 25px;
    color: rgb(255, 255, 255);
    font-weight: 800;
  }

/* Feed Back button */
  .feedback-button {
    position: fixed;
    top: 60%;
    transform: translateY(-50%);
    right: -30px;
    background-color: var(--pri-color9);
    padding: 10px 0;
    color: white;
    transform: rotate(-90deg);
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.705);
    font-size: 13px;
    z-index: 5;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 300;
}


.div-block{
    padding: 100px 0;
}




/* On large mobile screen */
@media screen and (max-width:1200px){

    
}



/* On large mobile screen */
@media screen and (max-width:900px){

    

}

/* On large mobile screen */
@media screen and (max-width:600px){

    

}