@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:wght@400..800&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;
    font-family: "Poppins", sans-serif;
}
:root{
    --primarycolor: #FFF2E1;
    --secondarycolor: #23bdeee6;
    --textclr1: #252641;
    --textclr2: #ffffff;
    --textclr3:#6C6C6C;
    --buttoncolor: #F48C06;
    --buttonclr2 :#F4C467;
    
    --textclr4: #2F327D;
    --textclr5: #464646;
    --textclr6:#696984;
    --textclr7: #525596;
    --textclr8: #B2B3CF;
    --textclr9: #83839A;
    --shadowclr:# ;
}



nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90vw ;
    height: 15vh;
    margin: auto;
    
}


.logo img{
    width: 7vw;
}

.pages{
    display: flex;
    gap: 5vw;
    font-family: "Poppins";
}


.navlinks{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2vw;
}
.navlinks a {
      text-decoration: none;
    color: var(--textclr1);
}

.navbuttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2vw;
}


.navbuttons a {
    text-decoration: none;
    padding-top: 0.6vw;
    padding-bottom: 0.6vw;
    padding-left: 2vw;
    padding-right: 2vw;
    border-radius: 5vw;
    
}


.login{
background-color: var(--textclr2);
color: var(--textclr3);

}
.signup{
    background-color: var(--buttoncolor);
color: var(--textclr2);
}

.orangecircle{
background-image: url(/images/Rectangle\ 4.svg);
 background-size:104%;
  background-repeat: no-repeat;
  background-position: center;
  height: 90vh;

}

.lefthead div{
    display: flex;

}
.lefthead{
    display: grid;
    grid-template-rows: 20vh 10vh 10vh;
    margin-left: 5vw;
    margin-top: 10vh;
    text-align: left;
}



.bottomheader{
    display: grid;
    grid-template-columns: 45vw 55vw;
}


.join{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3vw;
}
.join a img {
    width: 4vw;
}





.joinfree{
    background-color: var(--buttoncolor);
    text-decoration: none;
    color: var(--textclr2);
    font-weight: 500;
    padding-left: 2vw;
    padding-right: 2vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
    border-radius: 6vw;
}

.howitworks {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5vw;
    text-decoration: none;
    color: var(--textclr1) ;
    
}

.colortext{
    color: var(--buttoncolor);
}
.lefthead h1{
    color: var(--textclr4);
}

.lefthead p{
    color: var(--textclr5);

}
.righthead{
display: flex;
margin: auto;

}

.righthead img{
    width: 35vw;
}


/* lower body */




.companies{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 10vh;
    color: var(--textclr6);
}
.companylogos{
    margin-top: 3vh;
    display: flex;
    gap: 4vw;
}
.companylogos img {
    width: 8vw;
    height: 2.7vw;
}
#amznlogo{
    margin-top: 1.5vh;
}



.centrehead{
    display: flex;
    margin-top: 15vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}

.centrehead h1{
    color: var(--textclr4);
}

.centrehead p{
    color: var(--textclr6);
    margin-top: 3vh;
    width: 55vw;
    text-align: center;
}




.featurecards{
    display: flex;
    justify-content: center;
    gap: 2vw;
    margin-top: 15vh;
    overflow-x: hidden;
    flex-wrap: wrap;
}

.card{
    display: grid;
    grid-template-rows: 75px 75px 150px;
    width: 250px;
    padding: 2vw;
    border-radius: 20px;
    text-align: center;
    box-shadow: -1px 2px 17px #91919140;
   padding-top: 1vw;
   margin-top: 50px;
    
}
.card h3{
    color: var(--textclr4);
    font-weight: 500;
    vertical-align: text-bottom;
}

.card p{
    margin-top: 2vh;
    color: var(--textclr6);
    font-size: 15px;
}

.card img{
    width: 75px;
    transform: translateY(-40px);
    justify-self: center; /* horizontal */
  align-self: center;  
}



.imagecard{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8vh;
    gap: 5vw;
    overflow-x: hidden;
    flex-wrap: wrap;
}


.imagecard div
{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 350px;
height:250px;
border-radius: 10px;
color: var(--textclr2);
margin-top: 50px;

}

.imagecard div a{
    text-decoration: none;
    color: var(--textclr2);
    font-size: 2vh;
    padding: 1vw;
    border-radius: 40px;
    margin-top: 2vh;
}


#imgcard1{
background-image: url(/images/Rectangle\ 19.png);

 background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#imgcard1 h5{
    font-size: medium;
}

#imgcard1 a{
    border: 1px solid var(--textclr2);

}

#imgcard2{
background-image: url(/images/Rectangle\ 21.png);

 background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#imgcard2 a{
    background-color: var(--secondarycolor);
}


.leftgridtemplates{
    display: grid;
    grid-template-columns: 30vw 50vw;
    margin: auto;
    margin-top: 15vh;
    justify-content: center;
    align-items: center; 
     justify-self: center;
    align-self: center;
    
}

.leftgridtemplates div h3{
    font-weight: 500;
    color: var(--textclr4);
    z-index: 10;
   font-size: 25px;
}
.leftgridtemplatesdiv p {
   margin-top: 4vh;
    color: var(--textclr6);
    font-size: 11px;
    z-index: 10;
}
.readmore{
    margin-top: 2vh;
    color: var(--textclr6);
     font-size: 11px;
     align-self: self-start;
}

.displayimg{
    width: 30vw;
}

.leftgridtemplatesdiv{
    display: flex;
    flex-direction: column;
    /* justify-content: center;
    align-items: center; */
    padding: 2vw;
}

.leftgridtemplatesdiv img{
    align-self: center;
    justify-self: center;
}

#designsmalldot{
    width: 1vw;
    transform: translate(18vw , -5vh);
    

}


#designbigdot{
    
    transform: translate(-1vw,6.5vh);
    width: 2vw;    

}


.rightgridtemplates{
    display: grid;
    grid-template-columns: 45vw 26vw;
    margin: auto;
    margin-top: 15vh;
    justify-content: center;
    align-items: center;
    justify-self: center;
    align-self: center;
    
}


.rightgridtemplates div h3{
    font-weight: 500;
    color: var(--textclr4);
    z-index: 10;
    font-size: 25px;
}
.rightgridtemplates div p{
   
    color: var(--textclr6);
    font-size: 11px;
    z-index: 10;
}
.rightgridtemplates div a{
    margin-top: 2vh;
    color: var(--textclr6);
     font-size: 11px;
     align-self: self-start;
}





.bulletpoints{
    display: grid;
   
    grid-template-columns: 4vw 18vw;
    padding: 2vw;
}

.bulletpoints img {
    width: 3vw;
}

.rightgridleftside img{
width: 50vw;
}

.rightgridrightside{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.rightgridrightside p {
    margin-top: 4vh;
}

.rightgridusable div img{
width: 30vw;
}



.seebuttons{
    text-decoration: none;
    padding: 1vw;
    border: 1px solid var(--buttoncolor);
    color: var(--buttoncolor);
    border-radius: 50px;
    
}

.seebuttonsdiv{
    margin-top: 7vh;
    display: flex;
    justify-content: center;
    align-items: center;
}




#seeintegrations{
  margin-top: 5vh;
  align-self: flex-start;
}



#seeintegrations a{
    
     text-decoration: none;
    padding: 1vw;
    border: 1px solid var(--buttoncolor);
    color: var(--buttoncolor);
    border-radius: 50px;
    
}


.testinomals{
    display: flex;
    font-size:medium;
    flex-direction: row;
    align-self: flex-start;
    gap: 1vw;
    color: var(--textclr7);

}

.testinomals :last-child {
    letter-spacing: 0.2vw;
}


#writeassignment{
    display: flex;
    color: var(--buttoncolor);

}

#writeassignment p{
border: 1px solid var(--buttoncolor);
border-radius: 100px;
padding: 1vw;
color: var(--buttoncolor);
}

#writeassignment a {
    color: var(--buttoncolor);
}
#writeassignment p :last-child {
    transform: translateX(20px);
}





.bottomnews {
display:  grid;
grid-template-columns: 40vw 50vw;
margin: auto;
margin-top: 8vh;
justify-content: center;


}




.bottomnewsleftside
{
display: flex;
flex-direction: column;
padding-left: 2vw;
padding-right: 2vw;
}

.bottomnewsleftside img {

    width: 35vw;
}


.bottomnewsleftsidelinkbuttons {
   
    background-color: var(--buttonclr2);
    color: var(--textclr1);
    text-decoration: none;
    padding-left: 1.5vw;
    padding-right: 1.5vw;
    padding-top: 0.3vh;
    padding-bottom: 0.3vh;
    border-radius: 50px;
    margin-top: 2vh;
    width: fit-content;
    font-weight: 450;
    font-size: small;

    
}


.bottomnewsleftside h4 {
    margin-top: 4vh;
    line-height: 4vh;
    word-spacing: 4px;
    font-size: large;
    color: var(--textclr1);
    font-weight:550;
}

.bottomnewsleftside p {
    margin-top: 3vh;
    color: var(--textclr6);
}





.bottomnewsrightside{
    display: grid;
    grid-template-rows: 30vh 30vh 30vh;
}


.bottomnewsrightsidetemplates{
    display: grid;
    grid-template-columns: 15vw 35vw;

}

.bottomnewsrightsidetemplates img {
    width: 15vw;
    
}



.bottomnewsrightsidetemplatesleft {
    justify-content: center;
    align-items: center;
}

.bottomnewsrightsidetemplatesright{
padding-left: 2vw;
padding-right: 2vw;
}

.bottomnewsrightsidetemplatesright h5 {
    color: var(--textclr1);
    font-size: large;
    font-weight: 500;
}
.bottomnewsrightsidetemplatesright p{
    color: var(--textclr6);
    margin-top: 3vh;
}



footer {
    display: flex;
    flex-direction: column;
    background-color: var(--textclr1);
    justify-content: center;
    align-items: center;
    color: var(--textclr8);
    
}

footer img{
    margin-top: 8vh;
    width: 250px;
}


footer h6{
    margin-top: 5vh;
    font-weight: 400;
    font-size: large;
}


footer div {
    margin: 2vh;
}

footer input {
    padding:  1vw;
    width: 250PX;
    border-radius: 50px;
    margin-right: 1vw;
    background-color: var(--textclr1);
    border: 1px solid var(--textclr9);
    color: var(--textclr9);
}

footer button {
    padding:  1vw;
   padding-left: 2vw;
   padding-right: 2vw;
    border-radius: 50px;
    border: none;
    background: linear-gradient(to bottom right, #545AE7, #393FCF);
    box-shadow: 7px 7px 20px 0px #5459e844;
    color: var(--textclr2);
}

footer :nth-child(4) {
    color: var(--textclr9);
    margin-top: 8vh;
}

footer  :nth-child(5){
    color: var(--textclr9);
    margin-top: 1vh;
    margin-bottom: 5vh;
    
}

footer a {
    text-decoration: none;
    color: var(--textclr9);
}

#pressrelease{
    position: absolute;
    margin-left: -9vw;
    margin-top: 19.5vh;
}

.newsonimg{
    position: absolute;
    margin-left: -6vw;
    margin-top: 19.5vh;

}